summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: default bitflip-reporting threshold to 75% of correction strengthSascha Hauer2016-03-041-1/+1
* mtd: mtd_[read|write|erase]: check for valid input dataSascha Hauer2016-03-041-0/+22
* mtd: core: check offset in mtd_block_markbadStefan Christ2016-02-231-0/+3
* mtd: spi-nor: Add support for s25fl116kSascha Hauer2016-02-111-0/+1
* mtd: spi-nor: Match jedec,spi-norSascha Hauer2016-02-111-0/+2
* mtd: mtdoob device: change name to have the chip name firstSascha Hauer2016-02-091-1/+1
* mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-093-5/+5
* mtd: Fix mtd_op_erase for devices >4GiBSascha Hauer2016-02-091-2/+2
* mtd: Fix mtd_op_read for devices >4GiBSascha Hauer2016-02-091-3/+2
* mtd: Make erase_info structs 64bit where necessarySascha Hauer2016-02-091-1/+1
* mtd: Fix mtdraw for Nand > 4GiBSascha Hauer2016-02-091-20/+33
* mtd: nand-bb: Fix 8k page size nandsSascha Hauer2016-02-091-1/+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
| * | 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