mbox series

[v2,0/2] ltc4306 driver enhancements

Message ID 20230717134807.265302-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series ltc4306 driver enhancements | expand

Message

Biju Das July 17, 2023, 1:48 p.m. UTC
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(-)