summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-1028-459/+1263
|\
| * Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2016-10-083-0/+212
| |\
| | * mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-153-0/+212
| * | mtd: nand: fix trivial spelling errorBrian Norris2016-10-031-1/+1
| * | Merge tag 'for-4.9' of github.com:linux-nand/linuxBrian Norris2016-10-0325-459/+1033
| |\ \
| | * | mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-232-8/+19
| | * | mtd: Kill the OF_MTD Kconfig optionBoris Brezillon2016-09-231-4/+0
| | * | mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon2016-09-231-1/+1
| | * | mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon2016-09-231-1/+4
| | * | mtd: nand: sunxi: Support ECC maximizationBoris Brezillon2016-09-231-0/+29
| | * | mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon2016-09-231-0/+20
| | * | mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-233-0/+13
| | * | mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer2016-09-231-2/+82
| | * | mtd: nand: mxc: implement onfi get/set featuresSascha Hauer2016-09-231-0/+55
| | * | mtd: nand: sunxi: switch from manual to automated timing configSascha Hauer2016-09-231-62/+14
| | * | mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-232-4/+167
| | * | mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2016-09-232-0/+13
| | * | mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer2016-09-232-0/+34
| | * | mtd: nand: convert ONFI mode into data interfaceSascha Hauer2016-09-231-206/+224
| | * | mtd: nand: Introduce nand_data_interfaceSascha Hauer2016-09-231-49/+117
| | * | mtd: nand: Create a NAND reset functionSascha Hauer2016-09-232-5/+24
| | * | mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2016-09-231-15/+15
| | * | MAINTAINERS: Add maintainer entry for Ingenic JZ4780 NAND driverHarvey Hunt2016-09-231-0/+6
| | * | mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devicesRoger Quadros2016-09-231-4/+4
| | * | mtd: brcmnand: iProc big endian and ONFI supportRay Jui2016-09-233-15/+28
| | * | mtd: nand_bbt: scan for next free bbt block if writing bbt failsKyle Roeschley2016-09-231-6/+45
| | * | mtd: nand_bbt: Move BBT block selection logic out of write_bbt()Boris Brezillon2016-09-231-36/+74
| | * | mtd: nand: timings: Reorder tRR_min def in mode 0Boris Brezillon2016-09-231-1/+1
| | * | mtd: nand: timings: Fix tADL_min for ONFI 4.0 chipsBoris Brezillon2016-09-231-6/+6
| | * | mtd: nand: gpmi: get correct free oob spaceHan Xu2016-09-231-1/+2
| | * | mtd: nand: sh_flctl: handle dma_submit() errorsBrian Norris2016-09-231-1/+7
| | * | mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2016-09-231-2/+2
| | * | mtd: nand: Get rid of needless 'goto'Andrey Smirnov2016-09-231-12/+6
| | * | mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov2016-09-231-0/+9
| | * | Kconfig: nand: Remove redundant dependency on MTD_NANDAndrey Smirnov2016-09-231-1/+1
| | * | Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOCAndrey Smirnov2016-09-231-1/+1
| | * | mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-2314-26/+20
| | |/
| * | mtdpart: Propagate _get/put_device()Richard Weinberger2016-09-281-0/+18
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-1080-687/+471
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-0755-319/+0
| * | | Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro2016-10-075-157/+221
| |\ \ \
| * | | | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-074-39/+85
| * | | | vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-071-6/+7
| * | | | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-0714-85/+97
| * | | | libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher2016-10-071-21/+1
| * | | | vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-072-21/+8
| * | | | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-073-4/+11
| * | | | vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher2016-10-071-51/+50
| * | | | Merge commit '2c563880ea' into work.xattrAl Viro2016-10-0733-530/+296
| |\ \ \ \
| * | | | | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-063-14/+51