From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 4 Nov 2018 10:15:07 +0100 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <75d92333-61db-4f4b-0d87-dc9600ab8d82@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 fdaccfeb5e03e18c05be386b8a7c6be02be2cf15: Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2018-10-31 17:15:55 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to a376dde1deb9cc42e3804b9c654f873c936cc8d4: mmc: tmio: sdhi: Merge DTCNTL access into single register write (2018-11-02 16:07:04 +0100) ---------------------------------------------------------------- Marek Vasut (12): pinctrl: renesas: Fix DRV register offset pinctrl: renesas: Add POCCTRL handling to r8a77990 ARM: rmobile: Generate fitting mem_map on Gen3 mmc: tmio: Simplify pinmux handling mmc: tmio: Improve error handling mmc: tmio: Silence transfer errors when tuning mmc: tmio: Configure clock before any other IOS mmc: tmio: Preinitialize regulator to 3.3V mmc: tmio: sdhi: Touch SCC only when UHS capable mmc: tmio: sdhi: Clear HS400 settings when resetting SCC mmc: tmio: sdhi: Implement waiting for DAT0 line state mmc: tmio: sdhi: Merge DTCNTL access into single register write arch/arm/mach-rmobile/cpu_info.c | 3 +++ arch/arm/mach-rmobile/memmap-gen3.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- drivers/mmc/renesas-sdhi.c | 48 +++++++++++++++++++++++++++++++++++++++--------- drivers/mmc/tmio-common.c | 76 +++++++++++++++++++++++++++++++++------------------------------------------- drivers/pinctrl/renesas/pfc-r8a77990.c | 34 ++++++++++++++++++++++++++++++++-- drivers/pinctrl/renesas/pfc.c | 2 +- 6 files changed, 196 insertions(+), 56 deletions(-)