summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-04-192-13/+9
* mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon2016-04-195-5/+0
* mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()Zhaoxiu Zeng2016-04-191-1/+2
* mtd/ifc: Add support for IFC controller version 2.0Raghav Dogra2016-04-193-66/+87
* mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García2016-04-191-19/+33
* mtd: gpmi: fix raw_buffer pointer double free issueHan Xu2016-04-191-0/+1
* mtd: brcmnand: Add support for v6.2 controllersFlorian Fainelli2016-04-192-1/+3
* mtd: nand: document the NAND controller/NAND chip DT representationBoris Brezillon2016-04-191-1/+36
* mtd: nand: jz4780: fixup, device structure assigned at probeJorge Ramirez-Ortiz2016-04-191-1/+0
* mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCsBoris Brezillon2016-04-191-17/+20
* mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+2
* mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki2016-04-191-1/+5
* of: mtd: prepare helper reading NAND ECC algo from DTRafał Miłecki2016-04-192-0/+42
* mtd: nand: add new enum for storing ECC algorithmRafał Miłecki2016-04-191-0/+8
* Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/...Boris Brezillon2016-04-198-39/+119
|\
| * mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia2016-04-131-0/+7
| * mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia2016-04-131-28/+1
| * leds: trigger: Introduce a MTD (NAND/NOR) triggerEzequiel Garcia2016-04-134-0/+60
| * mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2016-04-132-11/+13
| * leds: trigger: Introduce a kernel panic LED triggerEzequiel Garcia2016-03-303-0/+38
* | Merge branch 'for-v4.7/gpmc-mtd-common' of github.com:rogerq/linux into nand/...Boris Brezillon2016-04-199-432/+817
|\ \ | |/ |/|
| * mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros2016-04-153-12/+21
| * memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regsRoger Quadros2016-04-152-2/+3
| * memory: omap-gpmc: Support WAIT pin edge interruptsRoger Quadros2016-04-152-19/+92
| * memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoringRoger Quadros2016-04-151-2/+22
| * memory: omap-gpmc: Support general purpose input for WAITPINsRoger Quadros2016-04-153-12/+112
| * memory: omap-gpmc: Move device tree binding to correct locationRoger Quadros2016-04-151-0/+0
| * memory: omap-gpmc: Prevent mapping into 1st 16MBRoger Quadros2016-04-151-6/+18
| * mtd: nand: omap: Update DT binding documentationRoger Quadros2016-04-151-4/+13
| * mtd: nand: omap: Clean up device tree supportRoger Quadros2016-04-154-132/+153
| * mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros2016-04-151-8/+18
| * mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros2016-04-151-6/+4
| * mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros2016-04-153-4/+11
| * memory: omap-gpmc: Implement IRQ domain for NAND IRQsRoger Quadros2016-04-153-115/+144
| * memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty statusRoger Quadros2016-04-151-1/+13
| * memory: omap-gpmc: Introduce GPMC to NAND interfaceRoger Quadros2016-04-152-2/+54
| * ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform dataRoger Quadros2016-04-152-139/+142
| * ARM: OMAP2+: gpmc: Add platform dataRoger Quadros2016-04-152-2/+31
|/
* Linux 4.6-rc1v4.6-rc1Linus Torvalds2016-03-261-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-2622-519/+811
|\
| * libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
| * rbd: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
| * ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5
| * ceph: fix security xattr deadlockYan, Zheng2016-03-258-11/+125
| * ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
| * ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15
| * ceph: remove unnecessary NULL checkYan, Zheng2016-03-251-2/+2
| * ceph: avoid updating directory inode's i_size accidentallyYan, Zheng2016-03-251-0/+4