[U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

Simon Glass sjg at chromium.org
Tue May 12 00:37:40 CEST 2015


On 10 May 2015 at 06:10, Hans de Goede <hdegoede at redhat.com> 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 <hdegoede at redhat.com>
> Acked-by: Marek Vasut <marex at denx.de>
> Acked-by: Ian Campbell <ijc at hellion.org.uk>
> ---
>  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!


More information about the U-Boot mailing list