[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1366596798-9457-1-git-send-email-robherring2@gmail.com>
Date: Sun, 21 Apr 2013 21:13:13 -0500
From: Rob Herring <robherring2@...il.com>
To: linux-kernel@...r.kernel.org, devicetree-discuss@...ts.ozlabs.org
Cc: Grant Likely <grant.likely@...aro.org>,
Arnd Bergmann <arnd@...db.de>,
Rob Herring <rob.herring@...xeda.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Christoph Raisch <raisch@...ibm.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Hal Rosenstock <hal.rosenstock@...il.com>,
Hoang-Nam Nguyen <hnguyen@...ibm.com>,
linuxppc-dev@...ts.ozlabs.org, linux-rdma@...r.kernel.org,
linux-usb@...r.kernel.org, netdev@...r.kernel.org,
Paul Mackerras <paulus@...ba.org>,
Roland Dreier <roland@...nel.org>,
Sean Hefty <sean.hefty@...el.com>,
Thadeu Lima de Souza Cascardo <cascardo@...ux.vnet.ibm.com>
Subject: [PATCH 0/5] of_platform_driver and OF_DEVICE removal
From: Rob Herring <rob.herring@...xeda.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists