mbox series

[v2,0/2] Add RZ/G2UL support

Message ID 20220505184037.511295-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G2UL support | expand

Message

Biju Das May 5, 2022, 6:40 p.m. UTC
This patch series document ADC found on RZ/G2UL SoC and also removes
unnecessary channel check from rzg2l_adc_read_label().

v1->v2:
 * Started using generic compatible for RZ/G2UL and added SoC specific validation
   for number of supported channels.

Biju Das (2):
  dt-bindings: iio: adc: Document Renesas RZ/G2UL ADC
  iio: adc: rzg2l_adc: Remove unnecessary check from
    rzg2l_adc_read_label()

 .../bindings/iio/adc/renesas,rzg2l-adc.yaml   | 45 ++++++++++++++++---
 drivers/iio/adc/rzg2l_adc.c                   |  3 --
 2 files changed, 38 insertions(+), 10 deletions(-)