Re: [U-Boot] please pull u-boot-samsung master

2014-02-13 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 13 Feb 2014 21:27:16 +0900, Minkyu Kang 
wrote:

> 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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-12-06 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 05 Dec 2013 17:11:17 +0900, Minkyu Kang 
wrote:

> 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)

This breaks three boards in ARM: smdkv310 origen arndale

spl_boot.c: In function 'exynos_spi_copy':
spl_boot.c:111:49: error: 'CONFIG_ENV_SPI_BASE' undeclared (first use
in this function)
spl_boot.c:111:49: note: each undeclared identifier is reported only
once for each function it appears in
spl_boot.c:142:2: error: 'SPI_FLASH_UBOOT_POS' undeclared (first use in
this function)
spl_boot.c: In function 'copy_uboot_to_ram':
spl_boot.c:189:28: warning: unused variable 'param' [-Wunused-variable]
spl_boot.c: At top level:
spl_boot.c:107:13: warning: 'exynos_spi_copy' defined but not used
[-Wunused-function]

This is due to commit 347e45d, aka:

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

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-01-06 Thread Albert ARIBAUD
Hi Minkyu,

On Fri, 03 Jan 2014 14:30:17 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-05-15 Thread Albert ARIBAUD
Hi Minkyu,

On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang 
wrote:

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

Underway. Note:

remote: error: refs/remotes/origin/mkimage does not point to a valid
object!

You should remove this branch from the remote repo.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-05-15 Thread Albert ARIBAUD
Hi Minkyu,

On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-05-15 Thread Minkyu Kang
Hi Albert,

On 15/05/14 23:28, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang 
> wrote:
> 
>> 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:
> 
> Underway. Note:
> 
> remote: error: refs/remotes/origin/mkimage does not point to a valid
> object!
> 
> You should remove this branch from the remote repo.
> 
>

done.

Thanks,
Minkyu Kang.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-06-02 Thread Albert ARIBAUD
Hi Minkyu,

On Sat, 31 May 2014 14:29:43 +0900, Minkyu Kang 
wrote:

> 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 ++

Re: [U-Boot] please pull u-boot-samsung master

2013-04-17 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 17 Apr 2013 11:13:10 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-17 Thread Jagan Teki
On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang  wrote:
> 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.

SPI gigabyte flash driver is not available in drivers/mtd/spi/
Am i missing anything here, please help.

--
Thanks,
Jagan.

>   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/exyn

Re: [U-Boot] please pull u-boot-samsung master

2013-06-18 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
 wrote:

> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang  wrote:
> > 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.
> 
> SPI gigabyte flash driver is not available in drivers/mtd/spi/
> Am i missing anything here, please help.

So, Minkyu, should I pick this PR or wait for an update?

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-18 Thread Minkyu Kang
On 18/06/13 23:57, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
>  wrote:
> 
>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang  wrote:
>>> 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.
>>
>> SPI gigabyte flash driver is not available in drivers/mtd/spi/
>> Am i missing anything here, please help.

gigabyte flash driver is available in drivers/mtd/spi/
please refer below link.
http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=blob;f=drivers/mtd/spi/gigadevice.c;
> 
> So, Minkyu, should I pick this PR or wait for an update?

Please pick this PR.

> 
> Amicalement,
> 

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-19 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang 
wrote:

> 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)

I had three merge conflicts here, two solved automatically (files
drivers/mmc/mmc.c and include/mmc.h) and one manually (spl/Makefile).

I have pushed the resulting branch as mastercandidate.

Please confirm that the resolutions are ok.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-19 Thread Jagan Teki
On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang  wrote:
> On 18/06/13 23:57, Albert ARIBAUD wrote:
>> Hi Minkyu,
>>
>> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
>>  wrote:
>>
>>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang  wrote:
 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.
>>>
>>> SPI gigabyte flash driver is not available in drivers/mtd/spi/
>>> Am i missing anything here, please help.
>
> gigabyte flash driver is available in drivers/mtd/spi/
> please refer below link.
> http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=blob;f=drivers/mtd/spi/gigadevice.c;

My question is the driver is not yet in main line, but patch
" SMDK5250: Enable SPI Gigabyte device."
is enabling the driver CONFIG_* into smdk5250 configuration entries.

Is this valid, please correct me if am wrong.

--
Thanks,
Jagan.

>>
>> So, Minkyu, should I pick this PR or wait for an update?
>
> Please pick this PR.
>
>>
>> Amicalement,
>>
>
> Thanks,
> Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-19 Thread Albert ARIBAUD
Hi Jagan,

On Wed, 19 Jun 2013 17:19:36 +0530, Jagan Teki
 wrote:

> On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang  wrote:
> > On 18/06/13 23:57, Albert ARIBAUD wrote:
> >> Hi Minkyu,
> >>
> >> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
> >>  wrote:
> >>
> >>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang  wrote:
>  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.
> >>>
> >>> SPI gigabyte flash driver is not available in drivers/mtd/spi/
> >>> Am i missing anything here, please help.
> >
> > gigabyte flash driver is available in drivers/mtd/spi/
> > please refer below link.
> > http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=blob;f=drivers/mtd/spi/gigadevice.c;
> 
> My question is the driver is not yet in main line, but patch
> " SMDK5250: Enable SPI Gigabyte device."
> is enabling the driver CONFIG_* into smdk5250 configuration entries.
> 
> Is this valid, please correct me if am wrong.

Doesn't patch "SMDK5250: Enable SPI Gigabyte device" immediately follow
patch "SF: Add driver for Gigabyte device GD25LQ and GD25Q64B" which
creates said device?

> --
> Thanks,
> Jagan.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-19 Thread Jagan Teki
On Wed, Jun 19, 2013 at 5:24 PM, Albert ARIBAUD
 wrote:
> Hi Jagan,
>
> On Wed, 19 Jun 2013 17:19:36 +0530, Jagan Teki
>  wrote:
>
>> On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang  wrote:
>> > On 18/06/13 23:57, Albert ARIBAUD wrote:
>> >> Hi Minkyu,
>> >>
>> >> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
>> >>  wrote:
>> >>
>> >>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang  
>> >>> wrote:
>>  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.
>> >>>
>> >>> SPI gigabyte flash driver is not available in drivers/mtd/spi/
>> >>> Am i missing anything here, please help.
>> >
>> > gigabyte flash driver is available in drivers/mtd/spi/
>> > please refer below link.
>> > http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=blob;f=drivers/mtd/spi/gigadevice.c;
>>
>> My question is the driver is not yet in main line, but patch
>> " SMDK5250: Enable SPI Gigabyte device."
>> is enabling the driver CONFIG_* into smdk5250 configuration entries.
>>
>> Is this valid, please correct me if am wrong.
>
> Doesn't patch "SMDK5250: Enable SPI Gigabyte device" immediately follow
> patch "SF: Add driver for Gigabyte device GD25LQ and GD25Q64B" which
> creates said device?

OK I couldn't observer actual commit prefix for this gigabyte flash driver.
May it could have sf: gigabyte:

Any way please continue-

--
Thanks,
Jagan.

>
>> --
>> Thanks,
>> Jagan.
>
> Amicalement,
> --
> Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-19 Thread Minkyu Kang
On 19/06/13 20:30, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang 
> wrote:
> 
>> 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)
> 
> I had three merge conflicts here, two solved automatically (files
> drivers/mmc/mmc.c and include/mmc.h) and one manually (spl/Makefile).
> 
> I have pushed the resulting branch as mastercandidate.
> 
> Please confirm that the resolutions are ok.

It's good. confirmed.

> 
> Amicalement,
> 

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-06-19 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang 
wrote:

> 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 d

Re: [U-Boot] please pull u-boot-samsung master

2013-07-05 Thread Albert ARIBAUD
Hi Minkyu,

On Fri, 05 Jul 2013 19:08:06 +0900, Minkyu Kang 
wrote:

> 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 => 
>

Re: [U-Boot] please pull u-boot-samsung master

2013-07-06 Thread Minkyu Kang
Dear Amar,


On 6 July 2013 04:12, Albert ARIBAUD  wrote:

> Hi Minkyu,
>
> This breaks build of VCMA9:
>
> s3c24x0_i2c.c: In function 'board_i2c_init':
> s3c24x0_i2c.c:544:18: error: 'CONFIG_MAX_I2C_NUM' undeclared (first use
> in this function) s3c24x0_i2c.c:544:18: note: each undeclared
> identifier is reported only once for each function it appears in
> s3c24x0_i2c.c:545:3: warning: implicit declaration of function
> 'exynos_pinmux_config' [-Wimplicit-function-declaration]
> s3c24x0_i2c.c:545:25: error: 'PERIPH_ID_I2C0' undeclared (first use in
> this function) s3c24x0_i2c.c:546:10: error: 'PINMUX_FLAG_NONE'
> undeclared (first use in this function) make[1]: ***
> [/home/albert/src/u-boot-arm/build/VCMA9/drivers/i2c/s3c24x0_i2c.o]
> Error 1 make: ***
> [/home/albert/src/u-boot-arm/build/VCMA9/drivers/i2c/libi2c.o] Error 2
>
> Culprit is commit 2c07bb9b, authored by Amar .
>
> (also: "Amar" seems to be only part of the author's name. Is this
> intentional?)
>
> Amicalement,
> --
> Albert.
>
>
please check.
seems have problem with non-FDT case.

u-boot-samsung$ git show 2c07bb9b53dded1d49731bb9cab589002b89286f
commit 2c07bb9b53dded1d49731bb9cab589002b89286f
Author: Amar 
Date:   Thu Apr 4 02:27:06 2013 -0400

