diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-01-27 18:08:37 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-28 06:33:53 -0500 |
commit | 059c53b3232960cfd38cc46de0a7bedd642021f5 (patch) | |
tree | 6a217ac42039db5013c4350b867c8378d50fed2f /MAINTAINERS | |
parent | ec2ef15335547d6b96dcfb92e2dcebe08e156bc2 (diff) |
iio: adc: Add Renesas GyroADC driver
Add IIO driver for the Renesas RCar GyroADC block. This block is a
simple 4/8-channel ADC which samples 12/15/24 bits of data every
cycle from all channels.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms+renesas@verge.net.au>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: linux-renesas-soc@vger.kernel.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5f0420a0da5b..89e0877e1399 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10439,6 +10439,12 @@ L: linux-renesas-soc@vger.kernel.org | |||
10439 | F: drivers/net/ethernet/renesas/ | 10439 | F: drivers/net/ethernet/renesas/ |
10440 | F: include/linux/sh_eth.h | 10440 | F: include/linux/sh_eth.h |
10441 | 10441 | ||
10442 | RENESAS R-CAR GYROADC DRIVER | ||
10443 | M: Marek Vasut <marek.vasut@gmail.com> | ||
10444 | L: linux-iio@vger.kernel.org | ||
10445 | S: Supported | ||
10446 | F: drivers/iio/adc/rcar_gyro_adc.c | ||
10447 | |||
10442 | RENESAS USB2 PHY DRIVER | 10448 | RENESAS USB2 PHY DRIVER |
10443 | M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 10449 | M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> |
10444 | L: linux-renesas-soc@vger.kernel.org | 10450 | L: linux-renesas-soc@vger.kernel.org |