public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iio: adc: ltc2309: add support driver for ltc2305
@ 2026-01-26  1:29 Kyle Hsieh
  2026-01-26  1:29 ` [PATCH v3 1/2] dt-bindings: adc: ltc2497: add support " Kyle Hsieh
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kyle Hsieh @ 2026-01-26  1:29 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	David Lechner, Nuno Sá, Andy Shevchenko, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Liam Beguin
  Cc: Michael Hennerich, linux-iio, devicetree, linux-kernel,
	Kyle Hsieh

The series add support for ltc2305 controller from 
Linear Technology Corporation(lltc).
This is low noise, low power, 2 channels 12-bit successive
approximation ADCs.

Signed-off-by: Kyle Hsieh <kylehsieh1995@gmail.com>
---
Changes in v3:
- Modify ltc2305 channel mask to compatible ltc2309.
- Link to v2: https://lore.kernel.org/r/20251224-add_ltc2305_driver-v2-0-061f78cf45a3@gmail.com

Changes in v2:
- Reordered chip descriptions and code from low to high order.
- Renamed chip info structure to use ltc2309 driver prefix.
- Switched to i2c_get_match_data().
- Removed unused variables.
- Added chip info to i2c_device_id table.
- Link to v1: https://lore.kernel.org/r/20251223-add_ltc2305_driver-v1-0-dfa0827fd620@gmail.com

---
Kyle Hsieh (2):
      dt-bindings: adc: ltc2497: add support for ltc2305
      iio: adc: ltc2309: add support for ltc2305

 .../devicetree/bindings/iio/adc/lltc,ltc2497.yaml  |  7 ++++
 drivers/iio/adc/ltc2309.c                          | 48 +++++++++++++++++++---
 2 files changed, 50 insertions(+), 5 deletions(-)
---
base-commit: 9448598b22c50c8a5bb77a9103e2d49f134c9578
change-id: 20251223-add_ltc2305_driver-728fa9161bc7

Best regards,
-- 
Kyle Hsieh <kylehsieh1995@gmail.com>


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

end of thread, other threads:[~2026-01-29 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26  1:29 [PATCH v3 0/2] iio: adc: ltc2309: add support driver for ltc2305 Kyle Hsieh
2026-01-26  1:29 ` [PATCH v3 1/2] dt-bindings: adc: ltc2497: add support " Kyle Hsieh
2026-01-29 17:25   ` Rob Herring (Arm)
2026-01-26  1:29 ` [PATCH v3 2/2] iio: adc: ltc2309: " Kyle Hsieh
2026-01-26  6:22   ` kernel test robot
2026-01-26 10:18     ` Andy Shevchenko
2026-01-26 10:18 ` [PATCH v3 0/2] iio: adc: ltc2309: add support driver " Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox