Message ID | 20210719080607.28712-1-billy_tsai@aspeedtech.com |
---|---|
Headers | show |
Series | Add support for ast2600 ADC | expand |
On Mon, 19 Jul 2021 16:06:00 +0800 Billy Tsai <billy_tsai@aspeedtech.com> wrote: > This patch serials make aspeed_adc.c can support ast2600. > In additional, > patch #6 is used to improve the adc accurate and > patch #7 is used to fix the clock issue in the original code. > > Billy Tsai (7): > dt-bindings: iio: adc: rename the aspeed adc yaml > dt-bindings: iio: adc: Binding ast2600 adc. > iio: adc: aspeed: completes the bitfield declare. > iio: adc: aspeed: Allow driver to support ast2600 > iio: adc: aspeed: Add func to set sampling rate. > iio: adc: aspeed: Add compensation phase. > iio: adc: aspeed: Fix the calculate error of clock. Hi Billy, Small process note. If you resend for some reason and the original series has no reply, it is helpful to people if you just send a reply yourself to say there is a v2. In the past I've occasionally applied wrong versions when someone does this! Thanks, Jonathan > > ...speed,ast2400-adc.yaml => aspeed,adc.yaml} | 23 +- > drivers/iio/adc/aspeed_adc.c | 313 ++++++++++++++---- > 2 files changed, 266 insertions(+), 70 deletions(-) > rename Documentation/devicetree/bindings/iio/adc/{aspeed,ast2400-adc.yaml => aspeed,adc.yaml} (53%) >