From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 5 Oct 2018 23:27:44 +0200 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <0b26532b-c8de-dd69-5e2c-24d19afa1e85@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 592cd5defd4f71d34ffcbd8dd3326bc10f662e20: Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02 17:01:46 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 806df252c1dafea0bee40f70f7bae050c07ee0c9: ARM: rmobile: Enable PHY framework on Gen3 (2018-10-03 12:56:13 +0200) ---------------------------------------------------------------- Marek Vasut (5): ARM: dts: rmobile: Reinstate missing i2c6 on Porter ARM: rmobile: Repair TMU clock on Gen2 ARM: rmobile: Mark 4-64GiB as DRAM on Gen3 phy: rcar: Add R-Car Gen3 PHY driver ARM: rmobile: Enable PHY framework on Gen3 arch/arm/dts/r8a7791-porter.dts | 5 +++++ arch/arm/mach-rmobile/Kconfig | 1 + arch/arm/mach-rmobile/memmap-gen3.c | 6 ++++++ drivers/phy/Kconfig | 8 ++++++++ drivers/phy/Makefile | 1 + drivers/phy/phy-rcar-gen3.c | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/rcar-gen2-common.h | 2 +- 7 files changed, 183 insertions(+), 1 deletion(-) create mode 100644 drivers/phy/phy-rcar-gen3.c