[U-Boot] Pull request: u-boot-sh/rmobile
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Mon Mar 2 02:55:31 CET 2015
Add Tom's other mail address.
2015-03-02 10:47 GMT+09:00 Nobuhiro Iwamatsu <iwamatsu at nigauri.org>:
> Dear Tom Rini.
>
> Please pull u-boot-sh rmobile branch.
>
> The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:
>
> OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
> 17:04:00 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh.git rmobile
>
> for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:
>
> arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)
>
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (9):
> arm: rmobile: koelsch: Migrate serial driver to drivers model
> arm: rmobile: gose: Migrate serial driver to drivers model
> arm: rmobile: lager: Migrate serial driver to drivers model
> arm: rmobile: alt: Migrate serial driver to drivers model
> arm: rmobile: silk: Migrate serial driver to drivers model
> arm: rmobile: alt: Add support SDHI
> arm: rmobile: koelsch: Add support SDHI
> arm: rmobile: gose: Add support SDHI
> arm: rmobile: lager: Add support SDHI
>
> Vladimir Barinov (5):
> arm: rmobile: Add Porter board support
> arm: rmobile: silk: Fix GPIO4_31 initialization
> arm: rmobile: silk: Disable ethernet pins pull-up
> arm: rmobile: silk: fix typo in device declaration
> arm: rmobile: silk: Add support SDHI
>
> arch/arm/cpu/armv7/rmobile/Kconfig | 6 +-
> arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c | 1001
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c | 148 +++++++++++++++++-
> arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h | 114 +++++++++++++-
> board/renesas/alt/alt.c | 69 +++++++-
> board/renesas/gose/gose.c | 81 ++++++++++
> board/renesas/koelsch/koelsch.c | 86 ++++++++++
> board/renesas/lager/lager.c | 73 ++++++++-
> board/renesas/porter/Kconfig | 12 ++
> board/renesas/porter/MAINTAINERS | 6 +
> board/renesas/porter/Makefile | 10 ++
> board/renesas/porter/porter.c | 228
> +++++++++++++++++++++++++++
> board/renesas/porter/qos.c | 1312
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> board/renesas/porter/qos.h | 13 ++
> board/renesas/silk/silk.c | 59 ++++++-
> configs/alt_defconfig | 3 +
> configs/gose_defconfig | 3 +
> configs/koelsch_defconfig | 3 +
> configs/lager_defconfig | 3 +
> configs/porter_defconfig | 6 +
> configs/silk_defconfig | 3 +
> include/configs/alt.h | 6 +-
> include/configs/gose.h | 9 +-
> include/configs/koelsch.h | 10 +-
> include/configs/lager.h | 6 +-
> include/configs/porter.h | 112 +++++++++++++
> include/configs/rcar-gen2-common.h | 2 +
> include/configs/silk.h | 6 +-
> 28 files changed, 3349 insertions(+), 41 deletions(-)
> create mode 100644 board/renesas/porter/Kconfig
> create mode 100644 board/renesas/porter/MAINTAINERS
> create mode 100644 board/renesas/porter/Makefile
> create mode 100644 board/renesas/porter/porter.c
> create mode 100644 board/renesas/porter/qos.c
> create mode 100644 board/renesas/porter/qos.h
> create mode 100644 configs/porter_defconfig
> create mode 100644 include/configs/porter.h
>
>
> --
> Nobuhiro Iwamatsu
> iwamatsu at {nigauri.org / debian.org}
> GPG ID: 40AD1FA6
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
More information about the U-Boot
mailing list