All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] please pull u-boot-samsung master
@ 2014-02-13 12:27 Minkyu Kang
  2014-02-13 13:06 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-02-13 12:27 UTC (permalink / raw)
  To: u-boot

The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-29 14:07:50 +0100)

are available in the git repository at:


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

for you to fetch changes up to e25bfecf7ba54a5b56cf991af8a2f2bb22994293:

  exynos: clock: use the clear and set bits macros. (2014-02-10 16:01:44 +0900)

----------------------------------------------------------------
Inha Song (3):
      serial: s5p: set automatically clears after resetting Rx FIFO
      exynos: clock: fixed that cfg is set to wrong value.
      exynos: clock: use the clear and set bits macros.

Minkyu Kang (3):
      exynos: pinmux: sort the list of peripherals
      exynos: pinmux: remove unnecessary define
      exynos: pinmux: remove unnecessary routine

Piotr Wilczek (8):
      arm:exynos: add cpu revision
      arm:s5pc110: add cpu revision
      board:samsung:common: set envs with board unified information
      board:samsung:goni: add env variables describing platform
      board:samsung:universal: add env variables describing platform
      board:samsung:trats: add env variables describing platform
      board:samsung:trats2: add env variables describing platform
      board:samsung:trats/trats2: enable boot with appended and separated DTB

Przemyslaw Marczak (12):
      s5p: gpio: change gpio coding method for s5p gpio.
      trats2: Code cleanup.
      samsung: common: Add file for common functions, draw_logo() cleanup.
      common: lcd.c: fix data abort exception when try to access bmp header
      lib: tizen: change Tizen logo with the new one.
      video: exynos: fimd: add support for various display color modes
      samsung: boards: update display configs with 16bpp mode.
      samsung: misc: Add LCD download menu.
      trats: add LCD download menu support
      trats2: add LCD download menu support
      universal: add LCD download menu support
      config: trats: trats2: extend dfu_alt_info by env update settings

Vivek Gautam (2):
      exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers
      smdk5250: Remove 'board_usb_vbus_init()' function

 arch/arm/cpu/armv7/exynos/clock.c         |   84 +-
 arch/arm/cpu/armv7/exynos/pinmux.c        |    7 +-
 arch/arm/include/asm/arch-exynos/cpu.h    |    8 +-
 arch/arm/include/asm/arch-exynos/gpio.h   |  245 +-
 arch/arm/include/asm/arch-exynos/periph.h |    3 +-
 arch/arm/include/asm/arch-s5pc1xx/cpu.h   |    7 +
 arch/arm/include/asm/arch-s5pc1xx/gpio.h  |   47 +-
 board/samsung/common/Makefile             |    1 +
 board/samsung/common/dfu_sample_env.txt   |    9 +
 board/samsung/common/misc.c               |  411 ++
 board/samsung/dts/exynos5250-smdk5250.dts |    2 +-
 board/samsung/dts/exynos5250-snow.dts     |    4 +-
 board/samsung/goni/goni.c                 |   17 +
 board/samsung/smdk5250/smdk5250.c         |   19 -
 board/samsung/trats/trats.c               |   21 +-
 board/samsung/trats2/trats2.c             |   34 +-
 board/samsung/universal_c210/universal.c  |   21 +-
 common/lcd.c                              |   27 +-
 drivers/gpio/s5p_gpio.c                   |   15 +-
 drivers/power/battery/bat_trats2.c        |    2 +-
 drivers/serial/serial_s5p.c               |    4 +-
 drivers/video/exynos_fb.c                 |   28 -
 drivers/video/exynos_fimd.c               |   15 +-
 include/configs/s5p_goni.h                |   10 +-
 include/configs/s5pc210_universal.h       |   46 +-
 include/configs/trats.h                   |   50 +-
 include/configs/trats2.h                  |   47 +-
 include/lcd.h                             |    2 +
 include/power/max77686_pmic.h             |    2 +
 include/power/pmic.h                      |    1 -
 include/samsung/misc.h                    |   29 +
 lib/tizen/tizen.c                         |   21 +-
 lib/tizen/tizen_hd_logo.h                 | 5057 ---------------
 lib/tizen/tizen_hd_logo_data.h            |   15 -
 lib/tizen/tizen_logo_16bpp.h              |10025 +++++++++++++++++++++++++++++
 lib/tizen/tizen_logo_16bpp_gzip.h         |  727 +++
 36 files changed, 11605 insertions(+), 5458 deletions(-)
 create mode 100644 board/samsung/common/dfu_sample_env.txt
 create mode 100644 board/samsung/common/misc.c
 create mode 100644 include/samsung/misc.h
 delete mode 100644 lib/tizen/tizen_hd_logo.h
 delete mode 100644 lib/tizen/tizen_hd_logo_data.h
 create mode 100644 lib/tizen/tizen_logo_16bpp.h
 create mode 100644 lib/tizen/tizen_logo_16bpp_gzip.h
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2019-09-06  8:42 Minkyu Kang
  2019-09-06 23:26 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2019-09-06  8:42 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 448f11f7503995746a7b71e5e3b3a831c4651be9:

  Merge tag 'arc-for-2019.10-rc4' of
https://gitlab.denx.de/u-boot/custodians/u-boot-arc (2019-09-03 12:40:50
-0400)

are available in the git repository at:


  git at gitlab.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to d7441d8a9ac9602afa92bf2649890a2208ffada1:

  ARM: exynos5: Try to boot on mmc2 before mmc0/1 (2019-09-05 18:36:59
+0900)

----------------------------------------------------------------
Guillaume GARDET (1):
      ARM: exynos5: Try to boot on mmc2 before mmc0/1

 include/configs/exynos5-common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

--
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
[parent not found: <CGME20190516101733epcas1p217a434a2f68fddccd84bc49f8b8aadaa@epcas1p2.samsung.com>]
[parent not found: <CGME20190312082337epcas1p42f7881315d62e035434635fc48e72ee8@epcas1p4.samsung.com>]
[parent not found: <CGME20181227034953epcas1p4fdf3b45773d658ac797be9ad7bc72451@epcas1p4.samsung.com>]
[parent not found: <CGME20181024011258epcas1p129d111a207f8facad2e2198f01e354d2@epcas1p1.samsung.com>]
[parent not found: <CGME20180808003737epcas1p13b402f999609bfbee8bcf85776fa1131@epcas1p1.samsung.com>]
* [U-Boot] please pull u-boot-samsung master
@ 2018-06-06 12:55 Minkyu Kang
  2018-06-06 15:09 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2018-06-06 12:55 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:

  ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15 09:08:00
-0400)

are available in the git repository at:

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

for you to fetch changes up to 105e3d84e5683c590b04f8677f80797a1d0dce36:

  ARM: dts: exynos5: add the interrupt-parent property (2018-05-16 11:25:12
+0900)

----------------------------------------------------------------
Jaehoon Chung (2):
      ARM: dts: exynos5: remove the duplicated nodes
      ARM: dts: exynos5: add the interrupt-parent property

 arch/arm/dts/exynos5.dtsi |   29 ++---------------------------
 1 files changed, 2 insertions(+), 27 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
[parent not found: <8a8b2945-07c4-dcb8-4a3f-e07deb508f9c@samsung.com>]
* [U-Boot] please pull u-boot-samsung master
@ 2017-11-06 14:21 Minkyu Kang
  2017-11-06 14:25 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2017-11-06 14:21 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 43ede0bca7fc1590b623832b743213b818257a27:

  Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT (2017-11-05 11:21:35
-0500)

are available in the git repository at:

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

for you to fetch changes up to 568197fa03cb10fb2c20afc9d1dba10c5e277fd3:

  ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
(2017-11-06 16:59:32 +0900)

----------------------------------------------------------------
Dongjin Kim (1):
      ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4

 arch/arm/dts/exynos5422-odroidxu3.dts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 166+ messages in thread
[parent not found: <CGME20170621010007epcas5p4f6ab04e8b3c479ba8eee6e42c1b14bd2@epcas5p4.samsung.com>]
* [U-Boot] please pull u-boot-samsung master
@ 2017-04-08 14:10 Minkyu Kang
  2017-04-09  1:16 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2017-04-08 14:10 UTC (permalink / raw)
  To: u-boot

Dear Tom,


The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

  Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)

are available in the git repository at:


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

for you to fetch changes up to e3a96d974d642730ecf603d00c2ca00cfb4e8e99:

  board: samsung: trats2: remove the board_power_init() function
(2017-04-07 11:27:55 +0900)

----------------------------------------------------------------
Jaehoon Chung (13):
      configs: trats: enable the CONFIG_DM_PMIC and PMIC_MAX8997
      board: samsung: trats: remove the unnecessary codes
      board: samsung: trats: convert to driver model for controlling phy
      arm: dts: trats: add i2c_fg node for fuelgauge
      board: samsung: trats: remove the i2c_init function
      configs: trats: enable the CONFIG_DM_I2C_GPIO
      odroid: dts: change the buck8 min-microvolt value
      arm: dts: trats2: add the i2c-gpio nodes
      board: samsung: trats2: remove the board_i2c_init() function
      configs: trats2: enable CONFIG_DM_I2C_GPIO
      board: samsung: trats2: remove the unused functions
      configs: trats2: enable the configuration relevant to PMIC
      board: samsung: trats2: remove the board_power_init() function

 arch/arm/dts/exynos4210-trats.dts  |    9 ++
 arch/arm/dts/exynos4412-odroid.dts |    2 +-
 arch/arm/dts/exynos4412-trats2.dts |   18 +++
 board/samsung/trats/trats.c        |  249
+++++++-----------------------------
 board/samsung/trats2/trats2.c      |  104 ---------------
 configs/trats2_defconfig           |    4 +
 configs/trats_defconfig            |    4 +
 7 files changed, 85 insertions(+), 305 deletions(-)--

from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2017-02-11 13:41 Minkyu Kang
  2017-02-11 21:33 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2017-02-11 13:41 UTC (permalink / raw)
  To: u-boot

Dear Tom,


The following changes since commit f1cc97764be4383d2aeb56d5ba5415439a1d5c97:


  Merge branch 'master' of git://git.denx.de/u-boot-video (2017-02-09
14:54:09 -0500)


are available in the git repository at:



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


for you to fetch changes up to 5d3be0f81ca7668ac04ee0f0b7d82e123c7f59b5:


  exynos: Drop large alignment for SDRAM parameters (2017-02-10 18:51:51
+0900)


----------------------------------------------------------------

Simon Glass (1):

      exynos: Drop large alignment for SDRAM parameters


 board/samsung/common/exynos-uboot-spl.lds |    3 +--

 1 files changed, 1 insertions(+), 2 deletions(-)

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 166+ messages in thread
[parent not found: <d6099dce-30da-9dce-90f9-85e11c6c5bea@samsung.com>]
* [U-Boot] please pull u-boot-samsung master
@ 2016-12-23 15:07 Minkyu Kang
  2016-12-23 15:17 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2016-12-23 15:07 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:


  arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21
09:52:35 +0100)


are available in the git repository at:


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


for you to fetch changes up to 9e26834f4945f7b1deb16bea1c06e7e0faaad848:


  configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic (2016-12-22
13:34:02 +0900)


----------------------------------------------------------------

Jaehoon Chung (3):

      power: pmic: add the max8998 controller for DM

      arm: dts: s5pc1xx-goni: add the pmic node for using DM

      configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic


 arch/arm/dts/s5pc1xx-goni.dts |  165
+++++++++++++++++++++++++++++++++++++++++

 configs/s5p_goni_defconfig    |    3 +

 drivers/power/pmic/Kconfig    |    7 ++

 drivers/power/pmic/Makefile   |    1 +

 drivers/power/pmic/max8998.c  |   61 +++++++++++++++

 5 files changed, 237 insertions(+), 0 deletions(-)

 create mode 100644 drivers/power/pmic/max8998.c

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2016-07-15  4:17 Minkyu Kang
  2016-07-16 13:51 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2016-07-15  4:17 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:

  Prepare v2016.07 (2016-07-11 15:01:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3537ee879e0428587621a2cafbad2d9982bc082b:

  mmc: exynos_dw_mmc: support the Driver mode for Exynos (2016-07-12 14:29:10 +0900)

----------------------------------------------------------------
Jaehoon Chung (7):
      ARM: exynos4: dts: add the prefix '/' for aliases nodes
      mmc: exynos_dw_mmc: remove the unused function
      mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL
      mmc: exynos_dw_mmc: add the error control for checking index
      mmc: exynos_dw_mmc: clean the unused and unnecessary codes
      mmc: exynos_dw_mmc: use the 4bit bus-width by default
      mmc: exynos_dw_mmc: support the Driver mode for Exynos

 arch/arm/dts/exynos4210-origen.dts         |   2 +-
 arch/arm/dts/exynos4210-trats.dts          |   4 +--
 arch/arm/dts/exynos4210-universal_c210.dts |   4 +--
 arch/arm/dts/exynos4412-odroid.dts         |   4 +--
 arch/arm/dts/exynos4412-trats2.dts         |   6 ++---
 arch/arm/mach-exynos/include/mach/dwmmc.h  |   1 -
 drivers/mmc/exynos_dw_mmc.c                | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
 7 files changed, 95 insertions(+), 74 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2016-06-27  7:13 Minkyu Kang
  2016-06-28  1:12 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2016-06-27  7:13 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 4141e85bcd79c0b9b16def710e527f165107b7af:

  kbuild: avoid race between dtbs and dt/dt.dtb targets (2016-06-24 17:24:41 -0400)

are available in the git repository at:

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

for you to fetch changes up to ca2ec9adc951cc3798e9b0c3773cdcc613232a22:

  mmc: dw_mmc: fix the wrong AND operation (2016-06-27 09:43:26 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: dw_mmc: fix the wrong AND operation

 drivers/mmc/dw_mmc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2016-05-26  5:03 Minkyu Kang
  2016-05-26 14:52 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2016-05-26  5:03 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)

are available in the git repository at:


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

for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:

  ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49 +0900)

----------------------------------------------------------------
Marek Vasut (2):
      ARM: exynos: Fix build error if SERIAL is disabled in SPL
      ARM: exynos: Disable serial support in SPL

Simon Glass (25):
      exynos: video: Move driver files into their own directory
      exynos: video: Drop dead code
      exynos: video: Remove use of vidinfo_t typedef
      exynos: video: Drop the static lcd_base_addr variable
      exynos: video: Drop static variables in exynos_fimd.c
      exynos: video: Drop static variables in exynos_fb.c
      exynos: video: Drop static variables in exynos_dp_lowlevel.c
      exynos: video: Move dsim_config_dt into a function
      exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo
      exynos: video: Move mipi_lcd_device_dt into a function
      exynos: video: Combine LCD driver into one file
      exynos: pwm: Add a driver for the exynos5 PWM
      video: Add an enum for active low/high
      exynos: dts: Add pwm device tree node
      exynos: Allow tizen to be built without an LCD
      exynos: Allow CONFIG_MISC_COMMON to be build without an LCD
      exynos: Disable LCD display for boards we can't convert
      dts: Add clock and regulator binding files for max77802
      exynos: Allow PWM0 pinmux to be set up
      exynos: Simplify calling of exynos_dp_phy_ctrl()
      exynos: dts: Add display-related device tree fragments
      exynos: video: Rename edp_device_info to exynos_dp_priv
      exynos: video: Rename variables for driver model
      exynos: video: Convert several boards to driver model for video
      exynos: video: Drop old unused code

