summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-03-04 20:36:46 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-04 20:36:46 -0500
commitc51797d25d84833804e9e6950c8c1abbe6c73808 (patch)
tree4b43585feca6e7d76cd67f51799de199ccb43d77 /MAINTAINERS
parent2cdcb2b5b5d6d7c1bdefbc1a63187d47fd809408 (diff)
parent44248affb5d82d32cdb58a92a94ce191d4ddee60 (diff)
Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtd
Pull jffs2 fixes from David Woodhouse: "This contains two important JFFS2 fixes marked for stable: - a lock ordering problem between the page lock and the internal f->sem mutex, which was causing occasional deadlocks in garbage collection - a scan failure causing moved directories to sometimes end up appearing to have hard links. There are also a couple of trivial MAINTAINERS file updates" * tag 'for-linus-20160304' of git://git.infradead.org/linux-mtd: MAINTAINERS: add maintainer entry for FREESCALE GPMI NAND driver Fix directory hardlinks from deleted directories jffs2: Fix page lock / f->sem deadlock Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" MAINTAINERS: update Han's email
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index da3e4d8016d0..f5e6a535bc34 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4518,6 +4518,12 @@ L: linuxppc-dev@lists.ozlabs.org
4518S: Maintained 4518S: Maintained
4519F: drivers/dma/fsldma.* 4519F: drivers/dma/fsldma.*
4520 4520
4521FREESCALE GPMI NAND DRIVER
4522M: Han Xu <han.xu@nxp.com>
4523L: linux-mtd@lists.infradead.org
4524S: Maintained
4525F: drivers/mtd/nand/gpmi-nand/*
4526
4521FREESCALE I2C CPM DRIVER 4527FREESCALE I2C CPM DRIVER
4522M: Jochen Friedrich <jochen@scram.de> 4528M: Jochen Friedrich <jochen@scram.de>
4523L: linuxppc-dev@lists.ozlabs.org 4529L: linuxppc-dev@lists.ozlabs.org
@@ -4534,7 +4540,7 @@ F: include/linux/platform_data/video-imxfb.h
4534F: drivers/video/fbdev/imxfb.c 4540F: drivers/video/fbdev/imxfb.c
4535 4541
4536FREESCALE QUAD SPI DRIVER 4542FREESCALE QUAD SPI DRIVER
4537M: Han Xu <han.xu@freescale.com> 4543M: Han Xu <han.xu@nxp.com>
4538L: linux-mtd@lists.infradead.org 4544L: linux-mtd@lists.infradead.org
4539S: Maintained 4545S: Maintained
4540F: drivers/mtd/spi-nor/fsl-quadspi.c 4546F: drivers/mtd/spi-nor/fsl-quadspi.c