From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 17 Aug 2018 12:10:11 +0200 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <281b844e-9a89-7f54-fa51-edafc6fabe8f@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit a032e0a6aed208977f48e78d2cc497b91543beaf: travis: give every job a name (2018-08-10 13:50:30 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 4f10989280bb91f0981ffe2ffabe936bb2a92364: ARM: rmobile: Enable USB PHY on Gen2 (2018-08-14 11:31:25 +0200) ---------------------------------------------------------------- Marek Vasut (3): phy: Fix off-by-one error when parsing DT PHY bindings phy: rcar: Add R-Car Gen2 PHY driver ARM: rmobile: Enable USB PHY on Gen2 arch/arm/mach-rmobile/Kconfig.32 | 2 ++ drivers/phy/Kconfig | 8 +++++++ drivers/phy/Makefile | 1 + drivers/phy/phy-rcar-gen2.c | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/phy/phy-uclass.c | 2 +- 5 files changed, 202 insertions(+), 1 deletion(-) create mode 100644 drivers/phy/phy-rcar-gen2.c