Thomas Abraham (8):
      pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices
      pinctrl: Add pinctrl driver support for Exynos7420 SoC
      clk: exynos: add clock driver for Exynos7420 Soc
      serial: s5p: get the port id number from the alias of the device node
      serial: s5p: use clock api to get clock rate
      arm: exynos: realign the code to allow support for newer 64-bit platforms
      arm: exynos: add support for Exynos7420 SoC
      board: samsung: add initial Espresso7420 board support

 arch/arm/Kconfig                                      |   1 -
 arch/arm/cpu/armv7/s5p-common/timer.c                 |   3 +
 arch/arm/dts/Makefile                                 |   1 +
 arch/arm/dts/exynos5.dtsi                             |   3 +-
 arch/arm/dts/exynos5250-snow.dts                      |  44 ++++++
 arch/arm/dts/exynos5250-spring.dts                    |  53 +++++++
 arch/arm/dts/exynos5250.dtsi                          |   7 +
 arch/arm/dts/exynos5420-peach-pit.dts                 |  55 ++++++++
 arch/arm/dts/exynos54xx.dtsi                          |  11 +-
 arch/arm/dts/exynos5800-peach-pi.dts                  |  40 ++++++
 arch/arm/dts/exynos7420-espresso7420.dts              |  24 ++++
 arch/arm/dts/exynos7420.dtsi                          |  83 +++++++++++
 arch/arm/mach-exynos/Kconfig                          |  61 +++++++-
 arch/arm/mach-exynos/Makefile                         |   6 +-
 arch/arm/mach-exynos/include/mach/cpu.h               |   4 +-
 arch/arm/mach-exynos/include/mach/dp_info.h           |   5 +-
 arch/arm/mach-exynos/include/mach/gpio.h              |   2 +-
 arch/arm/mach-exynos/include/mach/mipi_dsim.h         |  10 +-
 arch/arm/mach-exynos/include/mach/power.h             |   2 +-
 arch/arm/mach-exynos/lowlevel_init.c                  |   3 +
 arch/arm/mach-exynos/mmu-arm64.c                      |  35 +++++
 arch/arm/mach-exynos/pinmux.c                         |   6 +
 arch/arm/mach-exynos/power.c                          |   2 +-
 arch/arm/mach-exynos/soc.c                            |  10 ++
 board/samsung/common/board.c                          |  25 ++--
 board/samsung/common/exynos5-dt.c                     | 158 ---------------------
 board/samsung/common/misc.c                           |  10 ++
 board/samsung/espresso7420/Kconfig                    |  16 +++
 board/samsung/espresso7420/MAINTAINERS                |   5 +
 board/samsung/espresso7420/Makefile                   |  10 ++
 board/samsung/espresso7420/espresso7420.c             |  16 +++
 board/samsung/trats/trats.c                           |   2 +
 board/samsung/universal_c210/universal.c              |   2 +
 configs/arndale_defconfig                             |   1 +
 configs/espresso7420_defconfig                        |   9 ++
 configs/odroid-xu3_defconfig                          |   1 +
 configs/odroid_defconfig                              |   1 +
 configs/origen_defconfig                              |   1 +
 configs/peach-pi_defconfig                            |   5 +
 configs/peach-pit_defconfig                           |   5 +
 configs/s5pc210_universal_defconfig                   |   1 +
 configs/smdk5250_defconfig                            |   1 +
 configs/smdk5420_defconfig                            |   1 +
 configs/smdkv310_defconfig                            |   1 +
 configs/snow_defconfig                                |   5 +
 configs/spring_defconfig                              |   5 +
 configs/trats2_defconfig                              |   1 +
 configs/trats_defconfig                               |   1 +
 drivers/clk/Kconfig                                   |   1 +
 drivers/clk/Makefile                                  |   1 +
 drivers/clk/exynos/Kconfig                            |  18 +++
 drivers/clk/exynos/Makefile                           |   9 ++
 drivers/clk/exynos/clk-exynos7420.c                   | 236 +++++++++++++++++++++++++++++++
 drivers/clk/exynos/clk-pll.c                          |  33 +++++
 drivers/clk/exynos/clk-pll.h                          |   9 ++
 drivers/pinctrl/Kconfig                               |   1 +
 drivers/pinctrl/Makefile                              |   1 +
 drivers/pinctrl/exynos/Kconfig                        |  10 ++
 drivers/pinctrl/exynos/Makefile                       |   9 ++
 drivers/pinctrl/exynos/pinctrl-exynos.c               | 141 +++++++++++++++++++
 drivers/pinctrl/exynos/pinctrl-exynos.h               |  77 +++++++++++
 drivers/pinctrl/exynos/pinctrl-exynos7420.c           | 120 ++++++++++++++++
 drivers/pinctrl/pinctrl-uclass.c                      |   1 +
 drivers/pwm/Kconfig                                   |   9 ++
 drivers/pwm/Makefile                                  |   1 +
 drivers/pwm/exynos_pwm.c                              | 120 ++++++++++++++++
 drivers/serial/serial_s5p.c                           |  19 ++-
 drivers/video/Makefile                                |   6 +-
 drivers/video/exynos/Makefile                         |  12 ++
 drivers/video/{ => exynos}/exynos_dp.c                | 599 +++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
 drivers/video/{ => exynos}/exynos_dp_lowlevel.c       | 268 +++++++++++++++++------------------
 drivers/video/exynos/exynos_dp_lowlevel.h             |  89 ++++++++++++
 drivers/video/exynos/exynos_fb.c                      | 720 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/video/{ => exynos}/exynos_mipi_dsi.c          |  71 ++++------
 drivers/video/{ => exynos}/exynos_mipi_dsi_common.c   |   6 +-
 drivers/video/{ => exynos}/exynos_mipi_dsi_common.h   |   0
 drivers/video/{ => exynos}/exynos_mipi_dsi_lowlevel.c |   0
 drivers/video/{ => exynos}/exynos_mipi_dsi_lowlevel.h |   0
 drivers/video/{ => exynos}/exynos_pwm_bl.c            |   0
 drivers/video/exynos_dp_lowlevel.h                    |  68 ---------
 drivers/video/exynos_fb.c                             | 330 --------------------------------------------
 drivers/video/exynos_fb.h                             |  41 ------
 drivers/video/exynos_fimd.c                           | 409 ------------------------------------------------------
 drivers/video/s6e8ax0.c                               |   4 +-
 drivers/video/simple_panel.c                          |   2 +
 include/configs/espresso7420.h                        |  34 +++++
 include/configs/exynos5-common.h                      |   2 -
 include/configs/exynos5-dt-common.h                   |   5 +-
 include/configs/exynos7420-common.h                   | 113 +++++++++++++++
 include/configs/s5pc210_universal.h                   |   3 -
 include/configs/smdk5250.h                            |   3 +
 include/configs/smdk5420.h                            |   4 +
 include/configs/trats.h                               |   4 -
 include/configs/trats2.h                              |   4 -
 include/dt-bindings/clock/exynos7420-clk.h            | 207 ++++++++++++++++++++++++++++
 include/dt-bindings/clock/maxim,max77802.h            |  22 +++
 include/dt-bindings/regulator/maxim,max77802.h        |  18 +++
 include/exynos_lcd.h                                  |   4 +-
 include/libtizen.h                                    |   2 +
 include/video.h                                       |   5 +
 lib/tizen/tizen.c                                     |   2 +
 101 files changed, 3141 insertions(+), 1486 deletions(-)
 create mode 100644 arch/arm/dts/exynos7420-espresso7420.dts
 create mode 100644 arch/arm/dts/exynos7420.dtsi
 create mode 100644 arch/arm/mach-exynos/mmu-arm64.c
 create mode 100644 board/samsung/espresso7420/Kconfig
 create mode 100644 board/samsung/espresso7420/MAINTAINERS
 create mode 100644 board/samsung/espresso7420/Makefile
 create mode 100644 board/samsung/espresso7420/espresso7420.c
 create mode 100644 configs/espresso7420_defconfig
 create mode 100644 drivers/clk/exynos/Kconfig
 create mode 100644 drivers/clk/exynos/Makefile
 create mode 100644 drivers/clk/exynos/clk-exynos7420.c
 create mode 100644 drivers/clk/exynos/clk-pll.c
 create mode 100644 drivers/clk/exynos/clk-pll.h
 create mode 100644 drivers/pinctrl/exynos/Kconfig
 create mode 100644 drivers/pinctrl/exynos/Makefile
 create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos.c
 create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos.h
 create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos7420.c
 create mode 100644 drivers/pwm/exynos_pwm.c
 create mode 100644 drivers/video/exynos/Makefile
 rename drivers/video/{ => exynos}/exynos_dp.c (50%)
 rename drivers/video/{ => exynos}/exynos_dp_lowlevel.c (77%)
 create mode 100644 drivers/video/exynos/exynos_dp_lowlevel.h
 create mode 100644 drivers/video/exynos/exynos_fb.c
 rename drivers/video/{ => exynos}/exynos_mipi_dsi.c (80%)
 rename drivers/video/{ => exynos}/exynos_mipi_dsi_common.c (99%)
 rename drivers/video/{ => exynos}/exynos_mipi_dsi_common.h (100%)
 rename drivers/video/{ => exynos}/exynos_mipi_dsi_lowlevel.c (100%)
 rename drivers/video/{ => exynos}/exynos_mipi_dsi_lowlevel.h (100%)
 rename drivers/video/{ => exynos}/exynos_pwm_bl.c (100%)
 delete mode 100644 drivers/video/exynos_dp_lowlevel.h
 delete mode 100644 drivers/video/exynos_fb.c
 delete mode 100644 drivers/video/exynos_fb.h
 delete mode 100644 drivers/video/exynos_fimd.c
 create mode 100644 include/configs/espresso7420.h
 create mode 100644 include/configs/exynos7420-common.h
 create mode 100644 include/dt-bindings/clock/exynos7420-clk.h
 create mode 100644 include/dt-bindings/clock/maxim,max77802.h
 create mode 100644 include/dt-bindings/regulator/maxim,max77802.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2016-04-26  7:45 Minkyu Kang
  2016-04-26 11:20 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2016-04-26  7:45 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400:

  xpress: Update <usb/ehci-fsl.h> include (2016-04-13 15:45:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to 4ecad8a62942a460b177f34f1eea7326614025f4:

  exynos: Set CNTFRQ (2016-04-14 19:41:05 +0900)

----------------------------------------------------------------
Alexander Graf (1):
      exynos: Set CNTFRQ

Shawn Guo (1):
      odroid: Update README with correct firmware link and XU4 support

 doc/README.odroid               | 10 ++++++----
 include/configs/exynos-common.h |  1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2016-03-11 11:37 Minkyu Kang
  2016-03-11 17:07 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2016-03-11 11:37 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit cf77f6ffd96a243d2e4f81fe8bc0aa4fe8fef623:

  Merge git://git.denx.de/u-boot-rockchip (2016-03-10 10:55:06 -0500)

are available in the git repository at:


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

for you to fetch changes up to 76aab9eb8b4618891914e41fa1ea84441f8c53fd:

  exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support (2016-03-11 10:59:51 +0900)

----------------------------------------------------------------
Anand Moon (1):
      exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support

 include/configs/exynos5-common.h | 1 +
 1 file changed, 1 insertion(+)
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-11-30  8:33 Minkyu Kang
  2015-11-30 20:17 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-11-30  8:33 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 -0500)

are available in the git repository at:


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

for you to fetch changes up to 225f5eeccd6c0d376a20c15897edd8c69500d8cc:

  arm: s5pc1xx: move SoC to mach-s5pc1xx (2015-11-30 17:17:01 +0900)

