[RFC PATCH 0/5] omap: add ocp2scp as a misc driver

From: Kishon Vijay Abraham I
Date: Wed May 30 2012 - 06:56:55 EST


This patch series is done as a preparatory step for adding phy drivers
for dwc3 and musb.

This series adds a new driver for ocp2scp to which phy drivers are connected.

I'm planning to send phy drivers asap. Meanwhile I'd like to get some
review comments for this series. I have also plans to send device tree
adaptation of the ocp2scp driver.

Developed on
http://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next

If it has to be based on some other tree, please let me know.

Kishon Vijay Abraham I (5):
arm: omap: hwmod: make *phy_48m* as the main_clk of ocp2scp
arm: omap: remove ocp2scp_usb_phy_ick clock node
drivers: misc: omap: add a new driver for ocp2scp
ARM: OMAP4: add _dev_attr_ to ocp2scp for representing usb_phy
arm: omap: ocp2scp: create omap device for ocp2scp

arch/arm/mach-omap2/clock44xx_data.c | 11 ---
arch/arm/mach-omap2/devices.c | 72 +++++++++++++++
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 22 +++++
drivers/misc/Kconfig | 8 ++
drivers/misc/Makefile | 1 +
drivers/misc/omap-ocp2scp.c | 135 ++++++++++++++++++++++++++++
include/linux/platform_data/omap_ocp2scp.h | 31 +++++++
7 files changed, 269 insertions(+), 11 deletions(-)
create mode 100644 drivers/misc/omap-ocp2scp.c
create mode 100644 include/linux/platform_data/omap_ocp2scp.h

--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/