mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
34ff6c2fe3
Quite a bit of outreachy activity here with a driver from a current intern and a number of cleanup patches as part of the next round. Getting a pull request in early this cycle as it's looking like another large cycle for IIO. New device support * adxl345 - initial device support. Note, once complete support is done the intent is to superceded the driver in input/misc. - bindings. - conversion from i2c direct calls to regmap and driver split. - spi support. * chromeos light and proximity. - new driver. * devantech srf04 ultrasonic ranger - new driver with device tree bindings. * hid temperature - new driver for environemntal temperature support from hid devices. * max30102 oximeter - new driver with device tree bindings. * st lsm6dsx - refactor and addition of device support for lsm6dsl and lsm6ds3h. Staging graduation * isl29028 including copyright notice update to reflect Brian's work. * lpc32xx_adc. * spear adc. It's not perfect and there are some datasheet disagreements, but it works and is good enough to graduate. New features * documentation - abi docs for in_proximity_sampling_frequency_available. - generalise counting direction ABI docs as a second driver is going to use them. * hid-sensor-prox - Add support for HID_USAGE_SENSOR_HUMAN_PRESENCE if used on a particular device. * isl29028 - runtime pm. * meson-saradc - switch from polling to interrupt mode and improved read_raw_sample function to avoid unnecessary loop. * tmp007 - interrupt and threshold event support. Cleanups and minor fixes * ad2s1210 - permissions to octal. * ad7192 - permissions to octal. - use BIT macro. * ad9832 - merge header definitions into source file. * ad9834 - merge header definitions into source file. * ade7753 - merge header definitions into source file. - cleanup include ordering. *ade7854
- simplify return logic. * adis16201 - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adis16203 - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adis16209 - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adis16240 - permissions to octal. - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adt7136 - permissions to octal. * cio-dac - set missing parent device. * documentation - update version numbers on sysfs ABI for counter bits that didn't quite. make 4.9. * isl29028 - mdelay to msleep. - incorrrect sleep time when taking first proximity reading. * lmp91000 - set missing parent device. * lpc32xx - Consistent prefixes for defines. - rename local state structure to _state. * max30100 - set missing parent device. * max30102 - set missing parent device. * maxim-thermocouple - set missing parent device. * meter driver header - permissions to octal. * pulsedlight-lidar-lite-v2 - set missing parent device. * quad-8 - set missing parent device. * st104 - set missing parent device. Other * Mailmap - update Matt Ranostay's email address to the Konsolko one. -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAli8K40RHGppYzIzQGtl cm5lbC5vcmcACgkQVIU0mcT0FogLWBAAoclyQ3AwUecfujFcGx/ZJuba63M+qPIk SvmUCocnCjfgLI5WnB4J6rMldoD7CMAhrOpFeFuJlr/g6f4WMToJVT6PdHEtMqvB Rci/ODa9QNDPBpA1sLGCFu704yzBxQTmq53V1d9kZBJ/FxTqwOZamStjKAC2EskX yuslGGGSdveIYfmBfHIY1VlT2xwuf9xmyhi0STAIn86ViATH/Hhz2xWNBjaHxTrs gJ6sLGmwh9RYO1KlXSUmbXHd9mWoME2iIsEVGsPzILPkHuHsjvVtjPmQkHB6cT8v W1OvYJqHz7CbOmcqOVCUbtho/sdw9uhdGkc+Vm9ilxukfVFu9I3cnTTV6um7rj76 /bKf4qB0B/BlXgyfGdGY/gmotSI53sPeG7Vp0nd/5ZmYXKhP4NS+rRB1ipy71nGV YY/fmgrAobm3wrmWdMUOhBCH/hfN8aSR3S6exJarEejfIpOzu3GeVP8706krKvwO 1HOHBVyJ5gt+WI18kvYC78Mhs5HVeKCSuHf8eJ1bZHOUoVtIHtN4HnF5wCa0on/t Qu0am0SW596J95EUVMsodNYXUTP6JwcQeKt65VvXSq2jcnqylPT95SuroVqZ3NNH Lpq7kfjfV4p/n6G9EUE/7+RBXZL0BboI7v8GbIvodfXmFk099mkEbHnpMRffc6XQ o1TUYqzAQPI= =rlqq -----END PGP SIGNATURE----- Merge tag 'iio-for-4.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next Jonathan writes: First set of IIO new device support, features and cleanup for the 4.12 cycle. Quite a bit of outreachy activity here with a driver from a current intern and a number of cleanup patches as part of the next round. Getting a pull request in early this cycle as it's looking like another large cycle for IIO. New device support * adxl345 - initial device support. Note, once complete support is done the intent is to superceded the driver in input/misc. - bindings. - conversion from i2c direct calls to regmap and driver split. - spi support. * chromeos light and proximity. - new driver. * devantech srf04 ultrasonic ranger - new driver with device tree bindings. * hid temperature - new driver for environemntal temperature support from hid devices. * max30102 oximeter - new driver with device tree bindings. * st lsm6dsx - refactor and addition of device support for lsm6dsl and lsm6ds3h. Staging graduation * isl29028 including copyright notice update to reflect Brian's work. * lpc32xx_adc. * spear adc. It's not perfect and there are some datasheet disagreements, but it works and is good enough to graduate. New features * documentation - abi docs for in_proximity_sampling_frequency_available. - generalise counting direction ABI docs as a second driver is going to use them. * hid-sensor-prox - Add support for HID_USAGE_SENSOR_HUMAN_PRESENCE if used on a particular device. * isl29028 - runtime pm. * meson-saradc - switch from polling to interrupt mode and improved read_raw_sample function to avoid unnecessary loop. * tmp007 - interrupt and threshold event support. Cleanups and minor fixes * ad2s1210 - permissions to octal. * ad7192 - permissions to octal. - use BIT macro. * ad9832 - merge header definitions into source file. * ad9834 - merge header definitions into source file. * ade7753 - merge header definitions into source file. - cleanup include ordering. *ade7854
- simplify return logic. * adis16201 - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adis16203 - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adis16209 - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adis16240 - permissions to octal. - merge header definitions into source file. - rename _core.c to .c as there is nothing else. * adt7136 - permissions to octal. * cio-dac - set missing parent device. * documentation - update version numbers on sysfs ABI for counter bits that didn't quite. make 4.9. * isl29028 - mdelay to msleep. - incorrrect sleep time when taking first proximity reading. * lmp91000 - set missing parent device. * lpc32xx - Consistent prefixes for defines. - rename local state structure to _state. * max30100 - set missing parent device. * max30102 - set missing parent device. * maxim-thermocouple - set missing parent device. * meter driver header - permissions to octal. * pulsedlight-lidar-lite-v2 - set missing parent device. * quad-8 - set missing parent device. * st104 - set missing parent device. Other * Mailmap - update Matt Ranostay's email address to the Konsolko one.
178 lines
7.8 KiB
Plaintext
178 lines
7.8 KiB
Plaintext
#
|
|
# This list is used by git-shortlog to fix a few botched name translations
|
|
# in the git archive, either because the author's full name was messed up
|
|
# and/or not always written the same way, making contributions from the
|
|
# same person appearing not to be so or badly displayed.
|
|
#
|
|
# repo-abbrev: /pub/scm/linux/kernel/git/
|
|
#
|
|
|
|
Aaron Durbin <adurbin@google.com>
|
|
Adam Oldham <oldhamca@gmail.com>
|
|
Adam Radford <aradford@gmail.com>
|
|
Adrian Bunk <bunk@stusta.de>
|
|
Adriana Reus <adi.reus@gmail.com> <adriana.reus@intel.com>
|
|
Alan Cox <alan@lxorguk.ukuu.org.uk>
|
|
Alan Cox <root@hraefn.swansea.linux.org.uk>
|
|
Aleksey Gorelov <aleksey_gorelov@phoenix.com>
|
|
Al Viro <viro@ftp.linux.org.uk>
|
|
Al Viro <viro@zenIV.linux.org.uk>
|
|
Andreas Herrmann <aherrman@de.ibm.com>
|
|
Andrey Ryabinin <ryabinin.a.a@gmail.com> <a.ryabinin@samsung.com>
|
|
Andrew Morton <akpm@linux-foundation.org>
|
|
Andrew Vasquez <andrew.vasquez@qlogic.com>
|
|
Andy Adamson <andros@citi.umich.edu>
|
|
Antoine Tenart <antoine.tenart@free-electrons.com>
|
|
Antonio Ospite <ao2@ao2.it> <ao2@amarulasolutions.com>
|
|
Archit Taneja <archit@ti.com>
|
|
Arnaud Patard <arnaud.patard@rtp-net.org>
|
|
Arnd Bergmann <arnd@arndb.de>
|
|
Axel Dyks <xl@xlsigned.net>
|
|
Axel Lin <axel.lin@gmail.com>
|
|
Ben Gardner <bgardner@wabtec.com>
|
|
Ben M Cahill <ben.m.cahill@intel.com>
|
|
Björn Steinbrink <B.Steinbrink@gmx.de>
|
|
Boris Brezillon <boris.brezillon@free-electrons.com>
|
|
Boris Brezillon <boris.brezillon@free-electrons.com> <b.brezillon.dev@gmail.com>
|
|
Boris Brezillon <boris.brezillon@free-electrons.com> <b.brezillon@overkiz.com>
|
|
Brian Avery <b.avery@hp.com>
|
|
Brian King <brking@us.ibm.com>
|
|
Christoph Hellwig <hch@lst.de>
|
|
Christophe Ricard <christophe.ricard@gmail.com>
|
|
Corey Minyard <minyard@acm.org>
|
|
Damian Hobson-Garcia <dhobsong@igel.co.jp>
|
|
David Brownell <david-b@pacbell.net>
|
|
David Woodhouse <dwmw2@shinybook.infradead.org>
|
|
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
Domen Puncer <domen@coderock.org>
|
|
Douglas Gilbert <dougg@torque.net>
|
|
Ed L. Cashin <ecashin@coraid.com>
|
|
Evgeniy Polyakov <johnpol@2ka.mipt.ru>
|
|
Felipe W Damasio <felipewd@terra.com.br>
|
|
Felix Kuhling <fxkuehl@gmx.de>
|
|
Felix Moeller <felix@derklecks.de>
|
|
Filipe Lautert <filipe@icewall.org>
|
|
Franck Bui-Huu <vagabon.xyz@gmail.com>
|
|
Frank Rowand <frowand.list@gmail.com> <frowand@mvista.com>
|
|
Frank Rowand <frowand.list@gmail.com> <frank.rowand@am.sony.com>
|
|
Frank Rowand <frowand.list@gmail.com> <frank.rowand@sonymobile.com>
|
|
Frank Zago <fzago@systemfabricworks.com>
|
|
Greg Kroah-Hartman <greg@echidna.(none)>
|
|
Greg Kroah-Hartman <gregkh@suse.de>
|
|
Greg Kroah-Hartman <greg@kroah.com>
|
|
Henk Vergonet <Henk.Vergonet@gmail.com>
|
|
Henrik Kretzschmar <henne@nachtwindheim.de>
|
|
Henrik Rydberg <rydberg@bitmath.org>
|
|
Herbert Xu <herbert@gondor.apana.org.au>
|
|
Jacob Shin <Jacob.Shin@amd.com>
|
|
James Bottomley <jejb@mulgrave.(none)>
|
|
James Bottomley <jejb@titanic.il.steeleye.com>
|
|
James E Wilson <wilson@specifix.com>
|
|
James Ketrenos <jketreno@io.(none)>
|
|
Javi Merino <javi.merino@kernel.org> <javi.merino@arm.com>
|
|
<javier@osg.samsung.com> <javier.martinez@collabora.co.uk>
|
|
Jean Tourrilhes <jt@hpl.hp.com>
|
|
Jeff Garzik <jgarzik@pretzel.yyz.us>
|
|
Jens Axboe <axboe@suse.de>
|
|
Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
|
|
Johan Hovold <johan@kernel.org> <jhovold@gmail.com>
|
|
Johan Hovold <johan@kernel.org> <johan@hovoldconsulting.com>
|
|
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
|
|
John Stultz <johnstul@us.ibm.com>
|
|
<josh@joshtriplett.org> <josh@freedesktop.org>
|
|
<josh@joshtriplett.org> <josh@kernel.org>
|
|
<josh@joshtriplett.org> <josht@linux.vnet.ibm.com>
|
|
<josh@joshtriplett.org> <josht@us.ibm.com>
|
|
<josh@joshtriplett.org> <josht@vnet.ibm.com>
|
|
Juha Yrjola <at solidboot.com>
|
|
Juha Yrjola <juha.yrjola@nokia.com>
|
|
Juha Yrjola <juha.yrjola@solidboot.com>
|
|
Kay Sievers <kay.sievers@vrfy.org>
|
|
Kenneth W Chen <kenneth.w.chen@intel.com>
|
|
Konstantin Khlebnikov <koct9i@gmail.com> <k.khlebnikov@samsung.com>
|
|
Koushik <raghavendra.koushik@neterion.com>
|
|
Krzysztof Kozlowski <krzk@kernel.org> <k.kozlowski@samsung.com>
|
|
Krzysztof Kozlowski <krzk@kernel.org> <k.kozlowski.k@gmail.com>
|
|
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Leonid I Ananiev <leonid.i.ananiev@intel.com>
|
|
Linas Vepstas <linas@austin.ibm.com>
|
|
Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@web.de>
|
|
Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@ascom.ch>
|
|
Mark Brown <broonie@sirena.org.uk>
|
|
Matthieu CASTET <castet.matthieu@free.fr>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@brturbo.com.br>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <maurochehab@gmail.com>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@infradead.org>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@redhat.com>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <m.chehab@samsung.com>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@osg.samsung.com>
|
|
Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@s-opensource.com>
|
|
Matt Ranostay <mranostay@gmail.com> Matthew Ranostay <mranostay@embeddedalley.com>
|
|
Matt Ranostay <mranostay@gmail.com> <matt.ranostay@intel.com>
|
|
Matt Ranostay <matt.ranostay@konsulko.com> <matt@ranostay.consulting>
|
|
Mayuresh Janorkar <mayur@ti.com>
|
|
Michael Buesch <m@bues.ch>
|
|
Michel Dänzer <michel@tungstengraphics.com>
|
|
Mitesh shah <mshah@teja.com>
|
|
Mohit Kumar <mohit.kumar@st.com> <mohit.kumar.dhaka@gmail.com>
|
|
Morten Welinder <terra@gnome.org>
|
|
Morten Welinder <welinder@anemone.rentec.com>
|
|
Morten Welinder <welinder@darter.rentec.com>
|
|
Morten Welinder <welinder@troll.com>
|
|
Mythri P K <mythripk@ti.com>
|
|
Nguyen Anh Quynh <aquynh@gmail.com>
|
|
Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
|
|
Patrick Mochel <mochel@digitalimplant.org>
|
|
Peter A Jonsson <pj@ludd.ltu.se>
|
|
Peter Oruba <peter@oruba.de>
|
|
Peter Oruba <peter.oruba@amd.com>
|
|
Pratyush Anand <pratyush.anand@gmail.com> <pratyush.anand@st.com>
|
|
Praveen BP <praveenbp@ti.com>
|
|
Qais Yousef <qsyousef@gmail.com> <qais.yousef@imgtec.com>
|
|
Rajesh Shah <rajesh.shah@intel.com>
|
|
Ralf Baechle <ralf@linux-mips.org>
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
Randy Dunlap <rdunlap@infradead.org> <rdunlap@xenotime.net>
|
|
Rémi Denis-Courmont <rdenis@simphalempin.com>
|
|
Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
|
|
Rudolf Marek <R.Marek@sh.cvut.cz>
|
|
Rui Saraiva <rmps@joel.ist.utl.pt>
|
|
Sachin P Sant <ssant@in.ibm.com>
|
|
Sarangdhar Joshi <spjoshi@codeaurora.org>
|
|
Sam Ravnborg <sam@mars.ravnborg.org>
|
|
Santosh Shilimkar <ssantosh@kernel.org>
|
|
Santosh Shilimkar <santosh.shilimkar@oracle.org>
|
|
Sascha Hauer <s.hauer@pengutronix.de>
|
|
S.Çağlar Onur <caglar@pardus.org.tr>
|
|
Shiraz Hashim <shiraz.linux.kernel@gmail.com> <shiraz.hashim@st.com>
|
|
Shuah Khan <shuah@kernel.org> <shuahkhan@gmail.com>
|
|
Shuah Khan <shuah@kernel.org> <shuah.khan@hp.com>
|
|
Shuah Khan <shuah@kernel.org> <shuahkh@osg.samsung.com>
|
|
Shuah Khan <shuah@kernel.org> <shuah.kh@samsung.com>
|
|
Simon Kelley <simon@thekelleys.org.uk>
|
|
Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>
|
|
Stephen Hemminger <shemminger@osdl.org>
|
|
Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
|
|
Subhash Jadavani <subhashj@codeaurora.org>
|
|
Sudeep Holla <sudeep.holla@arm.com> Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
|
|
Sumit Semwal <sumit.semwal@ti.com>
|
|
Tejun Heo <htejun@gmail.com>
|
|
Thomas Graf <tgraf@suug.ch>
|
|
Thomas Pedersen <twp@codeaurora.org>
|
|
Tony Luck <tony.luck@intel.com>
|
|
Tsuneo Yoshioka <Tsuneo.Yoshioka@f-secure.com>
|
|
Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
|
|
Uwe Kleine-König <ukl@pengutronix.de>
|
|
Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
|
|
Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
Viresh Kumar <vireshk@kernel.org> <viresh.kumar@st.com>
|
|
Viresh Kumar <vireshk@kernel.org> <viresh.linux@gmail.com>
|
|
Viresh Kumar <vireshk@kernel.org> <viresh.kumar2@arm.com>
|
|
Vlad Dogaru <ddvlad@gmail.com> <vlad.dogaru@intel.com>
|
|
Vladimir Davydov <vdavydov.dev@gmail.com> <vdavydov@virtuozzo.com>
|
|
Vladimir Davydov <vdavydov.dev@gmail.com> <vdavydov@parallels.com>
|
|
Takashi YOSHII <takashi.yoshii.zj@renesas.com>
|
|
Yusuke Goda <goda.yusuke@renesas.com>
|
|
Gustavo Padovan <gustavo@las.ic.unicamp.br>
|
|
Gustavo Padovan <padovan@profusion.mobi>
|