----------------------------------------------------------------
Minkyu Kang (1):
      arm: s5pc1xx: move SoC to mach-s5pc1xx

 MAINTAINERS                                                         | 6 ++----
 arch/arm/Kconfig                                                    | 2 +-
 arch/arm/Makefile                                                   | 1 +
 arch/arm/cpu/armv7/Makefile                                         | 1 -
 arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/Kconfig                | 0
 arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/Makefile               | 0
 arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/cache.c                | 0
 arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/clock.c                | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/clk.h   | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/clock.h | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/cpu.h   | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/gpio.h  | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/mmc.h   | 0
 .../asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/periph.h         | 0
 .../asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/pinmux.h         | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/power.h | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/pwm.h   | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/sromc.h | 0
 .../asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/sys_proto.h      | 0
 .../{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/uart.h  | 0
 .../asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/watchdog.h       | 0
 arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/reset.S                | 0
 22 files changed, 4 insertions(+), 6 deletions(-)
 rename arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/Kconfig (100%)
 rename arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/Makefile (100%)
 rename arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/cache.c (100%)
 rename arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/clock.c (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/clk.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/clock.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/cpu.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/gpio.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/mmc.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/periph.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/pinmux.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/power.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/pwm.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/sromc.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/sys_proto.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/uart.h (100%)
 rename arch/arm/{include/asm/arch-s5pc1xx => mach-s5pc1xx/include/mach}/watchdog.h (100%)
 rename arch/arm/{cpu/armv7/s5pc1xx => mach-s5pc1xx}/reset.S (100%)
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-11-03  5:02 Minkyu Kang
  2015-11-03 16:09 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-11-03  5:02 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 0e067a65f57189703668826d9841fea477026bf6:

  x86: Select the ns16550 debug UART for minnowmax, chromebook_link (2015-10-30 18:04:14 -0400)

are available in the git repository at:

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

for you to fetch changes up to de5f9733f653091d4b227914d04432099a6448dc:

  samsung: clean up checkpatch issues (2015-11-02 10:38:22 +0900)

----------------------------------------------------------------
Minkyu Kang (5):
      arm: exynos: clean up checkpatch issues
      smdkv310: clean up checkpatch issues
      smdk2410: clean up checkpatch issues
      odroid: clean up checkpatch issues
      samsung: clean up checkpatch issues

Przemyslaw Marczak (16):
      samsung: board/misc: check returned pointer for get_board_type() calls
      s5p: cpu_info: print "cpu-model" if exists in dts
      Peach-Pi: dts: add cpu-model string
      Exynos5422/5800: set cpu id to 0x5422
      dm: pmic: add s2mps11 PMIC I/O driver
      dm: regulator: add function device_get_supply_regulator()
      dm: adc: add simple ADC uclass implementation
      dm: adc: add Exynos54xx compatible ADC driver
      Odroid-XU3: enable s2mps11 PMIC support
      Exynos54xx: dts: add ADC node
      Odroid-XU3: dts: enable ADC, with request for pre-reloc bind
      exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.
      sandbox: add ADC driver
      sandbox: add ADC unit tests
      Exynos4412: pinmux: disable pull for MMC pins
      s5p sdhci: call pinmux for card's gpio pins before use them

 arch/arm/cpu/armv7/s5p-common/cpu_info.c   |   14 +-
 arch/arm/dts/exynos5422-odroidxu3.dts      |   12 +
 arch/arm/dts/exynos54xx.dtsi               |    7 +
 arch/arm/dts/exynos5800-peach-pi.dts       |    1 +
 arch/arm/mach-exynos/clock.c               |   16 +-
 arch/arm/mach-exynos/clock_init_exynos5.c  |    2 +-
 arch/arm/mach-exynos/common_setup.h        |    4 +-
 arch/arm/mach-exynos/dmc_init_ddr3.c       |    8 +-
 arch/arm/mach-exynos/include/mach/adc.h    |   44 +++
 arch/arm/mach-exynos/include/mach/cpu.h    |    6 +-
 arch/arm/mach-exynos/include/mach/gpio.h   |    4 +-
 arch/arm/mach-exynos/pinmux.c              |    4 +-
 arch/arm/mach-exynos/power.c               |    2 +-
 arch/sandbox/dts/sandbox_pmic.dtsi         |    2 +-
 arch/sandbox/dts/test.dts                  |    6 +
 board/samsung/common/Makefile              |    5 +-
 board/samsung/common/board.c               |    4 +-
 board/samsung/common/exynos5-dt-types.c    |  196 +++++++++++++
 board/samsung/common/exynos5-dt.c          |   12 +
 board/samsung/common/misc.c                |   10 +-
 board/samsung/odroid/odroid.c              |   15 +-
 board/samsung/smdk2410/smdk2410.c          |   10 +-
 board/samsung/smdkv310/smdkv310.c          |    8 +-
 configs/odroid-xu3_defconfig               |    5 +
 configs/sandbox_defconfig                  |    2 +
 doc/device-tree-bindings/adc/adc.txt       |   62 +++++
 doc/device-tree-bindings/exynos/soc.txt    |   21 ++
 doc/device-tree-bindings/pmic/s2mps11.txt  |   17 ++
 drivers/Kconfig                            |    2 +
 drivers/Makefile                           |    1 +
 drivers/adc/Kconfig                        |   30 ++
 drivers/adc/Makefile                       |   10 +
 drivers/adc/adc-uclass.c                   |  409 ++++++++++++++++++++++++++++
 drivers/adc/exynos-adc.c                   |  145 ++++++++++
 drivers/adc/sandbox.c                      |  174 ++++++++++++
 drivers/mmc/s5p_sdhci.c                    |   14 +-
 drivers/power/pmic/Kconfig                 |   14 +
 drivers/power/pmic/Makefile                |    1 +
 drivers/power/pmic/s2mps11.c               |   62 +++++
 drivers/power/regulator/regulator-uclass.c |    7 +
 include/adc.h                              |  288 ++++++++++++++++++++
 include/configs/odroid_xu3.h               |   12 +
 include/dm/uclass-id.h                     |    1 +
 include/power/regulator.h                  |   16 ++
 include/power/s2mps11.h                    |  109 ++++++++
 include/power/sandbox_pmic.h               |    4 +
 include/samsung/exynos5-dt-types.h         |   27 ++
 test/dm/Makefile                           |    1 +
 test/dm/adc.c                              |  165 +++++++++++
 49 files changed, 1935 insertions(+), 56 deletions(-)
 create mode 100644 board/samsung/common/exynos5-dt-types.c
 create mode 100644 doc/device-tree-bindings/adc/adc.txt
 create mode 100644 doc/device-tree-bindings/exynos/soc.txt
 create mode 100644 doc/device-tree-bindings/pmic/s2mps11.txt
 create mode 100644 drivers/adc/Kconfig
 create mode 100644 drivers/adc/Makefile
 create mode 100644 drivers/adc/adc-uclass.c
 create mode 100644 drivers/adc/exynos-adc.c
 create mode 100644 drivers/adc/sandbox.c
 create mode 100644 drivers/power/pmic/s2mps11.c
 create mode 100644 include/adc.h
 create mode 100644 include/power/s2mps11.h
 create mode 100644 include/samsung/exynos5-dt-types.h
 create mode 100644 test/dm/adc.c

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-10-16  7:51 Minkyu Kang
  2015-10-17  0:21 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-10-16  7:51 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit f861f51c4673d35908e4e330a86c81d7d909b51c:

  ls102xa: Fix reset hang (2015-10-12 12:56:32 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2308ea7c6fe003f699f4648d4ac3bb030fdc64d0:

  exynos: more debug and cleanup in do_sdhci_init() (2015-10-13 20:22:28 +0900)

----------------------------------------------------------------
Guillaume GARDET (2):
      odroid: replace 'fatload' with 'load' to be able to use EXT* partitions
      odroid: Add boot script (boot.scr) support

Tobias Jakobi (4):
      exynos: Properly zero initialize host in s5p_sdhci_init()
      exynos: Fix passing of errors in exynos_mmc_init()
      exynos: be more verbose in process_nodes()
      exynos: more debug and cleanup in do_sdhci_init()

 drivers/mmc/s5p_sdhci.c  |   50 +++++++++++++++++++++++++++-------------------
 include/configs/odroid.h |   16 +++++++++++----
 2 files changed, 42 insertions(+), 24 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-08-18  2:22 Minkyu Kang
  2015-08-18 14:47 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-08-18  2:22 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 632093b566569329bc6e5b0893bdca01de905314:

  Merge git://git.denx.de/u-boot-x86 (2015-08-14 16:27:16 -0400)

are available in the git repository at:


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

for you to fetch changes up to 14a66afead568a5c3a6bb49782432bea3b397fb8:

  ARM: exynos: fix regression for Origen4210 (2015-08-17 13:06:55 +0900)

----------------------------------------------------------------
Thomas Abraham (2):
      ARM: exynos: move SoC sources to mach-exynos
      ARM: exynos: fix regression for Origen4210

 arch/arm/Kconfig                                   |    2 +-
 arch/arm/Makefile                                  |    1 +
 arch/arm/cpu/armv7/Makefile                        |    1 -
 arch/arm/{cpu/armv7/exynos => mach-exynos}/Kconfig |    0
 .../arm/{cpu/armv7/exynos => mach-exynos}/Makefile |    0
 arch/arm/{cpu/armv7/exynos => mach-exynos}/clock.c |    0
 .../{cpu/armv7/exynos => mach-exynos}/clock_init.h |    0
 .../exynos => mach-exynos}/clock_init_exynos4.c    |    0
 .../exynos => mach-exynos}/clock_init_exynos5.c    |    0
 .../armv7/exynos => mach-exynos}/common_setup.h    |    2 +-
 .../{cpu/armv7/exynos => mach-exynos}/config.mk    |    0
 .../{cpu/armv7/exynos => mach-exynos}/dmc_common.c |    0
 .../armv7/exynos => mach-exynos}/dmc_init_ddr3.c   |    0
 .../exynos => mach-exynos}/dmc_init_exynos4.c      |    0
 .../armv7/exynos => mach-exynos}/exynos4_setup.h   |    0
 .../armv7/exynos => mach-exynos}/exynos5_setup.h   |    0
 .../arch-exynos => mach-exynos/include/mach}/adc.h |    0
 .../include/mach}/board.h                          |    0
 .../arch-exynos => mach-exynos/include/mach}/clk.h |    0
 .../include/mach}/clock.h                          |    0
 .../arch-exynos => mach-exynos/include/mach}/cpu.h |    0
 .../arch-exynos => mach-exynos/include/mach}/dmc.h |    0
 .../arch-exynos => mach-exynos/include/mach}/dp.h  |    0
 .../include/mach}/dp_info.h                        |    0
 .../include/mach}/dsim.h                           |    0
 .../include/mach}/dwmmc.h                          |    0
 .../include/mach}/ehci.h                           |    0
 .../arch-exynos => mach-exynos/include/mach}/fb.h  |    0
 .../include/mach}/gpio.h                           |    0
 .../include/mach}/i2s-regs.h                       |    0
 .../include/mach}/mipi_dsim.h                      |    0
 .../arch-exynos => mach-exynos/include/mach}/mmc.h |    0
 .../include/mach}/periph.h                         |    0
 .../include/mach}/pinmux.h                         |    0
 .../include/mach}/power.h                          |    0
 .../arch-exynos => mach-exynos/include/mach}/pwm.h |    0
 .../include/mach}/pwm_backlight.h                  |    0
 .../include/mach}/sound.h                          |    0
 .../arch-exynos => mach-exynos/include/mach}/spi.h |    0
 .../arch-exynos => mach-exynos/include/mach}/spl.h |    2 +-
 .../include/mach}/sromc.h                          |    0
 .../include/mach}/sys_proto.h                      |    0
 .../include/mach}/system.h                         |    0
 .../arch-exynos => mach-exynos/include/mach}/tmu.h |    0
 .../include/mach}/tzpc.h                           |    0
 .../include/mach}/uart.h                           |    0
 .../include/mach}/watchdog.h                       |    0
 .../include/mach}/xhci-exynos.h                    |    0
 .../armv7/exynos => mach-exynos}/lowlevel_init.c   |    4 +---
 .../arm/{cpu/armv7/exynos => mach-exynos}/pinmux.c |    0
 arch/arm/{cpu/armv7/exynos => mach-exynos}/power.c |    0
 .../{cpu/armv7/exynos => mach-exynos}/sec_boot.S   |    0
 arch/arm/{cpu/armv7/exynos => mach-exynos}/soc.c   |    0
 .../{cpu/armv7/exynos => mach-exynos}/spl_boot.c   |    0
 .../arm/{cpu/armv7/exynos => mach-exynos}/system.c |    0
 arch/arm/{cpu/armv7/exynos => mach-exynos}/tzpc.c  |    0
 drivers/spi/exynos_spi.c                           |    2 +-
 57 files changed, 6 insertions(+), 8 deletions(-)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/Kconfig (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/Makefile (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/clock.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/clock_init.h (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/clock_init_exynos4.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/clock_init_exynos5.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/common_setup.h (97%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/config.mk (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/dmc_common.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/dmc_init_ddr3.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/dmc_init_exynos4.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/exynos4_setup.h (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/exynos5_setup.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/adc.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/board.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/clk.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/clock.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/cpu.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/dmc.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/dp.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/dp_info.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/dsim.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/dwmmc.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/ehci.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/fb.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/gpio.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/i2s-regs.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/mipi_dsim.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/mmc.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/periph.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/pinmux.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/power.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/pwm.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/pwm_backlight.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/sound.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/spi.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/spl.h (98%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/sromc.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/sys_proto.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/system.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/tmu.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/tzpc.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/uart.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/watchdog.h (100%)
 rename arch/arm/{include/asm/arch-exynos => mach-exynos/include/mach}/xhci-exynos.h (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/lowlevel_init.c (98%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/pinmux.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/power.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/sec_boot.S (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/soc.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/spl_boot.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/system.c (100%)
 rename arch/arm/{cpu/armv7/exynos => mach-exynos}/tzpc.c (100%)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-07-10 12:16 Minkyu Kang
  2015-07-10 19:02 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-07-10 12:16 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1:

  net: designware: Program MAC address to hardware after soft reset (2015-07-08 13:43:19 -0400)

are available in the git repository at:

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

for you to fetch changes up to 8fd3ec770c41115b95ca80f0f0ba344ac59dc293:

  exynos: i2c: Correct bug in pinmux selection (2015-07-10 21:13:48 +0900)

----------------------------------------------------------------
Minkyu Kang (1):
      arm: adds the status info for odroid-xu3

Simon Glass (1):
      exynos: i2c: Correct bug in pinmux selection

 board/samsung/smdk5420/MAINTAINERS |    1 +
 drivers/i2c/s3c24x0_i2c.c          |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-06-11  1:43 Minkyu Kang
  2015-06-11  1:46 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-06-11  1:43 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:

  Prepare v2015.07-rc2 (2015-06-08 17:48:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to 91432d2f2fab4a780d860bd6cb4922ca11b2aac8:

  odroid: dts: cleanup of MAX77686 regulators (2015-06-10 14:09:20 +0900)

----------------------------------------------------------------
Przemyslaw Marczak (1):
      odroid: dts: cleanup of MAX77686 regulators

 arch/arm/dts/exynos4412-odroid.dts |   80 +-----------------------------------

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-05-18 11:52 Minkyu Kang
  2015-05-18 23:54 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2015-05-18 11:52 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 905e8f9e53766e606bd4a0ed46d804889e613f32:

  Prepare v2015.07-rc1 (2015-05-05 19:52:15 -0400)

are available in the git repository at:

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

for you to fetch changes up to cf85202770d95474ba341b8881f9b76589244bed:

  exynos: clock: clean up checkpatch issues (2015-05-18 20:47:31 +0900)

----------------------------------------------------------------
Marek Vasut (2):
      i2c: s3c: Implant support for S3C2440
      gpio: s3c: Fix the GPIO driver

Minkyu Kang (1):
      exynos: clock: clean up checkpatch issues

 arch/arm/cpu/armv7/exynos/clock.c |   65 ++++++++++++++++++--------------
 drivers/gpio/s3c2440_gpio.c       |   75 +++++++++++++++++++++----------------
 drivers/i2c/s3c24x0_i2c.c         |   10 ++---
 3 files changed, 84 insertions(+), 66 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-04-06  6:38 Minkyu Kang
  2015-04-06 22:12 ` Tom Rini
  2015-04-08 13:40 ` Lukasz Majewski
  0 siblings, 2 replies; 166+ messages in thread
From: Minkyu Kang @ 2015-04-06  6:38 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707:

  Merge git://git.denx.de/u-boot-arc (2015-04-03 09:14:44 -0400)

are available in the git repository at:


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

for you to fetch changes up to 1018b0a56a4719a64fb6867337a72d6a9343008b:

  config: exynos: trats2: Enable support for Image.itb at trats2 device (2015-04-06 15:23:59 +0900)

----------------------------------------------------------------
Ajay Kumar (8):
      arm: exynos: add display clocks for Exynos5800
      Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels
      video: exynos_fb: configure backlight GPIOs if specified in DT
      video: parade: configure SLP and RST GPIOs if specified in DT
      dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node
      dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
      dts: peach_pi: Add DT properties needed for display
      smdk5420: Remove GPIO enums

Guillaume GARDET (1):
      Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

Inha Song (1):
      exynos5: add trace feature #ifdef in exynos5-common.h

Sjoerd Simons (1):
      config: peach: Correct memory layout environment settings

?ukasz Majewski (3):
      config: exynos: common: Provide env variables to support Image.itb
      config: exynos: trats: Enable support for Image.itb at trats device
      config: exynos: trats2: Enable support for Image.itb at trats2 device

 arch/arm/cpu/armv7/exynos/clock.c              |   69 ++++++++++++++++++++++--
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |    4 +-
 arch/arm/dts/exynos5420-peach-pit.dts          |    2 +
 arch/arm/dts/exynos54xx.dtsi                   |    1 +
 arch/arm/dts/exynos5800-peach-pi.dts           |    3 ++
 arch/arm/include/asm/arch-exynos/clk.h         |    3 ++
 board/samsung/smdk5420/smdk5420.c              |   15 ------
 doc/device-tree-bindings/video/exynos-fb.txt   |    2 +
 drivers/video/exynos_fb.c                      |   21 ++++++++
 drivers/video/parade.c                         |   11 ++++
 include/configs/exynos4-common.h               |   54 +++++++++++++++++++
 include/configs/exynos5-common.h               |    4 +-
 include/configs/peach-pi.h                     |    8 +++
 include/configs/peach-pit.h                    |    8 +++
 include/configs/trats.h                        |    8 ++-
 include/configs/trats2.h                       |    8 ++-
 16 files changed, 193 insertions(+), 28 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-03-04 12:11 Minkyu Kang
  0 siblings, 0 replies; 166+ messages in thread
From: Minkyu Kang @ 2015-03-04 12:11 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b:

  mpc837xerdb: "fix Calling __hwconfig without a buffer" warning (2015-03-02 15:11:36 -0500)

are available in the git repository at:

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

for you to fetch changes up to c8b71a35289112f77691df0d0b4a97ef19dac87b:

  samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning (2015-03-04 20:01:01 +0900)

----------------------------------------------------------------
?ukasz Majewski (1):
      samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning

 board/samsung/common/board.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-02-28 10:06 Minkyu Kang
  2015-03-02  1:04 ` Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 166+ messages in thread
From: Minkyu Kang @ 2015-02-28 10:06 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500)

are available in the git repository at:


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

for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:

  Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800 (2015-02-28 18:03:46 +0900)

----------------------------------------------------------------
Akshay Saraswat (9):
      Exynos542x: Config: Add various configs
      Exynos542x: CPU: Power down all secondary cores
      Exynos542x: Add workaround for ARM errata 798870
      Exynos542x: Add workaround for ARM errata 799270
      Exynos542x: Add workaround for exynos iROM errata
      Exynos542x: cache: Disable clean/evict push to external
      Exynos542x: add L2 control register configuration
      Exynos542x: Fix secondary core booting for thumb
      Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset

Doug Anderson (1):
      Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800

 arch/arm/cpu/armv7/exynos/Makefile        |    2 +
 arch/arm/cpu/armv7/exynos/common_setup.h  |   62 ++++++++++++
 arch/arm/cpu/armv7/exynos/exynos5_setup.h |    3 +
 arch/arm/cpu/armv7/exynos/lowlevel_init.c |  147 +++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/sec_boot.S      |  128 +++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/soc.c           |   35 -------
 arch/arm/include/asm/arch-exynos/cpu.h    |    5 +
 arch/arm/include/asm/arch-exynos/system.h |   88 +++++++++++++++++
 arch/arm/include/asm/armv7.h              |   44 +++++++++
 include/configs/exynos5420-common.h       |   16 ++++
 10 files changed, 495 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/exynos/sec_boot.S
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-02-28  9:56 Minkyu Kang
  0 siblings, 0 replies; 166+ messages in thread
From: Minkyu Kang @ 2015-02-28  9:56 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500)

are available in the git repository at:


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

for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:

  Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800 (2015-02-28 18:03:46 +0900)

----------------------------------------------------------------
Akshay Saraswat (9):
      Exynos542x: Config: Add various configs
      Exynos542x: CPU: Power down all secondary cores
      Exynos542x: Add workaround for ARM errata 798870
      Exynos542x: Add workaround for ARM errata 799270
      Exynos542x: Add workaround for exynos iROM errata
      Exynos542x: cache: Disable clean/evict push to external
      Exynos542x: add L2 control register configuration
      Exynos542x: Fix secondary core booting for thumb
      Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset

Doug Anderson (1):
      Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800

 arch/arm/cpu/armv7/exynos/Makefile        |    2 +
 arch/arm/cpu/armv7/exynos/common_setup.h  |   62 ++++++++++++
 arch/arm/cpu/armv7/exynos/exynos5_setup.h |    3 +
 arch/arm/cpu/armv7/exynos/lowlevel_init.c |  147 +++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/sec_boot.S      |  128 +++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/soc.c           |   35 -------
 arch/arm/include/asm/arch-exynos/cpu.h    |    5 +
 arch/arm/include/asm/arch-exynos/system.h |   88 +++++++++++++++++
 arch/arm/include/asm/armv7.h              |   44 +++++++++
 include/configs/exynos5420-common.h       |   16 ++++
 10 files changed, 495 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/exynos/sec_boot.S
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-02-28  9:51 Minkyu Kang
  0 siblings, 0 replies; 166+ messages in thread
From: Minkyu Kang @ 2015-02-28  9:51 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500)

are available in the git repository at:


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

for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:

  Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800 (2015-02-28 18:03:46 +0900)

----------------------------------------------------------------
Akshay Saraswat (9):
      Exynos542x: Config: Add various configs
      Exynos542x: CPU: Power down all secondary cores
      Exynos542x: Add workaround for ARM errata 798870
      Exynos542x: Add workaround for ARM errata 799270
      Exynos542x: Add workaround for exynos iROM errata
      Exynos542x: cache: Disable clean/evict push to external
      Exynos542x: add L2 control register configuration
      Exynos542x: Fix secondary core booting for thumb
      Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset

Doug Anderson (1):
      Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800

 arch/arm/cpu/armv7/exynos/Makefile        |    2 +
 arch/arm/cpu/armv7/exynos/common_setup.h  |   62 ++++++++++++
 arch/arm/cpu/armv7/exynos/exynos5_setup.h |    3 +
 arch/arm/cpu/armv7/exynos/lowlevel_init.c |  147 +++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/sec_boot.S      |  128 +++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/soc.c           |   35 -------
 arch/arm/include/asm/arch-exynos/cpu.h    |    5 +
 arch/arm/include/asm/arch-exynos/system.h |   88 +++++++++++++++++
 arch/arm/include/asm/armv7.h              |   44 +++++++++
 include/configs/exynos5420-common.h       |   16 ++++
 10 files changed, 495 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/exynos/sec_boot.S

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2015-02-13  8:31 Minkyu Kang
  2015-02-13 15:13 ` Simon Glass
  2015-02-16 17:41 ` Tom Rini
  0 siblings, 2 replies; 166+ messages in thread
From: Minkyu Kang @ 2015-02-13  8:31 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:

  sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to 2e82e9252695a612ab0cbf40fa0c7368515f6506:

  Exynos: Clock: Cleanup soc_get_periph_rate (2015-02-13 17:23:06 +0900)

----------------------------------------------------------------
Akshay Saraswat (7):
      Exynos5: Fix compiler warnings due to clock_get_periph_rate
      Exynos542x: Move exynos5420_get_pll_clk up and rename
      Exynos542x: Add and enable get_periph_rate support
      Exynos5: Fix exynos5_get_periph_rate calculations
      Exynos5: Use clock_get_periph_rate generic API
      Exynos: clock: change mask bits as per peripheral
      Exynos: Clock: Cleanup soc_get_periph_rate

Jaehoon Chung (1):
      arm: exynos: fix the div value for set_mmc_clk

Joonyoung Shim (5):
      samsung: board: support eMMC reset using DT
      Odroid: Add eMMC-reset node on DT
      Odroid-XU3: Add eMMC-reset node on DT
      odroid: fix g2d sclk rate
      EXYNOS5: Add function to enable exynos5420 usbdev phy ctrl

 arch/arm/cpu/armv7/exynos/clock.c              |  621 ++++++++++++------------
 arch/arm/cpu/armv7/exynos/power.c              |   28 +-
 arch/arm/dts/exynos4412-odroid.dts             |    5 +
 arch/arm/dts/exynos5422-odroidxu3.dts          |    5 +
 arch/arm/include/asm/arch-exynos/clk.h         |    4 +
 board/samsung/common/board.c                   |   28 ++
 board/samsung/odroid/odroid.c                  |   12 +-
 doc/device-tree-bindings/exynos/emmc-reset.txt |   15 +
 8 files changed, 383 insertions(+), 335 deletions(-)
 create mode 100644 doc/device-tree-bindings/exynos/emmc-reset.txt

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-12-30  9:19 Minkyu Kang
  2015-01-01 14:55 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-12-30  9:19 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

  ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)

are available in the git repository at:

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

for you to fetch changes up to 66223787869e2059560ac583431e9968ac4cf26f:

  Exynos: Move down common USB configuration (2014-12-30 17:04:02 +0900)

----------------------------------------------------------------
Hyungwon Hwang (3):
      config: exynos5420: move non common configs to specific board files
      Odroid-XU3: Add support for Odroid-XU3
      Odroid-XU3: Add documentation for Odroid-XU3

Joonyoung Shim (1):
      arm: exynos: clock: support SPLL as mmc source clock for exynos5420

Sjoerd Simons (5):
      Exynos5800: The Peach-Pi board does not have a Parade video bridge
      exynos5420: fix compilation without parade video
      odroid-XU3: Add entry for DTS EHCI GPIO
      ARM: exynos5420: Leave VBUS GPIO configuration up to common code
      Exynos: Move down common USB configuration

 arch/arm/cpu/armv7/exynos/Kconfig         |    4 +++
 arch/arm/cpu/armv7/exynos/clock.c         |    2 ++
 arch/arm/dts/Makefile                     |    3 +-
 arch/arm/dts/exynos5422-odroidxu3.dts     |   49 +++++++++++++++++++++++++
 arch/arm/dts/exynos5800-peach-pi.dts      |    5 ---
 arch/arm/include/asm/arch-exynos/system.h |    3 --
 board/samsung/smdk5420/Kconfig            |   13 +++++++
 board/samsung/smdk5420/smdk5420.c         |   17 +--------
 configs/odroid-xu3_defconfig              |    4 +++
 doc/README.odroid                         |   47 +++++++++++++++---------
 include/configs/arndale.h                 |    4 ---
 include/configs/exynos5-common.h          |   10 ++++++
 include/configs/exynos5250-common.h       |    5 ---
 include/configs/exynos5420-common.h       |   20 -----------
 include/configs/odroid_xu3.h              |   55 +++++++++++++++++++++++++++++
 include/configs/peach-pi.h                |    6 ++++
 include/configs/peach-pit.h               |    6 ++++
 include/configs/smdk5420.h                |   15 ++++++++
 include/parade.h                          |   18 ++++++++++
 19 files changed, 216 insertions(+), 70 deletions(-)
 create mode 100644 arch/arm/dts/exynos5422-odroidxu3.dts
 create mode 100644 configs/odroid-xu3_defconfig
 create mode 100644 include/configs/odroid_xu3.h
 create mode 100644 include/parade.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-11-25 12:28 Minkyu Kang
  2014-11-26 16:24 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-11-25 12:28 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 2086e388d56cbb0e3737a6276f04f00f74bf6723:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-11-14 16:39:32 -0500)

are available in the git repository at:


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

for you to fetch changes up to 7741c8b8c9215c6def36f24ac0b2d71543dd47ab:

  ORIGEN: Enhance origen config to be more flexible on boot. (2014-11-25 10:30:25 +0900)

----------------------------------------------------------------
Akshay Saraswat (5):
      Exynos5800: Introduce new proid for Exynos5800
      Exynos5800: Add DTS for new board Peach-Pi
      Config: Exynos5800: Enable build for Peach-Pi
      Config: Exynos5420: Refactor SDRAM Bank and Size
      Exynos5: ddr3: Choose between single or double channel config

Alim Akhtar (1):
      DMC: Exynos5: Enable update mode for DREX controller

David M?ller (ELSOFT AG) (1):
      SMDK2410: convert to generic board

Guillaume GARDET (1):
      ORIGEN: Enhance origen config to be more flexible on boot.

Ian Campbell (3):
      exynos: Enable config_distro_defaults.h
      exynos5: Use config_distro_bootcmd.h
      exynos: Increase command line buffer size (CONFIG_SYS_CBSIZE)

Sjoerd Simons (1):
      exynos: dts: Correct USB vbus-gpio numbering for Snow

Suriyan Ramasami (6):
      arm: odroid: pmic77686: allow buck voltage settings
      arm: odroid: enable/disable usb host phy for exynos4412
      arm: odroid: usb: add support for usb host including ethernet
      odroid: Update README with USB host usage
      odroid: usbhost - Add missing gpio_request call
      odroid: Turn blue LED on

Vadim Bendebury (1):
      Peach-Pi: Use the enhanced usb_copy() prototype

 arch/arm/cpu/armv7/exynos/Kconfig              |    7 +-
 arch/arm/cpu/armv7/exynos/clock.c              |   19 +--
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |    2 +-
 arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c      |   29 ++++
 arch/arm/cpu/armv7/exynos/pinmux.c             |    2 +-
 arch/arm/cpu/armv7/exynos/power.c              |   27 ++++
 arch/arm/cpu/armv7/exynos/spl_boot.c           |   10 +-
 arch/arm/dts/Makefile                          |    3 +-
 arch/arm/dts/exynos4412-odroid.dts             |   11 ++
 arch/arm/dts/exynos5250-snow.dts               |    4 +-
 arch/arm/dts/exynos5800-peach-pi.dts           |  157 ++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/cpu.h         |   10 +-
 arch/arm/include/asm/arch-exynos/dmc.h         |    1 +
 arch/arm/include/asm/arch-exynos/ehci.h        |   13 ++
 arch/arm/include/asm/arch-exynos/gpio.h        |    4 +-
 arch/arm/include/asm/arch-exynos/power.h       |    7 +
 board/samsung/odroid/odroid.c                  |   46 +++++++
 board/samsung/smdk5420/Kconfig                 |   16 +++
 board/samsung/smdk5420/MAINTAINERS             |    2 +
 configs/peach-pi_defconfig                     |    5 +
 doc/README.odroid                              |  169 ++++++++++++++++++++++++
 drivers/power/pmic/pmic_max77686.c             |   52 +++++++-
 drivers/usb/host/ehci-exynos.c                 |   55 ++++++--
 include/configs/arndale.h                      |    5 +-
 include/configs/exynos-common.h                |   17 +--
 include/configs/exynos5-common.h               |   56 +++++---
 include/configs/exynos5-dt-common.h            |   17 +--
 include/configs/exynos5250-common.h            |    2 -
 include/configs/exynos5420-common.h            |   11 +-
 include/configs/odroid.h                       |   13 ++
 include/configs/origen.h                       |   35 ++++-
 include/configs/peach-pi.h                     |   50 +++++++
 include/configs/peach-pit.h                    |    8 +-
 include/configs/smdk2410.h                     |    2 +
 include/configs/smdk5420.h                     |    4 +
 include/power/max77686_pmic.h                  |    3 +
 36 files changed, 787 insertions(+), 87 deletions(-)
 create mode 100644 arch/arm/dts/exynos5800-peach-pi.dts
 create mode 100644 configs/peach-pi_defconfig
 create mode 100644 include/configs/peach-pi.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-11-04 10:57 Minkyu Kang
  2014-11-04 20:00 ` Tom Rini
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-11-04 10:57 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

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

for you to fetch changes up to 4aa97312f7147b68b8b7c731d7bb01cff8dda2d6:

  odroid: adjust gpio calls to dm gpio api (2014-10-30 19:56:16 +0900)

----------------------------------------------------------------
Przemyslaw Marczak (3):
      exynos4/4x12: cpu: add extra gpio base addresses
      exynos4/4x12: gpio: use gpio extra base addresses
      odroid: adjust gpio calls to dm gpio api

 arch/arm/include/asm/arch-exynos/cpu.h  |    9 +++++
 arch/arm/include/asm/arch-exynos/gpio.h |   59 ++++++++++++++++++++-----------
 board/samsung/odroid/odroid.c           |   11 +++++-
 3 files changed, 58 insertions(+), 21 deletions(-)
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-10-08 11:36 Minkyu Kang
  2014-10-08 19:13 ` Albert ARIBAUD
  2014-10-10  9:38 ` Albert ARIBAUD
  0 siblings, 2 replies; 166+ messages in thread
From: Minkyu Kang @ 2014-10-08 11:36 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125:

  git-mailrc: add me as a maintainer of UniPhier platform (2014-10-05 14:10:09 +0900)

are available in the git repository at:

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

for you to fetch changes up to b219773957d2ee8fedb56f0fcb19288eb72d4867:

  odroid: clock: set aclk_cores to 200MHz (2014-10-08 19:48:43 +0900)

----------------------------------------------------------------
Masahiro Yamada (1):
      exynos: update maintainer of Snow and SMDK5420 board

Minkyu Kang (3):
      Revert "odroid: set MPLL clock to 880MHz"
      Merge branch 'master' of http://git.denx.de/u-boot-samsung
      Merge branch 'uboot'

Przemyslaw Marczak (1):
      odroid: clock: set aclk_cores to 200MHz

Robert Baldyga (1):
      armv7: s5pc1xx: improve cache handling

Simon Glass (15):
      Exynos: Use 900MHz ARM frequency in SPL for peach_pit
      exynos5: Enable data cache
      cros_ec: power: Add a tunnelled version of the tps65090 driver
      cros_ec: exynos: Use the correct tps65090 driver in each case
      dm: exynos: Split out the cros_ec drivers
      exynos: dts: Add device tree node for cros_ec keyboard
      exynos: Rename -dt config files to -common
      exynos: Move common exynos settings into a common file
      exynos: Move common smdk5420 things to common file
      exynos: config: Move cros_ec and tps65090 out of smdk boards
      config: Move arndale to use common exynos5250 file
      config: Move smdkv310 to use common exynos4 file
      samsung: Enable device tree for s5p_goni
      samsung: Enable device tree for smdkc100
      exynos: Enable pre-relocation malloc()

 arch/arm/Kconfig                                   |   13 +-
 arch/arm/cpu/armv7/exynos/Kconfig                  |    1 +
 arch/arm/cpu/armv7/s5pc1xx/Kconfig                 |   25 +++
 arch/arm/cpu/armv7/s5pc1xx/cache.S                 |   30 ---
 arch/arm/cpu/armv7/s5pc1xx/cache.c                 |   47 +++++
 arch/arm/dts/Makefile                              |    3 +
 arch/arm/dts/exynos4210-smdkv310.dts               |   21 ++
 arch/arm/dts/exynos5420-peach-pit.dts              |   57 ++++-
 arch/arm/dts/s5pc1xx-goni.dts                      |   28 +++
 arch/arm/dts/s5pc1xx-smdkc100.dts                  |   29 +++
 arch/arm/include/asm/arch-s5pc1xx/periph.h         |   61 ++++++
 arch/arm/include/asm/arch-s5pc1xx/pinmux.h         |   50 +++++
 board/samsung/odroid/odroid.c                      |   64 +++---
 board/samsung/smdk5250/MAINTAINERS                 |    2 +-
 board/samsung/smdk5420/MAINTAINERS                 |    4 -
 configs/s5p_goni_defconfig                         |    2 +
 configs/smdkc100_defconfig                         |    2 +
 configs/smdkv310_defconfig                         |    1 +
 drivers/mmc/s5p_sdhci.c                            |    2 -
 drivers/power/pmic/Makefile                        |    3 +-
 drivers/power/pmic/pmic_tps65090_ec.c              |  218 ++++++++++++++++++++
 include/configs/arndale.h                          |  195 +----------------
 include/configs/{exynos4-dt.h => exynos-common.h}  |  110 +++-------
 include/configs/exynos4-common.h                   |   68 ++++++
 include/configs/{exynos5-dt.h => exynos5-common.h} |  126 ++---------
 include/configs/exynos5-dt-common.h                |   35 ++++
 .../{exynos5250-dt.h => exynos5250-common.h}       |    7 +-
 .../configs/{exynos5420.h => exynos5420-common.h}  |   22 +-
 include/configs/odroid.h                           |    4 +-
 include/configs/origen.h                           |    5 +-
 include/configs/peach-pit.h                        |   16 +-
 include/configs/s5p_goni.h                         |    9 +-
 include/configs/s5pc210_universal.h                |    5 +-
 include/configs/smdk5250.h                         |   23 ++-
 include/configs/smdk5420.h                         |    5 +-
 include/configs/smdkc100.h                         |    6 +
 include/configs/smdkv310.h                         |   61 +-----
 include/configs/snow.h                             |   25 ++-
 include/configs/trats.h                            |    6 +-
 include/configs/trats2.h                           |    6 +-
 40 files changed, 840 insertions(+), 557 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/s5pc1xx/Kconfig
 delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.S
 create mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.c
 create mode 100644 arch/arm/dts/exynos4210-smdkv310.dts
 create mode 100644 arch/arm/dts/s5pc1xx-goni.dts
 create mode 100644 arch/arm/dts/s5pc1xx-smdkc100.dts
 create mode 100644 arch/arm/include/asm/arch-s5pc1xx/periph.h
 create mode 100644 arch/arm/include/asm/arch-s5pc1xx/pinmux.h
 create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
 rename include/configs/{exynos4-dt.h => exynos-common.h} (51%)
 create mode 100644 include/configs/exynos4-common.h
 rename include/configs/{exynos5-dt.h => exynos5-common.h} (64%)
 create mode 100644 include/configs/exynos5-dt-common.h
 rename include/configs/{exynos5250-dt.h => exynos5250-common.h} (88%)
 rename include/configs/{exynos5420.h => exynos5420-common.h} (71%)
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-09-05 12:30 Minkyu Kang
  2014-09-08 23:03 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-09-05 12:30 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:

  Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5cecf21fb1fadeb39be862793f743841ad373601:

  CONFIGS: peach-pit: Enable display for peach_pit board (2014-09-05 20:37:08 +0900)

----------------------------------------------------------------
Ajay Kumar (8):
      exynos_fb: Remove usage of static defines
      arm: exynos: Add RPLL for Exynos5420
      arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420
      video: exynos_fimd: Add framework to disable FIMD sysmmu
      ARM: exynos: Add missing declaration for gpio_direction_input
      exynos5420: add callbacks needed for exynos_fb driver
      ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
      CONFIGS: peach-pit: Enable display for peach_pit board

Masahiro Yamada (1):
      MAINTAINERS: update the maintainer of Arndale board

Przemyslaw Marczak (13):
      samsung: misc: fix soc revision setting in the set_board_info()
      exynos: pinmux: fix the gpio names for exynos4x12 mmc
      arch:exynos: boot mode: add get_boot_mode(), code cleanup
      board:samsung: check the boot device and init the right mmc driver.
      samsung: misc: add function for setting $dfu_alt_info
      samsung:board: misc_init_r: call set_dfu_alt_info()
      arm:reset: call the reset_misc() before the cpu reset
      samsung: board: enable support of multiple board types
      samsung: misc: use board specific functions to set env board info
      odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412
      odroid: add odroid U3/X2 device tree description
      odroid: kconfig: add odroid_defconfig
      odroid: set MPLL clock to 880MHz

Vadim Bendebury (1):
      video: Add driver for Parade PS8625 dP to LVDS bridge

 arch/arm/cpu/armv7/exynos/Kconfig              |    4 +
 arch/arm/cpu/armv7/exynos/clock.c              |   83 ++++-
 arch/arm/cpu/armv7/exynos/clock_init.h         |    3 +
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |   13 +
 arch/arm/cpu/armv7/exynos/exynos5_setup.h      |    2 +-
 arch/arm/cpu/armv7/exynos/pinmux.c             |    4 +-
 arch/arm/cpu/armv7/exynos/power.c              |    7 +
 arch/arm/cpu/armv7/exynos/spl_boot.c           |    7 +-
 arch/arm/dts/Makefile                          |    3 +-
 arch/arm/dts/exynos4412-odroid.dts             |   70 ++++
 arch/arm/dts/exynos5420-peach-pit.dts          |   30 ++
 arch/arm/dts/exynos54xx.dtsi                   |   10 +
 arch/arm/include/asm/arch-exynos/clk.h         |    1 +
 arch/arm/include/asm/arch-exynos/gpio.h        |    1 +
 arch/arm/include/asm/arch-exynos/power.h       |   21 ++
 arch/arm/include/asm/arch-exynos/spl.h         |   17 +-
 arch/arm/include/asm/arch-exynos/system.h      |    4 +
 arch/arm/lib/reset.c                           |    6 +
 board/samsung/arndale/MAINTAINERS              |    2 +-
 board/samsung/common/board.c                   |   69 +++-
 board/samsung/common/misc.c                    |   57 ++-
 board/samsung/odroid/Kconfig                   |   15 +
 board/samsung/odroid/MAINTAINERS               |    6 +
 board/samsung/odroid/Makefile                  |    8 +
 board/samsung/odroid/odroid.c                  |  470 ++++++++++++++++++++++++
 board/samsung/odroid/setup.h                   |  255 +++++++++++++
 board/samsung/smdk5420/smdk5420.c              |  129 +++----
 configs/odroid_defconfig                       |    3 +
 doc/README.odroid                              |  143 +++++++
 doc/device-tree-bindings/video/exynos-fb.txt   |    6 +
 drivers/video/Makefile                         |    1 +
 drivers/video/exynos_fb.c                      |   18 +-
 drivers/video/exynos_fimd.c                    |   43 +++
 drivers/video/parade.c                         |  220 +++++++++++
 include/common.h                               |    1 +
 include/configs/exynos5250-dt.h                |    2 -
 include/configs/odroid.h                       |  216 +++++++++++
 include/configs/peach-pit.h                    |   10 +
 include/configs/s5pc210_universal.h            |    3 -
 include/configs/trats.h                        |    3 -
 include/configs/trats2.h                       |    3 -
 include/fdtdec.h                               |    2 +
 include/samsung/misc.h                         |   10 +
 lib/fdtdec.c                                   |    2 +
 44 files changed, 1831 insertions(+), 152 deletions(-)
 create mode 100644 arch/arm/dts/exynos4412-odroid.dts
 create mode 100644 board/samsung/odroid/Kconfig
 create mode 100644 board/samsung/odroid/MAINTAINERS
 create mode 100644 board/samsung/odroid/Makefile
 create mode 100644 board/samsung/odroid/odroid.c
 create mode 100644 board/samsung/odroid/setup.h
 create mode 100644 configs/odroid_defconfig
 create mode 100644 doc/README.odroid
 create mode 100644 drivers/video/parade.c
 create mode 100644 include/configs/odroid.h


-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-06-30  8:42 Minkyu Kang
  2014-07-01 19:34 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-06-30  8:42 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:

  arm: fix a double-definition error of _start symbol (2014-06-09 10:36:40 +0200)

are available in the git repository at:

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

for you to fetch changes up to 5287d595449512385e25f5afcb68a130bf08bae6:

  Samsung: Goni: change maintainer to Robert Baldyga (2014-06-30 14:02:42 +0900)

----------------------------------------------------------------
Akshay Saraswat (9):
      Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init
      Exynos5420: Remove code for enabling read leveling
      Exynos5420: DMC: Add software read leveling
      Exynos: SPI: Fix reading data from SPI flash
      Exynos5420: Let macros be used for exynos5420
      Exynos5420: Introduce support for the Peach-Pit board
      Exynos5: Config: Place environment at the end of SPI flash
      Exynos5: Config: Increase SPL footprint for Exynos5420
      Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs

Doug Anderson (1):
      DMC: exynos5420: Gate CLKM to when reading PHY_CON13

Jeroen Hofstee (1):
      PMIC: MAX77686: fix invalid bus check

Michael Pratt (1):
      Exynos: Split 5250 and 5420 memory bank configuration

Minkyu Kang (1):
      Revert "exynos: Enable PSHOLD in SPL"

Przemyslaw Marczak (2):
      trats/trats2: exynos_power_init: return 0 if no battery detected.
      Samsung: Goni: change maintainer to Robert Baldyga

Tushar Behera (1):
      Arndale: Enable preboot support

?ukasz Majewski (2):
      FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader
      FIX: config: goni: Change goni configuration to store envs at eMMC

 arch/arm/cpu/armv7/exynos/dmc_common.c    |    2 +-
 arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c |  369 ++++++++++++++++++++++-------
 arch/arm/cpu/armv7/exynos/exynos5_setup.h |   21 +-
 arch/arm/cpu/armv7/exynos/lowlevel_init.c |    2 -
 arch/arm/dts/Makefile                     |    3 +-
 arch/arm/dts/exynos5420-peach-pit.dts     |  127 ++++++++++
 arch/arm/dts/exynos5420-smdk5420.dts      |   23 +-
 arch/arm/dts/exynos5420.dtsi              |   70 ------
 arch/arm/dts/exynos54xx.dtsi              |  151 ++++++++++++
 arch/arm/include/asm/arch-exynos/dmc.h    |    3 +
 arch/arm/include/asm/arch-exynos/power.h  |    4 +-
 board/samsung/trats/trats.c               |    2 +-
 board/samsung/trats2/trats2.c             |    2 +-
 boards.cfg                                |    3 +-
 drivers/power/pmic/pmic_max77686.c        |   13 +-
 drivers/spi/exynos_spi.c                  |    5 +-
 include/configs/arndale.h                 |    2 +
 include/configs/exynos5-dt.h              |   15 +-
 include/configs/exynos5250-dt.h           |   13 +-
 include/configs/exynos5420.h              |   52 ++++
 include/configs/peach-pit.h               |   25 ++
 include/configs/s5p_goni.h                |   17 +-
 include/configs/smdk5420.h                |   49 +---
 23 files changed, 717 insertions(+), 256 deletions(-)
 create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts
 delete mode 100644 arch/arm/dts/exynos5420.dtsi
 create mode 100644 arch/arm/dts/exynos54xx.dtsi
 create mode 100644 include/configs/exynos5420.h
 create mode 100644 include/configs/peach-pit.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-05-31  5:29 Minkyu Kang
  2014-06-02  7:28 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-05-31  5:29 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 44cfc3a83f2a62963af2de8d983daf4c77e1db0c:

  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2014-05-15 17:19:45 +0200)

are available in the git repository at:


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

for you to fetch changes up to 567802bbd6bf1c809d37fef9244fc8a692244e73:

  Exynos: Make sure ps_hold gets set in the SPL (2014-05-31 14:22:20 +0900)

----------------------------------------------------------------
Aaron Durbin (3):
      exynos5: Enable tps65090 on exynos5-dt
      power: Explicitly select pmic device's bus
      exynos5: support tps65090 pmic

Beomho Seo (3):
      arm: exynos: pinmux: add sdmmc4 gpio configratuion
      arm: exynos: clock: Remove exynos4x12_set_mmc_clk function
      board: trats2: Enable device tree on Trats2

Doug Anderson (1):
      Exynos: Make sure ps_hold gets set in the SPL

Jaehoon Chung (12):
      ARM: exynos: board: change the mmc/sd init sequence
      ARM: exynos: clock: modify the set_mmc_clk for exynos4
      ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC
      mmc: exynos_dw_mmc: restore the property into host
      mmc: remove the unnecessary define and fix the wrong bit control
      mmc: support the DDR mode for eMMC
      mmc: dw_mmc: support the DDR mode
      ARM: dts: exnyos: enable dw-mmc controller
      mmc: exynos_dw_mmc: enable the DDR mode
      ARM: exynos4: enable the dwmmc configuration
      mmc: s5p_sdhci: add the s5p_sdhci_core_init function
      ARM: exynos5420: removed undefined gpio structure

Mateusz Zalega (4):
      arm: goni: Update configuration for Goni target
      arm: goni: dfu: Add support for DFU to Goni target
      arm: goni: enable GPT command
      arm: goni: enable USB Mass Storage

Piotr Wilczek (1):
      arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD

Simon Glass (8):
      exynos: dts: Correct EC interrupt GPIO
      exynos: Drop old smdk5250.c file
      power: Rename CONFIG_PMIC_... to CONFIG_POWER_...
      power: Add PMIC_ prefix to CHARGER_EN/DISABLE
      exynos: Enable PSHOLD in SPL
      exynos: dts: Enable LCD for snow
      exynos: Enable the LCD backlight for snow
      initcall: Improve debugging support

Tom Wai-Hong Tam (1):
      power: Add support for TPS65090 PMU chip.

 arch/arm/cpu/armv7/exynos/clock.c               |   45 +--
 arch/arm/cpu/armv7/exynos/lowlevel_init.c       |    8 +-
 arch/arm/cpu/armv7/exynos/pinmux.c              |   35 ++-
 arch/arm/cpu/armv7/exynos/power.c               |    6 +
 arch/arm/dts/exynos4.dtsi                       |    8 +
 arch/arm/dts/exynos4412-trats2.dts              |   12 +
 arch/arm/dts/exynos5.dtsi                       |    8 +-
 arch/arm/dts/exynos5250-snow.dts                |   61 +++-
 arch/arm/include/asm/arch-exynos/clk.h          |    5 +
 arch/arm/include/asm/arch-exynos/power.h        |    1 +
 board/samsung/common/board.c                    |   13 +-
 board/samsung/goni/goni.c                       |    8 +
 board/samsung/smdk5250/Makefile                 |    4 -
 board/samsung/smdk5250/exynos5-dt.c             |  238 ++++++++++++++-
 board/samsung/smdk5250/smdk5250.c               |  363 -----------------------
 board/samsung/smdk5420/smdk5420.c               |    3 -
 doc/device-tree-bindings/exynos/dwmmc.txt       |    8 +-
 doc/device-tree-bindings/power/tps65090.txt     |   17 ++
 doc/device-tree-bindings/regulator/tps65090.txt |  122 ++++++++
 drivers/mmc/dw_mmc.c                            |   12 +-
 drivers/mmc/exynos_dw_mmc.c                     |  205 ++++++++-----
 drivers/mmc/mmc.c                               |   16 +-
 drivers/mmc/s5p_sdhci.c                         |   42 ++-
 drivers/power/battery/bat_trats.c               |    4 +-
 drivers/power/battery/bat_trats2.c              |    2 +-
 drivers/power/mfd/pmic_max77693.c               |    2 +-
 drivers/power/pmic/Makefile                     |    1 +
 drivers/power/pmic/pmic_max8997.c               |    2 +-
 drivers/power/pmic/pmic_tps65090.c              |  310 +++++++++++++++++++
 drivers/power/power_fsl.c                       |    6 +-
 drivers/power/power_i2c.c                       |    4 +
 include/configs/arndale.h                       |    4 +-
 include/configs/exynos4-dt.h                    |    4 +
 include/configs/exynos5-dt.h                    |    1 +
 include/configs/exynos5250-dt.h                 |    2 +-
 include/configs/mx25pdk.h                       |    2 +-
 include/configs/mx35pdk.h                       |    2 +-
 include/configs/mx53evk.h                       |    2 +-
 include/configs/mx53loco.h                      |    2 +-
 include/configs/s5p_goni.h                      |  113 ++++---
 include/configs/woodburn_common.h               |    2 +-
 include/dwmmc.h                                 |    5 +
 include/fdtdec.h                                |    4 +-
 include/initcall.h                              |    2 +-
 include/mmc.h                                   |   25 +-
 include/power/max77693_pmic.h                   |    2 -
 include/power/max8997_pmic.h                    |    1 -
 include/power/pmic.h                            |    5 +
 include/power/tps65090_pmic.h                   |   73 +++++
 lib/fdtdec.c                                    |    4 +-
 lib/initcall.c                                  |   17 +-
 51 files changed, 1238 insertions(+), 605 deletions(-)
 delete mode 100644 board/samsung/smdk5250/smdk5250.c
 create mode 100644 doc/device-tree-bindings/power/tps65090.txt
 create mode 100644 doc/device-tree-bindings/regulator/tps65090.txt
 create mode 100644 drivers/power/pmic/pmic_tps65090.c
 create mode 100644 include/power/tps65090_pmic.h
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-05-13 10:47 Minkyu Kang
  2014-05-15 14:28 ` Albert ARIBAUD
  2014-05-15 15:18 ` Albert ARIBAUD
  0 siblings, 2 replies; 166+ messages in thread
From: Minkyu Kang @ 2014-05-13 10:47 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 7904b70885f3c589c239f6ac978f299a6744557f:

  ARM: highbank: use default prompt (2014-05-02 11:43:25 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9b97b727dcfbdc02a0a78e4c1d81670742f28784:

  S5P: Exynos: Config: Enable GPIO CMD config (2014-05-13 15:20:38 +0900)

----------------------------------------------------------------
Akshay Saraswat (3):
      Exynos5: config: Enable FIT
      S5P: Exynos: Add GPIO pin numbering and rename definitions
      S5P: Exynos: Config: Enable GPIO CMD config

Inha Song (1):
      samsung: misc: add env default option to lcd menu

Jaehoon Chung (1):
      ARM: exynos: remove the unused code

Mateusz Zalega (1):
      ARM: Samsung: s5p_goni: maintainer update

Przemyslaw Marczak (4):
      samsung: misc: allows using environmental macros as args in menu commands
      samsung: misc: add gpt restore option to lcd menu
      samsung: misc: menu: increase delay in menu main loop
      samsung: misc: remove download mode info screen

?ukasz Majewski (2):
      trats2: config: fix: Set default console to ttySAC2
      trats: config: fix: Set default console to ttySAC2

 arch/arm/cpu/armv7/exynos/pinmux.c         |  561 +++++----
 arch/arm/dts/exynos4210-origen.dts         |    4 +-
 arch/arm/dts/exynos4210-trats.dts          |    6 +-
 arch/arm/dts/exynos4210-universal_c210.dts |    4 +-
 arch/arm/dts/exynos4412-trats2.dts         |    4 +-
 arch/arm/include/asm/arch-exynos/cpu.h     |   17 +-
 arch/arm/include/asm/arch-exynos/gpio.h    | 1761 +++++++++++++++++++++++-----
 arch/arm/include/asm/arch-s5pc1xx/gpio.h   |  948 ++++++++++++---
 board/samsung/arndale/arndale.c            |   11 +-
 board/samsung/common/misc.c                |  130 +-
 board/samsung/goni/goni.c                  |   32 +-
 board/samsung/smdk5250/exynos5-dt.c        |   20 +-
 board/samsung/smdk5250/smdk5250.c          |   19 +-
 board/samsung/smdk5420/smdk5420.c          |   15 +-
 board/samsung/smdkc100/smdkc100.c          |    5 +-
 board/samsung/smdkv310/smdkv310.c          |   19 +-
 board/samsung/trats/trats.c                |   39 +-
 board/samsung/trats2/trats2.c              |   74 +-
 board/samsung/universal_c210/universal.c   |   51 +-
 boards.cfg                                 |    2 +-
 drivers/gpio/s5p_gpio.c                    |  204 +++-
 include/configs/exynos5-dt.h               |    2 +
 include/configs/s5p_goni.h                 |    4 +-
 include/configs/s5pc210_universal.h        |   23 +-
 include/configs/smdk5250.h                 |    4 +
 include/configs/smdk5420.h                 |    4 +
 include/configs/smdkv310.h                 |    1 +
 include/configs/snow.h                     |    4 +
 include/configs/trats.h                    |   17 +-
 include/configs/trats2.h                   |   17 +-
 include/samsung/misc.h                     |    2 +
 31 files changed, 3002 insertions(+), 1002 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-04-02 12:55 Minkyu Kang
  2014-04-02 17:57 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-04-02 12:55 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit da0c5748a315ea8852a85b8af9638571cce0fe94:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-02 06:43:09 +0200)

are available in the git repository at:


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

for you to fetch changes up to 00b132bf34c5be86a108ac7fe8231ad9e97f6de4:

  config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000 (2014-04-02 21:00:04 +0900)

----------------------------------------------------------------
?ukasz Majewski (1):
      config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000

 include/configs/trats2.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-03-13  6:10 Minkyu Kang
  2014-03-14  6:30 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-03-13  6:10 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 8ee950dd273aef6a074d41bf2ee4ef11d6f848fb:

  Prepare v2014.04-rc2 (2014-03-10 17:21:06 -0400)

are available in the git repository at:

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

for you to fetch changes up to b627eb461bb281a00b543e72e74edc197b5f7b5e:

  usb: dfu: add static alt num count in dfu_config_entities() (2014-03-13 10:30:56 +0900)

----------------------------------------------------------------
Marek Vasut (1):
      arm: exynos: Squash bogus warnings in pinmux

Piotr Wilczek (12):
      exynos4:pinmux:fdt: decode peripheral id
      video:mipidsim:fdt: Add DT support for mipi dsim driver
      video:exynos_fb:fdt: add additional fdt data
      drivers:mmc:sdhci: enable support for DT
      board:samsung: move checkboard to common file
      arm:exynos: add common DTS file for exynos 4
      board:samsung:common: move max77686 init function
      arm:exynos: enable sdhci and misc_init to common board
      board:origen: Enable device tree on Origen
      board:universal: Enable device tree on Universal
      board:trats: Enable device tree on Trats
      board:trats2: Enable device tree on Trats2

Przemyslaw Marczak (2):
      Trats/Trats2: Update Tizen partitions layout and dfu entities
      usb: dfu: add static alt num count in dfu_config_entities()

 arch/arm/cpu/armv7/exynos/pinmux.c                 |   29 ++
 arch/arm/dts/Makefile                              |    5 +
 arch/arm/dts/exynos4.dtsi                          |  138 +++++++
 arch/arm/dts/exynos4210-origen.dts                 |   45 ++
 arch/arm/dts/exynos4210-trats.dts                  |  120 ++++++
 arch/arm/dts/exynos4210-universal_c210.dts         |   83 ++++
 arch/arm/dts/exynos4412-trats2.dts                 |  434 ++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/board.h           |   12 +
 arch/arm/include/asm/arch-exynos/mipi_dsim.h       |    5 +
 arch/arm/include/asm/arch-exynos/mmc.h             |    7 +
 board/samsung/common/board.c                       |  180 +++-----
 board/samsung/origen/origen.c                      |  112 +----
 board/samsung/smdk5250/exynos5-dt.c                |   15 -
 board/samsung/smdk5250/smdk5250.c                  |  125 ++++++
 board/samsung/smdk5420/smdk5420.c                  |   15 -
 board/samsung/trats/trats.c                        |  213 +---------
 board/samsung/trats2/trats2.c                      |  233 +----------
 board/samsung/universal_c210/universal.c           |  204 +++------
 doc/device-tree-bindings/video/exynos_mipi_dsi.txt |   82 ++++
 drivers/dfu/dfu.c                                  |    6 +-
 drivers/mmc/s5p_sdhci.c                            |  129 ++++++
 drivers/video/exynos_fb.c                          |   12 +
 drivers/video/exynos_mipi_dsi.c                    |   96 +++++
 include/configs/exynos4-dt.h                       |  138 +++++++
 include/configs/origen.h                           |  110 ++---
 include/configs/s5pc210_universal.h                |  152 +++----
 include/configs/trats.h                            |  225 +++-------
 include/configs/trats2.h                           |  218 +++-------
 include/fdtdec.h                                   |    2 +
 include/sdhci.h                                    |    5 +
 lib/fdtdec.c                                       |    2 +
 31 files changed, 1802 insertions(+), 1350 deletions(-)
 create mode 100644 arch/arm/dts/exynos4.dtsi
 create mode 100644 arch/arm/dts/exynos4210-origen.dts
 create mode 100644 arch/arm/dts/exynos4210-trats.dts
 create mode 100644 arch/arm/dts/exynos4210-universal_c210.dts
 create mode 100644 arch/arm/dts/exynos4412-trats2.dts
 create mode 100644 doc/device-tree-bindings/video/exynos_mipi_dsi.txt
 create mode 100644 include/configs/exynos4-dt.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2014-01-03  5:30 Minkyu Kang
  2014-01-06  9:10 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2014-01-03  5:30 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 2931fa4db349c97f882ffda42e901208654b5ca9:

  ARM: AM43xx: Add Maintainer (2013-12-18 21:14:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to a5e15bbb42512ee5be53967019e9649816790d7e:

  board:trats2: fix default partitions and mmc env (2013-12-31 16:41:10 +0900)

----------------------------------------------------------------
Piotr Wilczek (2):
      board:trats1:trats2: fix adapter number
      board:trats2: fix default partitions and mmc env

Rajeshwari Birje (11):
      EXYNOS5: Create a common board file
      Exynos5420: Add base addresses for 5420
      EXYNOS5420: Add power register structure.
      EXYNOS5420: Add dmc and phy_control register structure
      Exynos5420: Add clock initialization for 5420
      Exynos5420: Add DDR3 initialization for 5420
      Exynos5420: Add support for 5420 in pinmux and gpio
      Exynos5420: Add base patch for SMDK5420
      DTS: Add dts support for SMDK5420
      Config: Add initial config for SMDK5420
      SPL: EXYNOS: Prepare for variable size SPL support

 arch/arm/cpu/armv7/exynos/clock.c              |  279 +++++++-
 arch/arm/cpu/armv7/exynos/clock_init.h         |   17 +
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |  352 +++++++++-
 arch/arm/cpu/armv7/exynos/dmc_common.c         |   60 +-
 arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c      |  439 ++++++++++++-
 arch/arm/cpu/armv7/exynos/exynos5_setup.h      |  764 +++++++++++++++------
 arch/arm/cpu/armv7/exynos/pinmux.c             |  260 +++++++-
 arch/arm/dts/exynos5.dtsi                      |  198 ++++++
 arch/arm/dts/exynos5250.dtsi                   |  194 +-----
 arch/arm/dts/exynos5420.dtsi                   |   70 ++
 arch/arm/include/asm/arch-exynos/board.h       |   17 +
 arch/arm/include/asm/arch-exynos/clk.h         |    1 +
 arch/arm/include/asm/arch-exynos/clock.h       |  494 ++++++++++++++
 arch/arm/include/asm/arch-exynos/cpu.h         |   52 +-
 arch/arm/include/asm/arch-exynos/dmc.h         |  177 +++++
 arch/arm/include/asm/arch-exynos/gpio.h        |  143 +++-
 arch/arm/include/asm/arch-exynos/periph.h      |    3 +
 arch/arm/include/asm/arch-exynos/power.h       |  837 ++++++++++++++++++++++++
 board/samsung/common/Makefile                  |    4 +
 board/samsung/common/board.c                   |  411 ++++++++++++
 board/samsung/dts/exynos5420-smdk5420.dts      |  169 +++++
 board/samsung/smdk5250/exynos5-dt.c            |  350 +---------
 board/samsung/smdk5250/smdk5250.c              |  182 +-----
 board/samsung/smdk5420/Makefile                |   11 +
 board/samsung/smdk5420/smdk5420.c              |  159 +++++
 board/samsung/smdk5420/smdk5420_spl.c          |   52 ++
 board/samsung/trats/trats.c                    |    2 +-
 board/samsung/trats2/trats2.c                  |    6 +-
 boards.cfg                                     |    1 +
 include/configs/arndale.h                      |    1 +
 include/configs/exynos5-dt.h                   |  290 ++++++++
 include/configs/exynos5250-dt.h                |  284 +-------
 include/configs/smdk5420.h                     |   56 ++
 include/configs/trats2.h                       |    3 +-
 spl/Makefile                                   |    7 +-
 tools/Makefile                                 |    3 +-
 tools/mkexynosspl.c                            |  167 +++--
 37 files changed, 5196 insertions(+), 1319 deletions(-)
 create mode 100644 arch/arm/dts/exynos5.dtsi
 create mode 100644 arch/arm/dts/exynos5420.dtsi
 create mode 100644 arch/arm/include/asm/arch-exynos/board.h
 create mode 100644 board/samsung/common/board.c
 create mode 100644 board/samsung/dts/exynos5420-smdk5420.dts
 create mode 100644 board/samsung/smdk5420/Makefile
 create mode 100644 board/samsung/smdk5420/smdk5420.c
 create mode 100644 board/samsung/smdk5420/smdk5420_spl.c
 create mode 100644 include/configs/exynos5-dt.h
 create mode 100644 include/configs/smdk5420.h

-- 
Happy New Year!

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-12-05  8:11 Minkyu Kang
  2013-12-06  9:39 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-12-05  8:11 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2:

  Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22 10:19:35 +0100)

are available in the git repository at:


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

for you to fetch changes up to 01322004ec08c207141b08a2e0423b9b4c7b2714:

  arm: exynos: remove the unused define. (2013-12-05 10:42:04 +0900)

----------------------------------------------------------------
Jaehoon Chung (3):
      arm: exynos: fix set_mmc_clk for exynos4x12
      arm: exynos/goni: fix the return type for s5p_mmc_init
      arm: exynos: remove the unused define.

Luka Perkov (1):
      config: arm: exynos5250: remove duplicate defines

Minkyu Kang (1):
      arm: exynos: fix the align for exynos4_power structure

Piotr Wilczek (7):
      driver:usb:s3c_udc: add support for Exynos4x12
      trats2: enable ums support on Trats2
      trats2: enable dfu and thor protocol for Tizen download
      board: trats2: remove unused defines from config file
      board: trats2: fix environmental variables
      board: trats2: fix access to samsung registers
      board: trats2: update Tizen partition definitions

Przemyslaw Marczak (1):
      trats: usb: Add usb_cable_connected() function

Rajeshwari Shinde (1):
      exynos: spl: Add a custom spi copy function

 arch/arm/cpu/armv7/exynos/clock.c        |    3 +-
 arch/arm/cpu/armv7/exynos/pinmux.c       |    2 +-
 arch/arm/cpu/armv7/exynos/spl_boot.c     |  122 +++++++++++++++++++++++++++++-
 arch/arm/include/asm/arch-exynos/dwmmc.h |    4 -
 arch/arm/include/asm/arch-exynos/mmc.h   |    2 +-
 arch/arm/include/asm/arch-exynos/power.h |    2 +-
 arch/arm/include/asm/arch-exynos/spi.h   |    1 +
 arch/arm/include/asm/arch-s5pc1xx/mmc.h  |    2 +-
 board/samsung/trats/trats.c              |   11 +++
 board/samsung/trats2/trats2.c            |  108 ++++++++++++++++++++++++--
 drivers/usb/gadget/regs-otg.h            |    5 ++
 drivers/usb/gadget/s3c_udc_otg.c         |    9 ++-
 include/configs/exynos5250-dt.h          |   25 +-----
 include/configs/trats.h                  |    1 +
 include/configs/trats2.h                 |   68 ++++++++++++-----
 15 files changed, 300 insertions(+), 65 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-10-10  1:46 Minkyu Kang
  2013-10-11 13:49 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-10-10  1:46 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4:

  README: update ARM register usage (2013-09-23 18:00:36 +0200)

are available in the git repository at:

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

for you to fetch changes up to 4d6c96711bd550ae292df566c2b36ff3e3dac24c:

  samsung: trats2: add support for new board Trats2 (2013-09-25 10:52:33 +0900)

----------------------------------------------------------------
Piotr Wilczek (4):
      drivers:power:max77693: add support for new multi function pmic max77693
      power:battery: add battery support for Trats2 board
      samsung:common:i2c: add definions for third soft I2C adapter for Trats2 board
      samsung: trats2: add support for new board Trats2

 Makefile                           |    1 +
 board/samsung/common/multi_i2c.c   |   12 +
 board/samsung/trats2/Makefile      |   34 +++
 board/samsung/trats2/trats2.c      |  513 ++++++++++++++++++++++++++++++++++++
 boards.cfg                         |    1 +
 drivers/power/battery/Makefile     |    1 +
 drivers/power/battery/bat_trats2.c |   65 +++++
 drivers/power/mfd/Makefile         |   33 +++
 drivers/power/mfd/fg_max77693.c    |  139 ++++++++++
 drivers/power/mfd/muic_max77693.c  |   77 ++++++
 drivers/power/mfd/pmic_max77693.c  |   96 +++++++
 include/configs/trats2.h           |  311 ++++++++++++++++++++++
 include/power/max77693_fg.h        |   49 ++++
 include/power/max77693_muic.h      |   74 ++++++
 include/power/max77693_pmic.h      |   43 +++
 15 files changed, 1449 insertions(+)
 create mode 100644 board/samsung/trats2/Makefile
 create mode 100644 board/samsung/trats2/trats2.c
 create mode 100644 drivers/power/battery/bat_trats2.c
 create mode 100644 drivers/power/mfd/Makefile
 create mode 100644 drivers/power/mfd/fg_max77693.c
 create mode 100644 drivers/power/mfd/muic_max77693.c
 create mode 100644 drivers/power/mfd/pmic_max77693.c
 create mode 100644 include/configs/trats2.h
 create mode 100644 include/power/max77693_fg.h
 create mode 100644 include/power/max77693_muic.h
 create mode 100644 include/power/max77693_pmic.h
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-09-11  2:28 Minkyu Kang
  2013-09-11 13:05 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-09-11  2:28 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)

are available in the git repository at:


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

for you to fetch changes up to 5c18a1cf3e56e0177388258696be4a17a672e9d0:

  arm:goni:mmc: Add sd card detection and initialization. (2013-09-11 11:09:27 +0900)

----------------------------------------------------------------
Chander Kashyap (3):
      CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
      exynos5250: Add arndale board support
      dts: samsung: arndale: Fix include path

Inderpal Singh (1):
      exynos5250: arndale: Add mmc support

Minkyu Kang (2):
      arm: smdkc100: remove config.mk file
      arm: goni: remove config.mk file

Piotr Wilczek (2):
      arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
      drivers:power:max77686: add function to set voltage and mode

Przemyslaw Marczak (2):
      arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.
      arm:goni:mmc: Add sd card detection and initialization.

 MAINTAINERS                              |    4 +
 Makefile                                 |    2 +-
 arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
 arch/arm/include/asm/arch-exynos/mmc.h   |    6 +-
 arch/arm/include/asm/arch-s5pc1xx/mmc.h  |    6 +-
 board/samsung/arndale/Makefile           |   34 ++++
 board/samsung/arndale/arndale.c          |  101 ++++++++++++
 board/samsung/arndale/arndale_spl.c      |   50 ++++++
 board/samsung/dts/exynos5250-arndale.dts |   39 +++++
 board/samsung/goni/config.mk             |   18 ---
 board/samsung/goni/goni.c                |   33 +++-
 board/samsung/smdkc100/config.mk         |   16 --
 boards.cfg                               |    1 +
 drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
 include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
 include/configs/exynos5250-dt.h          |    2 +-
 include/configs/s5p_goni.h               |    3 +
 include/configs/smdkc100.h               |    3 +
 include/power/max77686_pmic.h            |   26 +++
 tools/Makefile                           |    4 +-
 20 files changed, 766 insertions(+), 46 deletions(-)
 create mode 100644 board/samsung/arndale/Makefile
 create mode 100644 board/samsung/arndale/arndale.c
 create mode 100644 board/samsung/arndale/arndale_spl.c
 create mode 100644 board/samsung/dts/exynos5250-arndale.dts
 delete mode 100644 board/samsung/goni/config.mk
 delete mode 100644 board/samsung/smdkc100/config.mk
 create mode 100644 include/configs/arndale.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-08-30  5:10 Minkyu Kang
  2013-09-05  9:13 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-08-30  5:10 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)

are available in the git repository at:


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

for you to fetch changes up to 812d7576cdbecc12d7eec7b533333d3a4a06234b:

  drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)

----------------------------------------------------------------
Chander Kashyap (2):
      CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
      exynos5250: Add arndale board support

Inderpal Singh (1):
      exynos5250: arndale: Add mmc support

Minkyu Kang (2):
      arm: smdkc100: remove config.mk file
      arm: goni: remove config.mk file

Piotr Wilczek (2):
      arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
      drivers:power:max77686: add function to set voltage and mode

 MAINTAINERS                              |    4 +
 Makefile                                 |    2 +-
 arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
 board/samsung/arndale/Makefile           |   34 ++++
 board/samsung/arndale/arndale.c          |  101 ++++++++++++
 board/samsung/arndale/arndale_spl.c      |   50 ++++++
 board/samsung/dts/exynos5250-arndale.dts |   39 +++++
 board/samsung/goni/config.mk             |   18 ---
 board/samsung/smdkc100/config.mk         |   16 --
 boards.cfg                               |    1 +
 drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
 include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
 include/configs/exynos5250-dt.h          |    2 +-
 include/configs/s5p_goni.h               |    3 +
 include/configs/smdkc100.h               |    3 +
 include/power/max77686_pmic.h            |   26 +++
 tools/Makefile                           |    4 +-
 17 files changed, 725 insertions(+), 42 deletions(-)
 create mode 100644 board/samsung/arndale/Makefile
 create mode 100644 board/samsung/arndale/arndale.c
 create mode 100644 board/samsung/arndale/arndale_spl.c
 create mode 100644 board/samsung/dts/exynos5250-arndale.dts
 delete mode 100644 board/samsung/goni/config.mk
 delete mode 100644 board/samsung/smdkc100/config.mk
 create mode 100644 include/configs/arndale.h
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-07-10 12:24 Minkyu Kang
  2013-07-10 20:26 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-07-10 12:24 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 7737c994609ffb50194d5ddb67467ae0fcd8f775:

  net2big_v2: initialize LEDs at startup (2013-06-20 14:01:23 +0530)

are available in the git repository at:

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

for you to fetch changes up to 1ae76d438b602fe8be1f0ef8b8ce47c89d371047:

  EXYNOS: Resolve the i2c compilation error (2013-07-10 14:20:26 +0900)

----------------------------------------------------------------
Ajay Kumar (1):
      video: exynos_fb: Add the missing #else clause

Amar (2):
      EXYNOS5: I2C: Add FDT and non-FDT support for I2C
      EXYNOS: Resolve the i2c compilation error

Axel Lin (2):
      gpio: s3c2440_gpio: Fix wrong writel arguments
      gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code

Bernie Thompson (1):
      exynos: Adjust the starting MIF voltage to 1.05v

Minkyu Kang (1):
      arm: exynos: fix clock calculation

Rajeshwari Shinde (9):
      EXYNOS5: FDT: Add compatible strings for Serial
      EXYNOS5: FDT: Add serial device node values
      S5P: Serial: Add fdt support to driver
      CONFIG: EXYNOS5: Enable silent console
      SMDK5250: Remove reduntant code
      EXYNOS: Add API for power reset and exit wakeup
      EXYNOS: LDS file move to common
      EXYNOS4210: Configure GPIO for uart
      EXYNOS: Move files from board/samsung to arch/arm

Simon Glass (1):
      exynos: Enable mmc for snow

?ukasz Majewski (2):
      arm:trats: Increase malloc pool size (for DFU ext4 transfers)
      power:bat:trats: Break battery charging with ctrl+C

 arch/arm/cpu/armv7/exynos/Makefile                 |   17 +-
 arch/arm/cpu/armv7/exynos/clock.c                  |   43 +-
 .../arm/cpu/armv7/exynos}/clock_init.h             |    0
 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c     |   95 +++++
 .../arm/cpu/armv7/exynos/clock_init_exynos5.c      |   56 +--
 arch/arm/cpu/armv7/exynos/common_setup.h           |   45 +++
 .../arm/cpu/armv7/exynos}/dmc_common.c             |    7 +-
 .../arm/cpu/armv7/exynos}/dmc_init_ddr3.c          |   27 +-
 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c       |  213 ++++++++++
 .../arm/cpu/armv7/exynos/exynos4_setup.h           |  397 +++++++++---------
 .../arm/cpu/armv7/exynos/exynos5_setup.h           |   28 +-
 arch/arm/cpu/armv7/exynos/lowlevel_init.c          |   73 ++++
 arch/arm/cpu/armv7/exynos/pinmux.c                 |   40 ++
 arch/arm/cpu/armv7/exynos/power.c                  |   50 +++
 .../arm/cpu/armv7/exynos}/spl_boot.c               |   84 +++-
 arch/arm/dts/exynos5250.dtsi                       |   27 ++
 arch/arm/include/asm/arch-exynos/cpu.h             |   13 +-
 arch/arm/include/asm/arch-exynos/power.h           |   12 +
 arch/arm/include/asm/arch-exynos/spl.h             |    1 +
 .../exynos-uboot-spl.lds}                          |    0
 board/samsung/dts/exynos5250-smdk5250.dts          |    2 +
 board/samsung/dts/exynos5250-snow.dts              |   26 ++
 board/samsung/origen/Makefile                      |   11 +-
 board/samsung/origen/lowlevel_init.S               |  357 -----------------
 board/samsung/origen/mem_setup.S                   |  421 --------------------
 board/samsung/origen/mmc_boot.c                    |   58 ---
 board/samsung/origen/origen.c                      |   46 +++
 board/samsung/smdk5250/Makefile                    |   14 +-
 board/samsung/smdk5250/smdk5250.c                  |   12 +-
 board/samsung/smdkv310/Makefile                    |   10 +-
 board/samsung/smdkv310/lowlevel_init.S             |  414 -------------------
 board/samsung/smdkv310/mem_setup.S                 |  365 -----------------
 board/samsung/smdkv310/mmc_boot.c                  |   60 ---
 board/samsung/smdkv310/smdkv310.c                  |   46 +++
 drivers/gpio/s3c2440_gpio.c                        |    6 +-
 drivers/gpio/s5p_gpio.c                            |    9 +-
 drivers/i2c/s3c24x0_i2c.c                          |    3 +-
 drivers/power/battery/bat_trats.c                  |   13 +-
 drivers/power/power_core.c                         |    3 +-
 drivers/serial/serial_s5p.c                        |   78 ++++
 drivers/video/exynos_fimd.c                        |    3 +-
 include/configs/exynos5250-dt.h                    |   12 +-
 include/configs/origen.h                           |    9 +-
 include/configs/smdkv310.h                         |    8 +-
 include/configs/trats.h                            |    2 +-
 include/fdtdec.h                                   |    1 +
 include/power/max77686_pmic.h                      |    2 +
 lib/fdtdec.c                                       |    1 +
 48 files changed, 1194 insertions(+), 2026 deletions(-)
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/clock_init.h (100%)
 create mode 100644 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c
 rename board/samsung/smdk5250/clock_init.c => arch/arm/cpu/armv7/exynos/clock_init_exynos5.c (94%)
 create mode 100644 arch/arm/cpu/armv7/exynos/common_setup.h
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_common.c (97%)
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_init_ddr3.c (92%)
 create mode 100644 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c
 rename board/samsung/origen/origen_setup.h => arch/arm/cpu/armv7/exynos/exynos4_setup.h (65%)
 rename board/samsung/smdk5250/setup.h => arch/arm/cpu/armv7/exynos/exynos5_setup.h (96%)
 create mode 100644 arch/arm/cpu/armv7/exynos/lowlevel_init.c
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/spl_boot.c (73%)
 rename board/samsung/{smdk5250/smdk5250-uboot-spl.lds => common/exynos-uboot-spl.lds} (100%)
 delete mode 100644 board/samsung/origen/lowlevel_init.S
 delete mode 100644 board/samsung/origen/mem_setup.S
 delete mode 100644 board/samsung/origen/mmc_boot.c
 delete mode 100644 board/samsung/smdkv310/lowlevel_init.S
 delete mode 100644 board/samsung/smdkv310/mem_setup.S
 delete mode 100644 board/samsung/smdkv310/mmc_boot.c
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-07-05 10:08 Minkyu Kang
  2013-07-05 19:12 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-07-05 10:08 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 7737c994609ffb50194d5ddb67467ae0fcd8f775:

  net2big_v2: initialize LEDs at startup (2013-06-20 14:01:23 +0530)

are available in the git repository at:

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

for you to fetch changes up to 9dfa3d0734df4aad107def2c900d1514ac7510ac:

  power:bat:trats: Break battery charging with ctrl+C (2013-07-05 18:46:14 +0900)

----------------------------------------------------------------
Ajay Kumar (1):
      video: exynos_fb: Add the missing #else clause

Amar (1):
      EXYNOS5: I2C: Add FDT and non-FDT support for I2C

Axel Lin (2):
      gpio: s3c2440_gpio: Fix wrong writel arguments
      gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code

Bernie Thompson (1):
      exynos: Adjust the starting MIF voltage to 1.05v

Rajeshwari Shinde (9):
      EXYNOS5: FDT: Add compatible strings for Serial
      EXYNOS5: FDT: Add serial device node values
      S5P: Serial: Add fdt support to driver
      CONFIG: EXYNOS5: Enable silent console
      SMDK5250: Remove reduntant code
      EXYNOS: Add API for power reset and exit wakeup
      EXYNOS: LDS file move to common
      EXYNOS4210: Configure GPIO for uart
      EXYNOS: Move files from board/samsung to arch/arm

Simon Glass (1):
      exynos: Enable mmc for snow

?ukasz Majewski (2):
      arm:trats: Increase malloc pool size (for DFU ext4 transfers)
      power:bat:trats: Break battery charging with ctrl+C

 arch/arm/cpu/armv7/exynos/Makefile                 |   17 +-
 .../arm/cpu/armv7/exynos}/clock_init.h             |    0
 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c     |   95 +++++
 .../arm/cpu/armv7/exynos/clock_init_exynos5.c      |   56 +--
 arch/arm/cpu/armv7/exynos/common_setup.h           |   45 +++
 .../arm/cpu/armv7/exynos}/dmc_common.c             |    7 +-
 .../arm/cpu/armv7/exynos}/dmc_init_ddr3.c          |   27 +-
 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c       |  213 ++++++++++
 .../arm/cpu/armv7/exynos/exynos4_setup.h           |  397 +++++++++---------
 .../arm/cpu/armv7/exynos/exynos5_setup.h           |   28 +-
 arch/arm/cpu/armv7/exynos/lowlevel_init.c          |   73 ++++
 arch/arm/cpu/armv7/exynos/pinmux.c                 |   40 ++
 arch/arm/cpu/armv7/exynos/power.c                  |   50 +++
 .../arm/cpu/armv7/exynos}/spl_boot.c               |   84 +++-
 arch/arm/dts/exynos5250.dtsi                       |   27 ++
 arch/arm/include/asm/arch-exynos/cpu.h             |   13 +-
 arch/arm/include/asm/arch-exynos/power.h           |   12 +
 arch/arm/include/asm/arch-exynos/spl.h             |    1 +
 .../exynos-uboot-spl.lds}                          |    0
 board/samsung/dts/exynos5250-smdk5250.dts          |    2 +
 board/samsung/dts/exynos5250-snow.dts              |   26 ++
 board/samsung/origen/Makefile                      |   11 +-
 board/samsung/origen/lowlevel_init.S               |  357 -----------------
 board/samsung/origen/mem_setup.S                   |  421 --------------------
 board/samsung/origen/mmc_boot.c                    |   58 ---
 board/samsung/origen/origen.c                      |   46 +++
 board/samsung/smdk5250/Makefile                    |   14 +-
 board/samsung/smdk5250/smdk5250.c                  |    2 +-
 board/samsung/smdkv310/Makefile                    |   10 +-
 board/samsung/smdkv310/lowlevel_init.S             |  414 -------------------
 board/samsung/smdkv310/mem_setup.S                 |  365 -----------------
 board/samsung/smdkv310/mmc_boot.c                  |   60 ---
 board/samsung/smdkv310/smdkv310.c                  |   46 +++
 drivers/gpio/s3c2440_gpio.c                        |    6 +-
 drivers/gpio/s5p_gpio.c                            |    9 +-
 drivers/i2c/s3c24x0_i2c.c                          |   12 +-
 drivers/power/battery/bat_trats.c                  |   13 +-
 drivers/power/power_core.c                         |    3 +-
 drivers/serial/serial_s5p.c                        |   78 ++++
 drivers/video/exynos_fimd.c                        |    3 +-
 include/configs/exynos5250-dt.h                    |   12 +-
 include/configs/origen.h                           |    9 +-
 include/configs/smdkv310.h                         |    8 +-
 include/configs/trats.h                            |    2 +-
 include/fdtdec.h                                   |    1 +
 include/power/max77686_pmic.h                      |    2 +
 lib/fdtdec.c                                       |    1 +
 47 files changed, 1154 insertions(+), 2022 deletions(-)
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/clock_init.h (100%)
 create mode 100644 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c
 rename board/samsung/smdk5250/clock_init.c => arch/arm/cpu/armv7/exynos/clock_init_exynos5.c (94%)
 create mode 100644 arch/arm/cpu/armv7/exynos/common_setup.h
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_common.c (97%)
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_init_ddr3.c (92%)
 create mode 100644 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c
 rename board/samsung/origen/origen_setup.h => arch/arm/cpu/armv7/exynos/exynos4_setup.h (65%)
 rename board/samsung/smdk5250/setup.h => arch/arm/cpu/armv7/exynos/exynos5_setup.h (96%)
 create mode 100644 arch/arm/cpu/armv7/exynos/lowlevel_init.c
 rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/spl_boot.c (73%)
 rename board/samsung/{smdk5250/smdk5250-uboot-spl.lds => common/exynos-uboot-spl.lds} (100%)
 delete mode 100644 board/samsung/origen/lowlevel_init.S
 delete mode 100644 board/samsung/origen/mem_setup.S
 delete mode 100644 board/samsung/origen/mmc_boot.c
 delete mode 100644 board/samsung/smdkv310/lowlevel_init.S
 delete mode 100644 board/samsung/smdkv310/mem_setup.S
 delete mode 100644 board/samsung/smdkv310/mmc_boot.c
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-06-17  2:10 Minkyu Kang
  2013-06-17  7:46 ` Jagan Teki
                   ` (2 more replies)
  0 siblings, 3 replies; 166+ messages in thread
