summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: add i.MX6 CAAM supportSteffen Trumtrar2016-02-1217-0/+4638
* 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
| * | keymap: Add keymap for keys with shift pressedSascha Hauer2016-01-131-0/+82
| * | keymap: Add apostrophe, backslash and homeSascha Hauer2016-01-131-3/+3
| * | keymap: Add keypad keysSascha Hauer2016-01-131-16/+16
| * | keymap: remove exotic and nonprintable keysSascha Hauer2016-01-131-49/+0
| * | keymap: Fix bracesSascha Hauer2016-01-131-2/+2
| |/
* | i.MX habv4: Fix RVT address for newer SoCsSascha Hauer2016-02-051-3/+14
* | imx: hab: Make hab status functions SoC specificSascha Hauer2016-02-041-27/+19
* | hab: Add HABv3 status report functionSascha Hauer2016-02-022-0/+79
* | imx: hab: rename driver dir to hab/Sascha Hauer2016-02-024-3/+3
|/
* Merge branch 'for-next/rtc'Sascha Hauer2016-01-116-1/+236
|\
| * rtc-lib: Check tm_wday for validity in rtc_valid_tm()Andrey Smirnov2016-01-071-0/+2
| * rtc: ds1307: Fix a memory leakAndrey Smirnov2016-01-071-0/+3
| * rtc: ds1307: Add code to support ds1337/1341Andrey Smirnov2016-01-071-0/+91
| * rtc: Add Abracon driverSascha Hauer2016-01-073-0/+130
| * rtc: Fill in weekdays before setting timeSascha Hauer2016-01-071-1/+7