Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/4] Use i2c_get_match_data()
@ 2023-07-16 17:52 Biju Das
  2023-07-16 17:52 ` [PATCH 1/4] iio: accel: adxl355: Simplify probe() Biju Das
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Biju Das @ 2023-07-16 17:52 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Biju Das, Lars-Peter Clausen, Michael Hennerich, Puranjay Mohan,
	linux-iio, Geert Uytterhoeven, Prabhakar Mahadev Lad,
	linux-renesas-soc

Use i2c_get_match_data() to get match data for I2C, ACPI and
DT-based matching.

This patch series is only compile tested.

Biju Das (4):
  iio: accel: adxl355: Simplify probe()
  iio: accel: adxl313: Use i2c_get_match_data
  iio: potentiometer: mcp4531: Use i2c_get_match_data
  iio: potentiometer: mcp4018: Use i2c_get_match_data

 drivers/iio/accel/adxl313_i2c.c     |  4 ++--
 drivers/iio/accel/adxl355_i2c.c     | 15 +++------------
 drivers/iio/potentiometer/mcp4018.c |  4 ++--
 drivers/iio/potentiometer/mcp4531.c |  4 ++--
 4 files changed, 9 insertions(+), 18 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-07-22 17:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-16 17:52 [PATCH 0/4] Use i2c_get_match_data() Biju Das
2023-07-16 17:52 ` [PATCH 1/4] iio: accel: adxl355: Simplify probe() Biju Das
2023-07-17  8:10   ` Geert Uytterhoeven
2023-07-17  8:15   ` Puranjay Mohan
2023-07-22 16:25   ` Jonathan Cameron
2023-07-16 17:52 ` [PATCH 2/4] iio: accel: adxl313: Use i2c_get_match_data Biju Das
2023-07-17  8:52   ` Geert Uytterhoeven
2023-07-22 16:28   ` Jonathan Cameron
2023-07-22 17:37     ` Biju Das
2023-07-16 17:52 ` [PATCH 3/4] iio: potentiometer: mcp4531: " Biju Das
2023-07-16 18:09   ` Biju Das
2023-07-16 17:52 ` [PATCH 4/4] iio: potentiometer: mcp4018: " Biju Das
2023-07-16 18:10   ` Biju Das
2023-07-20 19:17     ` Jonathan Cameron
2023-07-20 19:31       ` Biju Das

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