From: Minkyu Kang @ 2013-06-17  2:10 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98:

  at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200)

are available in the git repository at:

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

for you to fetch changes up to ed7bdc03eb516fb698ccc12ec5b4b9f132d05c5f:

  MMC: DWMMC: Fix FIFO_DEPTH calculation (2013-06-17 11:03:42 +0900)

----------------------------------------------------------------
Akshay Saraswat (2):
      Exynos5: clock: Update the equation to calculate PLL output frequency
      Exynos: uart: s5p: enabling the uart tx/rx fifo

Amar (9):
      FDT: Add compatible string for DWMMC
      EXYNOS5: FDT: Add DWMMC device node data
      DWMMC: Initialise dwmci and resolve EMMC read write issues
      EXYNOS5: DWMMC: Added FDT support for DWMMC
      EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results.
      SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT
      MMC: APIs to support resize of EMMC boot partition
      SMDK5250: Enable EMMC booting
      COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

Arkadiusz Wlodarczyk (1):
      arm:trats: change auto-booting to boot kernel with separate device tree blob

Inderpal Singh (3):
      exynos: move tzpc_init to armv7/exynos
      exynos: update tzpc to make it common for exynos4 and exynos5
      exynos: Update origen and smdkv310 to use common tzpc_init

Naveen Krishna Chatradhi (2):
      power: exynos-tmu: fix warnings and clean up code
      power: exynos-tmu: use the mux_addr bit fields in tmu_control register

