All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] V2 driver for Texas Instruments TLA2528
@ 2021-08-02 13:04 Rodolfo Giometti
  2021-08-02 13:04 ` [PATCH 1/1] iio adc: add driver for Texas Instruments TLA2528 adc Rodolfo Giometti
  0 siblings, 1 reply; 6+ messages in thread
From: Rodolfo Giometti @ 2021-08-02 13:04 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen; +Cc: linux-iio

Changelog
=========

Version 1 -> 2
--------------

* `drivers` prefix in the patch title removed

* split return argument in i2c_smbus_read_sample()

* dev.parent assignment removed in tla2528_probe()

* minor code alignment fix up

* of_match_ptr() removed

* comma in null-terminator removed

Rodolfo Giometti (1):
  iio adc: add driver for Texas Instruments TLA2528 adc

 drivers/iio/adc/Kconfig      |  10 ++
 drivers/iio/adc/Makefile     |   1 +
 drivers/iio/adc/ti-tla2528.c | 247 +++++++++++++++++++++++++++++++++++
 3 files changed, 258 insertions(+)
 create mode 100644 drivers/iio/adc/ti-tla2528.c

-- 
2.25.1


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

end of thread, other threads:[~2021-08-02 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 13:04 [PATCH 0/1] V2 driver for Texas Instruments TLA2528 Rodolfo Giometti
2021-08-02 13:04 ` [PATCH 1/1] iio adc: add driver for Texas Instruments TLA2528 adc Rodolfo Giometti
2021-08-02 13:37   ` Alexandru Ardelean
2021-08-02 13:49     ` Alexandru Ardelean
2021-08-02 16:08     ` Jonathan Cameron
2021-08-02 16:29   ` Jonathan Cameron

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.