From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Subject: [PATCH v2 0/2] usb: renesas_usbhs: Add device tree support for R-Car H2 and M2 Date: Mon, 4 Aug 2014 19:47:36 +0900 Message-ID: <53DF64C8.4050906@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Sender: linux-sh-owner@vger.kernel.org To: SH-Linux Cc: "linux-usb@vger.kernel.org" , "devicetree@vger.kernel.org" , Grant Likely , Rob Herring List-Id: devicetree@vger.kernel.org This driver supports other SoCs, but they need boards/Soc depend code. So, this patch adds device tree support for R-Car H2 and M2 initially. Changes from v1: - Change an optional property name from "buswait_bwait" to "buswait" in patch 1. - Add the prefix "renesas," to "buswait" and "enable-gpio" in patch 1. - Modify the usbhs_parse_dt() to remove the check of some of_device_is_compatible() in patch 2. Yoshihiro Shimoda (2): usb: renesas_usbhs: Add device tree bindings documentation usb: renesas_usbhs: Add device tree support for R-Car H2 and M2 .../devicetree/bindings/usb/renesas_usbhs.txt | 24 +++++++++++ drivers/usb/renesas_usbhs/common.c | 44 ++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/renesas_usbhs.txt -- 1.7.9.5