Rajeshwari Shinde (3):
      SF: Add driver for Gigabyte device GD25LQ and GD25Q64B
      SMDK5250: Enable SPI Gigabyte device.
      MMC: DWMMC: Fix FIFO_DEPTH calculation

 arch/arm/cpu/armv7/exynos/Makefile                 |    2 +-
 arch/arm/cpu/armv7/exynos/clock.c                  |   10 +-
 .../arm/cpu/armv7/exynos/tzpc.c                    |   25 +-
 arch/arm/cpu/armv7/s5p-common/Makefile             |    2 +
 arch/arm/dts/exynos5250.dtsi                       |   33 ++
 arch/arm/include/asm/arch-exynos/cpu.h             |    4 +
 arch/arm/include/asm/arch-exynos/dwmmc.h           |   11 +-
 arch/arm/include/asm/arch-exynos/tmu.h             |   58 ++-
 arch/arm/include/asm/arch-exynos/tzpc.h            |   20 +
 board/samsung/dts/exynos5250-smdk5250.dts          |   24 ++
 board/samsung/origen/lowlevel_init.S               |   44 +-
 board/samsung/origen/origen_setup.h                |   25 --
 board/samsung/smdk5250/Makefile                    |    5 +-
 board/samsung/smdk5250/clock_init.c                |   18 +
 board/samsung/smdk5250/clock_init.h                |    5 +
 board/samsung/smdk5250/exynos5-dt.c                |  423 ++++++++++++++++++++
 board/samsung/smdk5250/lowlevel_init.S             |    2 +
 board/samsung/smdk5250/setup.h                     |   25 --
 board/samsung/smdk5250/smdk5250.c                  |  223 +++--------
 board/samsung/smdk5250/spl_boot.c                  |   64 ++-
 board/samsung/smdkv310/lowlevel_init.S             |   60 +--
 common/cmd_mmc.c                                   |  109 ++++-
 doc/device-tree-bindings/exynos/dwmmc.txt          |   54 +++
 drivers/mmc/dw_mmc.c                               |   27 +-
 drivers/mmc/exynos_dw_mmc.c                        |  127 +++++-
 drivers/mmc/mmc.c                                  |  134 +++++++
 drivers/mtd/spi/Makefile                           |    1 +
 drivers/mtd/spi/gigadevice.c                       |   81 ++++
 drivers/mtd/spi/spi_flash.c                        |    3 +
 drivers/mtd/spi/spi_flash_internal.h               |    1 +
 drivers/power/exynos-tmu.c                         |  123 +++---
 drivers/serial/serial_s5p.c                        |   13 +-
 drivers/video/exynos_fb.c                          |    4 +-
 include/configs/exynos5250-dt.h                    |   11 +-
 include/configs/origen.h                           |    2 +
 include/configs/smdkv310.h                         |    2 +
 include/configs/trats.h                            |   17 +-
 include/dwmmc.h                                    |    3 +
 include/fdtdec.h                                   |    1 +
 include/mmc.h                                      |   26 ++
 lib/fdtdec.c                                       |    1 +
 spl/Makefile                                       |    4 +
 42 files changed, 1356 insertions(+), 471 deletions(-)
 rename board/samsung/smdk5250/tzpc_init.c => arch/arm/cpu/armv7/exynos/tzpc.c (69%)
 create mode 100644 board/samsung/smdk5250/exynos5-dt.c
 create mode 100644 doc/device-tree-bindings/exynos/dwmmc.txt
 create mode 100644 drivers/mtd/spi/gigadevice.c
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-04-17  2:13 Minkyu Kang
  2013-04-17 14:23 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-04-17  2:13 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 601795462a4e7ede97b64dc306de1002e688eef6:

  Tegra: T30: Beaver board support. (2013-04-15 16:13:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to f2e8a87305a55652488af140adcf65b1e688f287:

  exynos: fdt: Add TMU node for snow (2013-04-17 10:00:44 +0900)

----------------------------------------------------------------
Simon Glass (2):
      exynos: Correct use of 64-bit division
      exynos: fdt: Add TMU node for snow

Vivek Gautam (1):
      Exynos5: Add support for USB download boot mode

 arch/arm/cpu/armv7/s5p-common/timer.c |    7 +++++-
 board/samsung/dts/exynos5250-snow.dts |   14 ++++++++++++
 board/samsung/smdk5250/spl_boot.c     |   40 +++++++++++++++++++++++++++++++--
 include/configs/exynos5250-dt.h       |    5 +++++
 4 files changed, 63 insertions(+), 3 deletions(-)
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-04-04 13:34 Minkyu Kang
  2013-04-04 14:12 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-04-04 13:34 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit ebd749da69f423a26222d2cdde9a77007fd8b4b7:

  Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2013-03-26 10:40:13 +0100)

