From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 4 Feb 2018 21:10:12 +0100 Subject: [U-Boot] [PATCH v2 0/9] bmips: add support for bcm6368 usbh phy In-Reply-To: <20180204101934.27842-1-noltari@gmail.com> References: <20180204101934.27842-1-noltari@gmail.com> Message-ID: <20180204201021.1635-1-noltari@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Add support for BCM 6328/6362/6368/63268 usbh phy. v2: use correct phy driver and simplify code. Álvaro Fernández Rojas (9): phy: add support for bcm6368 usbh phy mips: bmips: add support for bcm6368 usb mips: bmips: add wap-5813n usb support mips: bmips: add support for bcm6328 usb mips: bmips: add ar-5387un usb support mips: bmips: add support for bcm6362 usb mips: bmips: add dgnd3700v2 usb support mips: bmips: add support for bcm63268 usb mips: bmips: add vr-3032u usb support arch/mips/dts/brcm,bcm63268.dtsi | 30 +++++ arch/mips/dts/brcm,bcm6328.dtsi | 30 +++++ arch/mips/dts/brcm,bcm6362.dtsi | 30 +++++ arch/mips/dts/brcm,bcm6368.dtsi | 29 +++++ arch/mips/dts/comtrend,ar-5387un.dts | 12 ++ arch/mips/dts/comtrend,vr-3032u.dts | 12 ++ arch/mips/dts/comtrend,wap-5813n.dts | 12 ++ arch/mips/dts/netgear,dgnd3700v2.dts | 12 ++ configs/comtrend_ar5387un_ram_defconfig | 9 ++ configs/comtrend_vr3032u_ram_defconfig | 9 ++ configs/comtrend_wap5813n_ram_defconfig | 9 ++ configs/netgear_dgnd3700v2_ram_defconfig | 9 ++ drivers/phy/Kconfig | 6 + drivers/phy/Makefile | 1 + drivers/phy/bcm6368-usbh-phy.c | 196 +++++++++++++++++++++++++++++++ include/configs/bmips_bcm63268.h | 7 ++ include/configs/bmips_bcm6328.h | 7 ++ include/configs/bmips_bcm6362.h | 7 ++ include/configs/bmips_bcm6368.h | 7 ++ 19 files changed, 434 insertions(+) create mode 100644 drivers/phy/bcm6368-usbh-phy.c -- 2.11.0