aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-05 17:50:51 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-05 17:50:51 -0400
commit41844e36206be90cd4d962ea49b0abc3612a99d0 (patch)
treece0b3a3403bc6abdb28f52779d0d7b57a51a5c86 /MAINTAINERS
parent5691f0e9a3e7855832d5fd094801bf600347c2d0 (diff)
parentfc1e2c8ea85e109acf09e74789e9b852f6eed251 (diff)
Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Pull staging and IIO updates from Greg KH: "Here is the big staging and IIO driver pull request for 4.9-rc1. There are a lot of patches in here, the majority due to the drivers/staging/greybus/ subsystem being merged in with full development history that went back a few years, in order to preserve the work that those developers did over time. Lots and lots of tiny cleanups happened in the tree as well, due to the Outreachy application process and lots of other developers showing up for the first time to clean code up. Along with those changes, we deleted a wireless driver, and added a raspberrypi driver (currently marked broken), and lots of new iio drivers. Overall the tree still shrunk with more lines removed than added, about 10 thousand lines removed in total. Full details are in the very long shortlog below. All of this has been in the linux-next tree with no issues. There will be some merge problems with other subsystem trees, but those are all minor problems and shouldn't be hard to work out when they happen (MAINTAINERS and some lustre build problems with the IB tree)" And furter from me asking for clarification about greybus: "Right now there is a phone from Motorola shipping with this code (a slightly older version, but the same tree), so even though Ara is not alive in the same form, the functionality is happening. We are working with the developers of that phone to merge the newer stuff in with their fork so they can use the upstream version in future versions of their phone product line. Toshiba has at least one chip shipping in their catalog that needs/uses this protocol over a Unipro link, and rumor has it that there might be more in the future. There are also other users of the greybus protocols, there is a talk next week at ELC that shows how it is being used across a network connection to control a device, and previous ELC talks have showed the protocol stack being used over USB to drive embedded Linux boards. I've also talked to some people who are starting to work to add a host controller driver to control arduinos as the greybus PHY protocols are very useful to control a serial/i2c/spio/whatever device across a random physical link, as it is a way to have a self-describing device be attached to a host without needing manual configuration. So yes, people are using it, and there is still the chance that it will show up in a phone/laptop/tablet/whatever from Google in the future as well, the tech isn't dead, even if the original large phone project happens to be" * tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (3703 commits) Staging: fbtft: Fix bug in fbtft-core staging: rtl8188eu: fix double unlock error in rtw_resume_process() staging:r8188eu: remove GEN_MLME_EXT_HANDLER macro staging:r8188eu: remove GEN_DRV_CMD_HANDLER macro staging:r8188eu: remove GEN_EVT_CODE macro staging:r8188eu: remove GEN_CMD_CODE macro staging:r8188eu: remove pkt_newalloc member of the recv_buf structure staging:r8188eu: remove rtw_handle_dualmac declaration staging:r8188eu: remove (RGTRY|BSSID)_(OFT|SZ) macros staging:r8188eu: change rtl8188e_process_phy_info function argument type Staging: fsl-mc: Remove blank lines Staging: fsl-mc: Fix unaligned * in block comments Staging: comedi: Align the * in block comments Staging : ks7010 : Fix block comments warninig Staging: vt6655: Remove explicit NULL comparison using Coccinelle staging: rtl8188eu: core: rtw_xmit: Use macros instead of constants staging: rtl8188eu: core: rtw_xmit: Move constant of the right side staging: dgnc: Fix lines longer than 80 characters Staging: dgnc: constify attribute_group structures Staging: most: hdm-dim2: constify attribute_group structures ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS96
1 files changed, 87 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4f4d56123099..841ffa3833ff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -819,11 +819,11 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers)
819S: Maintained 819S: Maintained
820F: sound/aoa/ 820F: sound/aoa/
821 821
822APEX EMBEDDED SYSTEMS STX104 DAC DRIVER 822APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
823M: William Breathitt Gray <vilhelm.gray@gmail.com> 823M: William Breathitt Gray <vilhelm.gray@gmail.com>
824L: linux-iio@vger.kernel.org 824L: linux-iio@vger.kernel.org
825S: Maintained 825S: Maintained
826F: drivers/iio/dac/stx104.c 826F: drivers/iio/adc/stx104.c
827 827
828APM DRIVER 828APM DRIVER
829M: Jiri Kosina <jikos@kernel.org> 829M: Jiri Kosina <jikos@kernel.org>
@@ -1993,6 +1993,13 @@ S: Maintained
1993F: drivers/media/i2c/as3645a.c 1993F: drivers/media/i2c/as3645a.c
1994F: include/media/i2c/as3645a.h 1994F: include/media/i2c/as3645a.h
1995 1995
1996ASAHI KASEI AK8974 DRIVER
1997M: Linus Walleij <linus.walleij@linaro.org>
1998L: linux-iio@vger.kernel.org
1999W: http://www.akm.com/
2000S: Supported
2001F: drivers/iio/magnetometer/ak8974.c
2002
1996ASC7621 HARDWARE MONITOR DRIVER 2003ASC7621 HARDWARE MONITOR DRIVER
1997M: George Joseph <george.joseph@fairview5.com> 2004M: George Joseph <george.joseph@fairview5.com>
1998L: linux-hwmon@vger.kernel.org 2005L: linux-hwmon@vger.kernel.org
@@ -5318,6 +5325,77 @@ L: netdev@vger.kernel.org
5318S: Maintained 5325S: Maintained
5319F: drivers/net/ethernet/aeroflex/ 5326F: drivers/net/ethernet/aeroflex/
5320 5327
5328GREYBUS SUBSYSTEM
5329M: Johan Hovold <johan@kernel.org>
5330M: Alex Elder <elder@kernel.org>
5331M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5332S: Maintained
5333F: drivers/staging/greybus/
5334
5335GREYBUS AUDIO PROTOCOLS DRIVERS
5336M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
5337M: Mark Greer <mgreer@animalcreek.com>
5338S: Maintained
5339F: drivers/staging/greybus/audio_apbridgea.c
5340F: drivers/staging/greybus/audio_apbridgea.h
5341F: drivers/staging/greybus/audio_codec.c
5342F: drivers/staging/greybus/audio_codec.h
5343F: drivers/staging/greybus/audio_gb.c
5344F: drivers/staging/greybus/audio_manager.c
5345F: drivers/staging/greybus/audio_manager.h
5346F: drivers/staging/greybus/audio_manager_module.c
5347F: drivers/staging/greybus/audio_manager_private.h
5348F: drivers/staging/greybus/audio_manager_sysfs.c
5349F: drivers/staging/greybus/audio_module.c
5350F: drivers/staging/greybus/audio_topology.c
5351
5352GREYBUS PROTOCOLS DRIVERS
5353M: Rui Miguel Silva <rmfrfs@gmail.com>
5354S: Maintained
5355F: drivers/staging/greybus/sdio.c
5356F: drivers/staging/greybus/light.c
5357F: drivers/staging/greybus/gpio.c
5358F: drivers/staging/greybus/power_supply.c
5359F: drivers/staging/greybus/spi.c
5360F: drivers/staging/greybus/spilib.c
5361
5362GREYBUS PROTOCOLS DRIVERS
5363M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
5364S: Maintained
5365F: drivers/staging/greybus/loopback.c
5366F: drivers/staging/greybus/timesync.c
5367F: drivers/staging/greybus/timesync_platform.c
5368
5369GREYBUS PROTOCOLS DRIVERS
5370M: Viresh Kumar <vireshk@kernel.org>
5371S: Maintained
5372F: drivers/staging/greybus/authentication.c
5373F: drivers/staging/greybus/bootrom.c
5374F: drivers/staging/greybus/firmware.h
5375F: drivers/staging/greybus/fw-core.c
5376F: drivers/staging/greybus/fw-download.c
5377F: drivers/staging/greybus/fw-managament.c
5378F: drivers/staging/greybus/greybus_authentication.h
5379F: drivers/staging/greybus/greybus_firmware.h
5380F: drivers/staging/greybus/hid.c
5381F: drivers/staging/greybus/i2c.c
5382F: drivers/staging/greybus/spi.c
5383F: drivers/staging/greybus/spilib.c
5384F: drivers/staging/greybus/spilib.h
5385
5386GREYBUS PROTOCOLS DRIVERS
5387M: David Lin <dtwlin@gmail.com>
5388S: Maintained
5389F: drivers/staging/greybus/uart.c
5390F: drivers/staging/greybus/log.c
5391
5392GREYBUS PLATFORM DRIVERS
5393M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5394S: Maintained
5395F: drivers/staging/greybus/arche-platform.c
5396F: drivers/staging/greybus/arche-apb-ctrl.c
5397F: drivers/staging/greybus/arche_platform.h
5398
5321GSPCA FINEPIX SUBDRIVER 5399GSPCA FINEPIX SUBDRIVER
5322M: Frank Zago <frank@zago.net> 5400M: Frank Zago <frank@zago.net>
5323L: linux-media@vger.kernel.org 5401L: linux-media@vger.kernel.org
@@ -7548,6 +7626,12 @@ L: linux-iio@vger.kernel.org
7548S: Maintained 7626S: Maintained
7549F: drivers/iio/potentiometer/mcp4531.c 7627F: drivers/iio/potentiometer/mcp4531.c
7550 7628
7629MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7630M: William Breathitt Gray <vilhelm.gray@gmail.com>
7631L: linux-iio@vger.kernel.org
7632S: Maintained
7633F: drivers/iio/dac/cio-dac.c
7634
7551MEDIA DRIVERS FOR RENESAS - FCP 7635MEDIA DRIVERS FOR RENESAS - FCP
7552M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 7636M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7553L: linux-media@vger.kernel.org 7637L: linux-media@vger.kernel.org
@@ -11263,6 +11347,7 @@ F: drivers/staging/media/lirc/
11263STAGING - LUSTRE PARALLEL FILESYSTEM 11347STAGING - LUSTRE PARALLEL FILESYSTEM
11264M: Oleg Drokin <oleg.drokin@intel.com> 11348M: Oleg Drokin <oleg.drokin@intel.com>
11265M: Andreas Dilger <andreas.dilger@intel.com> 11349M: Andreas Dilger <andreas.dilger@intel.com>
11350M: James Simmons <jsimmons@infradead.org>
11266L: lustre-devel@lists.lustre.org (moderated for non-subscribers) 11351L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11267W: http://wiki.lustre.org/ 11352W: http://wiki.lustre.org/
11268S: Maintained 11353S: Maintained
@@ -11289,13 +11374,6 @@ M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11289S: Odd Fixes 11374S: Odd Fixes
11290F: drivers/staging/rtl8712/ 11375F: drivers/staging/rtl8712/
11291 11376
11292STAGING - REALTEK RTL8723U WIRELESS DRIVER
11293M: Larry Finger <Larry.Finger@lwfinger.net>
11294M: Jes Sorensen <Jes.Sorensen@redhat.com>
11295L: linux-wireless@vger.kernel.org
11296S: Maintained
11297F: drivers/staging/rtl8723au/
11298
11299STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER 11377STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11300M: Sudip Mukherjee <sudipm.mukherjee@gmail.com> 11378M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11301M: Teddy Wang <teddy.wang@siliconmotion.com> 11379M: Teddy Wang <teddy.wang@siliconmotion.com>