From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756752Ab3AYK2i (ORCPT ); Fri, 25 Jan 2013 05:28:38 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:53786 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754805Ab3AYK1P (ORCPT ); Fri, 25 Jan 2013 05:27:15 -0500 From: Kishon Vijay Abraham I To: , , , , , , , , , , , CC: , , Subject: [PATCH v3 0/3] ARM: dts: omap: add dt data for MUSB Date: Fri, 25 Jan 2013 15:56:52 +0530 Message-ID: <1359109615-2410-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds dt data to get MUSB working in omap4 and omap3. Long time back a patch series with the same title was sent but only a part of it got merged. The rest of it wasn't merged because of adding omap control usb data to glue and usb phy. Now there exists a separate driver for control usb and hence added a separate dt node for control usb. Changes from v2: * Changed property names from "ti,has_mailbox" to "ti,has-mailbox", "ctrl_module" to "ctrl-module", "usb_phy" to "usb-phy" Changes from v1: * "ti,has_mailbox" property is removed and "ti,type" property is added and filled with value "1" to specify it has a mailbox This series was developed on git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git xceiv + "usb: musb: add driver for control module" patch series Did basic enumeration testing in omap4 panda, omap4 sdp and omap3 beagle. Kishon Vijay Abraham I (3): ARM: dts: omap: Add omap control usb data ARM: dts: omap: Add omap-usb2 dt data ARM: dts: omap: Add usb_otg and glue data Documentation/devicetree/bindings/usb/omap-usb.txt | 2 ++ arch/arm/boot/dts/omap3-beagle-xm.dts | 6 +++++ arch/arm/boot/dts/omap3-evm.dts | 6 +++++ arch/arm/boot/dts/omap3-overo.dtsi | 6 +++++ arch/arm/boot/dts/omap3.dtsi | 12 +++++++++ arch/arm/boot/dts/omap4-panda.dts | 6 +++++ arch/arm/boot/dts/omap4-sdp.dts | 6 +++++ arch/arm/boot/dts/omap4.dtsi | 26 ++++++++++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 2 +- 9 files changed, 71 insertions(+), 1 deletion(-) -- 1.7.9.5