From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 12 May 2015 09:23:58 +0200 Subject: [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support In-Reply-To: References: <1431259827-8109-1-git-send-email-hdegoede@redhat.com> <1431259827-8109-16-git-send-email-hdegoede@redhat.com> Message-ID: <5551AA8E.3080204@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 12-05-15 00:37, Simon Glass wrote: > On 10 May 2015 at 06:10, Hans de Goede wrote: >> This commit adds support for the OHCI companion controller, which makes >> usb-1 devices directly plugged into to usb root port work. >> >> Note for now this switches usb-keyboard support for sunxi back from int-queue >> support to the old interrupt polling method. Adding int-queue support to the >> ohci code and switching back to int-queue support is in the works. >> >> Signed-off-by: Hans de Goede >> Acked-by: Marek Vasut >> Acked-by: Ian Campbell >> --- >> arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 2 + >> arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 2 + >> drivers/usb/host/Makefile | 1 + >> drivers/usb/host/ohci-sunxi.c | 104 ++++++++++++++++++++++++++ >> include/configs/sunxi-common.h | 5 +- >> 5 files changed, 113 insertions(+), 1 deletion(-) >> create mode 100644 drivers/usb/host/ohci-sunxi.c > > Applied to u-boot-dm, thanks! Thanks for merging this series! Can you pick up these patches from yesterday too ? They have already been reviewed and acked by Marek, and they sit on to of this series : http://patchwork.ozlabs.org/patch/471001/ http://patchwork.ozlabs.org/patch/471004/ http://patchwork.ozlabs.org/patch/471003/ http://patchwork.ozlabs.org/patch/471005/ Note the last one has queue misspelled (twice) in the commit msg you may want to amend that. Thanks & Regards, Hans