* [PATCH 0/5] iio: ADC driver for EP93xx SoC
@ 2015-11-25 11:50 ` Alexander Sverdlin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Sverdlin @ 2015-11-25 11:50 UTC (permalink / raw)
To: Hartley Sweeten, Ryan Mallon, linux-arm-kernel, linux-iio
Cc: Russell King, Jonathan Cameron, Hartmut Knaack,
Lars-Peter Clausen, Peter Meerwald
This series prepares the necessary infrastructure for ADC platform device on
Cirrus Logic EP93xx family of SoCs and adds the driver for ADC device using
IIO subsystem.
Alexander Sverdlin (5):
clk: ep93xx: Implement clk_get_parent()
clk: ep93xx: Add ADC clock
ep93xx: Add ADC platform device support to core
edb93xx: Add ADC platform device
iio: adc: New driver for Cirrus Logic EP93xx ADC
arch/arm/mach-ep93xx/clock.c | 14 ++
arch/arm/mach-ep93xx/core.c | 24 +++
arch/arm/mach-ep93xx/edb93xx.c | 1 +
arch/arm/mach-ep93xx/include/mach/platform.h | 1 +
arch/arm/mach-ep93xx/soc.h | 1 +
drivers/iio/adc/Kconfig | 11 ++
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ep93xx_adc.c | 253 +++++++++++++++++++++++++++
8 files changed, 306 insertions(+)
create mode 100644 drivers/iio/adc/ep93xx_adc.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/5] iio: ADC driver for EP93xx SoC
@ 2015-11-25 11:50 ` Alexander Sverdlin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Sverdlin @ 2015-11-25 11:50 UTC (permalink / raw)
To: linux-arm-kernel
This series prepares the necessary infrastructure for ADC platform device on
Cirrus Logic EP93xx family of SoCs and adds the driver for ADC device using
IIO subsystem.
Alexander Sverdlin (5):
clk: ep93xx: Implement clk_get_parent()
clk: ep93xx: Add ADC clock
ep93xx: Add ADC platform device support to core
edb93xx: Add ADC platform device
iio: adc: New driver for Cirrus Logic EP93xx ADC
arch/arm/mach-ep93xx/clock.c | 14 ++
arch/arm/mach-ep93xx/core.c | 24 +++
arch/arm/mach-ep93xx/edb93xx.c | 1 +
arch/arm/mach-ep93xx/include/mach/platform.h | 1 +
arch/arm/mach-ep93xx/soc.h | 1 +
drivers/iio/adc/Kconfig | 11 ++
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ep93xx_adc.c | 253 +++++++++++++++++++++++++++
8 files changed, 306 insertions(+)
create mode 100644 drivers/iio/adc/ep93xx_adc.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-25 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 11:50 [PATCH 0/5] iio: ADC driver for EP93xx SoC Alexander Sverdlin
2015-11-25 11:50 ` Alexander Sverdlin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.