diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-23 12:26:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-23 12:26:32 -0400 |
commit | 5cc0c03823ca18c490f8223f85ed40f2a9d936c4 (patch) | |
tree | a05b7a2a1153efff01a78dc54e2102420e2c29bb /MAINTAINERS | |
parent | b64194068bbbdef3cc235f5459616a330f3b7724 (diff) | |
parent | b5325a02aa84c794cf520d6d68cae4b150988a32 (diff) |
Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg Kroah-Hartman:
"Here are some small char/misc driver fixes for 3.10-rc2.
Nothing major here, just a number of fixes for things that people have
reported, and a MAINTAINERS update for the recent changes for the
hyperv files that went into 3.10-rc1."
* tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing port
uio: UIO_DMEM_GENIRQ should depend on HAS_DMA
MAINTAINERS: update Hyper-V file list
mei: bus: Reset event_cb when disabling a device
Drivers: hv: Fix a bug in get_vp_index()
mei: fix out of array access to me clients array
Char: lp, protect LPGETSTATUS with port_mutex
dummy-irq: require the user to specify an IRQ number
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dbf4880fdb08..94b5a60b19c5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3865,9 +3865,16 @@ M: K. Y. Srinivasan <kys@microsoft.com> | |||
3865 | M: Haiyang Zhang <haiyangz@microsoft.com> | 3865 | M: Haiyang Zhang <haiyangz@microsoft.com> |
3866 | L: devel@linuxdriverproject.org | 3866 | L: devel@linuxdriverproject.org |
3867 | S: Maintained | 3867 | S: Maintained |
3868 | F: drivers/hv/ | 3868 | F: arch/x86/include/asm/mshyperv.h |
3869 | F: arch/x86/include/uapi/asm/hyperv.h | ||
3870 | F: arch/x86/kernel/cpu/mshyperv.c | ||
3869 | F: drivers/hid/hid-hyperv.c | 3871 | F: drivers/hid/hid-hyperv.c |
3872 | F: drivers/hv/ | ||
3870 | F: drivers/net/hyperv/ | 3873 | F: drivers/net/hyperv/ |
3874 | F: drivers/scsi/storvsc_drv.c | ||
3875 | F: drivers/video/hyperv_fb.c | ||
3876 | F: include/linux/hyperv.h | ||
3877 | F: tools/hv/ | ||
3871 | 3878 | ||
3872 | I2C OVER PARALLEL PORT | 3879 | I2C OVER PARALLEL PORT |
3873 | M: Jean Delvare <khali@linux-fr.org> | 3880 | M: Jean Delvare <khali@linux-fr.org> |