Home
last modified time | relevance | path

Searched hist:ddb9a502d18008e845d5a8fa03ec48630fa77fb7 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra30-apalis.dts29ce99955e6f9eac0fbed18b5becd9377daed07f Wed Aug 05 22:47:12 UTC 2015 Marcel Ziswiler <marcel.ziswiler@toradex.com> apalis/colibri_t30: fix usb dm regression

Unfortunately currently both Apalis T30 as well as Colibri T30 crash
upon starting USB host support. This is due to the following patch not
having taken into account that our T30 device trees were defaulting to
peripheral only mode instead of otg:

commit ddb9a502d18008e845d5a8fa03ec48630fa77fb7
dm: usb: tegra: Move most of init/uninit into a function

This patch fixes this by defaulting to otg now.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
H A Dtegra30-colibri.dts29ce99955e6f9eac0fbed18b5becd9377daed07f Wed Aug 05 22:47:12 UTC 2015 Marcel Ziswiler <marcel.ziswiler@toradex.com> apalis/colibri_t30: fix usb dm regression

Unfortunately currently both Apalis T30 as well as Colibri T30 crash
upon starting USB host support. This is due to the following patch not
having taken into account that our T30 device trees were defaulting to
peripheral only mode instead of otg:

commit ddb9a502d18008e845d5a8fa03ec48630fa77fb7
dm: usb: tegra: Move most of init/uninit into a function

This patch fixes this by defaulting to otg now.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-tegra.cddb9a502d18008e845d5a8fa03ec48630fa77fb7 Wed Mar 25 18:22:47 UTC 2015 Simon Glass <sjg@chromium.org> dm: usb: tegra: Move most of init/uninit into a function

We want to use mostly the same init and uninit code for driver model, so move
the common part into two functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>