aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-02-17 11:38:30 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-17 11:38:30 -0500
commitc397f8fa4379040bada53256c848e62c8b060392 (patch)
tree8101efb5c0c3b0a73e5e65f3474843c0914cc4d0 /MAINTAINERS
parent796e1c55717e9a6ff5c81b12289ffa1ffd919b6f (diff)
parentaaaf5fbf56f16c81a653713cc333b18ad6e25ea9 (diff)
Merge branch 'akpm' (patches from Andrew)
Merge fifth set of updates from Andrew Morton: - A few things which were awaiting merges from linux-next: - rtc - ocfs2 - misc others - Willy's "dax" feature: direct fs access to memory (mainly NV-DIMMs) which isn't backed by pageframes. * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (37 commits) rtc: add driver for DS1685 family of real time clocks MAINTAINERS: add entry for Maxim PMICs on Samsung boards lib/Kconfig: use bool instead of boolean powerpc: drop _PAGE_FILE and pte_file()-related helpers ocfs2: set append dio as a ro compat feature ocfs2: wait for orphan recovery first once append O_DIRECT write crash ocfs2: complete the rest request through buffer io ocfs2: do not fallback to buffer I/O write if appending ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks ocfs2: implement ocfs2_direct_IO_write ocfs2: add orphan recovery types in ocfs2_recover_orphans ocfs2: add functions to add and remove inode in orphan dir ocfs2: prepare some interfaces used in append direct io MAINTAINERS: fix spelling mistake & remove trailing WS dax: does not work correctly with virtual aliasing caches brd: rename XIP to DAX ext4: add DAX functionality dax: add dax_zero_page_range ext2: get rid of most mentions of XIP in ext2 ext2: remove ext2_aops_xip ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS34
1 files changed, 33 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0beaaac20a83..e75c21840815 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -34,7 +34,7 @@ trivial patch so apply some common sense.
34 generalized kernel feature ready for next time. 34 generalized kernel feature ready for next time.
35 35
36 PLEASE check your patch with the automated style checker 36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations. 37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here. 38 See Documentation/CodingStyle for guidance here.
39 39
40 PLEASE CC: the maintainers and mailing lists that are generated 40 PLEASE CC: the maintainers and mailing lists that are generated
@@ -2965,6 +2965,12 @@ S: Supported
2965F: drivers/input/touchscreen/cyttsp* 2965F: drivers/input/touchscreen/cyttsp*
2966F: include/linux/input/cyttsp.h 2966F: include/linux/input/cyttsp.h
2967 2967
2968DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
2969M: Joshua Kinard <kumba@gentoo.org>
2970S: Maintained
2971F: drivers/rtc/rtc-ds1685.c
2972F: include/linux/rtc/ds1685.h
2973
2968DAMA SLAVE for AX.25 2974DAMA SLAVE for AX.25
2969M: Joerg Reuter <jreuter@yaina.de> 2975M: Joerg Reuter <jreuter@yaina.de>
2970W: http://yaina.de/jreuter/ 2976W: http://yaina.de/jreuter/
@@ -3153,6 +3159,12 @@ L: linux-i2c@vger.kernel.org
3153S: Maintained 3159S: Maintained
3154F: drivers/i2c/busses/i2c-diolan-u2c.c 3160F: drivers/i2c/busses/i2c-diolan-u2c.c
3155 3161
3162DIRECT ACCESS (DAX)
3163M: Matthew Wilcox <willy@linux.intel.com>
3164L: linux-fsdevel@vger.kernel.org
3165S: Supported
3166F: fs/dax.c
3167
3156DIRECTORY NOTIFICATION (DNOTIFY) 3168DIRECTORY NOTIFICATION (DNOTIFY)
3157M: Eric Paris <eparis@parisplace.org> 3169M: Eric Paris <eparis@parisplace.org>
3158S: Maintained 3170S: Maintained
@@ -6212,6 +6224,26 @@ S: Supported
6212F: drivers/power/max14577_charger.c 6224F: drivers/power/max14577_charger.c
6213F: drivers/power/max77693_charger.c 6225F: drivers/power/max77693_charger.c
6214 6226
6227MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6228M: Chanwoo Choi <cw00.choi@samsung.com>
6229M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6230L: linux-kernel@vger.kernel.org
6231S: Supported
6232F: drivers/*/max14577.c
6233F: drivers/*/max77686.c
6234F: drivers/*/max77693.c
6235F: drivers/extcon/extcon-max14577.c
6236F: drivers/extcon/extcon-max77693.c
6237F: drivers/rtc/rtc-max77686.c
6238F: drivers/clk/clk-max77686.c
6239F: Documentation/devicetree/bindings/mfd/max14577.txt
6240F: Documentation/devicetree/bindings/mfd/max77686.txt
6241F: Documentation/devicetree/bindings/mfd/max77693.txt
6242F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6243F: include/linux/mfd/max14577*.h
6244F: include/linux/mfd/max77686*.h
6245F: include/linux/mfd/max77693*.h
6246
6215MAXIRADIO FM RADIO RECEIVER DRIVER 6247MAXIRADIO FM RADIO RECEIVER DRIVER
6216M: Hans Verkuil <hverkuil@xs4all.nl> 6248M: Hans Verkuil <hverkuil@xs4all.nl>
6217L: linux-media@vger.kernel.org 6249L: linux-media@vger.kernel.org