EXYNOS5: I2C: Add FDT and non-FDT support for I2C

This patch updates the function board_i2c_init() to add support for both
FDT and non-FDT for I2C, and initialise the I2C channels.

Signed-off-by: Amar 
Acked-by: Simon Glass 
Signed-off-by: Minkyu Kang 

diff --git a/drivers/i2c/s3c24x0_i2c.c b/drivers/i2c/s3c24x0_i2c.c
index 46d2506..3fc1c5b 100644
--- a/drivers/i2c/s3c24x0_i2c.c
+++ b/drivers/i2c/s3c24x0_i2c.c
@@ -515,11 +515,12 @@ int i2c_write(uchar chip, uint addr, int alen, uchar
*buffer, int len)
 len) != 0);
 }

-#ifdef CONFIG_OF_CONTROL
 void board_i2c_init(const void *blob)
 {
+   int i;
+#ifdef CONFIG_OF_CONTROL
int node_list[CONFIG_MAX_I2C_NUM];
-   int count, i;
+   int count;

count = fdtdec_find_aliases_for_id(blob, "i2c",
COMPAT_SAMSUNG_S3C2440_I2C, node_list,
@@ -539,8 +540,15 @@ void board_i2c_init(const void *blob)
bus->bus_num = i2c_busses++;
exynos_pinmux_config(bus->id, 0);
}
+#else
+   for (i = 0; i < CONFIG_MAX_I2C_NUM; i++) {
+   exynos_pinmux_config((PERIPH_ID_I2C0 + i),
+PINMUX_FLAG_NONE);
+   }
+#endif
 }

