public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] i2c: designware: Clean up MODEL_* definitions
@ 2026-01-14  8:17 Andy Shevchenko
  2026-01-14  8:17 ` [PATCH v1 1/2] i2c: designware: Remove not-going-to-be-supported code for Baikal SoC Andy Shevchenko
  2026-01-14  8:17 ` [PATCH v1 2/2] i2c: designware: Use device_is_compatible() instead of custom approach Andy Shevchenko
  0 siblings, 2 replies; 12+ messages in thread
From: Andy Shevchenko @ 2026-01-14  8:17 UTC (permalink / raw)
  To: Andy Shevchenko, linux-i2c, linux-kernel
  Cc: Andi Shyti, Mika Westerberg, Jan Dabros

The current way of recognizing models is not scalable and in most of the cases
just a replacement of well established device_is_compatible() approach.

For now take the low-hanging fruits and partially clean up those MODEL_*
definitions.

Andy Shevchenko (2):
  i2c: designware: Remove not-going-to-be-supported code for Baikal SoC
  i2c: designware: Use device_is_compatible() instead of custom approach

 drivers/i2c/busses/Kconfig                  |  1 -
 drivers/i2c/busses/i2c-designware-common.c  |  6 +-
 drivers/i2c/busses/i2c-designware-core.h    |  2 -
 drivers/i2c/busses/i2c-designware-platdrv.c | 70 +--------------------
 4 files changed, 2 insertions(+), 77 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2026-01-22 11:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14  8:17 [PATCH v1 0/2] i2c: designware: Clean up MODEL_* definitions Andy Shevchenko
2026-01-14  8:17 ` [PATCH v1 1/2] i2c: designware: Remove not-going-to-be-supported code for Baikal SoC Andy Shevchenko
2026-01-14 11:50   ` Mika Westerberg
2026-01-15 15:23   ` Andi Shyti
2026-01-14  8:17 ` [PATCH v1 2/2] i2c: designware: Use device_is_compatible() instead of custom approach Andy Shevchenko
2026-01-14 11:53   ` Mika Westerberg
2026-01-14 16:09     ` Andy Shevchenko
2026-01-15  5:39       ` Mika Westerberg
2026-01-15  7:41         ` Andy Shevchenko
2026-01-15 10:06           ` Mika Westerberg
2026-01-22 11:10   ` Andi Shyti
2026-01-22 11:49     ` Andy Shevchenko

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