[U-Boot] please pull u-boot-samsung/master

Dear Albert,
The following changes since commit 255c36587acbc269fd299b0bc258ce9c030de69d:
cm-t35: print PCB revision information (2012-06-10 10:36:08 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 11388a3b06a23323f9d964573d08e1bdd70322bd:
EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-15 10:50:36 +0900)
---------------------------------------------------------------- Donghwa Lee (1): TRATS: initialize panel_info data structure in board file
Minkyu Kang (1): Exynos: fix cpuinfo and cpu detecting
Rajeshwari Shinde (2): EXYNOS5: PINMUX: Added default pinumx settings EXYNOS: SMDK5250: Enable the pinmux setup
Łukasz Majewski (1): misc:pmic:trats: Correct procedure of enabling/disabling USB regulators
arch/arm/cpu/armv7/exynos/Makefile | 2 +- arch/arm/cpu/armv7/exynos/pinmux.c | 220 +++++++++++++++++++++++++++++ arch/arm/cpu/armv7/s5p-common/cpu_info.c | 5 +- arch/arm/include/asm/arch-exynos/cpu.h | 42 ++++-- arch/arm/include/asm/arch-exynos/periph.h | 47 ++++++ arch/arm/include/asm/arch-exynos/pinmux.h | 58 ++++++++ arch/arm/include/asm/arch-s5pc1xx/cpu.h | 6 + board/samsung/smdk5250/smdk5250.c | 176 +++++------------------ board/samsung/trats/trats.c | 86 ++++++----- drivers/video/exynos_fb.c | 3 - 10 files changed, 448 insertions(+), 197 deletions(-) create mode 100644 arch/arm/cpu/armv7/exynos/pinmux.c create mode 100644 arch/arm/include/asm/arch-exynos/periph.h create mode 100644 arch/arm/include/asm/arch-exynos/pinmux.h

Hi Minkyu,
On Mon, 18 Jun 2012 17:50:08 +0900, Minkyu Kang mk7.kang@samsung.com wrote:
Dear Albert,
The following changes since commit 255c36587acbc269fd299b0bc258ce9c030de69d:
cm-t35: print PCB revision information (2012-06-10 10:36:08 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 11388a3b06a23323f9d964573d08e1bdd70322bd:
EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-15 10:50:36 +0900)
Donghwa Lee (1): TRATS: initialize panel_info data structure in board file
Minkyu Kang (1): Exynos: fix cpuinfo and cpu detecting
Rajeshwari Shinde (2): EXYNOS5: PINMUX: Added default pinumx settings EXYNOS: SMDK5250: Enable the pinmux setup
Łukasz Majewski (1): misc:pmic:trats: Correct procedure of enabling/disabling USB regulators
arch/arm/cpu/armv7/exynos/Makefile | 2 +- arch/arm/cpu/armv7/exynos/pinmux.c | 220 +++++++++++++++++++++++++++++ arch/arm/cpu/armv7/s5p-common/cpu_info.c | 5 +- arch/arm/include/asm/arch-exynos/cpu.h | 42 ++++-- arch/arm/include/asm/arch-exynos/periph.h | 47 ++++++ arch/arm/include/asm/arch-exynos/pinmux.h | 58 ++++++++ arch/arm/include/asm/arch-s5pc1xx/cpu.h | 6 + board/samsung/smdk5250/smdk5250.c | 176 +++++------------------ board/samsung/trats/trats.c | 86 ++++++----- drivers/video/exynos_fb.c | 3 - 10 files changed, 448 insertions(+), 197 deletions(-) create mode 100644 arch/arm/cpu/armv7/exynos/pinmux.c create mode 100644 arch/arm/include/asm/arch-exynos/periph.h create mode 100644 arch/arm/include/asm/arch-exynos/pinmux.h
Applied to u-boot-arm/master, thanks.
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Minkyu Kang