Message ID | 20210726082033.351533-1-cbranchereau@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | iio/adc: ingenic: add support for the JZ4760(B) Socs to the ingenic sadc driver | expand |
On Mon, 26 Jul 2021 10:20:28 +0200 Christophe Branchereau <cbranchereau@gmail.com> wrote: > This is a set of patches to add support to the JZ4760(B) socs found in numerous gaming handhelds and some > mp3 players to the ingenic-sadc driver. > > Changelog for this v4: > > Fix patch 4/5 that was missing the .compatible string for the jz4760b. Series applied to the togreg branch of iio.git which will first be pushed out as testing to see if 0-day can find anything we missed. Thanks, Jonathan > > Christophe Branchereau (5): > iio/adc: ingenic: rename has_aux2 to has_aux_md > dt-bindings: iio/adc: add an INGENIC_ADC_AUX0 entry > iio/adc: ingenic: add JZ4760 support to the sadc driver > iio/adc: ingenic: add JZ4760B support to the sadc driver > dt-bindings: iio/adc: ingenic: add the JZ4760(B) socs to the sadc > Documentation > > .../bindings/iio/adc/ingenic,adc.yaml | 19 ++++ > drivers/iio/adc/ingenic-adc.c | 102 ++++++++++++++++-- > include/dt-bindings/iio/adc/ingenic,adc.h | 1 + > 3 files changed, 113 insertions(+), 9 deletions(-) >