+#ifdef CONFIG_OF_CONTROL
 static struct s3c24x0_i2c_bus *get_bus(unsigned int bus_idx)
 {
if (bus_idx < i2c_busses)

-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-07-09 Thread Minkyu Kang
Dear Amar,

On 07/07/13 14:43, Minkyu Kang wrote:
> Dear Amar,
> 
> 
> On 6 July 2013 04:12, Albert ARIBAUD  > wrote:
> 
> Hi Minkyu,
> 
> This breaks build of VCMA9:
> 
> s3c24x0_i2c.c: In function 'board_i2c_init':
> s3c24x0_i2c.c:544:18: error: 'CONFIG_MAX_I2C_NUM' undeclared (first use
> in this function) s3c24x0_i2c.c:544:18: note: each undeclared
> identifier is reported only once for each function it appears in
> s3c24x0_i2c.c:545:3: warning: implicit declaration of function
> 'exynos_pinmux_config' [-Wimplicit-function-declaration]
> s3c24x0_i2c.c:545:25: error: 'PERIPH_ID_I2C0' undeclared (first use in
> this function) s3c24x0_i2c.c:546:10: error: 'PINMUX_FLAG_NONE'
> undeclared (first use in this function) make[1]: ***
> [/home/albert/src/u-boot-arm/build/VCMA9/drivers/i2c/s3c24x0_i2c.o]
> Error 1 make: ***
> [/home/albert/src/u-boot-arm/build/VCMA9/drivers/i2c/libi2c.o] Error 2
> 
> Culprit is commit 2c07bb9b, authored by Amar  >.
> 
> (also: "Amar" seems to be only part of the author's name. Is this
> intentional?)
> 
> Amicalement,
> --
> Albert.
> 
> 
> please check.
> seems have problem with non-FDT case.
> 

Because of we should merge samsung tree to arm tree before release "v2013.07".
If you don't do anything, I will revert this patch.

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-07-10 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 10 Jul 2013 21:24:47 +0900, Minkyu Kang 
wrote:

> 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

Re: [U-Boot] please pull u-boot-samsung master

2013-03-26 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 21 Mar 2013 18:54:28 +0900, Minkyu Kang 
wrote:

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

Somehow this had escaped my attention. Pulling it in today.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-03-26 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 21 Mar 2013 18:54:28 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-04-04 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 04 Apr 2013 22:34:59 +0900, Minkyu Kang 
wrote:

> 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/exy

Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Albert ARIBAUD
Hi Minkyu,

On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang 
wrote:

> 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 812d7576cdbecc12d7eec7b53d3a4a06234b:
> 
>   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

Fails for arndale:

Error: 
/home/albert/src/u-boot-arm/board/samsung/dts/exynos5250-arndale.dts:11.2-9
syntax error

My dtc -v: "Version: DTC 1.4.0", built from source.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Albert,

On 5 September 2013 14:43, Albert ARIBAUD  wrote:
> Hi Minkyu,
>
> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang 
> wrote:
>
>> 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 812d7576cdbecc12d7eec7b53d3a4a06234b:
>>
>>   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
>
> Fails for arndale:
>
> Error: 
> /home/albert/src/u-boot-arm/board/samsung/dts/exynos5250-arndale.dts:11.2-9
> syntax error
>
> My dtc -v: "Version: DTC 1.4.0", built from source.

Its working for me.
But my dtc -v: "Version: DTC 1.3.0"


>
> Amicalement,
> --
> Albert.
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
On 5 September 2013 15:12, Chander Kashyap  wrote:
> Hi Albert,
>
> On 5 September 2013 14:43, Albert ARIBAUD  wrote:
>> Hi Minkyu,
>>
>> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang 
>> wrote:
>>
>>> 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 812d7576cdbecc12d7eec7b53d3a4a06234b:
>>>
>>>   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
>>
>> Fails for arndale:
>>
>> Error: 
>> /home/albert/src/u-boot-arm/board/samsung/dts/exynos5250-arndale.dts:11.2-9
>> syntax error
>>
>> My dtc -v: "Version: DTC 1.4.0", built from source.
>
> Its working for me.
> But my dtc -v: "Version: DTC 1.3.0"
>

Tested now with dtc -v: "Version: DTC 1.4.0"

It got compiled. properly.  Or I missed something.

>
>>
>> Amicalement,
>> --
>> Albert.
>> ___
>> U-Boot mailing list
>> U-Boot@lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
>
>
> --
> with warm regards,
> Chander Kashyap



-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Lukasz Majewski
Hi Chander,

> >
> > Its working for me.
> > But my dtc -v: "Version: DTC 1.3.0"
> >  

Have you managed to properly build test Samsung's u-boot tree with DTC
1.3.0?

On my setup (debian - 1.3.0-4) it fails.

> 
> Tested now with dtc -v: "Version: DTC 1.4.0"
> 
> It got compiled. properly.  Or I missed something.

The Exynos5x boards with DT support shall be compiled with DTC version
1.4+. Otherwise they fail:

Configuring for snow board...
make: *** [checkdtc] Error 1
make: *** [checkdtc] Error 1
make: *** Waiting for unfinished jobs
Configuring for smdk5250 board...
make: *** [checkdtc] Error 1
make: *** [checkdtc] Error 1
make: *** Waiting for unfinished jobs


-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Lukasz,

On 5 September 2013 16:27, Lukasz Majewski  wrote:
> Hi Chander,
>
>> >
>> > Its working for me.
>> > But my dtc -v: "Version: DTC 1.3.0"
>> >
>
> Have you managed to properly build test Samsung's u-boot tree with DTC
> 1.3.0?

Yes, I am able to build and test.
I am running on ubuntu.

>
> On my setup (debian - 1.3.0-4) it fails.
>
>>
>> Tested now with dtc -v: "Version: DTC 1.4.0"
>>
>> It got compiled. properly.  Or I missed something.
>
> The Exynos5x boards with DT support shall be compiled with DTC version
> 1.4+. Otherwise they fail:
>
> Configuring for snow board...
> make: *** [checkdtc] Error 1
> make: *** [checkdtc] Error 1
> make: *** Waiting for unfinished jobs
> Configuring for smdk5250 board...
> make: *** [checkdtc] Error 1
> make: *** [checkdtc] Error 1
> make: *** Waiting for unfinished jobs
>
>
> --
> Best regards,
>
> Lukasz Majewski
>
> Samsung R&D Institute Poland (SRPOL) | Linux Platform Group



-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Albert ARIBAUD
Hi Chander,

On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
 wrote:

> Hi Lukasz,
> 
> On 5 September 2013 16:27, Lukasz Majewski  wrote:
> > Hi Chander,
> >
> >> >
> >> > Its working for me.
> >> > But my dtc -v: "Version: DTC 1.3.0"
> >> >
> >
> > Have you managed to properly build test Samsung's u-boot tree with DTC
> > 1.3.0?
> 
> Yes, I am able to build and test.
> I am running on ubuntu.

Then you are not testing on a recent enough U-Boot source tree;
currently, master (and arm) require dtc version >= 1.4.0, and will fail
as indicated by Lukasz and as experienced by me -- I had to build dtc
version 1.4.0 from git source.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Albert,

On 5 September 2013 17:08, Albert ARIBAUD  wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>  wrote:
>
>> Hi Lukasz,
>>
>> On 5 September 2013 16:27, Lukasz Majewski  wrote:
>> > Hi Chander,
>> >
>> >> >
>> >> > Its working for me.
>> >> > But my dtc -v: "Version: DTC 1.3.0"
>> >> >
>> >
>> > Have you managed to properly build test Samsung's u-boot tree with DTC
>> > 1.3.0?
>>
>> Yes, I am able to build and test.
>> I am running on ubuntu.
>
> Then you are not testing on a recent enough U-Boot source tree;
> currently, master (and arm) require dtc version >= 1.4.0, and will fail
> as indicated by Lukasz and as experienced by me -- I had to build dtc
> version 1.4.0 from git source.

Sorry for big mess. I had re-based my tree to u-boot samsung. I have
tested it after re-basing to u-boot tree.
It was failing.

Shall i send all the patches again, or is it possible to send the
single failing patch.


>
> Amicalement,
> --
> Albert.



-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Albert ARIBAUD
Hi Chander,

On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
 wrote:

> Hi Albert,
> 
> On 5 September 2013 17:08, Albert ARIBAUD  wrote:
> > Hi Chander,
> >
> > On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
> >  wrote:
> >
> >> Hi Lukasz,
> >>
> >> On 5 September 2013 16:27, Lukasz Majewski  wrote:
> >> > Hi Chander,
> >> >
> >> >> >
> >> >> > Its working for me.
> >> >> > But my dtc -v: "Version: DTC 1.3.0"
> >> >> >
> >> >
> >> > Have you managed to properly build test Samsung's u-boot tree with DTC
> >> > 1.3.0?
> >>
> >> Yes, I am able to build and test.
> >> I am running on ubuntu.
> >
> > Then you are not testing on a recent enough U-Boot source tree;
> > currently, master (and arm) require dtc version >= 1.4.0, and will fail
> > as indicated by Lukasz and as experienced by me -- I had to build dtc
> > version 1.4.0 from git source.
> 
> Sorry for big mess. I had re-based my tree to u-boot samsung. I have
> tested it after re-basing to u-boot tree.
> It was failing.
> 
> Shall i send all the patches again, or is it possible to send the
> single failing patch.

Well, if you have rebased to u-boot-master, then you can as well do an
interactive rebase so that the commit which breaks builds is omitted.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-05 Thread Chander Kashyap
Hi Albert,

On 5 September 2013 18:58, Albert ARIBAUD  wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
>  wrote:
>
>> Hi Albert,
>>
>> On 5 September 2013 17:08, Albert ARIBAUD  wrote:
>> > Hi Chander,
>> >
>> > On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>> >  wrote:
>> >
>> >> Hi Lukasz,
>> >>
>> >> On 5 September 2013 16:27, Lukasz Majewski  wrote:
>> >> > Hi Chander,
>> >> >
>> >> >> >
>> >> >> > Its working for me.
>> >> >> > But my dtc -v: "Version: DTC 1.3.0"
>> >> >> >
>> >> >
>> >> > Have you managed to properly build test Samsung's u-boot tree with DTC
>> >> > 1.3.0?
>> >>
>> >> Yes, I am able to build and test.
>> >> I am running on ubuntu.
>> >
>> > Then you are not testing on a recent enough U-Boot source tree;
>> > currently, master (and arm) require dtc version >= 1.4.0, and will fail
>> > as indicated by Lukasz and as experienced by me -- I had to build dtc
>> > version 1.4.0 from git source.
>>
>> Sorry for big mess. I had re-based my tree to u-boot samsung. I have
>> tested it after re-basing to u-boot tree.
>> It was failing.
>>
>> Shall i send all the patches again, or is it possible to send the
>> single failing patch.
>
> Well, if you have rebased to u-boot-master, then you can as well do an
> interactive rebase so that the commit which breaks builds is omitted.
>

Offending patch was part of two patch series. I have fixed it and
resend it with series again.

> Amicalement,
> --
> Albert.



-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-09 Thread Minkyu Kang
Dear Chander Kashyap,

On 06/09/13 13:32, Chander Kashyap wrote:
> Hi Albert,
> 
> On 5 September 2013 18:58, Albert ARIBAUD  wrote:
>> Hi Chander,
>>
>> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
>>  wrote:
>>
>>> Hi Albert,
>>>
>>> On 5 September 2013 17:08, Albert ARIBAUD  wrote:
 Hi Chander,

 On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
  wrote:

> Hi Lukasz,
>
> On 5 September 2013 16:27, Lukasz Majewski  wrote:
>> Hi Chander,
>>

 Its working for me.
 But my dtc -v: "Version: DTC 1.3.0"

>>
>> Have you managed to properly build test Samsung's u-boot tree with DTC
>> 1.3.0?
>
> Yes, I am able to build and test.
> I am running on ubuntu.

 Then you are not testing on a recent enough U-Boot source tree;
 currently, master (and arm) require dtc version >= 1.4.0, and will fail
 as indicated by Lukasz and as experienced by me -- I had to build dtc
 version 1.4.0 from git source.
>>>
>>> Sorry for big mess. I had re-based my tree to u-boot samsung. I have
>>> tested it after re-basing to u-boot tree.
>>> It was failing.
>>>
>>> Shall i send all the patches again, or is it possible to send the
>>> single failing patch.
>>
>> Well, if you have rebased to u-boot-master, then you can as well do an
>> interactive rebase so that the commit which breaks builds is omitted.
>>
> 
> Offending patch was part of two patch series. I have fixed it and
> resend it with series again.
> 

Since the patchset is already applied to u-boot-samsung,
If you send new patchset, then I should do rebase and forced push.
If possible please send fixing patch instead of new patchset.

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-10 Thread Chander Kashyap
Hi Minkyu,

On 9 September 2013 13:55, Minkyu Kang  wrote:
> Dear Chander Kashyap,
>
> On 06/09/13 13:32, Chander Kashyap wrote:
>> Hi Albert,
>>
>> On 5 September 2013 18:58, Albert ARIBAUD  wrote:
>>> Hi Chander,
>>>
>>> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
>>>  wrote:
>>>
 Hi Albert,

 On 5 September 2013 17:08, Albert ARIBAUD  
 wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>  wrote:
>
>> Hi Lukasz,
>>
>> On 5 September 2013 16:27, Lukasz Majewski  
>> wrote:
>>> Hi Chander,
>>>
>
> Its working for me.
> But my dtc -v: "Version: DTC 1.3.0"
>
>>>
>>> Have you managed to properly build test Samsung's u-boot tree with DTC
>>> 1.3.0?
>>
>> Yes, I am able to build and test.
>> I am running on ubuntu.
>
> Then you are not testing on a recent enough U-Boot source tree;
> currently, master (and arm) require dtc version >= 1.4.0, and will fail
> as indicated by Lukasz and as experienced by me -- I had to build dtc
> version 1.4.0 from git source.

 Sorry for big mess. I had re-based my tree to u-boot samsung. I have
 tested it after re-basing to u-boot tree.
 It was failing.

 Shall i send all the patches again, or is it possible to send the
 single failing patch.
>>>
>>> Well, if you have rebased to u-boot-master, then you can as well do an
>>> interactive rebase so that the commit which breaks builds is omitted.
>>>
>>
>> Offending patch was part of two patch series. I have fixed it and
>> resend it with series again.
>>
>
> Since the patchset is already applied to u-boot-samsung,
> If you send new patchset, then I should do rebase and forced push.
> If possible please send fixing patch instead of new patchset.

Sure I will do that.

Thanks,
>
> Thanks,
> Minkyu Kang.



-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-09-11 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 11 Sep 2013 11:28:54 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-10-11 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 10 Oct 2013 10:46:19 +0900, Minkyu Kang 
wrote:

> 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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-03-13 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 13 Mar 2014 15:10:46 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-04-02 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 02 Apr 2014 21:55:59 +0900, Minkyu Kang 
wrote:

> 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 0x7810 to 0x43e0 
> (2014-04-02 21:00:04 +0900)
> 
> 
> Łukasz Majewski (1):
>   config:trats2: Change u-boot's TEXT_BASE from 0x7810 to 0x43e0
> 
>  include/configs/trats2.h |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung/master

2012-06-23 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 18 Jun 2012 17:50:08 +0900, Minkyu Kang 
wrote:
> Dear Albert,
> 
> The following changes since commit
> 255c36587acbc269fd299b0bc258ce9c030de69d:
> 
>   cm-t35: print PCB revision information (2012-06-10 10:36:08 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to
> 11388a3b06a23323f9d964573d08e1bdd70322bd:
> 
>   EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-15 10:50:36
> +0900)
> 
> 
> Donghwa Lee (1):
>   TRATS: initialize panel_info data structure in board file
> 
> Minkyu Kang (1):
>   Exynos: fix cpuinfo and cpu detecting
> 
> Rajeshwari Shinde (2):
>   EXYNOS5: PINMUX: Added default pinumx settings
>   EXYNOS: SMDK5250: Enable the pinmux setup
> 
> Łukasz Majewski (1):
>   misc:pmic:trats: Correct procedure of enabling/disabling USB
> regulators
> 
>  arch/arm/cpu/armv7/exynos/Makefile|2 +-
>  arch/arm/cpu/armv7/exynos/pinmux.c|  220
> +
> arch/arm/cpu/armv7/s5p-common/cpu_info.c  |5 +-
> arch/arm/include/asm/arch-exynos/cpu.h|   42 --
> arch/arm/include/asm/arch-exynos/periph.h |   47 ++
> arch/arm/include/asm/arch-exynos/pinmux.h |   58 
> arch/arm/include/asm/arch-s5pc1xx/cpu.h   |6 +
> board/samsung/smdk5250/smdk5250.c |  176
> +-- board/samsung/trats/trats.c   |
> 86 ++- drivers/video/exynos_fb.c |3 - 10
> files changed, 448 insertions(+), 197 deletions(-) create mode 100644
> arch/arm/cpu/armv7/exynos/pinmux.c create mode 100644
> arch/arm/include/asm/arch-exynos/periph.h create mode 100644
> arch/arm/include/asm/arch-exynos/pinmux.h

Applied to u-boot-arm/master, thanks.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung/master

2011-12-09 Thread Albert ARIBAUD

Hi Minkyu,

Le 09/12/2011 10:15, Minkyu Kang a écrit :

Dear Albert,

The following changes since commit 15422043c4a213dc5d7d59a337be1ab34c9b2e7f:

   davinci: Remove unwanted memsize.c from hawkboard's nand spl build
(2011-12-06 23:59:41 +0100)

are available in the git repository at:
   git://git.denx.de/u-boot-samsung master

Chander Kashyap (1):
   S5PC2XX: Rename S5pc2XX to exynos

  MAINTAINERS|6 +-
  Makefile   |2 +-
  arch/arm/cpu/armv7/{s5pc2xx =>  exynos}/Makefile|0
  arch/arm/cpu/armv7/{s5pc2xx =>  exynos}/clock.c |   50 
  arch/arm/cpu/armv7/{s5pc2xx =>  exynos}/soc.c   |0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/adc.h|0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/clk.h|0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/clock.h  |2 +-
  .../asm/{arch-s5pc2xx =>  arch-exynos}/cpu.h|   64 
++--
  .../asm/{arch-s5pc2xx =>  arch-exynos}/gpio.h   |   28 
  .../asm/{arch-s5pc2xx =>  arch-exynos}/mmc.h|0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/pwm.h|0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/sromc.h  |0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/sys_proto.h  |0
  .../asm/{arch-s5pc2xx =>  arch-exynos}/uart.h   |0
  board/samsung/origen/lowlevel_init.S   |   26 
  board/samsung/origen/mem_setup.S   |   12 ++--
  board/samsung/origen/origen.c  |8 +-
  board/samsung/origen/origen_setup.h|8 +-
  board/samsung/smdkv310/lowlevel_init.S |   22 
  board/samsung/smdkv310/mem_setup.S |8 +-
  board/samsung/smdkv310/smdkv310.c  |8 +-
  board/samsung/universal_c210/lowlevel_init.S   |   24 
  board/samsung/universal_c210/universal.c   |8 +-
  boards.cfg |6 +-
  include/configs/origen.h   |6 +-
  include/configs/s5pc210_universal.h|   10 ++--
  include/configs/smdkv310.h |6 +-
  28 files changed, 152 insertions(+), 152 deletions(-)
  rename arch/arm/cpu/armv7/{s5pc2xx =>  exynos}/Makefile (100%)
  rename arch/arm/cpu/armv7/{s5pc2xx =>  exynos}/clock.c (81%)
  rename arch/arm/cpu/armv7/{s5pc2xx =>  exynos}/soc.c (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/adc.h (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/clk.h (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/clock.h (99%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/cpu.h (64%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/gpio.h (84%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/mmc.h (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/pwm.h (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/sromc.h (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/sys_proto.h (100%)
  rename arch/arm/include/asm/{arch-s5pc2xx =>  arch-exynos}/uart.h (100%)


Applied to u-boot-arm/master, thanks.

Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung/master

2012-03-27 Thread Minkyu Kang
Albert,

Please check this pull request.
Please let me know if need the rebase.

On 8 March 2012 19:14, Minkyu Kang  wrote:
> Dear Albert,
>
> The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:
>
>  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)
>
> are available in the git repository at:
>  git://git.denx.de/u-boot-samsung master
>
> Chander Kashyap (1):
>      EXYNOS: Add structure for Exynos4 DMC
>
> David Müller (ELSOFT AG) (1):
>      ARM: fix s3c2410 timer code
>
> Doug Anderson (1):
>      EXYNOS: SMDK5250: Support all 4 UARTs
>
>  arch/arm/cpu/arm920t/s3c24x0/timer.c   |   64 ++-
>  arch/arm/include/asm/arch-exynos/dmc.h |  109 
> 
>  board/samsung/smdk5250/smdk5250.c      |   44 -
>  3 files changed, 171 insertions(+), 46 deletions(-)

-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung/master

2012-03-27 Thread Albert ARIBAUD

Hi Minkyu,

Le 27/03/2012 11:44, Minkyu Kang a écrit :

Albert,

Please check this pull request.
Please let me know if need the rebase.

On 8 March 2012 19:14, Minkyu Kang  wrote:

Dear Albert,

The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:

  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-samsung master

Chander Kashyap (1):
  EXYNOS: Add structure for Exynos4 DMC

David Müller (ELSOFT AG) (1):
  ARM: fix s3c2410 timer code

Doug Anderson (1):
  EXYNOS: SMDK5250: Support all 4 UARTs

  arch/arm/cpu/arm920t/s3c24x0/timer.c   |   64 ++-
  arch/arm/include/asm/arch-exynos/dmc.h |  109 
  board/samsung/smdk5250/smdk5250.c  |   44 -
  3 files changed, 171 insertions(+), 46 deletions(-)


Applied to u-boot-arm/master, thanks.

Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung/master

2012-04-26 Thread Albert ARIBAUD

Hi Minkyu,

Le 25/04/2012 09:51, Minkyu Kang a écrit :

Dear Albert,

The following changes since commit 6e7c76a15753f3a5e1b94df372392a08e4b11b02:

   arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT 
(2012-04-23 09:15:23 -0700)

are available in the git repository at:
   git://git.denx.de/u-boot-samsung master

Chander Kashyap (1):
   EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc

Donghwa Lee (8):
   EXYNOS: definitions of system resgister and power management registers.
   EXYNOS: add LCD and MIPI DSI clock interface.
   LCD: add data structure for EXYNOS display driver
   EXYNOS: support EXYNOS framebuffer and FIMD display drivers.
   EXYNOS: support EXYNOS MIPI DSI interface driver.
   LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI
   EXYNOS: support TRATS board display function
   EXYNOS: Change bits per pixel value proper for u-boot.

Jaehoon Chung (1):
   TRATS: modify the trats's configuration

Minkyu Kang (1):
   SMDK5250: fix compiler warning

Łukasz Majewski (3):
   ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC 
measurement
   misc:pmic:max8997 MAX8997 support for PMIC driver
   misc:pmic:samsung Convert TRATS target to use MAX8997 instead of MAX8998

  arch/arm/cpu/armv7/exynos/Makefile   |2 +-
  arch/arm/cpu/armv7/exynos/clock.c|  184 
  arch/arm/cpu/armv7/exynos/power.c|   54 +++
  arch/arm/cpu/armv7/exynos/system.c   |   48 ++
  arch/arm/include/asm/arch-exynos/clk.h   |3 +
  arch/arm/include/asm/arch-exynos/cpu.h   |5 +
  arch/arm/include/asm/arch-exynos/dsim.h  |  181 +++
  arch/arm/include/asm/arch-exynos/fb.h|  446 ++
  arch/arm/include/asm/arch-exynos/mipi_dsim.h |  380 +++
  arch/arm/include/asm/arch-exynos/power.h |6 +
  arch/arm/include/asm/arch-exynos/system.h|   53 ++
  arch/arm/include/asm/arch-exynos/tzpc.h  |2 +-
  board/samsung/smdk5250/tzpc_init.c   |4 +-
  board/samsung/trats/trats.c  |  173 ++-
  board/samsung/universal_c210/universal.c |   25 +-
  drivers/misc/Makefile|1 +
  drivers/misc/pmic_max8997.c  |   43 ++
  drivers/video/Makefile   |4 +
  drivers/video/exynos_fb.c|  128 +
  drivers/video/exynos_fb.h|   61 +++
  drivers/video/exynos_fimd.c  |  354 ++
  drivers/video/exynos_mipi_dsi.c  |  253 ++
  drivers/video/exynos_mipi_dsi_common.c   |  637 +
  drivers/video/exynos_mipi_dsi_common.h   |   48 ++
  drivers/video/exynos_mipi_dsi_lowlevel.c |  652 ++
  drivers/video/exynos_mipi_dsi_lowlevel.h |  111 +
  drivers/video/s6e8ax0.c  |  256 ++
  include/configs/trats.h  |   15 +-
  include/lcd.h|   64 +++
  include/max8997_pmic.h   |  190 
  include/max8998_pmic.h   |1 +
  31 files changed, 4356 insertions(+), 28 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/exynos/power.c
  create mode 100644 arch/arm/cpu/armv7/exynos/system.c
  create mode 100644 arch/arm/include/asm/arch-exynos/dsim.h
  create mode 100644 arch/arm/include/asm/arch-exynos/fb.h
  create mode 100644 arch/arm/include/asm/arch-exynos/mipi_dsim.h
  create mode 100644 arch/arm/include/asm/arch-exynos/system.h
  create mode 100644 drivers/misc/pmic_max8997.c
  create mode 100644 drivers/video/exynos_fb.c
  create mode 100644 drivers/video/exynos_fb.h
  create mode 100644 drivers/video/exynos_fimd.c
  create mode 100644 drivers/video/exynos_mipi_dsi.c
  create mode 100644 drivers/video/exynos_mipi_dsi_common.c
  create mode 100644 drivers/video/exynos_mipi_dsi_common.h
  create mode 100644 drivers/video/exynos_mipi_dsi_lowlevel.c
  create mode 100644 drivers/video/exynos_mipi_dsi_lowlevel.h
  create mode 100644 drivers/video/s6e8ax0.c
  create mode 100644 include/max8997_pmic.h


Applied to u-boot-arm/master, thanks!

Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung/master

2012-02-10 Thread Albert ARIBAUD

Hi Minkyu,

Le 10/02/2012 02:01, Minkyu Kang a écrit :

Dear Albert,

The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239:

   ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board (2012-02-06 
22:47:25 +0100)

are available in the git repository at:
   git://git.denx.de/u-boot-samsung master

Chander Kashyap (8):
   Exynos: PWM: Add TCMPB3 field in pwm structure
   Exynos: Fix ARM Clock frequency calculation
   Origen: Select SCLKMPLL as FIMD0 parent clock
   Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro
   ARM: EXYNOS: Add support for Exynos5 based SoCs
   EXYNOS: Add SMDK5250 board support
   EXYNOS: SMDK5250: Add MMC SPL support
   SMDK5250: Add ethernet support

HeungJun, Kim (3):
   ARMV7: Exynos4: Add watchdog.h for Exynos4
   ARMV7: Exynos4: Add supoort power for Exynos4
   ARMV7: Exynos4: Add support for TRATS board

Minkyu Kang (4):
   ORIGEN: remove duplicated MACH_TYPE define
   S5P: support generic watchdog timer
   TRATS: use the generic watchdog timer
   TRATS: set gpio of UART correctly

  MAINTAINERS  |5 +
  Makefile |1 +
  arch/arm/cpu/armv7/exynos/clock.c|  229 +-
  arch/arm/cpu/armv7/s5p-common/Makefile   |1 +
  arch/arm/cpu/armv7/s5p-common/wdt.c  |   59 +++
  arch/arm/include/asm/arch-exynos/clock.h |  326 +
  arch/arm/include/asm/arch-exynos/cpu.h   |   36 ++-
  arch/arm/include/asm/arch-exynos/dmc.h   |  146 ++
  arch/arm/include/asm/arch-exynos/gpio.h  |   99 -
  arch/arm/include/asm/arch-exynos/power.h |  230 ++
  arch/arm/include/asm/arch-exynos/pwm.h   |2 +-
  arch/arm/include/asm/arch-exynos/tzpc.h  |   52 +++
  arch/arm/include/asm/arch-exynos/watchdog.h  |   57 +++
  arch/arm/include/asm/arch-s5pc1xx/cpu.h  |1 +
  arch/arm/include/asm/arch-s5pc1xx/watchdog.h |   58 +++
  board/samsung/origen/lowlevel_init.S |5 +
  board/samsung/origen/origen_setup.h  |   12 +
  board/samsung/smdk5250/Makefile  |   58 +++
  board/samsung/smdk5250/clock_init.c  |  202 
  board/samsung/smdk5250/dmc_init.c|  462 +++
  board/samsung/smdk5250/lowlevel_init.S   |   96 
  board/samsung/smdk5250/mmc_boot.c|   58 +++
  board/samsung/smdk5250/setup.h   |  451 ++
  board/samsung/smdk5250/smdk5250.c|  240 ++
  board/samsung/smdk5250/tzpc_init.c   |   48 ++
  board/samsung/trats/Makefile |   43 ++
  board/samsung/trats/setup.h  |  637 ++
  board/samsung/trats/trats.c  |  366 +++
  boards.cfg   |2 +
  include/configs/origen.h |2 -
  include/configs/s5pc210_universal.h  |1 +
  include/configs/smdk5250.h   |  204 
  include/configs/trats.h  |  217 +
  tools/Makefile   |6 +
  tools/mkexynosspl.c  |  122 +
  35 files changed, 4508 insertions(+), 26 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/s5p-common/wdt.c
  create mode 100644 arch/arm/include/asm/arch-exynos/dmc.h
  create mode 100644 arch/arm/include/asm/arch-exynos/power.h
  create mode 100644 arch/arm/include/asm/arch-exynos/tzpc.h
  create mode 100644 arch/arm/include/asm/arch-exynos/watchdog.h
  create mode 100644 arch/arm/include/asm/arch-s5pc1xx/watchdog.h
  create mode 100644 board/samsung/smdk5250/Makefile
  create mode 100644 board/samsung/smdk5250/clock_init.c
  create mode 100644 board/samsung/smdk5250/dmc_init.c
  create mode 100644 board/samsung/smdk5250/lowlevel_init.S
  create mode 100644 board/samsung/smdk5250/mmc_boot.c
  create mode 100644 board/samsung/smdk5250/setup.h
  create mode 100644 board/samsung/smdk5250/smdk5250.c
  create mode 100644 board/samsung/smdk5250/tzpc_init.c
  create mode 100644 board/samsung/trats/Makefile
  create mode 100644 board/samsung/trats/setup.h
  create mode 100644 board/samsung/trats/trats.c
  create mode 100644 include/configs/smdk5250.h
  create mode 100644 include/configs/trats.h
  create mode 100644 tools/mkexynosspl.c


Applied to u-boot-arm/master, thanks!

Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2012-11-15 Thread Albert ARIBAUD
Hi Minkyu,

On Thu, 15 Nov 2012 21:12:52 +0900, Minkyu Kang 
wrote:

> 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/Makefil

Re: [U-Boot] please pull u-boot-samsung master

2012-11-15 Thread Minkyu Kang
On 16/11/12 08:50, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Thu, 15 Nov 2012 21:12:52 +0900, Minkyu Kang 
> wrote:
> 
> 
> (Was your master branch rebased?)

Yes.
Is it not recommended?

> 
> Applied to u-boot-arm/master, thanks!
> 
> Amicalement,
> 

Thanks.
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2012-11-16 Thread Albert ARIBAUD
Hi Minkyu,

On Fri, 16 Nov 2012 15:40:58 +0900, Minkyu Kang 
wrote:

> On 16/11/12 08:50, Albert ARIBAUD wrote:
> > Hi Minkyu,

> > (Was your master branch rebased?)
> 
> Yes.
> Is it not recommended?

The wiki may still be lagging behind but it has been discussed here and
master branches should never be rebased, they should merge. Merges can
fast-forward, though, if possible. The idea is that custodian master
branches should be fairly autonomous projects, synchronizing to/from
upstream as required, but not rebasing. 'Next' branches should try to
follow this too, although rebasing a 'next' is allowed.

> Thanks.
> Minkyu Kang.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2012-09-01 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 27 Aug 2012 13:24:11 +0900, Minkyu Kang 
wrote:

> 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_

Re: [U-Boot] please pull u-boot-samsung master

2013-01-11 Thread Albert ARIBAUD
Hi Minkyu,

On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang 
wrote:
> 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/

Re: [U-Boot] please pull u-boot-samsung master

2013-01-12 Thread Albert ARIBAUD
On Fri, 11 Jan 2013 22:33:58 +0100, Albert ARIBAUD
 wrote:
> Hi Minkyu,
> 
> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang 
> wrote:
> > 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/

Re: [U-Boot] please pull u-boot-samsung master

2013-01-13 Thread Rajeshwari Birje
Hi Albert,

- VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
>>   which causes the following build errors:
>>
>> In file included from s3c24x0_i2c.c:40:0:
>> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
>> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
>>   in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but
>>   not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning:
>>   'i2c_busses' defined but not used [-Wunused-variable]

I would resolve these errors sorry for inconvenience

>> - smdk5250 is broken by commit f482310c6def17ba975a041077f89d984be54b68
>>   which causes the following build errors:
>>
>> sound.c: In function 'codec_init':
>> sound.c:151:4: warning: passing argument 1 of 'wm8994_init' discards
>> 'const' qualifier from pointer target type [enabled by default] In file
>> included from sound.c:33:0: wm8994.h:83:5: note: expected 'struct
>> sound_codec_info *' but argument is of type 'const void *' cmd_sound.c:
>> In function 'do_init': cmd_sound.c:36:2: error: too few arguments to
>> function 'sound_init' In file included from cmd_sound.c:27:0:
>> /home/albert/src/u-boot-arm/include/sound.h:52:5: note: declared here

Sorry but I am not getting these errors could you please let me know
you your environment settings to get the same.

-- 
Regards,
Rajeshwari Shinde
On Sat, Jan 12, 2013 at 1:31 PM, Albert ARIBAUD
 wrote:
> On Fri, 11 Jan 2013 22:33:58 +0100, Albert ARIBAUD
>  wrote:
>> Hi Minkyu,
>>
>> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang 
>> wrote:
>> > 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  

Re: [U-Boot] please pull u-boot-samsung master

2013-01-13 Thread Minkyu Kang
Dear Albert,

On 12/01/13 06:33, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang 
> wrote:
>> 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/config

Re: [U-Boot] please pull u-boot-samsung master

2013-01-13 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 14 Jan 2013 13:56:40 +0900, Minkyu Kang 
wrote:
> Dear Albert,
> 
> On 12/01/13 06:33, Albert ARIBAUD wrote:
> > Hi Minkyu,
> > 
> > On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang 
> > wrote:
> >> 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

Re: [U-Boot] please pull u-boot-samsung master

2013-01-13 Thread Albert ARIBAUD
Hi Rajeshwari,

On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje
 wrote:
> Hi Albert,
> 
> - VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
> >>   which causes the following build errors:
> >>
> >> In file included from s3c24x0_i2c.c:40:0:
> >> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
> >> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
> >>   in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but
> >>   not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning:
> >>   'i2c_busses' defined but not used [-Wunused-variable]
> 
> I would resolve these errors sorry for inconvenience

Thanks.

> >> - smdk5250 is broken by commit f482310c6def17ba975a041077f89d984be54b68
> >>   which causes the following build errors:
> >>
> >> sound.c: In function 'codec_init':
> >> sound.c:151:4: warning: passing argument 1 of 'wm8994_init' discards
> >> 'const' qualifier from pointer target type [enabled by default] In file
> >> included from sound.c:33:0: wm8994.h:83:5: note: expected 'struct
> >> sound_codec_info *' but argument is of type 'const void *' cmd_sound.c:
> >> In function 'do_init': cmd_sound.c:36:2: error: too few arguments to
> >> function 'sound_init' In file included from cmd_sound.c:27:0:
> >> /home/albert/src/u-boot-arm/include/sound.h:52:5: note: declared here
> 
> Sorry but I am not getting these errors could you please let me know
> you your environment settings to get the same.

For some reason -- possibly commits I took in later -- I cannot
reproduce the smdk5250 errors above in current u-boot-arm/master.
However it still fails with warnings, both in u-boot-samsung/master
and when merged into u-boot-arm/master:

exynos_dp.c: In function 'exynos_init_dp':
exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
[-Wunused-but-set-variable]
exynos_fb.c: In function 'draw_logo':
exynos_fb.c:74:8: warning: variable 'addr' set but not used
[-Wunused-but-set-variable]
exynos_fb.c:73:9: warning: variable 'y' set but not used
[-Wunused-but-set-variable]
exynos_fb.c:73:6: warning: variable 'x' set but not used
[-Wunused-but-set-variable]

Tested with with both ELDK 5.3: gcc version 4.7.2, and the Linaro ARM
GCC from Ubuntu (gcc version 4.7.2: Ubuntu/Linaro 4.7.2-1ubuntu1.

> Regards,
> Rajeshwari Shinde

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2013-01-14 Thread Ajay kumar
Hi Albert,

On Mon, Jan 14, 2013 at 1:14 PM, Albert ARIBAUD
 wrote:
> Hi Rajeshwari,
>
> On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje
>  wrote:
>> Hi Albert,
>>
>> - VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
>> >>   which causes the following build errors:
>> >>
>> >> In file included from s3c24x0_i2c.c:40:0:
>> >> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
>> >> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
>> >>   in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but
>> >>   not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning:
>> >>   'i2c_busses' defined but not used [-Wunused-variable]
>>
>> I would resolve these errors sorry for inconvenience
>
> Thanks.
>
>> >> - smdk5250 is broken by commit f482310c6def17ba975a041077f89d984be54b68
>> >>   which causes the following build errors:
>> >>
>> >> sound.c: In function 'codec_init':
>> >> sound.c:151:4: warning: passing argument 1 of 'wm8994_init' discards
>> >> 'const' qualifier from pointer target type [enabled by default] In file
>> >> included from sound.c:33:0: wm8994.h:83:5: note: expected 'struct
>> >> sound_codec_info *' but argument is of type 'const void *' cmd_sound.c:
>> >> In function 'do_init': cmd_sound.c:36:2: error: too few arguments to
>> >> function 'sound_init' In file included from cmd_sound.c:27:0:
>> >> /home/albert/src/u-boot-arm/include/sound.h:52:5: note: declared here
>>
>> Sorry but I am not getting these errors could you please let me know
>> you your environment settings to get the same.
>
> For some reason -- possibly commits I took in later -- I cannot
> reproduce the smdk5250 errors above in current u-boot-arm/master.
> However it still fails with warnings, both in u-boot-samsung/master
> and when merged into u-boot-arm/master:
>
> exynos_dp.c: In function 'exynos_init_dp':
> exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
> [-Wunused-but-set-variable]
> exynos_fb.c: In function 'draw_logo':
> exynos_fb.c:74:8: warning: variable 'addr' set but not used
> [-Wunused-but-set-variable]
> exynos_fb.c:73:9: warning: variable 'y' set but not used
> [-Wunused-but-set-variable]
> exynos_fb.c:73:6: warning: variable 'x' set but not used
> [-Wunused-but-set-variable]
Sorry for the warning messages.
I have sent the patches to fix these warnings.
Hopefully Minkyu will review and get them merged, soon.

> Tested with with both ELDK 5.3: gcc version 4.7.2, and the Linaro ARM
> GCC from Ubuntu (gcc version 4.7.2: Ubuntu/Linaro 4.7.2-1ubuntu1.
>
>> Regards,
>> Rajeshwari Shinde
>
> Amicalement,
> --
> Albert.
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Regards,
Ajay
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2012-10-11 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 10 Oct 2012 21:16:16 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2012-10-11 Thread Albert ARIBAUD
Hi Albert,

On Thu, 11 Oct 2012 18:50:23 +0200, Albert ARIBAUD
 wrote:

> Hi Minkyu,
> 
> On Wed, 10 Oct 2012 21:16:16 +0900, Minkyu Kang 
> wrote:
> 
> > 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
> > 
> 
> Applied to u-boot-arm/master, thanks!

... then reverted; see NAK from Tom of u-boot-arm pull req.

> Amicalement,

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-07-01 Thread Albert ARIBAUD
Hi Minkyu,

On Mon, 30 Jun 2014 17:42:38 +0900, Minkyu Kang 
wrote:

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

Applied to u-boot-arm/master (with a manual fix to a trivial merge
conflict on boards.cfg), thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-02-13 Thread Simon Glass
Hi Minkyu,

On 13 February 2015 at 01:31, Minkyu Kang  wrote:
> 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

There are 6 patches here which I think are waiting on a new version:

https://patchwork.ozlabs.org/patch/418114/

I will ping that thread.

There are also 11 patches starting here:

https://patchwork.ozlabs.org/patch/435722/

What is the status of those?

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-02-16 Thread Tom Rini
On Fri, Feb 13, 2015 at 05:31:54PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-02-17 Thread Minkyu Kang
Dear Simon,

On 14/02/15 00:13, Simon Glass wrote:
> Hi Minkyu,
> 
> On 13 February 2015 at 01:31, Minkyu Kang  wrote:
>> 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
> 
> There are 6 patches here which I think are waiting on a new version:
> 
> https://patchwork.ozlabs.org/patch/418114/
> 
> I will ping that thread.

I request new patchset, but I didn't get.
http://patchwork.ozlabs.org/patch/418116/

> 
> There are also 11 patches starting here:
> 
> https://patchwork.ozlabs.org/patch/435722/
> 
> What is the status of those?

missing.
I'll review them soon.

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-03-01 Thread Simon Glass
+Tom

On 28 February 2015 at 03:06, Minkyu Kang  wrote:
> 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.
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-03-01 Thread Tom Rini
On Sat, Feb 28, 2015 at 07:06:11PM +0900, Minkyu Kang wrote:

> 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

I'm not seeing any of this when I try and pull master, did they end up
in another branch?  Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-03-01 Thread Minkyu Kang
On 02/03/15 11:07, Tom Rini wrote:
> On Sat, Feb 28, 2015 at 07:06:11PM +0900, Minkyu Kang wrote:
> 
>> 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
> 
> I'm not seeing any of this when I try and pull master, did they end up
> in another branch?  Thanks!
> 

sorry! I forgot push the master branch.
Please retry.

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-03-02 Thread Tom Rini
On Sat, Feb 28, 2015 at 07:06:11PM +0900, Minkyu Kang wrote:

> 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)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-04-06 Thread Tom Rini
On Mon, Apr 06, 2015 at 03:38:10PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-04-08 Thread Lukasz Majewski
Hi Minkyu, Tom

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

I can confirm that:
- trats
- trats2
- odroid U3
- odroid XU3 

Are working correctly after pulling those patches:
SHA1: adcc5705991ce3162fc204da9a673d9fe2cc5bf0

-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-10-08 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang 
wrote:

> 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)

Hmm, commit b219773957d2ee8fedb56f0fcb19288eb72d4867 does not seem to
exist at all in current u-boot-samsung repo.

Can you check this PR?

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-10-09 Thread Minkyu Kang
Hi,

On 09/10/14 04:13, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang 
> wrote:
> 
>> 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)
> 
> Hmm, commit b219773957d2ee8fedb56f0fcb19288eb72d4867 does not seem to
> exist at all in current u-boot-samsung repo.
> 
> Can you check this PR?
> 

Sorry, I forgot pushing.
Please retry!

Thanks,
Minkyu Kang.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-10-10 Thread Albert ARIBAUD
Hi Minkyu,

On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang 
wrote:

> 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-s5

Re: [U-Boot] please pull u-boot-samsung master

2014-09-08 Thread Albert ARIBAUD
Hi Minkyu,

On Fri, 05 Sep 2014 21:30:51 +0900, Minkyu Kang 
wrote:

> 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

Re: [U-Boot] please pull u-boot-samsung master

2014-11-04 Thread Tom Rini
On Tue, Nov 04, 2014 at 07:57:33PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2014-11-26 Thread Tom Rini
On Tue, Nov 25, 2014 at 09:28:56PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-01-01 Thread Tom Rini
On Tue, Dec 30, 2014 at 06:19:43PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-10-16 Thread Tom Rini
On Fri, Oct 16, 2015 at 04:51:53PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-11-03 Thread Tom Rini
On Tue, Nov 03, 2015 at 02:02:57PM +0900, Minkyu Kang wrote:

> 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)
> 

NAK:

+(sandbox) ../drivers/adc/sandbox.c:11:25: fatal error: sandbox-adc.h: No such 
file or directory
+(sandbox)  #include 
+(sandbox)  ^
+(sandbox) compilation terminated.
+(sandbox) make[3]: *** [drivers/adc/sandbox.o] Error 1
+(sandbox) make[2]: *** [drivers/adc] Error 2
+(sandbox) make[1]: *** [drivers] Error 2

"sandbox: add ADC unit tests" is missing adding sandbox-adc.h

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-11-03 Thread Minkyu Kang
Dear Przemyslaw Marczak,

2015년 11월 4일 수요일, Tom Rini님이 작성한 메시지:

> On Tue, Nov 03, 2015 at 02:02:57PM +0900, Minkyu Kang wrote:
>
> > 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)
> >
>
> NAK:
>
> +(sandbox) ../drivers/adc/sandbox.c:11:25: fatal error: sandbox-adc.h: No
> such file or directory
> +(sandbox)  #include 
> +(sandbox)  ^
> +(sandbox) compilation terminated.
> +(sandbox) make[3]: *** [drivers/adc/sandbox.o] Error 1
> +(sandbox) make[2]: *** [drivers/adc] Error 2
> +(sandbox) make[1]: *** [drivers] Error 2
>
> "sandbox: add ADC unit tests" is missing adding sandbox-adc.h
>
>
Could you please check it?


> --
> Tom
>

Thanks,
Minkyu Kang.


-- 
Thanks.
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-11-04 Thread Przemyslaw Marczak

Hello Minkyu,

On 11/04/2015 03:05 AM, Minkyu Kang wrote:

Dear Przemyslaw Marczak,

2015년 11월 4일 수요일, Tom Rini 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)
 >

NAK:

+(sandbox) ../drivers/adc/sandbox.c:11:25: fatal error:
sandbox-adc.h: No such file or directory
+(sandbox)  #include 
+(sandbox)  ^
+(sandbox) compilation terminated.
+(sandbox) make[3]: *** [drivers/adc/sandbox.o] Error 1
+(sandbox) make[2]: *** [drivers/adc] Error 2
+(sandbox) make[1]: *** [drivers] Error 2

"sandbox: add ADC unit tests" is missing adding sandbox-adc.h


Could you please check it?

--
Tom


Thanks,
Minkyu Kang.


--
Thanks.
Minkyu Kang.


Sorry for this mistake. I have this file locally, so it build properly 
for me.


Is that good to you if I send you a patch with this missing file, to 
squash with one commit? Or do you prefer V3 of the whole patch-set?


Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marc...@samsung.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-11-04 Thread Minkyu Kang
Dear Przemyslaw Marczak,

On 4 November 2015 at 18:37, Przemyslaw Marczak 
wrote:

> Hello Minkyu,
>
> On 11/04/2015 03:05 AM, Minkyu Kang wrote:
>
>> Dear Przemyslaw Marczak,
>>
>> 2015년 11월 4일 수요일, Tom Rini>
>> On Tue, Nov 03, 2015 at 02:02:57PM +0900, Minkyu Kang wrote:
>>
>>  > 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)
>>  >
>>
>> NAK:
>>
>> +(sandbox) ../drivers/adc/sandbox.c:11:25: fatal error:
>> sandbox-adc.h: No such file or directory
>> +(sandbox)  #include 
>> +(sandbox)  ^
>> +(sandbox) compilation terminated.
>> +(sandbox) make[3]: *** [drivers/adc/sandbox.o] Error 1
>> +(sandbox) make[2]: *** [drivers/adc] Error 2
>> +(sandbox) make[1]: *** [drivers] Error 2
>>
>> "sandbox: add ADC unit tests" is missing adding sandbox-adc.h
>>
>>
>> Could you please check it?
>>
>> --
>> Tom
>>
>>
>> Thanks,
>> Minkyu Kang.
>>
>>
>> --
>> Thanks.
>> Minkyu Kang.
>>
>
> Sorry for this mistake. I have this file locally, so it build properly for
> me.
>
> Is that good to you if I send you a patch with this missing file, to
> squash with one commit? Or do you prefer V3 of the whole patch-set?
>

If squash your patch  then I should do push forced.
I think it's not a good way.
I will merge your patch separately.

Thanks,
Minkyu Kang.
-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-11-04 Thread Przemyslaw Marczak

Hello Minkyu,

On 11/04/2015 04:43 PM, Minkyu Kang wrote:

Dear Przemyslaw Marczak,

On 4 November 2015 at 18:37, Przemyslaw Marczak mailto:p.marc...@samsung.com>> wrote:

Hello Minkyu,

On 11/04/2015 03:05 AM, Minkyu Kang wrote:

Dear Przemyslaw Marczak,

2015년 11월 4일 수요일, Tom Rinimailto:tr...@konsulko.com>

 On Tue, Nov 03, 2015 at 02:02:57PM +0900, Minkyu Kang wrote:

  > 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)
  >

 NAK:

 +(sandbox) ../drivers/adc/sandbox.c:11:25: fatal error:
 sandbox-adc.h: No such file or directory
 +(sandbox)  #include 
 +(sandbox)  ^
 +(sandbox) compilation terminated.
 +(sandbox) make[3]: *** [drivers/adc/sandbox.o] Error 1
 +(sandbox) make[2]: *** [drivers/adc] Error 2
 +(sandbox) make[1]: *** [drivers] Error 2

 "sandbox: add ADC unit tests" is missing adding sandbox-adc.h


Could you please check it?

 --
 Tom


Thanks,
Minkyu Kang.


--
Thanks.
Minkyu Kang.


Sorry for this mistake. I have this file locally, so it build
properly for me.

Is that good to you if I send you a patch with this missing file, to
squash with one commit? Or do you prefer V3 of the whole patch-set?


If squash your patch  then I should do push forced.
I think it's not a good way.
I will merge your patch separately.

Thanks,
Minkyu Kang.
--
from. prom.
www.promsoft.net 


Squashing would be better if we want prevent build break. This single 
file (include/sandbox-adc.h) will not conflict with any other, so it's 
easy to rebase it.
This is not a master tree, so I think that push with force will not 
cause any problems.


But if you really prefer to take it as a separate patch, then I will 
send one, with a proper commit message in a moment.


Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marc...@samsung.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-08-18 Thread Tom Rini
On Tue, Aug 18, 2015 at 11:22:51AM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-11-30 Thread Tom Rini
On Mon, Nov 30, 2015 at 05:33:14PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-05-18 Thread Tom Rini
On Mon, May 18, 2015 at 08:52:00PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-06-10 Thread Tom Rini
On Thu, Jun 11, 2015 at 10:43:49AM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2016-03-11 Thread Tom Rini
On Fri, Mar 11, 2016 at 08:37:18PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2015-07-10 Thread Tom Rini
On Fri, Jul 10, 2015 at 09:16:28PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-12 Thread Tom Rix
Minkyu Kang wrote:
> Dear Tom,
> 
> The following changes since commit 617da90c1dcf65428ddfb63fef897439950bc915:
>   Tom Rix (1):
> Merge branch 't-next-marvell' into t-next-at91
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
>


I will merge this in soon.  Likely this weekend.

Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-13 Thread Tom Rix
Minkyu Kang wrote:
> Dear Tom,
> 
> The following changes since commit 617da90c1dcf65428ddfb63fef897439950bc915:
>   Tom Rix (1):
> Merge branch 't-next-marvell' into t-next-at91
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> Minkyu Kang (5):
>   s5pc1xx: support Samsung s5pc1xx SoC
>   s5pc1xx: support onenand driver
>   s5pc1xx: support serial driver
>   s5pc1xx: add support SMDKC100 board
>   Merge branch 'master' of git://git.denx.de/u-boot-arm
> 

This is a new board.
I think this board was submitted after the merge window
And it has a lot of compiler warnings.
Can you clean these up ?
I think these should wait to be merged.

> kevin.morf...@fearnside-systems.co.uk (5):
>   CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
>   Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
>   Clean-up of s3c24x0 header files
>   Clean-up of s3c24x0 drivers excluding nand driver
>   Clean-up of s3c24x0 nand driver

These look like a code that was run through indent.
cleaning up without any obvious new features.
These would be ok to merge.

Does this sound ok?
I can just cherry pick the cleanups.

Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Abdoulaye Walsimou Gaye
Tom Rix a écrit :
> Minkyu Kang wrote:
>   
>> Dear Tom,
>>
>> The following changes since commit 617da90c1dcf65428ddfb63fef897439950bc915:
>>   Tom Rix (1):
>> Merge branch 't-next-marvell' into t-next-at91
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-samsung master
>>
>> Minkyu Kang (5):
>>   s5pc1xx: support Samsung s5pc1xx SoC
>>   s5pc1xx: support onenand driver
>>   s5pc1xx: support serial driver
>>   s5pc1xx: add support SMDKC100 board
>>   Merge branch 'master' of git://git.denx.de/u-boot-arm
>>
>> 
>
> This is a new board.
> I think this board was submitted after the merge window
> And it has a lot of compiler warnings.
> Can you clean these up ?
> I think these should wait to be merged.
>
>   
>> kevin.morf...@fearnside-systems.co.uk (5):
>>   CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
>>   Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
>>   Clean-up of s3c24x0 header files
>>   Clean-up of s3c24x0 drivers excluding nand driver
>>   Clean-up of s3c24x0 nand driver
>> 
>
> These look like a code that was run through indent.
> cleaning up without any obvious new features.
> These would be ok to merge.
>
> Does this sound ok?
> I can just cherry pick the cleanups.
>
> Tom
>   
Tom,
 I think you should also CC Kevin, done now!

cheers,

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Stefan Roese
Hi Tom,

On Wednesday 14 October 2009 05:31:04 Tom Rix wrote:
> >   git://git.denx.de/u-boot-samsung master
> >
> > Minkyu Kang (5):
> >   s5pc1xx: support Samsung s5pc1xx SoC
> >   s5pc1xx: support onenand driver
> >   s5pc1xx: support serial driver
> >   s5pc1xx: add support SMDKC100 board
> >   Merge branch 'master' of git://git.denx.de/u-boot-arm
> 
> This is a new board.
> I think this board was submitted after the merge window
> And it has a lot of compiler warnings.
> Can you clean these up ?
> I think these should wait to be merged.

The general rule in U-Boot is, that patches should be merged even after the 
merge window is closed, when the initial version was posted before the merge 
window closed. And those patches were posted on 2009-09-04 in the initial 
version. So I vote for merging them now.
 
Cheers,
Stefan

--
DENX Software Engineering GmbH,  MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: off...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Tom Rix
Stefan Roese wrote:
> Hi Tom,
> 
> On Wednesday 14 October 2009 05:31:04 Tom Rix wrote:
>>>   git://git.denx.de/u-boot-samsung master
>>>
>>> Minkyu Kang (5):
>>>   s5pc1xx: support Samsung s5pc1xx SoC
>>>   s5pc1xx: support onenand driver
>>>   s5pc1xx: support serial driver
>>>   s5pc1xx: add support SMDKC100 board
>>>   Merge branch 'master' of git://git.denx.de/u-boot-arm
>> This is a new board.
>> I think this board was submitted after the merge window
>> And it has a lot of compiler warnings.
>> Can you clean these up ?
>> I think these should wait to be merged.
> 
> The general rule in U-Boot is, that patches should be merged even after the 
> merge window is closed, when the initial version was posted before the merge 
> window closed. And those patches were posted on 2009-09-04 in the initial 
> version. So I vote for merging them now.

Ok.  The version I saw was on Oct 1.
I will go ahead and merge them in.
Tom

>  
> Cheers,
> Stefan
> 
> --
> DENX Software Engineering GmbH,  MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: off...@denx.de
> 
> 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Tom Rix
Stefan Roese wrote:
> Hi Tom,
> 
> On Wednesday 14 October 2009 05:31:04 Tom Rix wrote:
>>>   git://git.denx.de/u-boot-samsung master
>>>
>>> Minkyu Kang (5):
>>>   s5pc1xx: support Samsung s5pc1xx SoC
>>>   s5pc1xx: support onenand driver
>>>   s5pc1xx: support serial driver
>>>   s5pc1xx: add support SMDKC100 board
>>>   Merge branch 'master' of git://git.denx.de/u-boot-arm
>> This is a new board.
>> I think this board was submitted after the merge window
>> And it has a lot of compiler warnings.
>> Can you clean these up ?
>> I think these should wait to be merged.
> 
> The general rule in U-Boot is, that patches should be merged even after the 
> merge window is closed, when the initial version was posted before the merge 
> window closed. And those patches were posted on 2009-09-04 in the initial 
> version. So I vote for merging them now.
>

I have pushed the entire pull request to arm/master-sync.  The branch I 
am using to stage the pull request to the mainline.

There are a number of compiler warnings for the sp5c1xx board that
should be fixed.

Tom


> Cheers,
> Stefan
> 
> --
> DENX Software Engineering GmbH,  MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: off...@denx.de
> 
> 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-10-14 Thread Minkyu Kang
Dear Tom

2009/10/14 Tom Rix :
> Stefan Roese wrote:
>> Hi Tom,
>>
>> On Wednesday 14 October 2009 05:31:04 Tom Rix wrote:
   git://git.denx.de/u-boot-samsung master

 Minkyu Kang (5):
       s5pc1xx: support Samsung s5pc1xx SoC
       s5pc1xx: support onenand driver
       s5pc1xx: support serial driver
       s5pc1xx: add support SMDKC100 board
       Merge branch 'master' of git://git.denx.de/u-boot-arm
>>> This is a new board.
>>> I think this board was submitted after the merge window
>>> And it has a lot of compiler warnings.
>>> Can you clean these up ?
>>> I think these should wait to be merged.
>>
>> The general rule in U-Boot is, that patches should be merged even after the
>> merge window is closed, when the initial version was posted before the merge
>> window closed. And those patches were posted on 2009-09-04 in the initial
>> version. So I vote for merging them now.
>>
>
> I have pushed the entire pull request to arm/master-sync.  The branch I
> am using to stage the pull request to the mainline.
>
> There are a number of compiler warnings for the sp5c1xx board that
> should be fixed.
>
> Tom
>
>
>> Cheers,
>> Stefan
>>
>> --
>> DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
>> HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>> Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: off...@denx.de
>>
>>
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

I'll fix compiler warnings asap
Thanks

Minkyu Kang
-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2009-11-20 Thread Tom
Minkyu Kang wrote:
> Dear Tom,
> 
> The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
>   Wolfgang Denk (1):
> Merge branch 'master' of /home/wd/git/u-boot/custodians
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> Minkyu Kang (2):
>   s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
>   s5pc1xx: serial: fix the error check logic
> 
> Seunghyeon Rhee (1):
>   S3C6400/SMDK6400: fix stack_setup in start.S
> 
> kevin.morf...@fearnside-systems.co.uk (3):
>   Move s3c24x0 header files to asm-arm/arch-s3c24x0/
>   Clean-up of s3c24x0 header files
>   Add a unified s3c24x0 header file
> 

These have been pushed to arm/next

Thanks
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-samsung/master

2010-01-15 Thread Tom
I have pulled these two commits into arm/master
Thanks
Tom

Minkyu Kang wrote:
> Dear Tom,
> 
> The following changes since commit 33bf447477ff38eda46529b346677856b53e0f87:
>   kevin.morf...@fearnside-systems.co.uk (1):
> Add a unified s3c24x0 header file
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> Minkyu Kang (1):
>   s5pc1xx: update cache routines
> 
> Seunghyeon Rhee (1):
>   samsung: fix DMC1_MEM_CFG for s3c64xx
> 
>  cpu/arm_cortexa8/s5pc1xx/Makefile  |4 +-
>  cpu/arm_cortexa8/s5pc1xx/cache.S   |  120 
> 
>  include/asm-arm/arch-s3c64xx/s3c6400.h |4 +-
>  .../asm-arm/arch-s5pc1xx/sys_proto.h   |   27 ++---
>  include/configs/smdkc100.h |2 -
>  5 files changed, 132 insertions(+), 25 deletions(-)
>  create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.S
>  rename cpu/arm_cortexa8/s5pc1xx/cache.c => 
> include/asm-arm/arch-s5pc1xx/sys_proto.h (61%)

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2017-04-08 Thread Tom Rini
On Sat, Apr 08, 2017 at 11:10:52PM +0900, Minkyu Kang wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2017-02-11 Thread Tom Rini
On Sat, Feb 11, 2017 at 10:41:45PM +0900, Minkyu Kang wrote:

> 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)
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2017-06-23 Thread Minkyu Kang
Dear Tom,

On 21 June 2017 at 10:00, Jaehoon Chung  wrote:

> From: Minkyu Kang 
>
> Dear Tom,
>
> The following changes since commit 5cafcbab580bac6c7f44ca4a164c42
> 2b7e1ecf20:
>
>   Merge git://git.denx.de/u-boot-net (2017-06-03 18:05:28 -0400)
>
> are available in the git repository at:
>
>
>   git://git.denx.de/u-boot-samsung master
>
> for you to fetch changes up to 2c62e313b14186d67f5bf26095f36a246cb0c3a4:
>
>   odroid: remove CONFIG_DM_I2C_COMPAT config (2017-06-19 13:10:19 +0900)
>
> 
> Jaehoon Chung (5):
>   ARM: dts: exynos4: change the nodes relevant to mmc/sd
>   configs: enable the CONFIG_DM_MMC for exynos4 series
>   ARM: dts: exynos5422-odroidxu3: add the LDO's nodes
>   configs: odroid-xu3: remove the CONFIG_I2C_COMPAT
>   odroid: remove CONFIG_DM_I2C_COMPAT config
>
>  arch/arm/dts/exynos4.dtsi  |  25 +++-
>  arch/arm/dts/exynos4210-origen.dts |  24 +++-
>  arch/arm/dts/exynos4210-trats.dts  |  40 +++-
>  arch/arm/dts/exynos4210-universal_c210.dts |  36 +++---
>  arch/arm/dts/exynos4412-odroid.dts |  50 ++--
>  arch/arm/dts/exynos4412-trats2.dts |  49 
>  arch/arm/dts/exynos4x12.dtsi   |  13 ---
>  arch/arm/dts/exynos5422-odroidxu3.dts  | 209
> 
> +
>  configs/odroid-xu3_defconfig   |   2 +-
>  configs/odroid_defconfig   |   3 +-
>  configs/origen_defconfig   |   1 +
>  configs/s5pc210_universal_defconfig|   1 +
>  configs/trats2_defconfig   |   1 +
>  configs/trats_defconfig|   1 +
>  include/configs/odroid.h   |   5 ---
>  15 files changed, 310 insertions(+), 150 deletions(-)
> --
> Thanks,
> Minkyu Kang.
>
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>

Ping!

-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] please pull u-boot-samsung master

2017-06-23 Thread Tom Rini
On Wed, Jun 21, 2017 at 10:00:06AM +0900, Jaehoon Chung wrote:

> From: Minkyu Kang 
> 
> Dear Tom,
> 
> The following changes since commit 5cafcbab580bac6c7f44ca4a164c422b7e1ecf20:
> 
>   Merge git://git.denx.de/u-boot-net (2017-06-03 18:05:28 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 2c62e313b14186d67f5bf26095f36a246cb0c3a4:
> 
>   odroid: remove CONFIG_DM_I2C_COMPAT config (2017-06-19 13:10:19 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


  1   2   >