summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/driver'Sascha Hauer2016-03-11145-429/+862
|\
| * driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-07144-422/+846
| * driver: Introduce dev_request_mem_resourceSascha Hauer2016-02-231-2/+9
| * driver: Fix return check of dev_request_mem_regionSascha Hauer2016-02-2320-47/+49
* | Merge branch 'for-next/caam'Sascha Hauer2016-03-1117-0/+4638
|\ \
| * | crypto: add i.MX6 CAAM supportSteffen Trumtrar2016-02-1217-0/+4638
| |/
* | Merge branch 'for-next/bbu'Sascha Hauer2016-03-111-1/+47
|\ \
| * | fastboot: Add a ARM Barebox filetype handlerMarkus Pargmann2016-03-111-0/+31
| * | fastboot: Fix usage of ubiformat for UBI image transfersMarkus Pargmann2016-02-181-1/+16
| |/
* | Merge branch 'for-next/arm'Sascha Hauer2016-03-111-2/+9
|\ \
| * | serial: imx: Support DTE modeSascha Hauer2016-02-261-2/+9
| |/
* | USB: imx-usb-phy: Fix uninitialized use of variableSascha Hauer2016-03-101-0/+1
* | net: efi: correct function signature of set_ethaddrLucas Stach2016-03-041-1/+1
* | input: usb keyboard: fix CTRL+ combinationsPeter Mamonov2016-02-261-1/+5
* | input: usb keyboard: fix BACKSPACEPeter Mamonov2016-02-231-2/+2
* | regulator: fixed: Init gpio properlySascha Hauer2016-02-231-0/+1
|/
* driver: Fix unregister device after device probe failureSascha Hauer2016-02-081-0/+4
* drivers: video: drop unused of_get_display_timing()Antony Pavlov2016-02-081-25/+0
* drivers: video: fb: make locally used fb_set_shadowfb() staticAntony Pavlov2016-02-081-1/+1
* Merge branch 'for-next/regmap'Sascha Hauer2016-02-085-71/+430
|\
| * mfd: mc13xxx: Switch to regmap supportSascha Hauer2016-02-051-71/+56
| * Add initial regmap supportSascha Hauer2016-02-054-0/+374
* | Merge branch 'for-next/net'Sascha Hauer2016-02-087-30/+570
|\ \
| * | net: phy: micrel: Add workaround for bad autonegPhilipp Zabel2016-02-041-1/+22
| * | net: phy: micrel: Center FLP timing at 16msPhilipp Zabel2016-02-041-1/+16
| * | net: phy: micrel: Be more const correctPhilipp Zabel2016-02-041-12/+12
| * | net: phy: micrel: use BIT macroPhilipp Zabel2016-02-041-9/+9
| * | net: phy: micrel: Staticise ksz8873mll_read_status()Philipp Zabel2016-02-041-1/+1
| * | miitool: Add code to register a PHYAndrey Smirnov2016-02-041-2/+7
| * | mdio_bus: Change PHY's naming schemeAndrey Smirnov2016-02-032-3/+7
| * | mdio_bus: Add mdiobus_get_bus() functionAndrey Smirnov2016-02-031-0/+19
| * | mdio_bus: Change dev_info to dev_dbgAndrey Smirnov2016-02-031-1/+1
| * | net: Port bitbanged MDIO code from Linux kernelAndrey Gusakov2016-02-034-0/+476
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2016-02-082-5/+39
|\ \
| * | spi-nor: Port erase timeout fix from LinuxAndrey Smirnov2016-02-081-3/+34
| * | Convert users of PRINTF_CONVERSION_RESOURCE to %paSascha Hauer2016-01-151-2/+5
| |/
* | Merge branch 'for-next/linux-headers'Sascha Hauer2016-02-087-0/+8
|\ \
| * | Introduce include/linux/wait.hYegor Yefremov2016-02-031-0/+1
| * | Introduce include/linux/mutex.hYegor Yefremov2016-02-032-0/+2
| * | Introduce include/linux/spinlock.hYegor Yefremov2016-02-015-0/+5
| |/
* | Merge branch 'for-next/input'Sascha Hauer2016-02-088-423/+512
|\ \
| * | input: gpio-keys: convert to input frameworkSascha Hauer2016-01-182-47/+18
| * | input: gpio-keys: Use KEY_* keycodesSascha Hauer2016-01-131-8/+1
| * | input: imx-keypad: Add device tree supportSascha Hauer2016-01-131-14/+20
| * | input: Add device tree parsing support for matrix keymapSascha Hauer2016-01-132-2/+51
| * | input: imx-keypad: convert to input frameworkSascha Hauer2016-01-132-43/+13
| * | input: move matrix_keypad_build_keymap() to C fileSascha Hauer2016-01-134-1/+48
| * | input: imx-keypad: Use dev_* functionsSascha Hauer2016-01-131-5/+6
| * | input: usb keyboard: convert to input frameworkSascha Hauer2016-01-132-242/+55
| * | input: Add input coreSascha Hauer2016-01-133-0/+206