From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 7 Sep 2019 19:31:18 +0200 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: 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 d22c8be964a870f59d2fdab6c67cefa0c4799364: Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-09-01 13:33:12 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to eaae4ee2bd349797a69f74240abd8329e18d5dbd: sh: r2dplus: Switch to DM PCI driver (2019-09-02 17:38:43 +0200) ---------------------------------------------------------------- Marek Vasut (7): dm: core: Decouple DM from DT sh: tmu: Fix SH4 TCNT0 offset sh: Fix OF_SEPARATE support sh: r2dplus: Enable DM sh: r2dplus: Enable OF control pci: sh7751: Convert to DM and DT probing sh: r2dplus: Switch to DM PCI driver arch/Kconfig | 1 + arch/sh/cpu/u-boot.lds | 1 + arch/sh/dts/Makefile | 12 ++++++++ arch/sh/dts/sh7751-r2dplus.dts | 26 ++++++++++++++++ arch/sh/include/asm/config.h | 4 ++- arch/sh/lib/start.S | 14 +++++++++ board/renesas/r2dplus/r2dplus.c | 7 ----- configs/r2dplus_defconfig | 7 +++++ drivers/core/device.c | 4 +++ drivers/core/root.c | 8 +---- drivers/core/util.c | 2 ++ drivers/pci/pci_sh7751.c | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------ include/configs/r2dplus.h | 13 -------- 13 files changed, 177 insertions(+), 86 deletions(-) create mode 100644 arch/sh/dts/Makefile create mode 100644 arch/sh/dts/sh7751-r2dplus.dts -- Best regards, Marek Vasut