linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] of: of_device.h cleanups
@ 2021-02-11 23:27 Rob Herring
  2021-02-11 23:27 ` [PATCH v2 1/2] of: Remove of_dev_{get,put}() Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2021-02-11 23:27 UTC (permalink / raw)
  To: Michael Ellerman, Greg Kroah-Hartman, David S. Miller,
	Jakub Kicinski, Frank Rowand, devicetree
  Cc: Paul Mackerras, Rafael J. Wysocki, Patrice Chotard, Felipe Balbi,
	Julia Lawall, Gilles Muller, Nicolas Palix, Michal Marek,
	linuxppc-dev, linux-kernel, netdev, linux-arm-kernel, linux-usb,
	cocci, Benjamin Herrenschmidt

This is a couple of cleanups for of_device.h. They fell out from my
attempt at decoupling of_device.h and of_platform.h which is a mess
and I haven't finished, but there's no reason to wait on these.

Rob

Rob Herring (2):
  of: Remove of_dev_{get,put}()
  driver core: platform: Drop of_device_node_put() wrapper

 arch/powerpc/platforms/pseries/ibmebus.c |  4 ++--
 drivers/base/platform.c                  |  2 +-
 drivers/net/ethernet/ibm/emac/core.c     | 15 ++++++++-------
 drivers/of/device.c                      | 21 ---------------------
 drivers/of/platform.c                    |  4 ++--
 drivers/of/unittest.c                    |  2 +-
 drivers/usb/dwc3/dwc3-st.c               |  2 +-
 include/linux/of_device.h                | 10 ----------
 scripts/coccinelle/free/put_device.cocci |  1 -
 9 files changed, 15 insertions(+), 46 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-02-12  7:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 23:27 [PATCH v2 0/2] of: of_device.h cleanups Rob Herring
2021-02-11 23:27 ` [PATCH v2 1/2] of: Remove of_dev_{get,put}() Rob Herring
2021-02-11 23:27 ` [PATCH v2 2/2] driver core: platform: Drop of_device_node_put() wrapper Rob Herring
2021-02-12  7:34 ` [PATCH v2 0/2] of: of_device.h cleanups Greg Kroah-Hartman

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).