public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ltc4306 driver enhancements
@ 2023-07-17 13:48 Biju Das
  2023-07-17 13:48 ` [PATCH v2 1/2] i2c: mux: ltc4306: Simplify probe() Biju Das
  2023-07-17 13:48 ` [PATCH v2 2/2] i2c: mux: ltc4306: Drop enum ltc_type and split chips[] Biju Das
  0 siblings, 2 replies; 6+ messages in thread
From: Biju Das @ 2023-07-17 13:48 UTC (permalink / raw)
  To: Peter Rosin
  Cc: Biju Das, Michael Hennerich, linux-i2c, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, linux-renesas-soc

This patch series is based on the code improvement work done for
rtc-isl1208 driver and is just compile tested.

v1->v2:
 * Added Rb tag from Geert for patch#1
 * Added patch#2 for dropping enum ltc_type and split the array chips[] as
   individual variables, and make lines shorter by referring to
   e.g. &ltc_4305_chip instead of &chips[ltc_4305].

Biju Das (2):
  i2c: mux: ltc4306: Simplify probe()
  i2c: mux: ltc4306: Drop enum ltc_type and split chips[]

 drivers/i2c/muxes/i2c-mux-ltc4306.c | 33 ++++++++++++-----------------
 1 file changed, 13 insertions(+), 20 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-08-05 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 13:48 [PATCH v2 0/2] ltc4306 driver enhancements Biju Das
2023-07-17 13:48 ` [PATCH v2 1/2] i2c: mux: ltc4306: Simplify probe() Biju Das
2023-07-17 13:48 ` [PATCH v2 2/2] i2c: mux: ltc4306: Drop enum ltc_type and split chips[] Biju Das
2023-08-05 13:12   ` Andi Shyti
2023-08-05 14:13   ` Peter Rosin
2023-08-05 14:25     ` Biju Das

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