[U-Boot] please pull u-boot-samsung/master
Minkyu Kang
mk7.kang at samsung.com
Wed Apr 25 09:51:27 CEST 2012
Dear Albert,
The following changes since commit 6e7c76a15753f3a5e1b94df372392a08e4b11b02:
arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT (2012-04-23 09:15:23 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Chander Kashyap (1):
EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc
Donghwa Lee (8):
EXYNOS: definitions of system resgister and power management registers.
EXYNOS: add LCD and MIPI DSI clock interface.
LCD: add data structure for EXYNOS display driver
EXYNOS: support EXYNOS framebuffer and FIMD display drivers.
EXYNOS: support EXYNOS MIPI DSI interface driver.
LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI
EXYNOS: support TRATS board display function
EXYNOS: Change bits per pixel value proper for u-boot.
Jaehoon Chung (1):
TRATS: modify the trats's configuration
Minkyu Kang (1):
SMDK5250: fix compiler warning
Łukasz Majewski (3):
ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement
misc:pmic:max8997 MAX8997 support for PMIC driver
misc:pmic:samsung Convert TRATS target to use MAX8997 instead of MAX8998
arch/arm/cpu/armv7/exynos/Makefile | 2 +-
arch/arm/cpu/armv7/exynos/clock.c | 184 ++++++++
arch/arm/cpu/armv7/exynos/power.c | 54 +++
arch/arm/cpu/armv7/exynos/system.c | 48 ++
arch/arm/include/asm/arch-exynos/clk.h | 3 +
arch/arm/include/asm/arch-exynos/cpu.h | 5 +
arch/arm/include/asm/arch-exynos/dsim.h | 181 +++++++
arch/arm/include/asm/arch-exynos/fb.h | 446 ++++++++++++++++++
arch/arm/include/asm/arch-exynos/mipi_dsim.h | 380 +++++++++++++++
arch/arm/include/asm/arch-exynos/power.h | 6 +
arch/arm/include/asm/arch-exynos/system.h | 53 ++
arch/arm/include/asm/arch-exynos/tzpc.h | 2 +-
board/samsung/smdk5250/tzpc_init.c | 4 +-
board/samsung/trats/trats.c | 173 ++++++-
board/samsung/universal_c210/universal.c | 25 +-
drivers/misc/Makefile | 1 +
drivers/misc/pmic_max8997.c | 43 ++
drivers/video/Makefile | 4 +
drivers/video/exynos_fb.c | 128 +++++
drivers/video/exynos_fb.h | 61 +++
drivers/video/exynos_fimd.c | 354 ++++++++++++++
drivers/video/exynos_mipi_dsi.c | 253 ++++++++++
drivers/video/exynos_mipi_dsi_common.c | 637 +++++++++++++++++++++++++
drivers/video/exynos_mipi_dsi_common.h | 48 ++
drivers/video/exynos_mipi_dsi_lowlevel.c | 652 ++++++++++++++++++++++++++
drivers/video/exynos_mipi_dsi_lowlevel.h | 111 +++++
drivers/video/s6e8ax0.c | 256 ++++++++++
include/configs/trats.h | 15 +-
include/lcd.h | 64 +++
include/max8997_pmic.h | 190 ++++++++
include/max8998_pmic.h | 1 +
31 files changed, 4356 insertions(+), 28 deletions(-)
create mode 100644 arch/arm/cpu/armv7/exynos/power.c
create mode 100644 arch/arm/cpu/armv7/exynos/system.c
create mode 100644 arch/arm/include/asm/arch-exynos/dsim.h
create mode 100644 arch/arm/include/asm/arch-exynos/fb.h
create mode 100644 arch/arm/include/asm/arch-exynos/mipi_dsim.h
create mode 100644 arch/arm/include/asm/arch-exynos/system.h
create mode 100644 drivers/misc/pmic_max8997.c
create mode 100644 drivers/video/exynos_fb.c
create mode 100644 drivers/video/exynos_fb.h
create mode 100644 drivers/video/exynos_fimd.c
create mode 100644 drivers/video/exynos_mipi_dsi.c
create mode 100644 drivers/video/exynos_mipi_dsi_common.c
create mode 100644 drivers/video/exynos_mipi_dsi_common.h
create mode 100644 drivers/video/exynos_mipi_dsi_lowlevel.c
create mode 100644 drivers/video/exynos_mipi_dsi_lowlevel.h
create mode 100644 drivers/video/s6e8ax0.c
create mode 100644 include/max8997_pmic.h
More information about the U-Boot
mailing list