public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-mux-next v2 0/1] mux: Add regmap based mux driver
@ 2023-08-23 15:53 Vadim Pasternak
  2023-08-23 15:53 ` [PATCH i2c-mux-next v2 1/1] i2c: mux: Add register map " Vadim Pasternak
  0 siblings, 1 reply; 2+ messages in thread
From: Vadim Pasternak @ 2023-08-23 15:53 UTC (permalink / raw)
  To: peda; +Cc: linux-i2c, Vadim Pasternak

Changelog:
v1->v2:
Comments provided by Yann:
 - Fix 3 comments Documentation/i2c/muxes/i2c-mux-regmap.rst.
 - Use 'unsigned int' for the fields 'num_adaps' and 'sel_reg_addr'
   in struct 'i2c_mux_regmap_platform_data'.
 - Fix comment in i2c_mux_regmap_select_chan().
 - Fix comment "Probe/remove functions".
Added by Vadim:
 - Remove unused field 'reg_size' from struct
   'i2c_mux_regmap_platform_data'.

Vadim Pasternak (1):
  i2c: mux: Add register map based mux driver

 Documentation/i2c/muxes/i2c-mux-regmap.rst   | 168 +++++++++++++++++++
 drivers/i2c/muxes/Kconfig                    |  12 ++
 drivers/i2c/muxes/Makefile                   |   1 +
 drivers/i2c/muxes/i2c-mux-regmap.c           | 127 ++++++++++++++
 include/linux/platform_data/i2c-mux-regmap.h |  32 ++++
 5 files changed, 340 insertions(+)
 create mode 100644 Documentation/i2c/muxes/i2c-mux-regmap.rst
 create mode 100644 drivers/i2c/muxes/i2c-mux-regmap.c
 create mode 100644 include/linux/platform_data/i2c-mux-regmap.h

-- 
2.20.1


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

end of thread, other threads:[~2023-08-23 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 15:53 [PATCH i2c-mux-next v2 0/1] mux: Add regmap based mux driver Vadim Pasternak
2023-08-23 15:53 ` [PATCH i2c-mux-next v2 1/1] i2c: mux: Add register map " Vadim Pasternak

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