Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751592AbaBWSBG (ORCPT ); Sun, 23 Feb 2014 13:01:06 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:58229 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751238AbaBWSBD (ORCPT ); Sun, 23 Feb 2014 13:01:03 -0500 From: To: Cc: , linux-gpio@vger.kernel.org, , , , , , Subject: [PATCH V4 0/4] ARM: shmobile: koelsch: Add USB support Date: Sun, 23 Feb 2014 22:00:55 +0400 Message-Id: <1393178459-14637-1-git-send-email-vladimir.barinov@cogentembedded.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vladimir Barinov These patch series add the USBHS and PCI USB support to Koelsch board The patches depend on the following commits: USBHS and PCI USB host: * http://git.linuxtv.org/pinchartl/fbdev.git/commit/9770d221130e18c2d0ffe13cd07365d473 \ 114549 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c8ba8115a2 \ 1226fba3211085f570b128fa271e31 * http://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?id=c3e5d2985ef720c \ bbdc63546a5c545ac4450d96e PCI USB host: * http://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=103 \ e127d1f8f985e8a662da6537ebc5e08902ee3 * http://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=1ae \ 5799ef63176cc75ec10e545cb65f620a82747 * http://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/host-rcar& \ id=fb178d8b2fab3f2a9f203c13ffe80cfd6e01bdf1 GPIO R-Car: * https://lkml.org/lkml/2014/2/23/60 Changes in V4: * folded USBHS and internal PCI USB related patches together * added handling of ID pin from MAX3355E chip * removed ifdefs * added USB and PCI to koelsch_defconfig Changes in V3: * fixed the USB1 device name in the pinmux table; * fixed a typo in the "Add internal PCI support" log message. Changes in V2: * capitalized ARM in the subject; * rebased on top the latest devel tag; * added pipe_type array to the usbhs platform info since it differs from the default. Valentine Barshak, Vladimir Barinov (4): ARM: shmobile: r8a7791: Add USBHS clock support ARM: shmobile: r8a7791: Add PCI USB host clock support ARM: shmobile: koelsch: Add USBHS and internal PCI USB support ARM: shmobile: koelsch: Add USB and PCI to defconfig --- arch/arm/configs/koelsch_defconfig | 16 ++ arch/arm/mach-shmobile/board-koelsch.c | 183 +++++++++++++++++++++++++++++++++ arch/arm/mach-shmobile/clock-r8a7791.c | 7 + 3 files changed, 205 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/