summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
| | * | Input: zforce - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
| | * | Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas2015-10-021-2/+1
| | * | Input: joydev - use memdup_user() to duplicate memory from user-spaceJavier Martinez Canillas2015-10-021-12/+6
| | * | Input: goldfish - allow compile the driver with COMPILE_TESTJavier Martinez Canillas2015-10-021-1/+1
| | * | Input: gpio_keys - don't report events on gpio failureBjorn Andersson2015-10-021-1/+7
| | * | Input: add DA9062 OnKey capability to DA9063 OnKey driverS Twiss2015-09-302-29/+108
| | * | Merge tag 'v4.3-rc3' into nextDmitry Torokhov2015-09-305311-147751/+386183
| | |\ \
| | * | | Input: walkera0701 - use parallel port device modelSudip Mukherjee2015-09-301-27/+37
| | * | | Input: turbografx - use parallel port device modelSudip Mukherjee2015-09-301-49/+51
| | * | | Input: gamecon - use parallel port device modelSudip Mukherjee2015-09-301-47/+53
| | * | | Input: ff-core - silence an underflow warningDan Carpenter2015-09-301-2/+2
| | * | | Input: omap4-keypad - fix memory leakSudip Mukherjee2015-09-291-1/+1
| | * | | Input: db9 - use parallel port device modelSudip Mukherjee2015-09-291-54/+56
| | * | | Input: edt-ft5x06 - do not hardcode interrupt trigger typeDmitry Torokhov2015-09-281-3/+9
| | * | | Input: edt-ft5x06 - use generic properties APIDmitry Torokhov2015-09-281-11/+15
| | * | | Input: edt-ft5x06 - remove support for platform dataDmitry Torokhov2015-09-281-37/+4
| | * | | Input: edt-ft5x06 - drop parsing of irq gpioDmitry Torokhov2015-09-281-10/+0
| | * | | Input: edt-ft5x06 - switch to newer gpio frameworkFranklin S Cooper Jr2015-09-281-91/+38
| | * | | Input: ad714x - convert to using managed resourcesVaishali Thakkar2015-09-194-153/+82
* | | | | Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-0682-899/+2368
|\ \ \ \ \
| * | | | | mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris2015-11-061-1/+2
| * | | | | mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON2015-11-021-1/+1
| * | | | | mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON2015-11-021-2/+2
| * | | | | mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris2015-10-311-5/+5
| * | | | | mtd: ofpart: move ofpart partitions to a dedicated dt nodeMichal Suchanek2015-10-301-17/+46
| * | | | | mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel2015-10-301-0/+10
| * | | | | mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris2015-10-301-7/+31
| * | | | | mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris2015-10-272-6/+14
| * | | | | mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu2015-10-261-10/+10
| * | | | | mtd: warn when registering the same master many timesBrian Norris2015-10-261-0/+9
| * | | | | mtd: fixup corner case error handling in mtd_device_parse_register()Brian Norris2015-10-261-2/+9
| * | | | | mtd: tests: Replace timeval with ktime_tShraddha Barke2015-10-262-10/+10
| * | | | | mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-10-261-16/+41
| * | | | | mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris2015-10-261-11/+3
| * | | | | mtd: nand: increase ready wait timeout and report timeoutsAlex Smith2015-10-261-13/+20
| * | | | | mtd: docg3: off by one in doc_register_sysfs()Dan Carpenter2015-10-261-6/+16
| * | | | | mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart2015-10-261-17/+8
| * | | | | mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart2015-10-261-88/+35
| * | | | | mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart2015-10-261-0/+122
| * | | | | mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart2015-10-261-2/+2
| * | | | | mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-201-5/+5
| * | | | | mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-201-5/+5
| * | | | | mtd: maps: rbtx4939-flash: fix compile errorBrian Norris2015-10-201-1/+1
| * | | | | mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang2015-10-201-0/+21
| * | | | | mtd: pxa3xx_nand: switch to device PMBrian Norris2015-10-191-7/+11
| * | | | | mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris2015-10-191-17/+0
| * | | | | mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build errorFabio Estevam2015-10-191-0/+1
| * | | | | mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TESTBrian Norris2015-10-191-1/+2
| * | | | | mtd: fsl-quadspi: fix printk() format warning for size_tBrian Norris2015-10-191-1/+1