[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240329200241.4122000-1-wefu@redhat.com>
Date: Sat, 30 Mar 2024 04:01:23 +0800
From: wefu@...hat.com
To: jszhang@...nel.org,
guoren@...nel.org,
conor@...nel.org,
robh@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
paul.walmsley@...ive.com,
palmer@...belt.com,
aou@...s.berkeley.edu,
jic23@...nel.org,
lars@...afoo.de,
andriy.shevchenko@...ux.intel.com,
nuno.sa@...log.com,
marcelo.schmitt@...log.com,
bigunclemax@...il.com,
marius.cristea@...rochip.com,
fr0st61te@...il.com,
okan.sahin@...log.com,
marcus.folkesson@...il.com,
schnelle@...ux.ibm.com,
lee@...nel.org,
mike.looijmans@...ic.nl
Cc: linux-riscv@...ts.infradead.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-iio@...r.kernel.org,
Wei Fu <wefu@...hat.com>
Subject: [PATCH 0/3] iio: adc: add ADC driver for XuanTie TH1520 SoC
From: Wei Fu <wefu@...hat.com>
This patchset adds initial support for XuanTie TH1520 ADC driver.
This is modified from XuanTie TH1520 Linux_SDK_V1.4.2(linux v5.10.113)
The original author is Fugang Duan <duanfugang.dfg@...ux.alibaba.com>
Wei Fu (3):
drivers/iio/adc: Add XuanTie TH1520 ADC driver
riscv: dts: thead: Add XuanTie TH1520 ADC device node
dt-bindings: adc: Document XuanTie TH1520 ADC
.../bindings/iio/adc/thead,th1520.yaml | 52 ++
arch/riscv/boot/dts/thead/th1520.dtsi | 10 +
drivers/iio/adc/Kconfig | 13 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/xuantie-th1520-adc.c | 572 ++++++++++++++++++
drivers/iio/adc/xuantie-th1520-adc.h | 193 ++++++
6 files changed, 841 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/thead,th1520.yaml
create mode 100644 drivers/iio/adc/xuantie-th1520-adc.c
create mode 100644 drivers/iio/adc/xuantie-th1520-adc.h
--
2.44.0
Powered by blists - more mailing lists