[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f169ebb6-6c2c-6f30-d59c-e89561622ecb@infradead.org>
Date: Fri, 14 Sep 2018 14:30:11 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Manish Narani <manish.narani@...inx.com>, jic23@...nel.org,
knaack.h@....de, lars@...afoo.de, pmeerw@...erw.net,
michal.simek@...inx.com, robh+dt@...nel.org, mark.rutland@....com,
sudeep.holla@....com, amit.kucheria@...aro.org, leoyang.li@....com,
broonie@...nel.org, arnaud.pouliquen@...com,
eugen.hristev@...rochip.com, geert@...ux-m68k.org,
ak@...klinger.de, freeman.liu@...eadtrum.com, lukas@...ner.de,
vilhelm.gray@...il.com, gregkh@...uxfoundation.org,
kstewart@...uxfoundation.org
Cc: sgoud@...inx.com, anirudh@...inx.com, linux-iio@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: Re: [PATCH v2 3/4] iio: adc: Add Xilinx AMS driver
Hi,
On 9/14/18 12:18 AM, Manish Narani wrote:
>
> Signed-off-by: Manish Narani <manish.narani@...inx.com>
> ---
> drivers/iio/adc/Kconfig | 10 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/xilinx-ams.c | 1337 ++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 1348 insertions(+)
> create mode 100644 drivers/iio/adc/xilinx-ams.c
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index 4a75492..405ea00 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -941,4 +941,14 @@ config XILINX_XADC
> The driver can also be build as a module. If so, the module will be called
oops (some other driver:)
built
> xilinx-xadc.
>
> +config XILINX_AMS
> + tristate "Xilinx AMS driver"
> + depends on ARCH_ZYNQMP || COMPILE_TEST
> + depends on HAS_IOMEM
> + help
> + Say yes here to have support for the Xilinx AMS.
> +
> + The driver can also be build as a module. If so, the module will be called
built
> + xilinx-ams.
> +
> endmenu
--
~Randy
Powered by blists - more mailing lists