diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-21 12:43:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-21 12:43:19 -0400 |
commit | 60761c10904593f08e7a015718f26d2013b9b8f2 (patch) | |
tree | 1b0bf2418e66595012ab7e965a2c8ac3fa0860b7 /MAINTAINERS | |
parent | e6934ab460e18d2229de2ef98b2745c39b83c17b (diff) | |
parent | 73b35d07ee20d6af95359fb86540528709dd58bb (diff) |
Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char / misc driver fixes from Greg KH:
"Here are 3 patches, one a revert of the UIO patch you objected to in
3.16-rc1 and that no one wanted to defend, a w1 driver bugfix, and a
MAINTAINERS update for the vmware balloon driver.
All of these, except for the MAINTAINERS update which just got added,
have been in linux-next just fine"
* tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
MAINTAINERS: add entry for VMware Balloon driver
w1: mxc_w1: Fix incorrect "presence" status
Revert "uio: fix vma io range check in mmap"
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e36d18d8f0eb..eb47dfb6390a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9744,6 +9744,14 @@ L: virtualization@lists.linux-foundation.org | |||
9744 | S: Supported | 9744 | S: Supported |
9745 | F: arch/x86/kernel/cpu/vmware.c | 9745 | F: arch/x86/kernel/cpu/vmware.c |
9746 | 9746 | ||
9747 | VMWARE BALLOON DRIVER | ||
9748 | M: Xavier Deguillard <xdeguillard@vmware.com> | ||
9749 | M: Philip Moltmann <moltmann@vmware.com> | ||
9750 | M: "VMware, Inc." <pv-drivers@vmware.com> | ||
9751 | L: linux-kernel@vger.kernel.org | ||
9752 | S: Maintained | ||
9753 | F: drivers/misc/vmw_balloon.c | ||
9754 | |||
9747 | VMWARE VMXNET3 ETHERNET DRIVER | 9755 | VMWARE VMXNET3 ETHERNET DRIVER |
9748 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | 9756 | M: Shreyas Bhatewara <sbhatewara@vmware.com> |
9749 | M: "VMware, Inc." <pv-drivers@vmware.com> | 9757 | M: "VMware, Inc." <pv-drivers@vmware.com> |