From patchwork Wed Apr 25 07:51:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Minkyu Kang X-Patchwork-Id: 154823 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5ABFBB6F6E for ; Wed, 25 Apr 2012 17:51:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FF6A28273; Wed, 25 Apr 2012 09:51:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yoVo9QldOyMs; Wed, 25 Apr 2012 09:51:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E7622820D; Wed, 25 Apr 2012 09:51:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 92C102820D for ; Wed, 25 Apr 2012 09:51:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y0McixzTQO-Z for ; Wed, 25 Apr 2012 09:51:38 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by theia.denx.de (Postfix) with ESMTP id 3C7DD281FA for ; Wed, 25 Apr 2012 09:51:36 +0200 (CEST) MIME-version: 1.0 Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M3000HTMZ5FKY00@mailout1.samsung.com> for u-boot@lists.denx.de; Wed, 25 Apr 2012 16:51:34 +0900 (KST) X-AuditID: cbfee61a-b7b8eae00000534b-f6-4f97ad0517e5 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id A4.12.21323.50DA79F4; Wed, 25 Apr 2012 16:51:33 +0900 (KST) Received: from [165.213.219.114] by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M30007DGZ5PMY90@mmp2.samsung.com> for u-boot@lists.denx.de; Wed, 25 Apr 2012 16:51:33 +0900 (KST) Message-id: <4F97ACFF.4020102@samsung.com> Date: Wed, 25 Apr 2012 16:51:27 +0900 From: Minkyu Kang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 To: Albert ARIBAUD , u-boot@lists.denx.de X-Brightmail-Tracker: AAAAAA== X-TM-AS-MML: No Subject: [U-Boot] please pull u-boot-samsung/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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