diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 11:38:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 11:38:30 -0500 |
commit | c397f8fa4379040bada53256c848e62c8b060392 (patch) | |
tree | 8101efb5c0c3b0a73e5e65f3474843c0914cc4d0 /MAINTAINERS | |
parent | 796e1c55717e9a6ff5c81b12289ffa1ffd919b6f (diff) | |
parent | aaaf5fbf56f16c81a653713cc333b18ad6e25ea9 (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-- | MAINTAINERS | 34 |
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 | |||
2965 | F: drivers/input/touchscreen/cyttsp* | 2965 | F: drivers/input/touchscreen/cyttsp* |
2966 | F: include/linux/input/cyttsp.h | 2966 | F: include/linux/input/cyttsp.h |
2967 | 2967 | ||
2968 | DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK | ||
2969 | M: Joshua Kinard <kumba@gentoo.org> | ||
2970 | S: Maintained | ||
2971 | F: drivers/rtc/rtc-ds1685.c | ||
2972 | F: include/linux/rtc/ds1685.h | ||
2973 | |||
2968 | DAMA SLAVE for AX.25 | 2974 | DAMA SLAVE for AX.25 |
2969 | M: Joerg Reuter <jreuter@yaina.de> | 2975 | M: Joerg Reuter <jreuter@yaina.de> |
2970 | W: http://yaina.de/jreuter/ | 2976 | W: http://yaina.de/jreuter/ |
@@ -3153,6 +3159,12 @@ L: linux-i2c@vger.kernel.org | |||
3153 | S: Maintained | 3159 | S: Maintained |
3154 | F: drivers/i2c/busses/i2c-diolan-u2c.c | 3160 | F: drivers/i2c/busses/i2c-diolan-u2c.c |
3155 | 3161 | ||
3162 | DIRECT ACCESS (DAX) | ||
3163 | M: Matthew Wilcox <willy@linux.intel.com> | ||
3164 | L: linux-fsdevel@vger.kernel.org | ||
3165 | S: Supported | ||
3166 | F: fs/dax.c | ||
3167 | |||
3156 | DIRECTORY NOTIFICATION (DNOTIFY) | 3168 | DIRECTORY NOTIFICATION (DNOTIFY) |
3157 | M: Eric Paris <eparis@parisplace.org> | 3169 | M: Eric Paris <eparis@parisplace.org> |
3158 | S: Maintained | 3170 | S: Maintained |
@@ -6212,6 +6224,26 @@ S: Supported | |||
6212 | F: drivers/power/max14577_charger.c | 6224 | F: drivers/power/max14577_charger.c |
6213 | F: drivers/power/max77693_charger.c | 6225 | F: drivers/power/max77693_charger.c |
6214 | 6226 | ||
6227 | MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS | ||
6228 | M: Chanwoo Choi <cw00.choi@samsung.com> | ||
6229 | M: Krzysztof Kozlowski <k.kozlowski@samsung.com> | ||
6230 | L: linux-kernel@vger.kernel.org | ||
6231 | S: Supported | ||
6232 | F: drivers/*/max14577.c | ||
6233 | F: drivers/*/max77686.c | ||
6234 | F: drivers/*/max77693.c | ||
6235 | F: drivers/extcon/extcon-max14577.c | ||
6236 | F: drivers/extcon/extcon-max77693.c | ||
6237 | F: drivers/rtc/rtc-max77686.c | ||
6238 | F: drivers/clk/clk-max77686.c | ||
6239 | F: Documentation/devicetree/bindings/mfd/max14577.txt | ||
6240 | F: Documentation/devicetree/bindings/mfd/max77686.txt | ||
6241 | F: Documentation/devicetree/bindings/mfd/max77693.txt | ||
6242 | F: Documentation/devicetree/bindings/clock/maxim,max77686.txt | ||
6243 | F: include/linux/mfd/max14577*.h | ||
6244 | F: include/linux/mfd/max77686*.h | ||
6245 | F: include/linux/mfd/max77693*.h | ||
6246 | |||
6215 | MAXIRADIO FM RADIO RECEIVER DRIVER | 6247 | MAXIRADIO FM RADIO RECEIVER DRIVER |
6216 | M: Hans Verkuil <hverkuil@xs4all.nl> | 6248 | M: Hans Verkuil <hverkuil@xs4all.nl> |
6217 | L: linux-media@vger.kernel.org | 6249 | L: linux-media@vger.kernel.org |