From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] please pull u-boot-samsung/master
Date: Thu, 26 Apr 2012 23:26:01 +0200 [thread overview]
Message-ID: <4F99BD69.5010305@aribaud.net> (raw)
In-Reply-To: <4F97ACFF.4020102@samsung.com>
Hi Minkyu,
Le 25/04/2012 09:51, Minkyu Kang a ?crit :
> 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
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2012-04-26 21:26 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-25 7:51 [U-Boot] please pull u-boot-samsung/master Minkyu Kang
2012-04-26 21:26 ` Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-18 8:50 Minkyu Kang
2012-06-23 7:18 ` Albert ARIBAUD
2012-03-08 10:14 Minkyu Kang
2012-03-27 9:44 ` Minkyu Kang
2012-03-27 20:09 ` Albert ARIBAUD
2012-02-10 1:01 Minkyu Kang
2012-02-10 19:59 ` Albert ARIBAUD
2011-12-09 9:15 Minkyu Kang
2011-12-09 16:39 ` Albert ARIBAUD
2011-10-28 8:19 Minkyu Kang
2011-10-28 15:17 ` Albert ARIBAUD
2011-09-02 8:05 Minkyu Kang
2011-09-03 19:23 ` Albert ARIBAUD
2011-08-19 5:34 Minkyu Kang
2011-08-19 18:22 ` Albert ARIBAUD
2011-05-26 10:43 [U-Boot] Please " Minkyu Kang
2011-05-26 10:59 ` Albert ARIBAUD
2011-05-26 5:22 Minkyu Kang
2011-05-26 5:49 ` Albert ARIBAUD
2011-05-26 6:24 ` Minkyu Kang
2011-05-26 8:13 ` Albert ARIBAUD
2011-05-26 10:40 ` Minkyu Kang
2011-03-24 6:58 Minkyu Kang
2011-03-24 13:57 ` Albert ARIBAUD
2011-03-25 2:02 ` Minkyu Kang
2011-03-25 7:23 ` Albert ARIBAUD
2011-03-25 9:59 ` Minkyu Kang
2011-03-26 14:59 ` Albert ARIBAUD
2011-01-27 12:29 Minkyu Kang
2011-01-27 22:11 ` Albert ARIBAUD
2010-11-30 8:56 Minkyu Kang
2010-11-30 20:32 ` Wolfgang Denk
2010-10-28 7:29 Minkyu Kang
2010-10-29 19:48 ` Wolfgang Denk
2010-08-31 10:27 Minkyu Kang
2010-09-07 22:04 ` Wolfgang Denk
2010-08-03 7:54 Minkyu Kang
2010-08-03 22:35 ` Wolfgang Denk
2010-06-02 23:55 Minkyu Kang
2010-06-06 11:44 ` Tom Rix
2010-06-09 0:08 ` Minkyu Kang
2010-06-15 4:23 ` Tom Rix
2010-04-13 10:02 Minkyu Kang
2010-04-17 22:07 ` Tom Rix
2010-03-05 10:03 Minkyu Kang
2010-03-05 20:29 ` Tom
2010-03-08 6:08 ` Minkyu Kang
2010-03-12 19:43 ` Tom
2010-03-13 16:32 ` Tom
2010-01-13 4:25 Minkyu Kang
2010-01-15 13:28 ` Tom
2009-11-20 10:45 Minkyu Kang
2009-11-20 22:16 ` Tom
2009-10-12 7:38 Minkyu Kang
2009-10-12 11:16 ` Tom Rix
2009-10-14 3:31 ` Tom Rix
2009-10-14 10:16 ` Abdoulaye Walsimou Gaye
2009-10-14 11:28 ` Stefan Roese
2009-10-14 12:39 ` Tom Rix
2009-10-14 12:46 ` Tom Rix
2009-10-14 13:23 ` Minkyu Kang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F99BD69.5010305@aribaud.net \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox