From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 23 Jun 2012 09:18:34 +0200 Subject: [U-Boot] please pull u-boot-samsung/master In-Reply-To: <4FDEEBC0.4090408@samsung.com> References: <4FDEEBC0.4090408@samsung.com> Message-ID: <20120623091834.78a3a54a@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Minkyu, On Mon, 18 Jun 2012 17:50:08 +0900, Minkyu Kang 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, -- Albert.