are available in the git repository at:


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

for you to fetch changes up to 4fdebefa453a58c7b4ca653ab40f7a9791aba6c9:

  exynos: change indentation of defines in cpu.h (2013-04-04 20:17:50 +0900)

----------------------------------------------------------------
Ajay Kumar (13):
      video: exynos_fb: Remove callbacks from the driver
      video: exynos_dp: Remove callbacks from the driver
      video: exynos_fb: Make fimd_ctrl global
      EXYNOS: FDT: Add compatible strings for FIMD
      video: exynos_fb: add DT support for FIMD driver
      EXYNOS5: Add device node for FIMD
      SMDK5250: Add device node for FIMD
      video: exynos_dp: Make dp_regs global
      EXYNOS5: FDT: Add compatible strings for FIMD
      video: exynos_dp: Add function to parse DP DT node
      EXYNOS5: Add device node for DP
      SMDK5250: Add device node for DP
      SMDK5250: Use statically defined structures only in non DT case

Akshay Saraswat (8):
      Exynos: clock: Fix a bug in PLL lock check condition
      Exynos: Add hardware accelerated SHA256 and SHA1
      Exynos: config: Enable ACE HW for SHA 256 for Exynos
      gen: Add sha h/w acceleration to hash
      Exynos: config: Enable hash command
      Exynos5: clock: Fix a typo bug in exynos clock init
      Exynos5: config: enable time command
      Exynos: pwm: Remove dead code of function exynos5_get_pwm_clk

