mbox series

[v2,0/2] exc3000 driver enhancements

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

Message

Biju Das July 17, 2023, 1:17 p.m. UTC
This patch series is based on the code improvement work done for
rtc-isl1208 driver and is just compile tested.

Biju Das (2):
  Input: exc3000 - Simplify probe()
  Input: exc3000 - Drop enum eeti_dev_id and split exc3000_info[]

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

 drivers/input/touchscreen/exc3000.c | 54 ++++++++++++-----------------
 1 file changed, 22 insertions(+), 32 deletions(-)