[U-Boot] Pull request: u-boot-sunxi/master
Jagan Teki
jagan at amarulasolutions.com
Mon Jun 4 12:43:56 UTC 2018
Hi Tom,
Please pull this PR.
thanks,
Jagan.
The following changes since commit 8730d012c9bd92d6412b3ef6e33b40c5df00f225:
Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc (2018-05-24 09:54:25 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 2e8dbe14e766deae16c75f357f926f08b881dc66:
board: sun50i: Add Amarula A64-Relic initial support (2018-06-04 18:09:25 +0530)
----------------------------------------------------------------
Chen-Yu Tsai (1):
sunxi: clock: Fix OHCI clock gating for H3/H5
Jagan Teki (34):
usb: sunxi: Simplify ccm reg base code
musb: sunxi: Add proper macros instead of numericals
musb: sunxi: Use simple way to fill musb_hdrc pdata
musb: sunxi: Add fifo config
sunxi: clock: Fix clock gating for H3/H5/A64
musb: sunxi: Add OTG device clkgate and reset for H3/H5
musb: sunxi: Use BIT instead of numerical shift
musb: sunxi: Add support for H3/H5/A64
phy: Add Allwinner A64 USB PHY driver
phy: sun4i-usb: Add id_detect and vbus_detect ops
phy: sun4i-usb: Add H3/H5 PHY config
phy: sun4i-usb: Add V3S PHY config
phy: sun4i-usb: Add A83T USB PHY config
phy: sun4i-usb: Add A10/A13/A20 PHY config
phy: sun4i-usb: Add A31 PHY config
phy: sun4i-usb: Add A33 USB PHY config
phy: sun4i-usb: Add A23 USB PHY config
device-tree-bindings: phy: Sync sun4i-usb-phy bindings
board: sunxi: Use generic-phy for board_usb_cable_connected
phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect
usb: sunxi: Switch to use generic-phy
sunxi: Drop legacy usb_phy.c
arm64: allwinner: a64: bananapi-m64: Sync usb_otg node from Linux
configs: bananapi-m64: Enable USB OTG peripheral mode
ARM: dts: sun8i: a83t: Sync usbphy node from Linux
arm64: allwinner: a64: bananapi-m64: Sync usb host nodes from Linux
ARM: dts: sun8i-h3: bananapi-m2-plus: Sync usb otg nodes from Linux
configs: bananapi-m2-plus: Enable USB OTG peripheral mode
arm64: allwinner: h5: orangepi-pc2: Order nodes in alphabetic
arm64: allwinner: h5: orangepi-pc2: Sync usb otg nodes from Linux
configs: orangepi-pc2: Enable USB OTG peripheral mode
arm64: allwinner: h5: orangepi-prime: Sync usb otg nodes from Linux
configs: orangepi-prime: Enable USB OTG peripheral mode
board: sun50i: Add Amarula A64-Relic initial support
Jun Nie (1):
sunxi: h3: Sync OTG and HCI nodes from Linux DT
Maxime Ripard (1):
Revert "sunxi: binman: Add U-Boot binary size check"
arch/arm/dts/Makefile | 1 +
arch/arm/dts/sun50i-a64-amarula-relic.dts | 65 +++
arch/arm/dts/sun50i-a64-bananapi-m64.dts | 26 ++
arch/arm/dts/sun50i-h5-orangepi-pc2.dts | 59 ++-
arch/arm/dts/sun50i-h5-orangepi-prime.dts | 13 +
arch/arm/dts/sun8i-a83t.dtsi | 20 +
arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts | 13 +
arch/arm/dts/sun8i-h3.dtsi | 32 ++
arch/arm/dts/sunxi-u-boot.dtsi | 12 -
arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 23 +-
arch/arm/include/asm/arch-sunxi/usb_phy.h | 20 -
arch/arm/mach-sunxi/Kconfig | 9 +
arch/arm/mach-sunxi/Makefile | 3 -
arch/arm/mach-sunxi/usb_phy.c | 406 -----------------
board/sunxi/MAINTAINERS | 6 +
board/sunxi/board.c | 40 +-
configs/Sinovoip_BPI_M2_Plus_defconfig | 1 +
configs/amarula_a64_relic_defconfig | 17 +
configs/bananapi_m64_defconfig | 1 +
configs/orangepi_pc2_defconfig | 1 +
configs/orangepi_prime_defconfig | 1 +
doc/device-tree-bindings/phy/sun4i-usb-phy.txt | 65 +++
drivers/Kconfig | 2 +
drivers/Makefile | 1 +
drivers/phy/allwinner/Kconfig | 13 +
drivers/phy/allwinner/Makefile | 6 +
drivers/phy/allwinner/phy-sun4i-usb.c | 575 +++++++++++++++++++++++++
drivers/usb/host/ehci-sunxi.c | 66 ++-
drivers/usb/host/ohci-sunxi.c | 72 +++-
drivers/usb/musb-new/musb_core.h | 4 +
drivers/usb/musb-new/musb_regs.h | 3 +-
drivers/usb/musb-new/musb_uboot.c | 22 +-
drivers/usb/musb-new/sunxi.c | 228 ++++++++--
include/phy-sun4i-usb.h | 34 ++
34 files changed, 1280 insertions(+), 580 deletions(-)
create mode 100644 arch/arm/dts/sun50i-a64-amarula-relic.dts
delete mode 100644 arch/arm/include/asm/arch-sunxi/usb_phy.h
delete mode 100644 arch/arm/mach-sunxi/usb_phy.c
create mode 100644 configs/amarula_a64_relic_defconfig
create mode 100644 doc/device-tree-bindings/phy/sun4i-usb-phy.txt
create mode 100644 drivers/phy/allwinner/Kconfig
create mode 100644 drivers/phy/allwinner/Makefile
create mode 100644 drivers/phy/allwinner/phy-sun4i-usb.c
create mode 100644 include/phy-sun4i-usb.h
More information about the U-Boot
mailing list