Che-Liang Chiou (1):
      Exynos: Add timer_get_us function

Gabe Black (3):
      Exynos: pwm: Fix two bugs in the exynos pwm configuration code
      Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4
      Exynos: Tidy up the pwm_config function in the exynos pwm driver

Minkyu Kang (1):
      exynos: change indentation of defines in cpu.h

Padmavathi Venna (4):
      Exynos: Add peripherial id for pwm
      Exynos: clock: Add generic api to get the clk freq
      Exynos: clock: Correct pwm source clk selection
      Exynos: pwm: Use generic api to get pwm clk freq

Przemyslaw Marczak (1):
      spl:falcon:trats: Fix SPL image size computing.

Rajeshwari Shinde (1):
      EXYNOS5: Add L2 Cache Support.

Simon Glass (1):
      Exynos: Change get_timer() to work correctly

Vivek Gautam (2):
      SMDK5250: Fix compiler warning for non-dt systems
      spi: exynos: Fix compiler warnings for non-dt systems

 Makefile                                     |    1 +
 arch/arm/cpu/armv7/exynos/clock.c            |  167 +++++++++++--
 arch/arm/cpu/armv7/exynos/soc.c              |   36 +++
 arch/arm/cpu/armv7/s5p-common/pwm.c          |   42 ++--
 arch/arm/cpu/armv7/s5p-common/timer.c        |  117 +++++-----
 arch/arm/dts/exynos5250.dtsi                 |   13 ++
 arch/arm/include/asm/arch-exynos/clk.h       |   15 ++
 arch/arm/include/asm/arch-exynos/cpu.h       |   10 +-
 arch/arm/include/asm/arch-exynos/dp_info.h   |    1 -
 arch/arm/include/asm/arch-exynos/periph.h    |    5 +
 board/samsung/dts/exynos5250-smdk5250.dts    |   40 ++++
 board/samsung/smdk5250/clock_init.c          |   22 +-
 board/samsung/smdk5250/setup.h               |    2 +-
 board/samsung/smdk5250/smdk5250.c            |   19 +-
 board/samsung/trats/trats.c                  |    6 +-
 board/samsung/universal_c210/universal.c     |   23 +-
 common/hash.c                                |   18 ++
 doc/device-tree-bindings/video/exynos-dp.txt |   69 ++++++
 doc/device-tree-bindings/video/exynos-fb.txt |   92 ++++++++
 drivers/crypto/Makefile                      |   47 ++++
 drivers/crypto/ace_sha.c                     |  126 ++++++++++
 drivers/crypto/ace_sha.h                     |  325 ++++++++++++++++++++++++++
 drivers/spi/exynos_spi.c                     |    2 +
 drivers/video/exynos_dp.c                    |   76 +++++-
 drivers/video/exynos_dp_lowlevel.c           |   69 ++----
 drivers/video/exynos_dp_lowlevel.h           |    1 +
 drivers/video/exynos_fb.c                    |  230 ++++++++++++++++--
 drivers/video/exynos_fimd.c                  |   44 ++--
 include/configs/exynos5250-dt.h              |    8 +
 include/configs/trats.h                      |    1 +
 include/fdtdec.h                             |    2 +
 include/hw_sha.h                             |   50 ++++
 include/lcd.h                                |    9 -
 lib/fdtdec.c                                 |    2 +
 34 files changed, 1449 insertions(+), 241 deletions(-)
 create mode 100644 doc/device-tree-bindings/video/exynos-dp.txt
 create mode 100644 doc/device-tree-bindings/video/exynos-fb.txt
 create mode 100644 drivers/crypto/Makefile
 create mode 100644 drivers/crypto/ace_sha.c
 create mode 100644 drivers/crypto/ace_sha.h
 create mode 100644 include/hw_sha.h
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-03-21  9:54 Minkyu Kang
  2013-03-26  8:50 ` Albert ARIBAUD
  2013-03-26  9:37 ` Albert ARIBAUD
  0 siblings, 2 replies; 166+ messages in thread
From: Minkyu Kang @ 2013-03-21  9:54 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:

  Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)

are available in the git repository at:


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

for you to fetch changes up to ce0c1bc13556fbf1bdfa2a4a27ca6744e7beb32a:

  mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization (2013-03-12 19:50:49 +0900)

----------------------------------------------------------------
Akshay Saraswat (8):
      Exynos5: TMU: Add driver for Thermal Management Unit
      Exynos5: FDT: Add TMU device node values
      Exynos5: TMU: Add TMU init and status check
      Exynos5: Config: Enable support for Exynos TMU driver
      TMU: Add TMU support in dtt command
      Exynos5: Config: Enable dtt command for TMU
      Exynos5: TMU: Add hardware tripping
      Exynos5: FDT: Add a H/W-trip member to TMU node

Rajeshwari Shinde (11):
      EXYNOS5: Add function to setup set ps hold
      SMDK5250: Add PMIC voltage settings
      EXYNOS5: Add function to enable XXTI clock source
      Sound: MAX98095: Add the driver for codec
      Sound: Support for MAX98095 codec in driver
      EXYNOS5: GPIO to enable MAX98095
      EXYNOS5: FDT: Add compatible strings for MAX98095
      config: Snow: Enable MAX98095 codec
      SMDK5250: FDT: Retrieve board model via DT
      EXYNOS5: Add initial DTS file for Snow.
      EXYNOS5: Snow: Add a configuration file

Simon Glass (1):
      EXYNOS: Correct ordering of SPL machine_params

?ukasz Majewski (1):
      mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization

 MAINTAINERS                               |    4 +
 arch/arm/cpu/armv7/exynos/power.c         |   45 +++
 arch/arm/dts/exynos5250.dtsi              |    5 +
 arch/arm/include/asm/arch-exynos/power.h  |   24 ++
 arch/arm/include/asm/arch-exynos/spl.h    |    3 +-
 arch/arm/include/asm/arch-exynos/tmu.h    |   58 +++
 board/samsung/dts/exynos5250-smdk5250.dts |   13 +
 board/samsung/dts/exynos5250-snow.dts     |   58 +++
 board/samsung/smdk5250/smdk5250.c         |  178 +++++++++-
 boards.cfg                                |    1 +
 common/cmd_dtt.c                          |   32 +-
 doc/device-tree-bindings/exynos/tmu.txt   |   44 +++
 drivers/mmc/sdhci.c                       |    8 +-
 drivers/power/Makefile                    |    1 +
 drivers/power/exynos-tmu.c                |  319 +++++++++++++++++
 drivers/sound/Makefile                    |    1 +
 drivers/sound/max98095.c                  |  550 +++++++++++++++++++++++++++++
 drivers/sound/max98095.h                  |  311 ++++++++++++++++
 drivers/sound/sound.c                     |    9 +-
 include/configs/exynos5250-dt.h           |    6 +
 include/configs/snow.h                    |   33 ++
 include/fdtdec.h                          |    2 +
 include/power/max77686_pmic.h             |   32 ++
 include/sound.h                           |    1 +
 include/tmu.h                             |   46 +++
 lib/fdtdec.c                              |    2 +
 26 files changed, 1776 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/tmu.h
 create mode 100644 board/samsung/dts/exynos5250-snow.dts
 create mode 100644 doc/device-tree-bindings/exynos/tmu.txt
 create mode 100644 drivers/power/exynos-tmu.c
 create mode 100644 drivers/sound/max98095.c
 create mode 100644 drivers/sound/max98095.h
 create mode 100644 include/configs/snow.h
 create mode 100644 include/tmu.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2013-01-11  8:23 Minkyu Kang
  2013-01-11 21:33 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2013-01-11  8:23 UTC (permalink / raw)
  To: u-boot

Dear Albert,

  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 a2468dedef569863e1243e802fbe3aa7565e1de1:

  EXYNOS5: Enable console multiplexing in u-boot (2013-01-11 17:15:04 +0900)

----------------------------------------------------------------
Ajay Kumar (6):
      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

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 (22):
      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

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                    |   83 ++++++-
 drivers/i2c/s3c24x0_i2c.h                    |    8 +
 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_fb.c                    |    5 +
 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 +
 35 files changed, 2167 insertions(+), 446 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.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2012-11-15 12:12 Minkyu Kang
  2012-11-15 23:50 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2012-11-15 12:12 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit ccfa398547ce0b579f2e7874e78948246c739237:

  arm1136: Fix enable_caches() (2012-11-10 12:28:22 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7a5337732e3e05b2b0de1b592fa031b2c7b4f632:

  EXYNOS5: Enable SPI booting. (2012-11-15 21:08:21 +0900)

----------------------------------------------------------------
Ashok Kumar Reddy (1):
      ARM: arm1176: Define arch_cpu_init() for s3c64xx

Chander Kashyap (1):
      Exynos5250: Enable PXE Support

Hatim RV (3):
      EXYNOS: Add clock for SPI
      EXYNOS5: Add base address for SPI
      EXYNOS5: Enable SPI

Marek Vasut (1):
      dm: wdt: Move s5p watchdog timer to drivers/watchdog/

Minkyu Kang (3):
      ARCH: EXYNOS: add support to match product id
      EXYNOS: Clock: Add common function for pll rate calculation
      s3c64xx: fix the compiler error and warning

Piotr Wilczek (12):
      arm:exynos4:trats: Correct SDRAM configuration for trats
      arm:exynos4:trats: Fix SDRAM size
      arm:exynos4:pinmux: Modify the gpio function for mmc
      arm:exynos4:trats: Use pinmux for mmc configuration
      arm:exynos4:universal: Use pinmux for mmc configuration
      arm:exynos4:universal: Eliminated low level init
      arm: trats: Power down core 1
      exynos4: universal_C210: use software SPI
      misc:max8998 Add LDO macros
      drivers: video: Add ld9040 video driver
      drivers: video: fix image position
      exynos4: universal_C210: add display support

Rajeshwari Shinde (14):
      PMIC: MAX77686: Add support for MAX77686
      SMDK5250: Config: Enable MAX77686 pmic chip
      SOUND: SAMSUNG: Add I2S driver
      SOUND: Add WM8994 codec
      Sound: Add command for audio playback
      EXYNOS: Add I2S registers
      EXYNOS: Add parameters required by I2S
      EXYNOS: Add pinmux for I2S
      EXYNOS: Add I2S base address
      EXYNOS: Add clock for I2S
      SMDK5250: Enable Sound
      EXYNOS5: Add pinmux support for SPI
      SPI: Add SPI Driver for EXYNOS.
      EXYNOS5: Enable SPI booting.

?ukasz Majewski (1):
      gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices

 Makefile                                           |    1 +
 arch/arm/cpu/arm1176/s3c64xx/Makefile              |    2 +-
 arch/arm/cpu/arm1176/s3c64xx/init.c                |   26 +
 arch/arm/cpu/armv7/exynos/clock.c                  |  350 +++++++--
 arch/arm/cpu/armv7/exynos/pinmux.c                 |  122 +++
 arch/arm/cpu/armv7/s5p-common/Makefile             |    1 -
 arch/arm/include/asm/arch-exynos/clk.h             |    4 +
 arch/arm/include/asm/arch-exynos/clock.h           |   29 +
 arch/arm/include/asm/arch-exynos/cpu.h             |   18 +
 arch/arm/include/asm/arch-exynos/gpio.h            |   19 +
 arch/arm/include/asm/arch-exynos/i2s-regs.h        |   66 ++
 arch/arm/include/asm/arch-exynos/periph.h          |    7 +
 arch/arm/include/asm/arch-exynos/sound.h           |   44 ++
 arch/arm/include/asm/arch-exynos/spi.h             |   78 ++
 arch/arm/include/asm/arch-s5pc1xx/gpio.h           |    7 +-
 board/samsung/smdk5250/Makefile                    |    2 +-
 board/samsung/smdk5250/smdk5250.c                  |    8 +
 board/samsung/smdk5250/{mmc_boot.c => spl_boot.c}  |   31 +-
 board/samsung/trats/trats.c                        |   80 +-
 board/samsung/universal_c210/Makefile              |    1 -
 board/samsung/universal_c210/lowlevel_init.S       |  395 ----------
 board/samsung/universal_c210/universal.c           |  335 +++++++--
 common/Makefile                                    |    1 +
 common/cmd_sound.c                                 |   96 +++
 drivers/gpio/s5p_gpio.c                            |    6 +-
 drivers/misc/Makefile                              |    1 +
 drivers/misc/pmic_max77686.c                       |   42 ++
 drivers/serial/s3c64xx.c                           |    3 +-
 drivers/sound/Makefile                             |   48 ++
 drivers/sound/samsung-i2s.c                        |  358 +++++++++
 drivers/sound/sound.c                              |  228 ++++++
 drivers/sound/wm8994.c                             |  792 ++++++++++++++++++++
 drivers/sound/wm8994.h                             |   87 +++
 drivers/sound/wm8994_registers.h                   |  299 ++++++++
 drivers/spi/Makefile                               |    1 +
 drivers/spi/exynos_spi.c                           |  367 +++++++++
 drivers/video/Makefile                             |    1 +
 drivers/video/exynos_fb.c                          |   15 +-
 drivers/video/ld9040.c                             |  144 ++++
 drivers/watchdog/Makefile                          |    1 +
 .../s5p-common/wdt.c => drivers/watchdog/s5p_wdt.c |    0
 include/configs/s5pc210_universal.h                |   36 +
 include/configs/smdk5250.h                         |   46 +-
 include/configs/trats.h                            |   17 +-
 include/i2s.h                                      |  127 ++++
 include/ld9040.h                                   |   32 +
 include/max77686_pmic.h                            |  158 ++++
 include/max8998_pmic.h                             |    2 +
 include/sound.h                                    |   62 ++
 49 files changed, 3983 insertions(+), 613 deletions(-)
 create mode 100644 arch/arm/cpu/arm1176/s3c64xx/init.c
 create mode 100644 arch/arm/include/asm/arch-exynos/i2s-regs.h
 create mode 100644 arch/arm/include/asm/arch-exynos/sound.h
 create mode 100644 arch/arm/include/asm/arch-exynos/spi.h
 rename board/samsung/smdk5250/{mmc_boot.c => spl_boot.c} (66%)
 delete mode 100644 board/samsung/universal_c210/lowlevel_init.S
 create mode 100644 common/cmd_sound.c
 create mode 100644 drivers/misc/pmic_max77686.c
 create mode 100644 drivers/sound/Makefile
 create mode 100644 drivers/sound/samsung-i2s.c
 create mode 100644 drivers/sound/sound.c
 create mode 100644 drivers/sound/wm8994.c
 create mode 100644 drivers/sound/wm8994.h
 create mode 100644 drivers/sound/wm8994_registers.h
 create mode 100644 drivers/spi/exynos_spi.c
 create mode 100644 drivers/video/ld9040.c
 rename arch/arm/cpu/armv7/s5p-common/wdt.c => drivers/watchdog/s5p_wdt.c (100%)
 create mode 100644 include/i2s.h
 create mode 100644 include/ld9040.h
 create mode 100644 include/max77686_pmic.h
 create mode 100644 include/sound.h

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2012-10-10 12:16 Minkyu Kang
  2012-10-11 16:50 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2012-10-10 12:16 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:

  arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7:

  exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900)

