From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Mon, 27 Oct 2014 10:24:20 +0100 Subject: [U-Boot] [PATCH 00/14] Set of fixes for Exynos4xxx boards In-Reply-To: <1414165510-10383-1-git-send-email-p.marczak@samsung.com> References: <1414165510-10383-1-git-send-email-p.marczak@samsung.com> Message-ID: <544E0F44.7000604@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, On 10/24/2014 05:44 PM, Przemyslaw Marczak wrote: > Hello Simon, Tom, > > The last driver-model changes was merged too fast and I was not able > to test it well on all my boards. It was worked well for the first > look, but after deep testing - it required some additional work to do. > > So this is a set of fixes required for Exynos4xxx boards. > I am not sure what about the Origen. > > The patchset was rebased on the top of u-boot-dm/master, which is now: > c2ded96 serial: remove uniphier_serial_initialize() call > > Tested on: > - Trats (E4210) > - UniversalC210 (E4210) > - Trats2 (E4412) > - Odroid U3 (E4412) > - Odroid X2 (E4412) > > Best Regards, > Przemyslaw Marczak > > Przemyslaw Marczak (14): > mmc: s5p: set SD detection pin as input > exynos: common: enable generic fs operations > exynos4/4x12: cpu: add extra gpio base addresses > exynos4/4x12: gpio: use gpio extra base addresses > exynos4412: dts: fix bad gpio order in pinctrl > exynos4412: dts: adjust pinctrl-uboot to changed gpio order > exynos4210: dts: fix gpio offset in pinctrl-uboot > universal: request soft i2c gpio > universal: dts: adjust gpio numbers to new api > trats: dts: adjust gpio numbers to new api > trats2: dts: adjust gpio numbers after gpio rework > odroid: dts: adjust sd cd-gpios for SD Card > odroid: dts: fix name of included dtsi > odroid: adjust gpio calls to dm gpio api > > arch/arm/dts/exynos4210-pinctrl-uboot.dtsi | 2 +- > arch/arm/dts/exynos4210-trats.dts | 4 +- > arch/arm/dts/exynos4210-universal_c210.dts | 4 +- > arch/arm/dts/exynos4412-odroid.dts | 4 +- > arch/arm/dts/exynos4412-trats2.dts | 6 +-- > arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi | 5 +-- > arch/arm/dts/exynos4x12-pinctrl.dtsi | 54 +++++++++++++-------------- > arch/arm/include/asm/arch-exynos/cpu.h | 9 +++++ > arch/arm/include/asm/arch-exynos/gpio.h | 59 ++++++++++++++++++++---------- > board/samsung/odroid/odroid.c | 17 ++++++++- > board/samsung/universal_c210/universal.c | 9 +++++ > drivers/mmc/s5p_sdhci.c | 2 +- > include/configs/exynos-common.h | 1 + > 13 files changed, 113 insertions(+), 63 deletions(-) > The patchset is also available on github: https://github.com/bobenstein/u-boot.git branch: dm_exynos_gpio_fix Best regards, -- Przemyslaw Marczak Samsung R&D Institute Poland Samsung Electronics p.marczak at samsung.com