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

This is improved version of
https://patchwork.ozlabs.org/project/linux-i2c/patch/20230215195322.21955-1-vadimp@nvidia.com/
Since this patch has not been reviewed it is sent again as v1.
Also doc file is added.

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 |  34 ++++
 5 files changed, 342 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] 3+ messages in thread

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

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

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