----------------------------------------------------------------
Chander Kashyap (1):
      Exynos5250: Enable PXE Support

Piotr Wilczek (9):
      arm:exynos4:trats: Correct SDRAM configuration for trats
      arm:exynos4:trats: Fix SDRAM size
      arm:exynos4:pinmux: Modify the gpio function for mmc
      arm:exynos4:trats: Use pinmux for mmc configuration
      arm:exynos4:universal: Use pinmux for mmc configuration
      arm:exynos4:universal: Eliminated low level init
      arm: trats: Power down core 1
      drivers: spi: modify soft spi driver
      exynos4: universal_C210: use software SPI

?ukasz Majewski (1):
      gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices

 arch/arm/cpu/armv7/exynos/pinmux.c           |   58 ++++
 arch/arm/include/asm/arch-exynos/gpio.h      |   19 ++
 arch/arm/include/asm/arch-exynos/periph.h    |    1 +
 arch/arm/include/asm/arch-s5pc1xx/gpio.h     |    7 +-
 board/samsung/trats/trats.c                  |   80 ++----
 board/samsung/universal_c210/Makefile        |    1 -
 board/samsung/universal_c210/lowlevel_init.S |  395 --------------------------
 board/samsung/universal_c210/universal.c     |  116 ++++----
 drivers/gpio/s5p_gpio.c                      |    6 +-
 drivers/spi/soft_spi.c                       |    3 +
 include/configs/s5pc210_universal.h          |   21 ++
 include/configs/smdk5250.h                   |    6 +
 include/configs/trats.h                      |   17 +-
 13 files changed, 209 insertions(+), 521 deletions(-)
 delete mode 100644 board/samsung/universal_c210/lowlevel_init.S

^ permalink raw reply	[flat|nested] 166+ messages in thread
* [U-Boot] please pull u-boot-samsung master
@ 2012-08-27  4:24 Minkyu Kang
  2012-09-01 11:48 ` Albert ARIBAUD
  0 siblings, 1 reply; 166+ messages in thread
From: Minkyu Kang @ 2012-08-27  4:24 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

The following changes since commit 5f50310588e87f2ff501992564d1b05df71419f4:

  davinci, c6x: Always use C version of reset code (2012-08-25 13:40:03 +0200)

are available in the git repository at:

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

for you to fetch changes up to 76f60ac2246d433c6995041d1aaf9f5d4e59b941:

  arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung
board (2012-08-27 12:25:09 +0900)

----------------------------------------------------------------
Donghwa Lee (9):
      video: support exynos fimd driver for various exynos series
      EXYNOS5: support exynos5 lcd clock control
      EXYNOS5: support display system register control
      EXYNOS5: support display port phy control function
      EXYNOS5: add display port base address
      video: support exynos display port drivers
      video: add dp_enabled variable in vidinfo structure
      video: exynos fb driver supports display port feature
      video: support exynos pwm backlight driver

Jaehoon Chung (1):
      ARM: EXYNOS: fixed compiler warning message

Rajeshwari Shinde (10):
      ARCH: SPL: Add parametric board initializer
      SMDK5250: SPL: Define parametric board initializer
      SMDK5250: Add smdk5250-uboot-spl.lds
      EXYNOS5: CLOCK: define additional clock registers for Exynos5250 Rev 1.0
      EXYNOS5: CLOCK: Add clock support for Exynos5250 Rev 1.0
      Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0
      EXYNOS5: CLOCK: Modify MPLL clock out for Exynos5250 Rev 1.0
      EXYNOS5: CLOCK: Add BPLL support
      EXYNOS5 : Modify pinnumx settings as per Exynos5250 Rev 1.0
Zhong Hongbo (1):
      arm/s5pxx: Fix get_timer_masked to get the time.

?ukasz Majewski (3):
      arm:trats: loaduimage environment variable defied for TRATS target
      arm:exynos: Enable data cache at exynos based processors.
      arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung board

 arch/arm/cpu/armv7/exynos/clock.c                |  139 ++-
 arch/arm/cpu/armv7/exynos/pinmux.c               |   22 +-
 arch/arm/cpu/armv7/exynos/power.c                |   21 +
 arch/arm/cpu/armv7/exynos/soc.c                  |    8 +
 arch/arm/cpu/armv7/exynos/system.c               |   18 +
 arch/arm/cpu/armv7/s5p-common/pwm.c              |    2 +-
 arch/arm/cpu/armv7/s5p-common/timer.c            |   20 +-
 arch/arm/include/asm/arch-exynos/clk.h           |    1 +
 arch/arm/include/asm/arch-exynos/clock.h         |  237 ++--
 arch/arm/include/asm/arch-exynos/cpu.h           |    3 +
 arch/arm/include/asm/arch-exynos/dmc.h           |   65 ++
 arch/arm/include/asm/arch-exynos/dp.h            |  751 +++++++++++++
 arch/arm/include/asm/arch-exynos/dp_info.h       |  214 ++++
 arch/arm/include/asm/arch-exynos/fb.h            |   27 +-
 arch/arm/include/asm/arch-exynos/gpio.h          |    7 +-
 arch/arm/include/asm/arch-exynos/power.h         |    5 +
 arch/arm/include/asm/arch-exynos/pwm_backlight.h |   34 +
 arch/arm/include/asm/arch-exynos/spl.h           |   97 ++
 board/samsung/smdk5250/Makefile                  |    3 +-
 board/samsung/smdk5250/clock_init.c              |  714 +++++++++---
 board/samsung/smdk5250/clock_init.h              |  149 +++
 board/samsung/smdk5250/dmc_common.c              |  199 ++++
 board/samsung/smdk5250/dmc_init.c                |  462 --------
 board/samsung/smdk5250/dmc_init_ddr3.c           |  228 ++++
 board/samsung/smdk5250/setup.h                   |  763 +++++++------
 board/samsung/smdk5250/smdk5250-uboot-spl.lds    |   66 ++
 board/samsung/smdk5250/smdk5250.c                |    6 +-
 board/samsung/smdk5250/smdk5250_spl.c            |   68 ++
 drivers/video/Makefile                           |    2 +
 drivers/video/exynos_dp.c                        |  925 ++++++++++++++++
 drivers/video/exynos_dp_lowlevel.c               | 1291 ++++++++++++++++++++++
 drivers/video/exynos_dp_lowlevel.h               |   80 ++
 drivers/video/exynos_fb.c                        |    5 +-
 drivers/video/exynos_fimd.c                      |   91 +-
 drivers/video/exynos_pwm_bl.c                    |   57 +
 include/configs/smdk5250.h                       |    7 +-
 include/configs/trats.h                          |    7 +-
 include/lcd.h                                    |    1 +
 38 files changed, 5730 insertions(+), 1065 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/dp.h
 create mode 100644 arch/arm/include/asm/arch-exynos/dp_info.h
 create mode 100644 arch/arm/include/asm/arch-exynos/pwm_backlight.h
 create mode 100644 arch/arm/include/asm/arch-exynos/spl.h
 create mode 100644 board/samsung/smdk5250/clock_init.h
 create mode 100644 board/samsung/smdk5250/dmc_common.c
 delete mode 100644 board/samsung/smdk5250/dmc_init.c
 create mode 100644 board/samsung/smdk5250/dmc_init_ddr3.c
 create mode 100644 board/samsung/smdk5250/smdk5250-uboot-spl.lds
 create mode 100644 board/samsung/smdk5250/smdk5250_spl.c
 create mode 100644 drivers/video/exynos_dp.c
 create mode 100644 drivers/video/exynos_dp_lowlevel.c
 create mode 100644 drivers/video/exynos_dp_lowlevel.h
 create mode 100644 drivers/video/exynos_pwm_bl.c

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 166+ messages in thread

end of thread, other threads:[~2019-09-06 23:26 UTC | newest]

Thread overview: 166+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13 12:27 [U-Boot] please pull u-boot-samsung master Minkyu Kang
2014-02-13 13:06 ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2019-09-06  8:42 Minkyu Kang
2019-09-06 23:26 ` Tom Rini
     [not found] <CGME20190516101733epcas1p217a434a2f68fddccd84bc49f8b8aadaa@epcas1p2.samsung.com>
2019-05-16 10:17 ` Minkyu Kang
2019-05-17 11:15   ` Tom Rini
     [not found] <CGME20190312082337epcas1p42f7881315d62e035434635fc48e72ee8@epcas1p4.samsung.com>
2019-03-12  8:23 ` Minkyu Kang
2019-03-14  0:32   ` Tom Rini
2019-03-14  9:46     ` Krzysztof Kozlowski
     [not found] <CGME20181227034953epcas1p4fdf3b45773d658ac797be9ad7bc72451@epcas1p4.samsung.com>
2018-12-27  3:49 ` Minkyu Kang
2018-12-27 15:41   ` Tom Rini
2018-12-28  1:58     ` Minkyu Kang
     [not found] <CGME20181024011258epcas1p129d111a207f8facad2e2198f01e354d2@epcas1p1.samsung.com>
2018-10-24  1:12 ` Minkyu Kang
2018-10-24 13:32   ` Tom Rini
     [not found] <CGME20180808003737epcas1p13b402f999609bfbee8bcf85776fa1131@epcas1p1.samsung.com>
2018-08-08  0:37 ` Minkyu Kang
2018-08-09  0:02   ` Tom Rini
2018-06-06 12:55 Minkyu Kang
2018-06-06 15:09 ` Tom Rini
2018-06-07  1:36   ` Minkyu Kang
     [not found] <8a8b2945-07c4-dcb8-4a3f-e07deb508f9c@samsung.com>
     [not found] ` <CGME20171213044325epcas1p2403e377b4588aafbe4d0caad37934bbc@epcas1p2.samsung.com>
2017-12-13  4:43   ` Jaehoon Chung
2017-12-14 20:45     ` Tom Rini
2017-11-06 14:21 Minkyu Kang
2017-11-06 14:25 ` Tom Rini
     [not found] <CGME20170621010007epcas5p4f6ab04e8b3c479ba8eee6e42c1b14bd2@epcas5p4.samsung.com>
2017-06-21  1:00 ` Jaehoon Chung
2017-06-23 14:22   ` Minkyu Kang
2017-06-23 14:36   ` Tom Rini
2017-04-08 14:10 Minkyu Kang
2017-04-09  1:16 ` Tom Rini
2017-02-11 13:41 Minkyu Kang
2017-02-11 21:33 ` Tom Rini
     [not found] <d6099dce-30da-9dce-90f9-85e11c6c5bea@samsung.com>
     [not found] ` <CGME20170118080722epcas5p309b73311bf43f97789ede23f57e03520@epcas5p3.samsung.com>
2017-01-18  8:07   ` Jaehoon Chung
2017-01-18 23:14     ` Tom Rini
2016-12-23 15:07 Minkyu Kang
2016-12-23 15:17 ` Tom Rini
2016-07-15  4:17 Minkyu Kang
2016-07-16 13:51 ` Tom Rini
2016-06-27  7:13 Minkyu Kang
2016-06-28  1:12 ` Tom Rini
2016-05-26  5:03 Minkyu Kang
2016-05-26 14:52 ` Tom Rini
2016-05-30  2:31   ` Minkyu Kang
2016-05-30  2:39     ` Simon Glass
2016-06-10  6:03       ` Minkyu Kang
2016-06-10 11:09         ` Tom Rini
2016-06-14  7:58           ` Minkyu Kang
2016-04-26  7:45 Minkyu Kang
2016-04-26 11:20 ` Tom Rini
2016-03-11 11:37 Minkyu Kang
2016-03-11 17:07 ` Tom Rini
2015-11-30  8:33 Minkyu Kang
2015-11-30 20:17 ` Tom Rini
2015-11-03  5:02 Minkyu Kang
2015-11-03 16:09 ` Tom Rini
2015-11-04  2:05   ` Minkyu Kang
2015-11-04  9:37     ` Przemyslaw Marczak
2015-11-04 15:43       ` Minkyu Kang
2015-11-04 17:12         ` Przemyslaw Marczak
2015-10-16  7:51 Minkyu Kang
2015-10-17  0:21 ` Tom Rini
2015-08-18  2:22 Minkyu Kang
2015-08-18 14:47 ` Tom Rini
2015-07-10 12:16 Minkyu Kang
2015-07-10 19:02 ` Tom Rini
2015-06-11  1:43 Minkyu Kang
2015-06-11  1:46 ` Tom Rini
2015-05-18 11:52 Minkyu Kang
2015-05-18 23:54 ` Tom Rini
2015-04-06  6:38 Minkyu Kang
2015-04-06 22:12 ` Tom Rini
2015-04-08 13:40 ` Lukasz Majewski
2015-03-04 12:11 Minkyu Kang
2015-02-28 10:06 Minkyu Kang
2015-03-02  1:04 ` Simon Glass
2015-03-02  2:07 ` Tom Rini
2015-03-02  2:21   ` Minkyu Kang
2015-03-02 12:23 ` Tom Rini
2015-02-28  9:56 Minkyu Kang
2015-02-28  9:51 Minkyu Kang
2015-02-13  8:31 Minkyu Kang
2015-02-13 15:13 ` Simon Glass
2015-02-17 10:43   ` Minkyu Kang
2015-02-16 17:41 ` Tom Rini
2014-12-30  9:19 Minkyu Kang
2015-01-01 14:55 ` Tom Rini
2014-11-25 12:28 Minkyu Kang
2014-11-26 16:24 ` Tom Rini
2014-11-04 10:57 Minkyu Kang
2014-11-04 20:00 ` Tom Rini
2014-10-08 11:36 Minkyu Kang
2014-10-08 19:13 ` Albert ARIBAUD
2014-10-10  0:15   ` Minkyu Kang
2014-10-10  9:38 ` Albert ARIBAUD
2014-09-05 12:30 Minkyu Kang
2014-09-08 23:03 ` Albert ARIBAUD
2014-06-30  8:42 Minkyu Kang
2014-07-01 19:34 ` Albert ARIBAUD
2014-05-31  5:29 Minkyu Kang
2014-06-02  7:28 ` Albert ARIBAUD
2014-05-13 10:47 Minkyu Kang
2014-05-15 14:28 ` Albert ARIBAUD
2014-05-16  1:02   ` Minkyu Kang
2014-05-15 15:18 ` Albert ARIBAUD
2014-04-02 12:55 Minkyu Kang
2014-04-02 17:57 ` Albert ARIBAUD
2014-03-13  6:10 Minkyu Kang
2014-03-14  6:30 ` Albert ARIBAUD
2014-01-03  5:30 Minkyu Kang
2014-01-06  9:10 ` Albert ARIBAUD
2013-12-05  8:11 Minkyu Kang
2013-12-06  9:39 ` Albert ARIBAUD
2013-10-10  1:46 Minkyu Kang
2013-10-11 13:49 ` Albert ARIBAUD
2013-09-11  2:28 Minkyu Kang
2013-09-11 13:05 ` Albert ARIBAUD
2013-08-30  5:10 Minkyu Kang
2013-09-05  9:13 ` Albert ARIBAUD
2013-09-05  9:42   ` Chander Kashyap
2013-09-05  9:59     ` Chander Kashyap
2013-09-05 10:57       ` Lukasz Majewski
2013-09-05 11:17         ` Chander Kashyap
2013-09-05 11:38           ` Albert ARIBAUD
2013-09-05 12:06             ` Chander Kashyap
2013-09-05 13:28               ` Albert ARIBAUD
2013-09-06  4:32                 ` Chander Kashyap
2013-09-09  8:25                   ` Minkyu Kang
2013-09-10  7:54                     ` Chander Kashyap
2013-07-10 12:24 Minkyu Kang
2013-07-10 20:26 ` Albert ARIBAUD
2013-07-05 10:08 Minkyu Kang
2013-07-05 19:12 ` Albert ARIBAUD
2013-07-07  5:43   ` Minkyu Kang
2013-07-09  8:14     ` Minkyu Kang
2013-06-17  2:10 Minkyu Kang
2013-06-17  7:46 ` Jagan Teki
2013-06-18 14:57   ` Albert ARIBAUD
2013-06-19  0:39     ` Minkyu Kang
2013-06-19 11:49       ` Jagan Teki
2013-06-19 11:54         ` Albert ARIBAUD
2013-06-19 12:07           ` Jagan Teki
2013-06-19 11:30 ` Albert ARIBAUD
2013-06-19 12:11   ` Minkyu Kang
2013-06-19 15:59 ` Albert ARIBAUD
2013-04-17  2:13 Minkyu Kang
2013-04-17 14:23 ` Albert ARIBAUD
2013-04-04 13:34 Minkyu Kang
2013-04-04 14:12 ` Albert ARIBAUD
2013-03-21  9:54 Minkyu Kang
2013-03-26  8:50 ` Albert ARIBAUD
2013-03-26  9:37 ` Albert ARIBAUD
2013-01-11  8:23 Minkyu Kang
2013-01-11 21:33 ` Albert ARIBAUD
2013-01-12  8:01   ` Albert ARIBAUD
2013-01-14  4:46     ` Rajeshwari Birje
2013-01-14  7:44       ` Albert ARIBAUD
2013-01-14  9:18         ` Ajay kumar
2013-01-14  4:56   ` Minkyu Kang
2013-01-14  7:32     ` Albert ARIBAUD
2012-11-15 12:12 Minkyu Kang
2012-11-15 23:50 ` Albert ARIBAUD
2012-11-16  6:40   ` Minkyu Kang
2012-11-16 20:58     ` Albert ARIBAUD
2012-10-10 12:16 Minkyu Kang
2012-10-11 16:50 ` Albert ARIBAUD
2012-10-12  5:35   ` Albert ARIBAUD
2012-08-27  4:24 Minkyu Kang
2012-09-01 11:48 ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.