public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL v2] please pull u-boot-samsung master
Date: Mon, 14 Jan 2013 19:25:25 +0900	[thread overview]
Message-ID: <50F3DD15.9050304@samsung.com> (raw)

Dear Albert,

The following changes since commit 96764df1b47ddebfb50fadf5af72530b07b5fc89:

  Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 +0100)

are available in the git repository at:


  git://git.denx.de/u-boot-samsung master

for you to fetch changes up to e4660e0b7363cdc86519f4af2143b841592a7ffd:

  video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected (2013-01-14 19:17:28 +0900)

----------------------------------------------------------------
Ajay Kumar (8):
      EXYNOS5: Add support for FIMD and DP
      EXYNOS5: Change parent clock of FIMD to MPLL
      EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM
      video: Modify exynos_fimd driver to support LCD console
      EXYNOS5: Make all display related code dependent on CONFIG_LCD
      EXYNOS5: Enable console multiplexing in u-boot
      video: exynos_dp: Remove unused variable disp_info
      video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected

Chander Kashyap (4):
      EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses
      EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12
      EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12
      EXYNOS: EXYNOS4X12: extract Exynos4x12 IPs clock frequency

Hatim RV (5):
      EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250
      fdt: exynos5: Add DT node definition for SROM and SMSC9215
      exynos5: Add DT based driver for SMC911X ethernet
      exynos5: config: Rename the smdk5250.h to exynos5250-dt.h
      SMDK5250: config: Add configuration file for SMDK5250 board

Jaehoon Chung (2):
      Exynos: clock: support get_mmc_clk for exynos
      Exynos: clock: add CLK_DIV_FSYS3 at set_mmc_clk

Piotr Wilczek (1):
      arm:exynos4:pinmux: Modify the gpio function for mmc

Rajeshwari Shinde (23):
      EXYNOS5: FDT: Add I2C device node data
      EXYNOS5 : FDT: Add Aliases for I2C device
      FDT: Add compatible string for I2C
      EXYNOS5: FDT : Decode peripheral id
      I2C: Driver changes for FDT support
      SMDK5250: Initialise I2C using FDT
      EXYNOS5: FDT: Add sound device node data
      EXYNOS5: FDT: Add sound and codec device node
      EXYNOS5: FDT: Add compatible strings for sound
      Sound: Add FDT support to driver
      Sound: WM8994: Add FDT support to codec
      Sound: Add FDT support to CMD.
      EXYNOS5: FDT: Add compatible strings for SPI
      EXYNOS5 : FDT: Add Aliases for SPI device
      EXYNOS5: FDT: Add SPI device node data
      SPI: EXYNOS: Add FDT support to driver.
      EHCI: Exynos: Add fdt support
      EXYNOS5: Add device node for USB.
      EXYNOS5: FDT: Add compatible strings for USB
      EXYNOS5: FDT: Add compatible strings for PMIC
      EXYNOS5: Add device node for PMIC
      PMIC: MAX77686: Add FDT Support
      I2C: S3C24X0: Resolve build error for VCMA9

Vivek Gautam (1):
      SMDK5250: Enable VBus for USB 2.0 controller

?ukasz Majewski (2):
      spl:falcon:trats Update Trats default board configuration file to support FALCON MODE
      video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards

 arch/arm/cpu/armv7/exynos/clock.c            |  272 +++++++++++++++++++++-
 arch/arm/cpu/armv7/exynos/pinmux.c           |   74 ++++++
 arch/arm/dts/exynos5250.dtsi                 |  154 ++++++++++++
 arch/arm/include/asm/arch-exynos/clk.h       |    1 +
 arch/arm/include/asm/arch-exynos/clock.h     |  276 ++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/cpu.h       |   48 +++-
 arch/arm/include/asm/arch-exynos/dp_info.h   |    2 +
 arch/arm/include/asm/arch-exynos/gpio.h      |   85 +++++++
 arch/arm/include/asm/arch-exynos/mipi_dsim.h |    7 +
 arch/arm/include/asm/arch-exynos/periph.h    |   33 +--
 arch/arm/include/asm/arch-exynos/pinmux.h    |    8 +
 arch/arm/include/asm/arch-exynos/sromc.h     |   18 ++
 board/samsung/dts/exynos5250-smdk5250.dts    |   69 ++++++
 board/samsung/smdk5250/smdk5250.c            |  237 +++++++++++++++----
 board/samsung/trats/trats.c                  |    2 +-
 common/cmd_sound.c                           |    2 +-
 doc/device-tree-bindings/exynos/isp-spi.txt  |   22 ++
 doc/device-tree-bindings/exynos/sound.txt    |   27 +++
 drivers/i2c/s3c24x0_i2c.c                    |   85 ++++++-
 drivers/i2c/s3c24x0_i2c.h                    |    7 +
 drivers/power/pmic/pmic_max77686.c           |   37 ++-
 drivers/sound/sound.c                        |  171 ++++++++------
 drivers/sound/wm8994.c                       |   74 +++++-
 drivers/sound/wm8994.h                       |    6 +-
 drivers/spi/exynos_spi.c                     |   96 +++++++-
 drivers/usb/host/ehci-exynos.c               |   92 +++++++-
 drivers/video/exynos_dp.c                    |    2 -
 drivers/video/exynos_fb.c                    |    7 +
 drivers/video/exynos_fimd.c                  |   12 +-
 include/configs/exynos5250-dt.h              |  321 ++++++++++++++++++++++++++
 include/configs/smdk5250.h                   |  278 +---------------------
 include/configs/trats.h                      |   45 +++-
 include/fdtdec.h                             |    9 +
 include/i2c.h                                |   26 +++
 include/sound.h                              |    4 +-
 lib/fdtdec.c                                 |    9 +
 36 files changed, 2170 insertions(+), 448 deletions(-)
 create mode 100644 arch/arm/dts/exynos5250.dtsi
 create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
 create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
 create mode 100644 doc/device-tree-bindings/exynos/sound.txt
 create mode 100644 include/configs/exynos5250-dt.

-- 
Thanks,
Minkyu Kang.

             reply	other threads:[~2013-01-14 10:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-14 10:25 Minkyu Kang [this message]
2013-01-14 15:58 ` [U-Boot] [PULL v2] please pull u-boot-samsung master Albert ARIBAUD

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=50F3DD15.9050304@samsung.com \
    --to=mk7.kang@samsung.com \
    --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