linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] of_platform_driver and OF_DEVICE removal
@ 2013-04-22  2:13 Rob Herring
  2013-04-22  2:13 ` [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver Rob Herring
  2013-04-22  7:03 ` [PATCH 0/5] of_platform_driver and OF_DEVICE removal Arnd Bergmann
  0 siblings, 2 replies; 12+ messages in thread
From: Rob Herring @ 2013-04-22  2:13 UTC (permalink / raw)
  To: linux-kernel, devicetree-discuss
  Cc: Roland Dreier, Sean Hefty, Arnd Bergmann, Alexander Shishkin,
	linux-usb, Rob Herring, linux-rdma, Christoph Raisch,
	Hoang-Nam Nguyen, Thadeu Lima de Souza Cascardo,
	Greg Kroah-Hartman, Grant Likely, Paul Mackerras, netdev,
	linuxppc-dev, Hal Rosenstock

From: Rob Herring <rob.herring@calxeda.com>

This series is a relatively straight-forward removal of the last remaining
user of of_platform_driver (ibmebus) and removal of CONFIG_OF_DEVICE which
is always enabled when CONFIG_OF is enabled.

Compile tested on powerpc and sparc.

Rob

Rob Herring (5):
  ibmebus: convert of_platform_driver to platform_driver
  driver core: move to_platform_driver to platform_device.h
  of: remove of_platform_driver
  usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE
  of: remove CONFIG_OF_DEVICE

 arch/powerpc/include/asm/ibmebus.h        |    4 ++--
 arch/powerpc/kernel/ibmebus.c             |   22 ++++++++++-----------
 drivers/base/platform.c                   |    3 ---
 drivers/infiniband/hw/ehca/ehca_main.c    |    5 ++---
 drivers/net/ethernet/ibm/ehea/ehea_main.c |    8 +++-----
 drivers/of/Kconfig                        |    3 ---
 drivers/of/Makefile                       |    3 +--
 drivers/usb/chipidea/Makefile             |    2 +-
 include/linux/of_device.h                 |    6 +++---
 include/linux/of_platform.h               |   30 +----------------------------
 include/linux/platform_device.h           |    3 +++
 11 files changed, 26 insertions(+), 63 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-06-12 11:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22  2:13 [PATCH 0/5] of_platform_driver and OF_DEVICE removal Rob Herring
2013-04-22  2:13 ` [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver Rob Herring
2013-04-25 15:23   ` Rob Herring
2013-04-25 17:35     ` Benjamin Herrenschmidt
2013-04-25 19:14       ` Rob Herring
2013-04-25 20:12         ` Benjamin Herrenschmidt
2013-04-25 20:45           ` Rob Herring
2013-05-22 12:26             ` Rob Herring
2013-05-22 12:32               ` Benjamin Herrenschmidt
2013-06-12  5:29               ` Benjamin Herrenschmidt
2013-06-12 11:40                 ` Grant Likely
2013-04-22  7:03 ` [PATCH 0/5] of_platform_driver and OF_DEVICE removal Arnd Bergmann

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