mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 00/12] i2c: designware: code consolidation & cleanups
@ 2023-11-09 18:19 Andy Shevchenko
  2023-11-09 18:19 ` [PATCH v2 01/12] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE() Andy Shevchenko
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Andy Shevchenko @ 2023-11-09 18:19 UTC (permalink / raw)
  To: Jarkko Nikula, Herbert Xu, Mario Limonciello, Andy Shevchenko,
	Wolfram Sang, linux-i2c, linux-kernel
  Cc: Mika Westerberg, Jan Dabros, Andi Shyti, Hans de Goede

The series now consists the following subseries of patches:
- refactoring module alias and device ID tables (patches 1-2)
- unifying firmware parsing and configuring code (patches 3-7)
- miscellaneous cleanups (patches 8-11)
- consolidating PM ops (patch 12)

The last one might be considered as rft, however I don't think we
have any hardware where the behaviour will be changed, anyways, good
to test.

v1: https://lore.kernel.org/r/20230725143023.86325-1-andriy.shevchenko@linux.intel.com

Changelog v2:
- reworked the series to make it less twisted (Jarkko, Andi)
- added tags to the patches that have been rebased (Andi, Mario, Jarkko)
- introduced a few new changes (PM ops, export namespace)

Andy Shevchenko (12):
  i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
  i2c: designware: Always provide device ID tables
  i2c: designware: Drop return value from i2c_dw_acpi_configure()
  i2c: designware: Drop return value from dw_i2c_of_configure()
  i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
  i2c: designware: Consolidate firmware parsing and configuring code
  i2c: desingware: Unify the firmware type checks
  i2c: designware: Move exports to I2C_DW namespaces
  i2c: designware: Get rid of redundant 'else'
  i2c: designware: Fix spelling and other issues in the comments
  i2c: designware: Remove ->disable() callback
  i2c: designware: Consolidate PM ops

 drivers/i2c/busses/i2c-designware-amdpsp.c  |  10 +-
 drivers/i2c/busses/i2c-designware-common.c  | 150 ++++++++++++++--
 drivers/i2c/busses/i2c-designware-core.h    |  25 +--
 drivers/i2c/busses/i2c-designware-master.c  |  19 +-
 drivers/i2c/busses/i2c-designware-pcidrv.c  |  62 +------
 drivers/i2c/busses/i2c-designware-platdrv.c | 183 +++++---------------
 drivers/i2c/busses/i2c-designware-slave.c   |  10 +-
 7 files changed, 216 insertions(+), 243 deletions(-)

-- 
2.40.0.1996.gbec44491f096


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

end of thread, other threads:[~2023-11-11  4:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-09 18:19 [PATCH v2 00/12] i2c: designware: code consolidation & cleanups Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 01/12] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE() Andy Shevchenko
2023-11-09 20:33   ` Andi Shyti
2023-11-09 18:19 ` [PATCH v2 02/12] i2c: designware: Always provide device ID tables Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 03/12] i2c: designware: Drop return value from i2c_dw_acpi_configure() Andy Shevchenko
2023-11-09 20:35   ` Andi Shyti
2023-11-09 18:19 ` [PATCH v2 04/12] i2c: designware: Drop return value from dw_i2c_of_configure() Andy Shevchenko
2023-11-09 20:36   ` Andi Shyti
2023-11-09 18:19 ` [PATCH v2 05/12] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure() Andy Shevchenko
2023-11-09 20:41   ` Andi Shyti
2023-11-09 18:19 ` [PATCH v2 06/12] i2c: designware: Consolidate firmware parsing and configuring code Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 07/12] i2c: desingware: Unify the firmware type checks Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 08/12] i2c: designware: Move exports to I2C_DW namespaces Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 09/12] i2c: designware: Get rid of redundant 'else' Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 10/12] i2c: designware: Fix spelling and other issues in the comments Andy Shevchenko
2023-11-09 18:19 ` [PATCH v2 11/12] i2c: designware: Remove ->disable() callback Andy Shevchenko
2023-11-09 22:38   ` kernel test robot
2023-11-11  4:20   ` kernel test robot
2023-11-09 18:19 ` [PATCH v2 12/12] i2c: designware: Consolidate PM ops Andy Shevchenko

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

all inboxes | Powered by JetHome®