linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] i2c: stop using i2c_of_match_device()
@ 2023-02-21 13:33 Andy Shevchenko
  2023-02-21 13:33 ` [PATCH v1 1/3] usb: typec: stusb160x: Make use of device_get_match_data() Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Andy Shevchenko @ 2023-02-21 13:33 UTC (permalink / raw)
  To: Andy Shevchenko, Russell King (Oracle), Raul E Rangel,
	Wolfram Sang, linux-kernel, linux-i2c, linux-usb
  Cc: Robin van der Gracht, Miguel Ojeda, Heikki Krogerus,
	Greg Kroah-Hartman

i2c_of_match_device() is used by core and a couple of drivers.
Instead, convert those drivers to use device_get_match_data()
and unexport i2c_of_match_device().

Andy Shevchenko (3):
  usb: typec: stusb160x: Make use of device_get_match_data()
  auxdisplay: ht16k33: Make use of device_get_match_data()
  i2c: Unexport i2c_of_match_device()

 drivers/auxdisplay/ht16k33.c  | 15 ++++++++++-----
 drivers/i2c/i2c-core-of.c     |  1 -
 drivers/i2c/i2c-core.h        |  9 +++++++++
 drivers/usb/typec/stusb160x.c |  8 ++++----
 include/linux/i2c.h           | 11 -----------
 5 files changed, 23 insertions(+), 21 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-02-23 13:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 13:33 [PATCH v1 0/3] i2c: stop using i2c_of_match_device() Andy Shevchenko
2023-02-21 13:33 ` [PATCH v1 1/3] usb: typec: stusb160x: Make use of device_get_match_data() Andy Shevchenko
2023-02-21 13:53   ` Heikki Krogerus
2023-02-21 13:33 ` [PATCH v1 2/3] auxdisplay: ht16k33: " Andy Shevchenko
2023-02-21 13:40   ` Andy Shevchenko
2023-02-21 16:10     ` Robin van der Gracht
2023-02-21 17:48       ` Andy Shevchenko
2023-02-22 16:46         ` Robin van der Gracht
2023-02-22 17:01           ` Andy Shevchenko
2023-02-22 17:20             ` Andy Shevchenko
2023-02-22 18:46               ` Krzysztof Kozlowski
2023-02-22 19:11                 ` Andy Shevchenko
2023-02-23  9:55                   ` Geert Uytterhoeven
2023-02-23 11:53                     ` Andy Shevchenko
2023-02-23  8:19               ` Robin van der Gracht
2023-02-21 13:33 ` [PATCH v1 3/3] i2c: Unexport i2c_of_match_device() Andy Shevchenko
2023-02-23 13:50 ` [PATCH v1 0/3] i2c: stop using i2c_of_match_device() Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).