All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] RK3588 ADC support
@ 2023-05-25 21:27 ` Shreeya Patel
  0 siblings, 0 replies; 44+ messages in thread
From: Shreeya Patel @ 2023-05-25 21:27 UTC (permalink / raw)
  To: jic23, lars, heiko, robh+dt, krzysztof.kozlowski+dt, sebastian.reichel
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, kernel, gustavo.padovan, serge.broslavsky,
	Shreeya Patel

This patch series adds ADC support for RK3588 and updates
the DT bindings for the same.

To test ADC support on Rock 5B board, a voltage divider circuit
was created using the gpio pin 22 ( SARADC_IN4 ) and few more
tests were ran for testing the buffer and trigger support using
the iio_generic_buffer tool.


Changes in v2
  - Add from address in patches 1 and 2.
  - Create separate patches for adding new device support and changes to
    the old device code.
  - Make use of FIELD_PREP in patch 2.
  - Move the enablement of clocks at it's original position in patch 3
  - Add Reviewed-by tag in patches 4 and 5.
  - Add an Acked-by tag in patch 8.

Shreeya Patel (8):
  iio: adc: rockchip_saradc: Add callback functions
  iio: adc: rockchip_saradc: Add support for RK3588
  iio: adc: rockchip_saradc: Make use of devm_clk_get_enabled
  iio: adc: rockchip_saradc: Use of_device_get_match_data
  iio: adc: rockchip_saradc: Match alignment with open parenthesis
  iio: adc: rockchip_saradc: Use dev_err_probe
  arm64: dts: rockchip: Add DT node for ADC support in RK3588
  dt-bindings: iio: adc: Add rockchip,rk3588-saradc string

 .../bindings/iio/adc/rockchip-saradc.yaml     |   1 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi     |  12 +
 drivers/iio/adc/rockchip_saradc.c             | 262 +++++++++++-------
 3 files changed, 168 insertions(+), 107 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2023-05-28 21:26 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 21:27 [PATCH v2 0/8] RK3588 ADC support Shreeya Patel
2023-05-25 21:27 ` Shreeya Patel
2023-05-25 21:27 ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 1/8] iio: adc: rockchip_saradc: Add callback functions Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 2/8] iio: adc: rockchip_saradc: Add support for RK3588 Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-26  6:01   ` kernel test robot
2023-05-26  6:01     ` kernel test robot
2023-05-26  8:36   ` AngeloGioacchino Del Regno
2023-05-26  8:36     ` AngeloGioacchino Del Regno
2023-05-26  8:36     ` AngeloGioacchino Del Regno
2023-05-25 21:27 ` [PATCH v2 3/8] iio: adc: rockchip_saradc: Make use of devm_clk_get_enabled Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-26  0:42   ` Dmitry Osipenko
2023-05-26  0:42     ` Dmitry Osipenko
2023-05-26  0:42     ` Dmitry Osipenko
2023-05-28 21:22     ` Shreeya Patel
2023-05-28 21:22       ` Shreeya Patel
2023-05-28 21:22       ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 4/8] iio: adc: rockchip_saradc: Use of_device_get_match_data Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 5/8] iio: adc: rockchip_saradc: Match alignment with open parenthesis Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 6/8] iio: adc: rockchip_saradc: Use dev_err_probe Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 7/8] arm64: dts: rockchip: Add DT node for ADC support in RK3588 Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27 ` [PATCH v2 8/8] dt-bindings: iio: adc: Add rockchip,rk3588-saradc string Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-25 21:27   ` Shreeya Patel
2023-05-28 16:46 ` [PATCH v2 0/8] RK3588 ADC support Jonathan Cameron
2023-05-28 16:46   ` Jonathan Cameron
2023-05-28 16:46   ` Jonathan Cameron
2023-05-28 21:25   ` Shreeya Patel
2023-05-28 21:25     ` Shreeya Patel
2023-05-28 21:25     ` Shreeya Patel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.