All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] please pull u-boot-samsung master
       [not found] <CGME20190312082337epcas1p42f7881315d62e035434635fc48e72ee8@epcas1p4.samsung.com>
@ 2019-03-12  8:23 ` Minkyu Kang
  2019-03-14  0:32   ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2019-03-12  8:23 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:

  Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)

are available in the git repository at:


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

for you to fetch changes up to 0fd36730396a86e5513b45221af60889e6028654:

  ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 (2019-03-12 15:56:45 +0900)

----------------------------------------------------------------
Anand Moon (1):
      ARM: Odroid XU3: Enable driver I2C support for OdroidXU3

Krzysztof Kozlowski (15):
      adc: exynos-adc: Fix wrong bit operation used to stop the ADC
      power: regulator: s2mps11: Fix step for LDO27 and LDO35
      arm: exynos: Detect revision later, when all resources are ready
      arm: exynos: odroid-xu3: Display info late to have proper type
      arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision
      regulator: Add support for ramp delay
      power: regulator: s2mps11: Add enable delay
      arm: dts: exynos: Add supply for ADC block to Odroid XU3 family
      arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 family
      arm: exynos: arndale: Replace Chander Kashyap inactive maintainer
      configs: odroid_xu3: Use consistent syntax for #include
      configs: odroid_xu3: Unify indentation
      arm: exynos: Remove duplicated "boardname" env setting
      arm: dts: exynos: Adjust whitespace around status property
      arm: exynos: odroid: Fix build if BOARD_TYPES are not set

Minkyu Kang (1):
      espresso7420: remove duplicated config

 arch/arm/dts/exynos5422-odroidxu3.dts            | 22 +++++++++++++++++++++-
 board/samsung/arndale/MAINTAINERS                |  4 ++--
 board/samsung/common/board.c                     | 25 +++++++++++++++++++++++--
 board/samsung/common/bootscripts/autoboot.cmd    | 10 +++++-----
 board/samsung/common/exynos5-dt-types.c          | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 board/samsung/common/misc.c                      |  2 +-
 board/samsung/odroid/odroid.c                    | 35 +++++++++++++++++++++++++++++------
 configs/odroid-xu3_defconfig                     |  3 +++
 doc/device-tree-bindings/regulator/regulator.txt |  2 ++
 drivers/adc/exynos-adc.c                         |  2 +-
 drivers/power/regulator/regulator-uclass.c       | 47 +++++++++++++++++++++++++++++++++++++++++++++--
 drivers/power/regulator/s2mps11_regulator.c      | 15 ++++++++++++++-
 include/configs/espresso7420.h                   |  2 --
 include/configs/odroid.h                         |  2 +-
 include/configs/odroid_xu3.h                     | 20 ++++++++++++--------
 include/power/regulator.h                        |  2 ++
 include/samsung/misc.h                           |  1 +
 17 files changed, 212 insertions(+), 36 deletions(-)
-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2019-03-12  8:23 ` [U-Boot] please pull u-boot-samsung master Minkyu Kang
@ 2019-03-14  0:32   ` Tom Rini
  2019-03-14  4:12     ` [U-Boot] [v2] " Minkyu Kang
  2019-03-14  9:46     ` [U-Boot] " Krzysztof Kozlowski
  0 siblings, 2 replies; 168+ messages in thread
From: Tom Rini @ 2019-03-14  0:32 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 12, 2019 at 05:23:37PM +0900, Minkyu Kang wrote:

> Hi Tom,
> 
> The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
> 
>   Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 0fd36730396a86e5513b45221af60889e6028654:
> 
>   ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 (2019-03-12 15:56:45 +0900)
> 

NAK:
$ ./tools/genboardscfg.py -f
WARNING: Odd Fixes: unknown status for 'arndale'

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190313/fa23061c/attachment.sig>

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

* [U-Boot] [v2] please pull u-boot-samsung master
  2019-03-14  0:32   ` Tom Rini
@ 2019-03-14  4:12     ` Minkyu Kang
  2019-03-15 15:57       ` Tom Rini
  2019-03-14  9:46     ` [U-Boot] " Krzysztof Kozlowski
  1 sibling, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2019-03-14  4:12 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:

  Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)

are available in the git repository at:


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

for you to fetch changes up to 1411298cbca83a8527d2c1b5c4d299871fc34cf1:

  arndale: fix unknown status (2019-03-14 09:38:41 +0900)

----------------------------------------------------------------
Anand Moon (1):
      ARM: Odroid XU3: Enable driver I2C support for OdroidXU3

Krzysztof Kozlowski (15):
      adc: exynos-adc: Fix wrong bit operation used to stop the ADC
      power: regulator: s2mps11: Fix step for LDO27 and LDO35
      arm: exynos: Detect revision later, when all resources are ready
      arm: exynos: odroid-xu3: Display info late to have proper type
      arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision
      regulator: Add support for ramp delay
      power: regulator: s2mps11: Add enable delay
      arm: dts: exynos: Add supply for ADC block to Odroid XU3 family
      arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 family
      arm: exynos: arndale: Replace Chander Kashyap inactive maintainer
      configs: odroid_xu3: Use consistent syntax for #include
      configs: odroid_xu3: Unify indentation
      arm: exynos: Remove duplicated "boardname" env setting
      arm: dts: exynos: Adjust whitespace around status property
      arm: exynos: odroid: Fix build if BOARD_TYPES are not set

Minkyu Kang (2):
      espresso7420: remove duplicated config
      arndale: fix unknown status

 arch/arm/dts/exynos5422-odroidxu3.dts            | 22 +++++++++++++++++++++-
 board/samsung/arndale/MAINTAINERS                |  2 +-
 board/samsung/common/board.c                     | 25 +++++++++++++++++++++++--
 board/samsung/common/bootscripts/autoboot.cmd    | 10 +++++-----
 board/samsung/common/exynos5-dt-types.c          | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 board/samsung/common/misc.c                      |  2 +-
 board/samsung/odroid/odroid.c                    | 35 +++++++++++++++++++++++++++++------
 configs/odroid-xu3_defconfig                     |  3 +++
 doc/device-tree-bindings/regulator/regulator.txt |  2 ++
 drivers/adc/exynos-adc.c                         |  2 +-
 drivers/power/regulator/regulator-uclass.c       | 47 +++++++++++++++++++++++++++++++++++++++++++++--
 drivers/power/regulator/s2mps11_regulator.c      | 15 ++++++++++++++-
 include/configs/espresso7420.h                   |  2 --
 include/configs/odroid.h                         |  2 +-
 include/configs/odroid_xu3.h                     | 20 ++++++++++++--------
 include/power/regulator.h                        |  2 ++
 include/samsung/misc.h                           |  1 +
 17 files changed, 211 insertions(+), 35 deletions(-)

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

* [U-Boot] please pull u-boot-samsung master
  2019-03-14  0:32   ` Tom Rini
  2019-03-14  4:12     ` [U-Boot] [v2] " Minkyu Kang
@ 2019-03-14  9:46     ` Krzysztof Kozlowski
  1 sibling, 0 replies; 168+ messages in thread
From: Krzysztof Kozlowski @ 2019-03-14  9:46 UTC (permalink / raw)
  To: u-boot

On Thu, 14 Mar 2019 at 01:32, Tom Rini <trini@konsulko.com> wrote:
>
> On Tue, Mar 12, 2019 at 05:23:37PM +0900, Minkyu Kang wrote:
>
> > Hi Tom,
> >
> > The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
> >
> >   Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
> >
> > are available in the git repository at:
> >
> >
> >   git://git.denx.de/u-boot-samsung master
> >
> > for you to fetch changes up to 0fd36730396a86e5513b45221af60889e6028654:
> >
> >   ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 (2019-03-12 15:56:45 +0900)
> >
>
> NAK:
> $ ./tools/genboardscfg.py -f
> WARNING: Odd Fixes: unknown status for 'arndale'

Hi Tom,

That's the valid entry from MAINTAINERS so one of them should be
updated (either remove Odd fixes or accept it).

Best regards,
Krzysztof

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

* [U-Boot] [v2] please pull u-boot-samsung master
  2019-03-14  4:12     ` [U-Boot] [v2] " Minkyu Kang
@ 2019-03-15 15:57       ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2019-03-15 15:57 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 14, 2019 at 01:12:41PM +0900, Minkyu Kang wrote:

> Hi Tom,
> 
> The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
> 
>   Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 1411298cbca83a8527d2c1b5c4d299871fc34cf1:
> 
>   arndale: fix unknown status (2019-03-14 09:38:41 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190315/f23bcc00/attachment.sig>

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

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

On Fri, Sep 06, 2019 at 05:42:36PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 448f11f7503995746a7b71e5e3b3a831c4651be9:
> 
>   Merge tag 'arc-for-2019.10-rc4' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-arc (2019-09-03 12:40:50
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git at gitlab.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to d7441d8a9ac9602afa92bf2649890a2208ffada1:
> 
>   ARM: exynos5: Try to boot on mmc2 before mmc0/1 (2019-09-05 18:36:59
> +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190906/f448525c/attachment.sig>

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

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

Dear Tom,

The following changes since commit 448f11f7503995746a7b71e5e3b3a831c4651be9:

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

are available in the git repository at:


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

for you to fetch changes up to d7441d8a9ac9602afa92bf2649890a2208ffada1:

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

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

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

--
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2019-05-16 10:17 ` Minkyu Kang
@ 2019-05-17 11:15   ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2019-05-17 11:15 UTC (permalink / raw)
  To: u-boot

On Thu, May 16, 2019 at 07:17:25PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 5b4b680cfe29a67171ccbe439c66374cb31faca3:
> 
>   Prepare v2019.07-rc2 (2019-05-15 15:58:48 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to f4b2ab97ed37ea6b202aaa951d31dab9187e3720:
> 
>   configs: arndale: Use appropriate driver for Asix AX88760 (2019-05-16 16:11:42 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190517/874d76eb/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
       [not found] <CGME20190516101733epcas1p217a434a2f68fddccd84bc49f8b8aadaa@epcas1p2.samsung.com>
@ 2019-05-16 10:17 ` Minkyu Kang
  2019-05-17 11:15   ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2019-05-16 10:17 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 5b4b680cfe29a67171ccbe439c66374cb31faca3:

  Prepare v2019.07-rc2 (2019-05-15 15:58:48 -0400)

are available in the git repository at:

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

for you to fetch changes up to f4b2ab97ed37ea6b202aaa951d31dab9187e3720:

  configs: arndale: Use appropriate driver for Asix AX88760 (2019-05-16 16:11:42 +0900)

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      arm: exynos: arndale: Remove unused CONFIG_POWER and CONFIG_POWER_I2C
      arm: exynos: arndale: Remove unused CONFIG_DM_I2C_COMPAT
      configs: arndale: Use appropriate driver for Asix AX88760

 configs/arndale_defconfig | 3 +--
 include/configs/arndale.h | 8 --------
 2 files changed, 1 insertion(+), 10 deletions(-)

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2018-12-27 15:41   ` Tom Rini
@ 2018-12-28  1:58     ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2018-12-28  1:58 UTC (permalink / raw)
  To: u-boot

Dear Guillaume GARDET,

On 28/12/18 00:41, Tom Rini wrote:
> On Thu, Dec 27, 2018 at 12:49:53PM +0900, Minkyu Kang wrote:
> 
>> Dear Tom,
>>
>> The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
>>
>>   Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-samsung master
>>
>> for you to fetch changes up to c96d90367a6a229210b8b16681cfe9e5c8aeced1:
>>
>>   exynos: imply SYS_THUMB_BUILD (2018-12-26 11:57:48 +0900)
>>
>> ----------------------------------------------------------------
>> Anand Moon (2):
>>       exynos5-dt-types: add missing dtb file for Odroid HC1/HC2
>>       odroid: Update README.odroid for support of Odroid HC1
>>
>> Guillaume GARDET (1):
>>       exynos: imply SYS_THUMB_BUILD
>>
>> Seung-Woo Kim (1):
>>       Revert "arm: config: fix default console only to specify the device"
>>
>>  arch/arm/Kconfig                    | 1 +
>>  doc/README.odroid                   | 7 +++++--
>>  include/configs/odroid.h            | 4 ++--
>>  include/configs/odroid_xu3.h        | 5 +++--
>>  include/configs/s5p_goni.h          | 4 ++--
>>  include/configs/s5pc210_universal.h | 4 ++--
>>  include/configs/trats.h             | 4 ++--
>>  include/configs/trats2.h            | 4 ++--
>>  8 files changed, 19 insertions(+), 14 deletions(-)
> 
> NAK:
> 18: Merge branch 'master' of git://git.denx.de/u-boot-samsung
>        arm:  +   peach-pi smdk5420 peach-pit
> +(peach-pi,smdk5420,peach-pit) {standard input}: Assembler messages:
> +(peach-pi,smdk5420,peach-pit) {standard input}:117: Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0'
> +(peach-pi,smdk5420,peach-pit) {standard input}:325: Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0'
> +(peach-pi,smdk5420,peach-pit) make[3]: *** [../scripts/Makefile.build:279: spl/arch/arm/mach-exynos/lowlevel_init.o] Error 1
> +(peach-pi,smdk5420,peach-pit) make[2]: *** [../scripts/Makefile.spl:383: spl/arch/arm/mach-exynos] Error 2
> +(peach-pi,smdk5420,peach-pit) make[1]: *** [Makefile:1597: spl/u-boot-spl] Error 2
> +(peach-pi,smdk5420,peach-pit) make: *** [Makefile:148: sub-make] Error 2
> 

Because of this, thumb build feature cannot applied.
Do you have an idea?

Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2018-12-27  3:49 ` Minkyu Kang
@ 2018-12-27 15:41   ` Tom Rini
  2018-12-28  1:58     ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Tom Rini @ 2018-12-27 15:41 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 27, 2018 at 12:49:53PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
> 
>   Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to c96d90367a6a229210b8b16681cfe9e5c8aeced1:
> 
>   exynos: imply SYS_THUMB_BUILD (2018-12-26 11:57:48 +0900)
> 
> ----------------------------------------------------------------
> Anand Moon (2):
>       exynos5-dt-types: add missing dtb file for Odroid HC1/HC2
>       odroid: Update README.odroid for support of Odroid HC1
> 
> Guillaume GARDET (1):
>       exynos: imply SYS_THUMB_BUILD
> 
> Seung-Woo Kim (1):
>       Revert "arm: config: fix default console only to specify the device"
> 
>  arch/arm/Kconfig                    | 1 +
>  doc/README.odroid                   | 7 +++++--
>  include/configs/odroid.h            | 4 ++--
>  include/configs/odroid_xu3.h        | 5 +++--
>  include/configs/s5p_goni.h          | 4 ++--
>  include/configs/s5pc210_universal.h | 4 ++--
>  include/configs/trats.h             | 4 ++--
>  include/configs/trats2.h            | 4 ++--
>  8 files changed, 19 insertions(+), 14 deletions(-)

NAK:
18: Merge branch 'master' of git://git.denx.de/u-boot-samsung
       arm:  +   peach-pi smdk5420 peach-pit
+(peach-pi,smdk5420,peach-pit) {standard input}: Assembler messages:
+(peach-pi,smdk5420,peach-pit) {standard input}:117: Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0'
+(peach-pi,smdk5420,peach-pit) {standard input}:325: Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0'
+(peach-pi,smdk5420,peach-pit) make[3]: *** [../scripts/Makefile.build:279: spl/arch/arm/mach-exynos/lowlevel_init.o] Error 1
+(peach-pi,smdk5420,peach-pit) make[2]: *** [../scripts/Makefile.spl:383: spl/arch/arm/mach-exynos] Error 2
+(peach-pi,smdk5420,peach-pit) make[1]: *** [Makefile:1597: spl/u-boot-spl] Error 2
+(peach-pi,smdk5420,peach-pit) make: *** [Makefile:148: sub-make] Error 2

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181227/45285bd5/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
       [not found] <CGME20181227034953epcas1p4fdf3b45773d658ac797be9ad7bc72451@epcas1p4.samsung.com>
@ 2018-12-27  3:49 ` Minkyu Kang
  2018-12-27 15:41   ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2018-12-27  3:49 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:

  Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)

are available in the git repository at:

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

for you to fetch changes up to c96d90367a6a229210b8b16681cfe9e5c8aeced1:

  exynos: imply SYS_THUMB_BUILD (2018-12-26 11:57:48 +0900)

----------------------------------------------------------------
Anand Moon (2):
      exynos5-dt-types: add missing dtb file for Odroid HC1/HC2
      odroid: Update README.odroid for support of Odroid HC1

Guillaume GARDET (1):
      exynos: imply SYS_THUMB_BUILD

Seung-Woo Kim (1):
      Revert "arm: config: fix default console only to specify the device"

 arch/arm/Kconfig                    | 1 +
 doc/README.odroid                   | 7 +++++--
 include/configs/odroid.h            | 4 ++--
 include/configs/odroid_xu3.h        | 5 +++--
 include/configs/s5p_goni.h          | 4 ++--
 include/configs/s5pc210_universal.h | 4 ++--
 include/configs/trats.h             | 4 ++--
 include/configs/trats2.h            | 4 ++--
 8 files changed, 19 insertions(+), 14 deletions(-)

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2018-10-24  1:12 ` Minkyu Kang
@ 2018-10-24 13:32   ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2018-10-24 13:32 UTC (permalink / raw)
  To: u-boot

On Wed, Oct 24, 2018 at 10:12:58AM +0900, Minkyu Kang wrote:

> Hi Tom,
> 
> The following changes since commit 3ae192c2a4d52a755031e93fa6cc3a31ba90f29f:
> 
>   binman: Add a test for Intel reference code (2018-10-22 13:57:12 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 9cd97c5b049a9a282dda0b1782cbb38d8cedb417:
> 
>   ARM: Samsung: Add Exynos5422-based Odroid HC2 support (2018-10-23 20:00:52 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181024/46733a4d/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
       [not found] <CGME20181024011258epcas1p129d111a207f8facad2e2198f01e354d2@epcas1p1.samsung.com>
@ 2018-10-24  1:12 ` Minkyu Kang
  2018-10-24 13:32   ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2018-10-24  1:12 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 3ae192c2a4d52a755031e93fa6cc3a31ba90f29f:

  binman: Add a test for Intel reference code (2018-10-22 13:57:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9cd97c5b049a9a282dda0b1782cbb38d8cedb417:

  ARM: Samsung: Add Exynos5422-based Odroid HC2 support (2018-10-23 20:00:52 +0900)

----------------------------------------------------------------
Dirk Meul (1):
      ARM: Samsung: Add Exynos5422-based Odroid HC2 support

 board/samsung/common/exynos5-dt-types.c | 16 +++++++++++++---
 board/samsung/common/exynos5-dt.c       |  4 ++--
 configs/odroid-xu3_defconfig            |  2 +-
 include/samsung/exynos5-dt-types.h      |  2 ++
 4 files changed, 18 insertions(+), 6 deletions(-)

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2018-08-08  0:37 ` Minkyu Kang
@ 2018-08-09  0:02   ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2018-08-09  0:02 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 08, 2018 at 09:37:36AM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:
> 
>   tegra: Indicate that binman makes all three output files (2018-07-26 15:49:40 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 972d8576d225c5fa8187ba09306fd439967ca7d8:
> 
>   arm: spring: fix alias of mmc correctly (2018-08-06 11:24:48 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180808/ac7e516f/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
       [not found] <CGME20180808003737epcas1p13b402f999609bfbee8bcf85776fa1131@epcas1p1.samsung.com>
@ 2018-08-08  0:37 ` Minkyu Kang
  2018-08-09  0:02   ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2018-08-08  0:37 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:

  tegra: Indicate that binman makes all three output files (2018-07-26 15:49:40 -0400)

are available in the git repository at:

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

for you to fetch changes up to 972d8576d225c5fa8187ba09306fd439967ca7d8:

  arm: spring: fix alias of mmc correctly (2018-08-06 11:24:48 +0900)

----------------------------------------------------------------
Guillaume GARDET (1):
      snow: set fdtfile

Lukasz Majewski (8):
      ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_config()
      ARM: Odroid XU3: config: Disable SDHCI support in the Odroid XU3
      ARM: Odroid XU3: Enable driver model support for MMC (DM_MMC)
      ARM: Odroid XU3: Fix autoboot.cmd to use ${mmcbootdev} instead of hardcoded 0
      ARM: Odroid XU3: Adjust BOOT_TARGET_DEVICES to allow booting from SD card (mmc2)
      ARM: Odroid XU3: MAINTAINERS: Add a co-maintainer for OdroidXU3
      ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_timing)
      ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC

Minkyu Kang (3):
      arm: exynos4: fix warning of dts
      arm: exynos5: fix warning of dts
      arm: spring: fix alias of mmc correctly

Vagrant Cascadian (4):
      arm: odroid: Use standard environment variable names kernel_addr_r, ramdisk_addr_r and fdt_addr_r.
      arm: odroid: Increase default env size in preparation for distro_bootcmd.
      arm: odroid: Enable distro_bootcmd support.
      arm: odroid: Inherit default value for bootdelay from distro_bootcmd.

 arch/arm/dts/exynos4210-pinctrl-uboot.dtsi    |  4 ----
 arch/arm/dts/exynos4210-universal_c210.dts    |  2 --
 arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi    |  4 ----
 arch/arm/dts/exynos5.dtsi                     |  2 --
 arch/arm/dts/exynos5250-pinctrl-uboot.dtsi    |  4 ----
 arch/arm/dts/exynos5250-spring.dts            |  2 +-
 arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi    |  8 --------
 board/samsung/common/bootscripts/autoboot.cmd |  6 +++---
 board/samsung/smdk5420/MAINTAINERS            |  1 +
 configs/odroid-xu3_defconfig                  |  3 +--
 drivers/mmc/exynos_dw_mmc.c                   | 37 +++++++++++++++++++++----------------
 include/configs/exynos5-common.h              |  1 +
 include/configs/odroid.h                      | 36 ++++++++++++++++++++----------------
 include/configs/snow.h                        |  3 +++
 14 files changed, 51 insertions(+), 62 deletions(-)

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2018-06-06 15:09 ` Tom Rini
@ 2018-06-07  1:36   ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2018-06-07  1:36 UTC (permalink / raw)
  To: u-boot

Hi,

2018년 6월 7일 (목) 00:09, Tom Rini <trini@konsulko.com>님이 작성:

> On Wed, Jun 06, 2018 at 09:55:18PM +0900, Minkyu Kang wrote:
>
> > Dear Tom,
> >
> > The following changes since commit
> 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:
> >
> >   ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15
> 09:08:00
> > -0400)
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-samsung.git master
> >
> > for you to fetch changes up to 105e3d84e5683c590b04f8677f80797a1d0dce36:
> >
> >   ARM: dts: exynos5: add the interrupt-parent property (2018-05-16
> 11:25:12
> > +0900)
> >
>
> Applied to u-boot/master.
>
> Do you have any comment on
> https://patchwork.ozlabs.org/project/uboot/list/?series=48701 ?  Thanks!
> --
> Tom
>

I'll check it soon!

Thanks,
Minkyu Kang.

>

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

* [U-Boot] please pull u-boot-samsung master
  2018-06-06 12:55 Minkyu Kang
@ 2018-06-06 15:09 ` Tom Rini
  2018-06-07  1:36   ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Tom Rini @ 2018-06-06 15:09 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 06, 2018 at 09:55:18PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:
> 
>   ARM: mvebu: a38x: Add missing SPDX license identfier (2018-05-15 09:08:00
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung.git master
> 
> for you to fetch changes up to 105e3d84e5683c590b04f8677f80797a1d0dce36:
> 
>   ARM: dts: exynos5: add the interrupt-parent property (2018-05-16 11:25:12
> +0900)
> 

Applied to u-boot/master.

Do you have any comment on
https://patchwork.ozlabs.org/project/uboot/list/?series=48701 ?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180606/fda1bf11/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
@ 2018-06-06 12:55 Minkyu Kang
  2018-06-06 15:09 ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2018-06-06 12:55 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 0315d6959fdd9d2a4d89016c311e9c8c8d239a10:

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

are available in the git repository at:

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

for you to fetch changes up to 105e3d84e5683c590b04f8677f80797a1d0dce36:

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2017-12-13  4:43   ` Jaehoon Chung
@ 2017-12-14 20:45     ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2017-12-14 20:45 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 13, 2017 at 01:43:24PM +0900, Jaehoon Chung wrote:

> The below message is from Minkyu.
> I just resend his original PR.
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171214/be5fd446/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
       [not found] ` <CGME20171213044325epcas1p2403e377b4588aafbe4d0caad37934bbc@epcas1p2.samsung.com>
@ 2017-12-13  4:43   ` Jaehoon Chung
  2017-12-14 20:45     ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Jaehoon Chung @ 2017-12-13  4:43 UTC (permalink / raw)
  To: u-boot

The below message is from Minkyu.
I just resend his original PR.

-------- Forwarded Message --------
Subject: please pull u-boot-samsung master
Date: Tue, 12 Dec 2017 15:48:17 +0900
From: Minkyu Kang <mk7.kang@samsung.com>
Organization: SAMSUNG ELECTRONICS
To: Jaehoon Chung <jh80.chung@samsung.com>

Hi Tom,

The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:

  Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)

are available in the git repository at:

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

for you to fetch changes up to 7090ead3f2a821c6f043ecbb5f7cecf6ffecdebb:

  ARM: Samsung: Add Exynos5422-based Odroid HC1 support (2017-12-05 10:18:39 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      arm: dts: exynos4: fix the device-tree compile warning

Marek Szyprowski (1):
      ARM: Samsung: Add Exynos5422-based Odroid HC1 support

 arch/arm/dts/exynos4.dtsi               |  31 ++++-
 arch/arm/dts/exynos4210.dtsi            |  20 +--
 arch/arm/dts/exynos4412-odroid.dts      | 391 ++++++++++++++++++++++++++-------------------------
 arch/arm/dts/exynos4412-trats2.dts      | 637 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------
 arch/arm/dts/exynos4412.dtsi            |  22 ++-
 arch/arm/dts/exynos4x12.dtsi            |   4 +
 board/samsung/common/exynos5-dt-types.c |  27 +++-
 board/samsung/common/exynos5-dt.c       |   4 +-
 configs/odroid-xu3_defconfig            |   2 +-
 include/samsung/exynos5-dt-types.h      |   2 +
 10 files changed, 583 insertions(+), 557 deletions(-)

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2017-11-06 14:21 Minkyu Kang
@ 2017-11-06 14:25 ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2017-11-06 14:25 UTC (permalink / raw)
  To: u-boot

On Mon, Nov 06, 2017 at 11:21:16PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 43ede0bca7fc1590b623832b743213b818257a27:
> 
>   Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT (2017-11-05 11:21:35
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung.git master
> 
> for you to fetch changes up to 568197fa03cb10fb2c20afc9d1dba10c5e277fd3:
> 
>   ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
> (2017-11-06 16:59:32 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171106/1debb859/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
@ 2017-11-06 14:21 Minkyu Kang
  2017-11-06 14:25 ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2017-11-06 14:21 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 43ede0bca7fc1590b623832b743213b818257a27:

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

are available in the git repository at:

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

for you to fetch changes up to 568197fa03cb10fb2c20afc9d1dba10c5e277fd3:

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

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

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

-- 
from. prom.
www.promsoft.net

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

* [U-Boot] please pull u-boot-samsung master
  2017-06-21  1:00 ` Jaehoon Chung
  2017-06-23 14:22   ` Minkyu Kang
@ 2017-06-23 14:36   ` Tom Rini
  1 sibling, 0 replies; 168+ messages in thread
From: Tom Rini @ 2017-06-23 14:36 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 21, 2017 at 10:00:06AM +0900, Jaehoon Chung wrote:

> From: Minkyu Kang <mk7.kang@samsung.com>
> 
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170623/4300c8a5/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
  2017-06-21  1:00 ` Jaehoon Chung
@ 2017-06-23 14:22   ` Minkyu Kang
  2017-06-23 14:36   ` Tom Rini
  1 sibling, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2017-06-23 14:22 UTC (permalink / raw)
  To: u-boot

Dear Tom,

On 21 June 2017 at 10:00, Jaehoon Chung <jh80.chung@samsung.com> wrote:

> From: Minkyu Kang <mk7.kang@samsung.com>
>
> 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 at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>

Ping!

-- 
from. prom.
www.promsoft.net

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

* [U-Boot] please pull u-boot-samsung master
       [not found] <CGME20170621010007epcas5p4f6ab04e8b3c479ba8eee6e42c1b14bd2@epcas5p4.samsung.com>
@ 2017-06-21  1:00 ` Jaehoon Chung
  2017-06-23 14:22   ` Minkyu Kang
  2017-06-23 14:36   ` Tom Rini
  0 siblings, 2 replies; 168+ messages in thread
From: Jaehoon Chung @ 2017-06-21  1:00 UTC (permalink / raw)
  To: u-boot

From: Minkyu Kang <mk7.kang@samsung.com>

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)

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

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

* [U-Boot] please pull u-boot-samsung master
  2017-04-08 14:10 Minkyu Kang
@ 2017-04-09  1:16 ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2017-04-09  1:16 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170408/e0d21209/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
@ 2017-04-08 14:10 Minkyu Kang
  2017-04-09  1:16 ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2017-04-08 14:10 UTC (permalink / raw)
  To: u-boot

Dear Tom,


The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

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

are available in the git repository at:


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

for you to fetch changes up to e3a96d974d642730ecf603d00c2ca00cfb4e8e99:

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

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

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

from. prom.
www.promsoft.net

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170211/69cbdb45/attachment.sig>

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

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

Dear Tom,


The following changes since commit f1cc97764be4383d2aeb56d5ba5415439a1d5c97:


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


are available in the git repository at:



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


for you to fetch changes up to 5d3be0f81ca7668ac04ee0f0b7d82e123c7f59b5:


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


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

Simon Glass (1):

      exynos: Drop large alignment for SDRAM parameters


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

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

-- 
from. prom.
www.promsoft.net

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

* [U-Boot] please pull u-boot-samsung master
  2017-01-18  8:07   ` Jaehoon Chung
@ 2017-01-18 23:14     ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2017-01-18 23:14 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 18, 2017 at 05:07:22PM +0900, Jaehoon Chung wrote:

> From: Minkyu Kang <mk7.kang@samsung.com>
> 
> Dear Tom,
> 
> The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:
> 
>   Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung 
> 
> for you to fetch changes up to 9bbe2ebc4d93a8c68b43442a0f58cba4ce48004b:
> 
>   exynos: video: Enable stdout env var backward compatibility for LCD (2017-01-18 13:29:52 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170118/346a10a9/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
       [not found] ` <CGME20170118080722epcas5p309b73311bf43f97789ede23f57e03520@epcas5p3.samsung.com>
@ 2017-01-18  8:07   ` Jaehoon Chung
  2017-01-18 23:14     ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Jaehoon Chung @ 2017-01-18  8:07 UTC (permalink / raw)
  To: u-boot

From: Minkyu Kang <mk7.kang@samsung.com>

Dear Tom,

The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:

  Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9bbe2ebc4d93a8c68b43442a0f58cba4ce48004b:

  exynos: video: Enable stdout env var backward compatibility for LCD (2017-01-18 13:29:52 +0900)

----------------------------------------------------------------
Jaehoon Chung (9):
      arm: samsung: goni: use the driver model for max8998
      board: samsung: goni: fix the pmic's name for getting
      ARM: dts: exynos4: use the node's name for i2c
      ARM: dts: exnyos4210-universl_c210: add i2c_5 and pmic nodes
      configs: s5pc210_universal: enable the DM_PMIC and MAX8998
      board: samsung: universal_210: use the driver model for max8998
      i2c: s3c24x0: fix the compiler error for exynos4
      i2c: Kconfig: Add SYS_I2C_S3C24X0 entry
      board: samsung: universal_c210: remove the codes relevant to soft_i2c

Javier Martinez Canillas (1):
      exynos: video: Enable stdout env var backward compatibility for LCD

Sjoerd Simons (2):
      exynos5: Don't potentially undervoltage the CPU
      exynos: Enable XHCI on exynos5250 boards

 arch/arm/dts/exynos4.dtsi                  |  27 +++++++++----
 arch/arm/dts/exynos4210-universal_c210.dts | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/s5pc1xx-goni.dts              |   2 +-
 board/samsung/common/exynos5-dt.c          |   8 +---
 board/samsung/goni/goni.c                  |  61 ++++++++++++++--------------
 board/samsung/universal_c210/universal.c   | 180 ++++++++++++++++++++++++++++++++++++++++++---------------------------------------
 configs/arndale_defconfig                  |   2 +
 configs/peach-pi_defconfig                 |   1 +
 configs/peach-pit_defconfig                |   1 +
 configs/s5pc210_universal_defconfig        |   3 ++
 configs/smdk5250_defconfig                 |   2 +
 configs/snow_defconfig                     |   3 ++
 configs/spring_defconfig                   |   3 ++
 drivers/i2c/Kconfig                        |   5 +++
 drivers/i2c/s3c24x0_i2c.c                  |   8 +++-
 include/configs/exynos5250-common.h        |   2 +
 16 files changed, 338 insertions(+), 134 deletions(-)
-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2016-12-23 15:07 Minkyu Kang
@ 2016-12-23 15:17 ` Tom Rini
  0 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2016-12-23 15:17 UTC (permalink / raw)
  To: u-boot

On Sat, Dec 24, 2016 at 12:07:01AM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:
> 
> 
>   arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21
> 09:52:35 +0100)
> 
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-samsung.git master
> 
> 
> for you to fetch changes up to 9e26834f4945f7b1deb16bea1c06e7e0faaad848:
> 
> 
>   configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic (2016-12-22
> 13:34:02 +0900)
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161223/39c6b42b/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
@ 2016-12-23 15:07 Minkyu Kang
  2016-12-23 15:17 ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2016-12-23 15:07 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:


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


are available in the git repository at:


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


for you to fetch changes up to 9e26834f4945f7b1deb16bea1c06e7e0faaad848:


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


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

Jaehoon Chung (3):

      power: pmic: add the max8998 controller for DM

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

      configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic


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

 configs/s5p_goni_defconfig    |    3 +

 drivers/power/pmic/Kconfig    |    7 ++

 drivers/power/pmic/Makefile   |    1 +

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

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

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

-- 
from. prom.
www.promsoft.net

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

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

On Fri, Jul 15, 2016 at 01:17:14PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
> 
>   Prepare v2016.07 (2016-07-11 15:01:01 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 3537ee879e0428587621a2cafbad2d9982bc082b:
> 
>   mmc: exynos_dw_mmc: support the Driver mode for Exynos (2016-07-12 14:29:10 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160716/3dfee698/attachment.sig>

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

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

Dear Tom,

The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:

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

are available in the git repository at:

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

for you to fetch changes up to 3537ee879e0428587621a2cafbad2d9982bc082b:

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

On Mon, Jun 27, 2016 at 04:13:37PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 4141e85bcd79c0b9b16def710e527f165107b7af:
> 
>   kbuild: avoid race between dtbs and dt/dt.dtb targets (2016-06-24 17:24:41 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to ca2ec9adc951cc3798e9b0c3773cdcc613232a22:
> 
>   mmc: dw_mmc: fix the wrong AND operation (2016-06-27 09:43:26 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160627/2c44defa/attachment.sig>

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

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

Dear Tom,

The following changes since commit 4141e85bcd79c0b9b16def710e527f165107b7af:

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

are available in the git repository at:

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

for you to fetch changes up to ca2ec9adc951cc3798e9b0c3773cdcc613232a22:

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2016-06-10 11:09         ` Tom Rini
@ 2016-06-14  7:58           ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2016-06-14  7:58 UTC (permalink / raw)
  To: u-boot

2016? 6? 10? ???, Tom Rini<trini@konsulko.com>?? ??? ???:

> On Fri, Jun 10, 2016 at 03:03:37PM +0900, Minkyu Kang wrote:
> > On 30/05/16 11:39, Simon Glass wrote:
> > > Hi Minkyu,
> > >
> > > On 30 May 2016 at 14:31, Minkyu Kang <mk7.kang@samsung.com
> <javascript:;>> wrote:
> > >>
> > >> Dear Simon,
> > >>
> > >> On 26/05/16 23:52, Tom Rini wrote:
> > >>> On Thu, May 26, 2016 at 02:03:08PM +0900, Minkyu Kang wrote:
> > >>>
> > >>>> Dear Tom,
> > >>>>
> > >>>> The following changes since commit
> fc15b9beed05dec6cc092c265042381a0eadb0e9:
> > >>>>
> > >>>>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
> (2016-05-24 13:42:03 -0400)
> > >>>>
> > >>>> are available in the git repository at:
> > >>>>
> > >>>>
> > >>>>   http://git.denx.de/u-boot-samsung
> > >>>>
> > >>>> for you to fetch changes up to
> 086e13c5f6f79a68246d6b803cf4736cb6815e44:
> > >>>>
> > >>>>   ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49
> +0900)
> > >>>>
> > >>>
> > >>> With this applied snow, peach-pi, spring and peach-pit no longer
> compile
> > >>> due to an EFI issue, please investigate, thanks!
> > >>>
> > >>
> > >> Due to CONFIG_DM_VIDEO is "y" on those boards, efi_loader cannot
> refer lcd stuffs.
> > >> Did I miss something? or could you please fix it?
> > >>
> > >> Thanks,
> > >> Minkyu Kang.
> > >
> > > Yes I can take a look, but it may be next week.
> > >
> >
> > Remind.
> > Please take care!
>
> I've taken the samsung PR along with a patch from Alexander to add
> DM_VIDEO support (initially) to the EFI GOP code so we're all good now.
>
>
Good to hear!
Thanks


> --
> Tom
>


-- 
Thanks.
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2016-06-10  6:03       ` Minkyu Kang
@ 2016-06-10 11:09         ` Tom Rini
  2016-06-14  7:58           ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Tom Rini @ 2016-06-10 11:09 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 10, 2016 at 03:03:37PM +0900, Minkyu Kang wrote:
> On 30/05/16 11:39, Simon Glass wrote:
> > Hi Minkyu,
> > 
> > On 30 May 2016 at 14:31, Minkyu Kang <mk7.kang@samsung.com> wrote:
> >>
> >> Dear Simon,
> >>
> >> On 26/05/16 23:52, Tom Rini wrote:
> >>> On Thu, May 26, 2016 at 02:03:08PM +0900, Minkyu Kang wrote:
> >>>
> >>>> Dear Tom,
> >>>>
> >>>> The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
> >>>>
> >>>>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
> >>>>
> >>>> are available in the git repository at:
> >>>>
> >>>>
> >>>>   http://git.denx.de/u-boot-samsung
> >>>>
> >>>> for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:
> >>>>
> >>>>   ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49 +0900)
> >>>>
> >>>
> >>> With this applied snow, peach-pi, spring and peach-pit no longer compile
> >>> due to an EFI issue, please investigate, thanks!
> >>>
> >>
> >> Due to CONFIG_DM_VIDEO is "y" on those boards, efi_loader cannot refer lcd stuffs.
> >> Did I miss something? or could you please fix it?
> >>
> >> Thanks,
> >> Minkyu Kang.
> > 
> > Yes I can take a look, but it may be next week.
> > 
> 
> Remind.
> Please take care!

I've taken the samsung PR along with a patch from Alexander to add
DM_VIDEO support (initially) to the EFI GOP code so we're all good now.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160610/b0574a9b/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
  2016-05-30  2:39     ` Simon Glass
@ 2016-06-10  6:03       ` Minkyu Kang
  2016-06-10 11:09         ` Tom Rini
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2016-06-10  6:03 UTC (permalink / raw)
  To: u-boot

On 30/05/16 11:39, Simon Glass wrote:
> Hi Minkyu,
> 
> On 30 May 2016 at 14:31, Minkyu Kang <mk7.kang@samsung.com> wrote:
>>
>> Dear Simon,
>>
>> On 26/05/16 23:52, Tom Rini wrote:
>>> On Thu, May 26, 2016 at 02:03:08PM +0900, Minkyu Kang wrote:
>>>
>>>> Dear Tom,
>>>>
>>>> The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
>>>>
>>>>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>
>>>>   http://git.denx.de/u-boot-samsung
>>>>
>>>> for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:
>>>>
>>>>   ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49 +0900)
>>>>
>>>
>>> With this applied snow, peach-pi, spring and peach-pit no longer compile
>>> due to an EFI issue, please investigate, thanks!
>>>
>>
>> Due to CONFIG_DM_VIDEO is "y" on those boards, efi_loader cannot refer lcd stuffs.
>> Did I miss something? or could you please fix it?
>>
>> Thanks,
>> Minkyu Kang.
> 
> Yes I can take a look, but it may be next week.
> 

Remind.
Please take care!

Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2016-05-30  2:31   ` Minkyu Kang
@ 2016-05-30  2:39     ` Simon Glass
  2016-06-10  6:03       ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Simon Glass @ 2016-05-30  2:39 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On 30 May 2016 at 14:31, Minkyu Kang <mk7.kang@samsung.com> wrote:
>
> Dear Simon,
>
> On 26/05/16 23:52, Tom Rini wrote:
> > On Thu, May 26, 2016 at 02:03:08PM +0900, Minkyu Kang wrote:
> >
> >> Dear Tom,
> >>
> >> The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
> >>
> >>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>
> >>   http://git.denx.de/u-boot-samsung
> >>
> >> for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:
> >>
> >>   ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49 +0900)
> >>
> >
> > With this applied snow, peach-pi, spring and peach-pit no longer compile
> > due to an EFI issue, please investigate, thanks!
> >
>
> Due to CONFIG_DM_VIDEO is "y" on those boards, efi_loader cannot refer lcd stuffs.
> Did I miss something? or could you please fix it?
>
> Thanks,
> Minkyu Kang.

Yes I can take a look, but it may be next week.

Regards,
Simon

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

* [U-Boot] please pull u-boot-samsung master
  2016-05-26 14:52 ` Tom Rini
@ 2016-05-30  2:31   ` Minkyu Kang
  2016-05-30  2:39     ` Simon Glass
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2016-05-30  2:31 UTC (permalink / raw)
  To: u-boot

Dear Simon,

On 26/05/16 23:52, Tom Rini wrote:
> On Thu, May 26, 2016 at 02:03:08PM +0900, Minkyu Kang wrote:
> 
>> Dear Tom,
>>
>> The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
>>
>>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
>>
>> are available in the git repository at:
>>
>>
>>   http://git.denx.de/u-boot-samsung 
>>
>> for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:
>>
>>   ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49 +0900)
>>
> 
> With this applied snow, peach-pi, spring and peach-pit no longer compile
> due to an EFI issue, please investigate, thanks!
> 

Due to CONFIG_DM_VIDEO is "y" on those boards, efi_loader cannot refer lcd stuffs.
Did I miss something? or could you please fix it?

Thanks,
Minkyu Kang.

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

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

On Thu, May 26, 2016 at 02:03:08PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
> 
> are available in the git repository at:
> 
> 
>   http://git.denx.de/u-boot-samsung 
> 
> for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:
> 
>   ARM: exynos: Disable serial support in SPL (2016-05-26 12:55:49 +0900)
> 

With this applied snow, peach-pi, spring and peach-pit no longer compile
due to an EFI issue, please investigate, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160526/e49f2592/attachment.sig>

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

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

Dear Tom,

The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:

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

are available in the git repository at:


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

for you to fetch changes up to 086e13c5f6f79a68246d6b803cf4736cb6815e44:

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

On Tue, Apr 26, 2016 at 04:45:53PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400:
> 
>   xpress: Update <usb/ehci-fsl.h> include (2016-04-13 15:45:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 4ecad8a62942a460b177f34f1eea7326614025f4:
> 
>   exynos: Set CNTFRQ (2016-04-14 19:41:05 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160426/5faef3be/attachment.sig>

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

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

Dear Tom,

The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400:

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

are available in the git repository at:

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

for you to fetch changes up to 4ecad8a62942a460b177f34f1eea7326614025f4:

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160311/64fac109/attachment.sig>

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

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

Dear Tom,

The following changes since commit cf77f6ffd96a243d2e4f81fe8bc0aa4fe8fef623:

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

are available in the git repository at:


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

for you to fetch changes up to 76aab9eb8b4618891914e41fa1ea84441f8c53fd:

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

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

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

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151130/490fba41/attachment.sig>

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

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

Dear Tom,

The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:

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

are available in the git repository at:


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

for you to fetch changes up to 225f5eeccd6c0d376a20c15897edd8c69500d8cc:

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

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

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

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

* [U-Boot] please pull u-boot-samsung master
  2015-11-04 15:43       ` Minkyu Kang
@ 2015-11-04 17:12         ` Przemyslaw Marczak
  0 siblings, 0 replies; 168+ messages in thread
From: Przemyslaw Marczak @ 2015-11-04 17:12 UTC (permalink / raw)
  To: u-boot

Hello Minkyu,

On 11/04/2015 04:43 PM, Minkyu Kang wrote:
> Dear Przemyslaw Marczak,
>
> On 4 November 2015 at 18:37, Przemyslaw Marczak <p.marczak@samsung.com
> <mailto:p.marczak@samsung.com>> wrote:
>
>     Hello Minkyu,
>
>     On 11/04/2015 03:05 AM, Minkyu Kang wrote:
>
>         Dear Przemyslaw Marczak,
>
>         2015? 11? 4? ???, Tom Rini<trini@konsulko.com
>         <mailto:trini@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-adc.h>
>              +(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 <http://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.marczak at samsung.com

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

* [U-Boot] please pull u-boot-samsung master
  2015-11-04  9:37     ` Przemyslaw Marczak
@ 2015-11-04 15:43       ` Minkyu Kang
  2015-11-04 17:12         ` Przemyslaw Marczak
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2015-11-04 15:43 UTC (permalink / raw)
  To: u-boot

Dear Przemyslaw Marczak,

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

> Hello Minkyu,
>
> On 11/04/2015 03:05 AM, Minkyu Kang wrote:
>
>> Dear Przemyslaw Marczak,
>>
>> 2015? 11? 4? ???, Tom Rini<trini@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-adc.h>
>>     +(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

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

* [U-Boot] please pull u-boot-samsung master
  2015-11-04  2:05   ` Minkyu Kang
@ 2015-11-04  9:37     ` Przemyslaw Marczak
  2015-11-04 15:43       ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Przemyslaw Marczak @ 2015-11-04  9:37 UTC (permalink / raw)
  To: u-boot

Hello Minkyu,

On 11/04/2015 03:05 AM, Minkyu Kang wrote:
> Dear Przemyslaw Marczak,
>
> 2015? 11? 4? ???, Tom Rini<trini@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-adc.h>
>     +(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.marczak at samsung.com

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

* [U-Boot] please pull u-boot-samsung master
  2015-11-03 16:09 ` Tom Rini
@ 2015-11-04  2:05   ` Minkyu Kang
  2015-11-04  9:37     ` Przemyslaw Marczak
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2015-11-04  2:05 UTC (permalink / raw)
  To: u-boot

Dear Przemyslaw Marczak,

2015? 11? 4? ???, Tom Rini<trini@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-adc.h>
> +(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.

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

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

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-adc.h>
+(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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151103/5cdf67c9/attachment.sig>

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

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

Dear Tom,

The following changes since commit 0e067a65f57189703668826d9841fea477026bf6:

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

are available in the git repository at:

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

for you to fetch changes up to de5f9733f653091d4b227914d04432099a6448dc:

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151016/64aae80e/attachment.sig>

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

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

Dear Tom,

The following changes since commit f861f51c4673d35908e4e330a86c81d7d909b51c:

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

are available in the git repository at:

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

for you to fetch changes up to 2308ea7c6fe003f699f4648d4ac3bb030fdc64d0:

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150818/c6361ab1/attachment.sig>

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

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

Dear Tom,

The following changes since commit 632093b566569329bc6e5b0893bdca01de905314:

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

are available in the git repository at:


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

for you to fetch changes up to 14a66afead568a5c3a6bb49782432bea3b397fb8:

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150710/21ad08ce/attachment.sig>

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

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

Dear Tom,

The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1:

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

are available in the git repository at:

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

for you to fetch changes up to 8fd3ec770c41115b95ca80f0f0ba344ac59dc293:

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150610/608afb65/attachment.sig>

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

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

Dear Tom,

The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:

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

are available in the git repository at:

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

for you to fetch changes up to 91432d2f2fab4a780d860bd6cb4922ca11b2aac8:

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150518/1f9513ab/attachment.sig>

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

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

Dear Tom,

The following changes since commit 905e8f9e53766e606bd4a0ed46d804889e613f32:

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

are available in the git repository at:

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

for you to fetch changes up to cf85202770d95474ba341b8881f9b76589244bed:

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150406/a16b83f9/attachment.sig>

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

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

Dear Tom,

The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707:

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

are available in the git repository at:


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

for you to fetch changes up to 1018b0a56a4719a64fb6867337a72d6a9343008b:

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

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

Dear Tom,

The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b:

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

are available in the git repository at:

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

for you to fetch changes up to c8b71a35289112f77691df0d0b4a97ef19dac87b:

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

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

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

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

* [U-Boot] please pull u-boot-samsung master
  2015-02-28 10:06 Minkyu Kang
  2015-03-02  1:04 ` Simon Glass
  2015-03-02  2:07 ` Tom Rini
@ 2015-03-02 12:23 ` Tom Rini
  2 siblings, 0 replies; 168+ messages in thread
From: Tom Rini @ 2015-03-02 12:23 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150302/8cff0aae/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
  2015-03-02  2:07 ` Tom Rini
@ 2015-03-02  2:21   ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2015-03-02  2:21 UTC (permalink / raw)
  To: u-boot

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.

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

* [U-Boot] please pull u-boot-samsung master
  2015-02-28 10:06 Minkyu Kang
  2015-03-02  1:04 ` Simon Glass
@ 2015-03-02  2:07 ` Tom Rini
  2015-03-02  2:21   ` Minkyu Kang
  2015-03-02 12:23 ` Tom Rini
  2 siblings, 1 reply; 168+ messages in thread
From: Tom Rini @ 2015-03-02  2:07 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150301/b3e9020e/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
  2015-02-28 10:06 Minkyu Kang
@ 2015-03-02  1:04 ` Simon Glass
  2015-03-02  2:07 ` Tom Rini
  2015-03-02 12:23 ` Tom Rini
  2 siblings, 0 replies; 168+ messages in thread
From: Simon Glass @ 2015-03-02  1:04 UTC (permalink / raw)
  To: u-boot

+Tom

On 28 February 2015 at 03:06, Minkyu Kang <mk7.kang@samsung.com> 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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

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

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

Dear Tom,

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

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

are available in the git repository at:


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

for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:

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

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

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

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

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

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

Dear Tom,

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

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

are available in the git repository at:


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

for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:

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

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

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

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

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

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

Dear Tom,

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

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

are available in the git repository at:


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

for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2015-02-13 15:13 ` Simon Glass
@ 2015-02-17 10:43   ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2015-02-17 10:43 UTC (permalink / raw)
  To: u-boot

Dear Simon,

On 14/02/15 00:13, Simon Glass wrote:
> Hi Minkyu,
> 
> On 13 February 2015 at 01:31, Minkyu Kang <mk7.kang@samsung.com> 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.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150216/008b5ea5/attachment.sig>

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

* [U-Boot] please pull u-boot-samsung master
  2015-02-13  8:31 Minkyu Kang
@ 2015-02-13 15:13 ` Simon Glass
  2015-02-17 10:43   ` Minkyu Kang
  2015-02-16 17:41 ` Tom Rini
  1 sibling, 1 reply; 168+ messages in thread
From: Simon Glass @ 2015-02-13 15:13 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On 13 February 2015 at 01:31, Minkyu Kang <mk7.kang@samsung.com> 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

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

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

Dear Tom,

The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:

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

are available in the git repository at:

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

for you to fetch changes up to 2e82e9252695a612ab0cbf40fa0c7368515f6506:

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150101/ad52b991/attachment.pgp>

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

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

Dear Tom,

The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

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

are available in the git repository at:

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

for you to fetch changes up to 66223787869e2059560ac583431e9968ac4cf26f:

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141126/1fa7ceef/attachment.pgp>

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

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

Dear Tom,

The following changes since commit 2086e388d56cbb0e3737a6276f04f00f74bf6723:

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

are available in the git repository at:


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

for you to fetch changes up to 7741c8b8c9215c6def36f24ac0b2d71543dd47ab:

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

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

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

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

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141104/ce81f1fd/attachment.pgp>

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

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

Dear Tom,

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

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

are available in the git repository at:

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

for you to fetch changes up to 4aa97312f7147b68b8b7c731d7bb01cff8dda2d6:

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

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

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

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

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

Hi Minkyu,

On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang <mk7.kang@samsung.com>
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-s5pc1xx/pinmux.h
>  create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
>  rename include/configs/{exynos4-dt.h => exynos-common.h} (51%)
>  create mode 100644 include/configs/exynos4-common.h
>  rename include/configs/{exynos5-dt.h => exynos5-common.h} (64%)
>  create mode 100644 include/configs/exynos5-dt-common.h
>  rename include/configs/{exynos5250-dt.h => exynos5250-common.h} (88%)
>  rename include/configs/{exynos5420.h => exynos5420-common.h} (71%)

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

Amicalement,
-- 
Albert.

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

* [U-Boot] please pull u-boot-samsung master
  2014-10-08 19:13 ` Albert ARIBAUD
@ 2014-10-10  0:15   ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2014-10-10  0:15 UTC (permalink / raw)
  To: u-boot

Hi,

On 09/10/14 04:13, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang <mk7.kang@samsung.com>
> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2014-10-08 11:36 Minkyu Kang
@ 2014-10-08 19:13 ` Albert ARIBAUD
  2014-10-10  0:15   ` Minkyu Kang
  2014-10-10  9:38 ` Albert ARIBAUD
  1 sibling, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2014-10-08 19:13 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125:

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

are available in the git repository at:

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

for you to fetch changes up to b219773957d2ee8fedb56f0fcb19288eb72d4867:

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

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

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

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

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

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

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

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

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

Hi Minkyu,

On Fri, 05 Sep 2014 21:30:51 +0900, Minkyu Kang <mk7.kang@samsung.com>
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/MAINTAINERS
>  create mode 100644 board/samsung/odroid/Makefile
>  create mode 100644 board/samsung/odroid/odroid.c
>  create mode 100644 board/samsung/odroid/setup.h
>  create mode 100644 configs/odroid_defconfig
>  create mode 100644 doc/README.odroid
>  create mode 100644 drivers/video/parade.c
>  create mode 100644 include/configs/odroid.h
> 
> 

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

(warnings and errors unchanged wrt before applying)

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:

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

are available in the git repository at:

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

for you to fetch changes up to 5cecf21fb1fadeb39be862793f743841ad373601:

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

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

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

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

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

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


-- 
Thanks,
Minkyu Kang.

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

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

Hi Minkyu,

On Mon, 30 Jun 2014 17:42:38 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:

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

are available in the git repository at:

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

for you to fetch changes up to 5287d595449512385e25f5afcb68a130bf08bae6:

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

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

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

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

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

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

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

Tushar Behera (1):
      Arndale: Enable preboot support

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

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

-- 
Thanks,
Minkyu Kang.

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

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

Hi Minkyu,

On Sat, 31 May 2014 14:29:43 +0900, Minkyu Kang <mk7.kang@samsung.com>
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 ++++---
>  include/configs/woodburn_common.h               |    2 +-
>  include/dwmmc.h                                 |    5 +
>  include/fdtdec.h                                |    4 +-
>  include/initcall.h                              |    2 +-
>  include/mmc.h                                   |   25 +-
>  include/power/max77693_pmic.h                   |    2 -
>  include/power/max8997_pmic.h                    |    1 -
>  include/power/pmic.h                            |    5 +
>  include/power/tps65090_pmic.h                   |   73 +++++
>  lib/fdtdec.c                                    |    4 +-
>  lib/initcall.c                                  |   17 +-
>  51 files changed, 1238 insertions(+), 605 deletions(-)
>  delete mode 100644 board/samsung/smdk5250/smdk5250.c
>  create mode 100644 doc/device-tree-bindings/power/tps65090.txt
>  create mode 100644 doc/device-tree-bindings/regulator/tps65090.txt
>  create mode 100644 drivers/power/pmic/pmic_tps65090.c
>  create mode 100644 include/power/tps65090_pmic.h

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

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit 44cfc3a83f2a62963af2de8d983daf4c77e1db0c:

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

are available in the git repository at:


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

for you to fetch changes up to 567802bbd6bf1c809d37fef9244fc8a692244e73:

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

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

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

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

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

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

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

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

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

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

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

* [U-Boot] please pull u-boot-samsung master
  2014-05-15 14:28 ` Albert ARIBAUD
@ 2014-05-16  1:02   ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2014-05-16  1:02 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On 15/05/14 23:28, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang <mk7.kang@samsung.com>
> 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.

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

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

Hi Minkyu,

On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

* [U-Boot] please pull u-boot-samsung master
  2014-05-13 10:47 Minkyu Kang
@ 2014-05-15 14:28 ` Albert ARIBAUD
  2014-05-16  1:02   ` Minkyu Kang
  2014-05-15 15:18 ` Albert ARIBAUD
  1 sibling, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2014-05-15 14:28 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Tue, 13 May 2014 19:47:35 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 7904b70885f3c589c239f6ac978f299a6744557f:

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

are available in the git repository at:

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

for you to fetch changes up to 9b97b727dcfbdc02a0a78e4c1d81670742f28784:

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

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

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

Hi Minkyu,

On Wed, 02 Apr 2014 21:55:59 +0900, Minkyu Kang <mk7.kang@samsung.com>
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 0x78100000 to 0x43e00000 (2014-04-02 21:00:04 +0900)
> 
> ----------------------------------------------------------------
> ?ukasz Majewski (1):
>       config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000
> 
>  include/configs/trats2.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit da0c5748a315ea8852a85b8af9638571cce0fe94:

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

are available in the git repository at:


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

for you to fetch changes up to 00b132bf34c5be86a108ac7fe8231ad9e97f6de4:

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

Hi Minkyu,

On Thu, 13 Mar 2014 15:10:46 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 8ee950dd273aef6a074d41bf2ee4ef11d6f848fb:

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

are available in the git repository at:

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

for you to fetch changes up to b627eb461bb281a00b543e72e74edc197b5f7b5e:

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2014-02-13 12:27 Minkyu Kang
@ 2014-02-13 13:06 ` Albert ARIBAUD
  0 siblings, 0 replies; 168+ messages in thread
From: Albert ARIBAUD @ 2014-02-13 13:06 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Thu, 13 Feb 2014 21:27:16 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

* [U-Boot] please pull u-boot-samsung master
@ 2014-02-13 12:27 Minkyu Kang
  2014-02-13 13:06 ` Albert ARIBAUD
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2014-02-13 12:27 UTC (permalink / raw)
  To: u-boot

The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:

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

are available in the git repository at:


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

for you to fetch changes up to e25bfecf7ba54a5b56cf991af8a2f2bb22994293:

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

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

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

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

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

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

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

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

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

Hi Minkyu,

On Fri, 03 Jan 2014 14:30:17 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 2931fa4db349c97f882ffda42e901208654b5ca9:

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

are available in the git repository at:

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

for you to fetch changes up to a5e15bbb42512ee5be53967019e9649816790d7e:

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

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

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

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

-- 
Happy New Year!

Thanks,
Minkyu Kang.

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

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

Hi Minkyu,

On Thu, 05 Dec 2013 17:11:17 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2:

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

are available in the git repository at:


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

for you to fetch changes up to 01322004ec08c207141b08a2e0423b9b4c7b2714:

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

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

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

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

Hi Minkyu,

On Thu, 10 Oct 2013 10:46:19 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4:

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

are available in the git repository at:

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

for you to fetch changes up to 4d6c96711bd550ae292df566c2b36ff3e3dac24c:

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

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

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

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

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

Hi Minkyu,

On Wed, 11 Sep 2013 11:28:54 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

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

are available in the git repository at:


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

for you to fetch changes up to 5c18a1cf3e56e0177388258696be4a17a672e9d0:

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

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-09  8:25                   ` Minkyu Kang
@ 2013-09-10  7:54                     ` Chander Kashyap
  0 siblings, 0 replies; 168+ messages in thread
From: Chander Kashyap @ 2013-09-10  7:54 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On 9 September 2013 13:55, Minkyu Kang <mk7.kang@samsung.com> wrote:
> Dear Chander Kashyap,
>
> On 06/09/13 13:32, Chander Kashyap wrote:
>> Hi Albert,
>>
>> On 5 September 2013 18:58, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
>>> Hi Chander,
>>>
>>> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
>>> <chander.kashyap@linaro.org> wrote:
>>>
>>>> Hi Albert,
>>>>
>>>> On 5 September 2013 17:08, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
>>>>> Hi Chander,
>>>>>
>>>>> On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>>>>> <chander.kashyap@linaro.org> wrote:
>>>>>
>>>>>> Hi Lukasz,
>>>>>>
>>>>>> On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-06  4:32                 ` Chander Kashyap
@ 2013-09-09  8:25                   ` Minkyu Kang
  2013-09-10  7:54                     ` Chander Kashyap
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2013-09-09  8:25 UTC (permalink / raw)
  To: u-boot

Dear Chander Kashyap,

On 06/09/13 13:32, Chander Kashyap wrote:
> Hi Albert,
> 
> On 5 September 2013 18:58, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
>> Hi Chander,
>>
>> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
>> <chander.kashyap@linaro.org> wrote:
>>
>>> Hi Albert,
>>>
>>> On 5 September 2013 17:08, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
>>>> Hi Chander,
>>>>
>>>> On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>>>> <chander.kashyap@linaro.org> wrote:
>>>>
>>>>> Hi Lukasz,
>>>>>
>>>>> On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05 13:28               ` Albert ARIBAUD
@ 2013-09-06  4:32                 ` Chander Kashyap
  2013-09-09  8:25                   ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Chander Kashyap @ 2013-09-06  4:32 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On 5 September 2013 18:58, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
> <chander.kashyap@linaro.org> wrote:
>
>> Hi Albert,
>>
>> On 5 September 2013 17:08, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
>> > Hi Chander,
>> >
>> > On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>> > <chander.kashyap@linaro.org> wrote:
>> >
>> >> Hi Lukasz,
>> >>
>> >> On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05 12:06             ` Chander Kashyap
@ 2013-09-05 13:28               ` Albert ARIBAUD
  2013-09-06  4:32                 ` Chander Kashyap
  0 siblings, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-09-05 13:28 UTC (permalink / raw)
  To: u-boot

Hi Chander,

On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
<chander.kashyap@linaro.org> wrote:

> Hi Albert,
> 
> On 5 September 2013 17:08, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> > Hi Chander,
> >
> > On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
> > <chander.kashyap@linaro.org> wrote:
> >
> >> Hi Lukasz,
> >>
> >> On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05 11:38           ` Albert ARIBAUD
@ 2013-09-05 12:06             ` Chander Kashyap
  2013-09-05 13:28               ` Albert ARIBAUD
  0 siblings, 1 reply; 168+ messages in thread
From: Chander Kashyap @ 2013-09-05 12:06 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On 5 September 2013 17:08, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
> <chander.kashyap@linaro.org> wrote:
>
>> Hi Lukasz,
>>
>> On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05 11:17         ` Chander Kashyap
@ 2013-09-05 11:38           ` Albert ARIBAUD
  2013-09-05 12:06             ` Chander Kashyap
  0 siblings, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-09-05 11:38 UTC (permalink / raw)
  To: u-boot

Hi Chander,

On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
<chander.kashyap@linaro.org> wrote:

> Hi Lukasz,
> 
> On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05 10:57       ` Lukasz Majewski
@ 2013-09-05 11:17         ` Chander Kashyap
  2013-09-05 11:38           ` Albert ARIBAUD
  0 siblings, 1 reply; 168+ messages in thread
From: Chander Kashyap @ 2013-09-05 11:17 UTC (permalink / raw)
  To: u-boot

Hi Lukasz,

On 5 September 2013 16:27, Lukasz Majewski <l.majewski@samsung.com> 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

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05  9:59     ` Chander Kashyap
@ 2013-09-05 10:57       ` Lukasz Majewski
  2013-09-05 11:17         ` Chander Kashyap
  0 siblings, 1 reply; 168+ messages in thread
From: Lukasz Majewski @ 2013-09-05 10:57 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05  9:42   ` Chander Kashyap
@ 2013-09-05  9:59     ` Chander Kashyap
  2013-09-05 10:57       ` Lukasz Majewski
  0 siblings, 1 reply; 168+ messages in thread
From: Chander Kashyap @ 2013-09-05  9:59 UTC (permalink / raw)
  To: u-boot

On 5 September 2013 15:12, Chander Kashyap <chander.kashyap@linaro.org> wrote:
> Hi Albert,
>
> On 5 September 2013 14:43, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
>> Hi Minkyu,
>>
>> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang <mk7.kang@samsung.com>
>> 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 812d7576cdbecc12d7eec7b533333d3a4a06234b:
>>>
>>>   drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
>>>
>>> ----------------------------------------------------------------
>>> Chander Kashyap (2):
>>>       CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
>>>       exynos5250: Add arndale board support
>>>
>>> Inderpal Singh (1):
>>>       exynos5250: arndale: Add mmc support
>>>
>>> Minkyu Kang (2):
>>>       arm: smdkc100: remove config.mk file
>>>       arm: goni: remove config.mk file
>>>
>>> Piotr Wilczek (2):
>>>       arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
>>>       drivers:power:max77686: add function to set voltage and mode
>>>
>>>  MAINTAINERS                              |    4 +
>>>  Makefile                                 |    2 +-
>>>  arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
>>>  board/samsung/arndale/Makefile           |   34 ++++
>>>  board/samsung/arndale/arndale.c          |  101 ++++++++++++
>>>  board/samsung/arndale/arndale_spl.c      |   50 ++++++
>>>  board/samsung/dts/exynos5250-arndale.dts |   39 +++++
>>>  board/samsung/goni/config.mk             |   18 ---
>>>  board/samsung/smdkc100/config.mk         |   16 --
>>>  boards.cfg                               |    1 +
>>>  drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
>>>  include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
>>>  include/configs/exynos5250-dt.h          |    2 +-
>>>  include/configs/s5p_goni.h               |    3 +
>>>  include/configs/smdkc100.h               |    3 +
>>>  include/power/max77686_pmic.h            |   26 +++
>>>  tools/Makefile                           |    4 +-
>>>  17 files changed, 725 insertions(+), 42 deletions(-)
>>>  create mode 100644 board/samsung/arndale/Makefile
>>>  create mode 100644 board/samsung/arndale/arndale.c
>>>  create mode 100644 board/samsung/arndale/arndale_spl.c
>>>  create mode 100644 board/samsung/dts/exynos5250-arndale.dts
>>>  delete mode 100644 board/samsung/goni/config.mk
>>>  delete mode 100644 board/samsung/smdkc100/config.mk
>>>  create mode 100644 include/configs/arndale.h
>>
>> 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 at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
>
>
> --
> with warm regards,
> Chander Kashyap



-- 
with warm regards,
Chander Kashyap

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

* [U-Boot] please pull u-boot-samsung master
  2013-09-05  9:13 ` Albert ARIBAUD
@ 2013-09-05  9:42   ` Chander Kashyap
  2013-09-05  9:59     ` Chander Kashyap
  0 siblings, 1 reply; 168+ messages in thread
From: Chander Kashyap @ 2013-09-05  9:42 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On 5 September 2013 14:43, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> Hi Minkyu,
>
> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang <mk7.kang@samsung.com>
> 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 812d7576cdbecc12d7eec7b533333d3a4a06234b:
>>
>>   drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
>>
>> ----------------------------------------------------------------
>> Chander Kashyap (2):
>>       CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
>>       exynos5250: Add arndale board support
>>
>> Inderpal Singh (1):
>>       exynos5250: arndale: Add mmc support
>>
>> Minkyu Kang (2):
>>       arm: smdkc100: remove config.mk file
>>       arm: goni: remove config.mk file
>>
>> Piotr Wilczek (2):
>>       arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
>>       drivers:power:max77686: add function to set voltage and mode
>>
>>  MAINTAINERS                              |    4 +
>>  Makefile                                 |    2 +-
>>  arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
>>  board/samsung/arndale/Makefile           |   34 ++++
>>  board/samsung/arndale/arndale.c          |  101 ++++++++++++
>>  board/samsung/arndale/arndale_spl.c      |   50 ++++++
>>  board/samsung/dts/exynos5250-arndale.dts |   39 +++++
>>  board/samsung/goni/config.mk             |   18 ---
>>  board/samsung/smdkc100/config.mk         |   16 --
>>  boards.cfg                               |    1 +
>>  drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
>>  include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
>>  include/configs/exynos5250-dt.h          |    2 +-
>>  include/configs/s5p_goni.h               |    3 +
>>  include/configs/smdkc100.h               |    3 +
>>  include/power/max77686_pmic.h            |   26 +++
>>  tools/Makefile                           |    4 +-
>>  17 files changed, 725 insertions(+), 42 deletions(-)
>>  create mode 100644 board/samsung/arndale/Makefile
>>  create mode 100644 board/samsung/arndale/arndale.c
>>  create mode 100644 board/samsung/arndale/arndale_spl.c
>>  create mode 100644 board/samsung/dts/exynos5250-arndale.dts
>>  delete mode 100644 board/samsung/goni/config.mk
>>  delete mode 100644 board/samsung/smdkc100/config.mk
>>  create mode 100644 include/configs/arndale.h
>
> 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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



-- 
with warm regards,
Chander Kashyap

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

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

Hi Minkyu,

On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang <mk7.kang@samsung.com>
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 812d7576cdbecc12d7eec7b533333d3a4a06234b:
> 
>   drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
> 
> ----------------------------------------------------------------
> Chander Kashyap (2):
>       CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
>       exynos5250: Add arndale board support
> 
> Inderpal Singh (1):
>       exynos5250: arndale: Add mmc support
> 
> Minkyu Kang (2):
>       arm: smdkc100: remove config.mk file
>       arm: goni: remove config.mk file
> 
> Piotr Wilczek (2):
>       arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
>       drivers:power:max77686: add function to set voltage and mode
> 
>  MAINTAINERS                              |    4 +
>  Makefile                                 |    2 +-
>  arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
>  board/samsung/arndale/Makefile           |   34 ++++
>  board/samsung/arndale/arndale.c          |  101 ++++++++++++
>  board/samsung/arndale/arndale_spl.c      |   50 ++++++
>  board/samsung/dts/exynos5250-arndale.dts |   39 +++++
>  board/samsung/goni/config.mk             |   18 ---
>  board/samsung/smdkc100/config.mk         |   16 --
>  boards.cfg                               |    1 +
>  drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
>  include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
>  include/configs/exynos5250-dt.h          |    2 +-
>  include/configs/s5p_goni.h               |    3 +
>  include/configs/smdkc100.h               |    3 +
>  include/power/max77686_pmic.h            |   26 +++
>  tools/Makefile                           |    4 +-
>  17 files changed, 725 insertions(+), 42 deletions(-)
>  create mode 100644 board/samsung/arndale/Makefile
>  create mode 100644 board/samsung/arndale/arndale.c
>  create mode 100644 board/samsung/arndale/arndale_spl.c
>  create mode 100644 board/samsung/dts/exynos5250-arndale.dts
>  delete mode 100644 board/samsung/goni/config.mk
>  delete mode 100644 board/samsung/smdkc100/config.mk
>  create mode 100644 include/configs/arndale.h

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.

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

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

Dear Albert,

The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

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

are available in the git repository at:


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

for you to fetch changes up to 812d7576cdbecc12d7eec7b533333d3a4a06234b:

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

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

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

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

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

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

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

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

Hi Minkyu,

On Wed, 10 Jul 2013 21:24:47 +0900, Minkyu Kang <mk7.kang@samsung.com>
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/arm/cpu/armv7/exynos}/clock_init.h (100%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c
>  rename board/samsung/smdk5250/clock_init.c => arch/arm/cpu/armv7/exynos/clock_init_exynos5.c (94%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/common_setup.h
>  rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_common.c (97%)
>  rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_init_ddr3.c (92%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c
>  rename board/samsung/origen/origen_setup.h => arch/arm/cpu/armv7/exynos/exynos4_setup.h (65%)
>  rename board/samsung/smdk5250/setup.h => arch/arm/cpu/armv7/exynos/exynos5_setup.h (96%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/lowlevel_init.c
>  rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/spl_boot.c (73%)
>  rename board/samsung/{smdk5250/smdk5250-uboot-spl.lds => common/exynos-uboot-spl.lds} (100%)
>  delete mode 100644 board/samsung/origen/lowlevel_init.S
>  delete mode 100644 board/samsung/origen/mem_setup.S
>  delete mode 100644 board/samsung/origen/mmc_boot.c
>  delete mode 100644 board/samsung/smdkv310/lowlevel_init.S
>  delete mode 100644 board/samsung/smdkv310/mem_setup.S
>  delete mode 100644 board/samsung/smdkv310/mmc_boot.c

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

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit 7737c994609ffb50194d5ddb67467ae0fcd8f775:

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

are available in the git repository at:

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

for you to fetch changes up to 1ae76d438b602fe8be1f0ef8b8ce47c89d371047:

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

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

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

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

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

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

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

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

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

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

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

* [U-Boot] please pull u-boot-samsung master
  2013-07-07  5:43   ` Minkyu Kang
@ 2013-07-09  8:14     ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2013-07-09  8:14 UTC (permalink / raw)
  To: u-boot

Dear Amar,

On 07/07/13 14:43, Minkyu Kang wrote:
> Dear Amar,
> 
> 
> On 6 July 2013 04:12, Albert ARIBAUD <albert.u.boot at aribaud.net <mailto:albert.u.boot@aribaud.net>> 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 <amarendra.xt at samsung.com <mailto:amarendra.xt@samsung.com>>.
> 
>     (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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-07-05 19:12 ` Albert ARIBAUD
@ 2013-07-07  5:43   ` Minkyu Kang
  2013-07-09  8:14     ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2013-07-07  5:43 UTC (permalink / raw)
  To: u-boot

Dear Amar,


On 6 July 2013 04:12, Albert ARIBAUD <albert.u.boot@aribaud.net> 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 <amarendra.xt@samsung.com>.
>
> (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 <amarendra.xt@samsung.com>
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 <amarendra.xt@samsung.com>
    Acked-by: Simon Glass <sjg@chromium.org>
    Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

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

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

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

Hi Minkyu,

On Fri, 05 Jul 2013 19:08:06 +0900, Minkyu Kang <mk7.kang@samsung.com>
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 => arch/arm/cpu/armv7/exynos/clock_init_exynos5.c (94%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/common_setup.h
>  rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_common.c (97%)
>  rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_init_ddr3.c (92%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c
>  rename board/samsung/origen/origen_setup.h => arch/arm/cpu/armv7/exynos/exynos4_setup.h (65%)
>  rename board/samsung/smdk5250/setup.h => arch/arm/cpu/armv7/exynos/exynos5_setup.h (96%)
>  create mode 100644 arch/arm/cpu/armv7/exynos/lowlevel_init.c
>  rename {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/spl_boot.c (73%)
>  rename board/samsung/{smdk5250/smdk5250-uboot-spl.lds => common/exynos-uboot-spl.lds} (100%)
>  delete mode 100644 board/samsung/origen/lowlevel_init.S
>  delete mode 100644 board/samsung/origen/mem_setup.S
>  delete mode 100644 board/samsung/origen/mmc_boot.c
>  delete mode 100644 board/samsung/smdkv310/lowlevel_init.S
>  delete mode 100644 board/samsung/smdkv310/mem_setup.S
>  delete mode 100644 board/samsung/smdkv310/mmc_boot.c

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 <amarendra.xt@samsung.com>.

(also: "Amar" seems to be only part of the author's name. Is this
intentional?)

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit 7737c994609ffb50194d5ddb67467ae0fcd8f775:

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

are available in the git repository at:

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

for you to fetch changes up to 9dfa3d0734df4aad107def2c900d1514ac7510ac:

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

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

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

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

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

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

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

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

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

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-17  2:10 Minkyu Kang
  2013-06-17  7:46 ` Jagan Teki
  2013-06-19 11:30 ` Albert ARIBAUD
@ 2013-06-19 15:59 ` Albert ARIBAUD
  2 siblings, 0 replies; 168+ messages in thread
From: Albert ARIBAUD @ 2013-06-19 15:59 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang <mk7.kang@samsung.com>
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 drivers/mtd/spi/gigadevice.c

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

Amicalement,
-- 
Albert.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-19 11:30 ` Albert ARIBAUD
@ 2013-06-19 12:11   ` Minkyu Kang
  0 siblings, 0 replies; 168+ messages in thread
From: Minkyu Kang @ 2013-06-19 12:11 UTC (permalink / raw)
  To: u-boot

On 19/06/13 20:30, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang <mk7.kang@samsung.com>
> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-19 11:54         ` Albert ARIBAUD
@ 2013-06-19 12:07           ` Jagan Teki
  0 siblings, 0 replies; 168+ messages in thread
From: Jagan Teki @ 2013-06-19 12:07 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 19, 2013 at 5:24 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Jagan,
>
> On Wed, 19 Jun 2013 17:19:36 +0530, Jagan Teki
> <jagannadh.teki@gmail.com> wrote:
>
>> On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang <mk7.kang@samsung.com> wrote:
>> > On 18/06/13 23:57, Albert ARIBAUD wrote:
>> >> Hi Minkyu,
>> >>
>> >> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
>> >> <jagannadh.teki@gmail.com> wrote:
>> >>
>> >>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang <mk7.kang@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-19 11:49       ` Jagan Teki
@ 2013-06-19 11:54         ` Albert ARIBAUD
  2013-06-19 12:07           ` Jagan Teki
  0 siblings, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-06-19 11:54 UTC (permalink / raw)
  To: u-boot

Hi Jagan,

On Wed, 19 Jun 2013 17:19:36 +0530, Jagan Teki
<jagannadh.teki@gmail.com> wrote:

> On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang <mk7.kang@samsung.com> wrote:
> > On 18/06/13 23:57, Albert ARIBAUD wrote:
> >> Hi Minkyu,
> >>
> >> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
> >> <jagannadh.teki@gmail.com> wrote:
> >>
> >>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang <mk7.kang@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-19  0:39     ` Minkyu Kang
@ 2013-06-19 11:49       ` Jagan Teki
  2013-06-19 11:54         ` Albert ARIBAUD
  0 siblings, 1 reply; 168+ messages in thread
From: Jagan Teki @ 2013-06-19 11:49 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 19, 2013 at 6:09 AM, Minkyu Kang <mk7.kang@samsung.com> wrote:
> On 18/06/13 23:57, Albert ARIBAUD wrote:
>> Hi Minkyu,
>>
>> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
>> <jagannadh.teki@gmail.com> wrote:
>>
>>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang <mk7.kang@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-17  2:10 Minkyu Kang
  2013-06-17  7:46 ` Jagan Teki
@ 2013-06-19 11:30 ` Albert ARIBAUD
  2013-06-19 12:11   ` Minkyu Kang
  2013-06-19 15:59 ` Albert ARIBAUD
  2 siblings, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-06-19 11:30 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Mon, 17 Jun 2013 11:10:58 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-18 14:57   ` Albert ARIBAUD
@ 2013-06-19  0:39     ` Minkyu Kang
  2013-06-19 11:49       ` Jagan Teki
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2013-06-19  0:39 UTC (permalink / raw)
  To: u-boot

On 18/06/13 23:57, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
> <jagannadh.teki@gmail.com> wrote:
> 
>> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang <mk7.kang@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-17  7:46 ` Jagan Teki
@ 2013-06-18 14:57   ` Albert ARIBAUD
  2013-06-19  0:39     ` Minkyu Kang
  0 siblings, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-06-18 14:57 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Mon, 17 Jun 2013 13:16:20 +0530, Jagan Teki
<jagannadh.teki@gmail.com> wrote:

> On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang <mk7.kang@samsung.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-06-17  2:10 Minkyu Kang
@ 2013-06-17  7:46 ` Jagan Teki
  2013-06-18 14:57   ` Albert ARIBAUD
  2013-06-19 11:30 ` Albert ARIBAUD
  2013-06-19 15:59 ` Albert ARIBAUD
  2 siblings, 1 reply; 168+ messages in thread
From: Jagan Teki @ 2013-06-17  7:46 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 17, 2013 at 7:40 AM, Minkyu Kang <mk7.kang@samsung.com> 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/exynos5-dt.c
>  create mode 100644 doc/device-tree-bindings/exynos/dwmmc.txt
>  create mode 100644 drivers/mtd/spi/gigadevice.c
> --
> Thanks,
> Minkyu Kang.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

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

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

Dear Albert,

The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98:

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

are available in the git repository at:

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

for you to fetch changes up to ed7bdc03eb516fb698ccc12ec5b4b9f132d05c5f:

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

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

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

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

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

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

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

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

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

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

Hi Minkyu,

On Wed, 17 Apr 2013 11:13:10 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 601795462a4e7ede97b64dc306de1002e688eef6:

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

are available in the git repository at:

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

for you to fetch changes up to f2e8a87305a55652488af140adcf65b1e688f287:

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

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

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

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

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

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

Hi Minkyu,

On Thu, 04 Apr 2013 22:34:59 +0900, Minkyu Kang <mk7.kang@samsung.com>
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/exynos-fb.txt
>  create mode 100644 drivers/crypto/Makefile
>  create mode 100644 drivers/crypto/ace_sha.c
>  create mode 100644 drivers/crypto/ace_sha.h
>  create mode 100644 include/hw_sha.h

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

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit ebd749da69f423a26222d2cdde9a77007fd8b4b7:

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

are available in the git repository at:


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

for you to fetch changes up to 4fdebefa453a58c7b4ca653ab40f7a9791aba6c9:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Hi Minkyu,

On Thu, 21 Mar 2013 18:54:28 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Hi Minkyu,

On Thu, 21 Mar 2013 18:54:28 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

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

Dear Albert,

The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:

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

are available in the git repository at:


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

for you to fetch changes up to ce0c1bc13556fbf1bdfa2a4a27ca6744e7beb32a:

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-14  7:44       ` Albert ARIBAUD
@ 2013-01-14  9:18         ` Ajay kumar
  0 siblings, 0 replies; 168+ messages in thread
From: Ajay kumar @ 2013-01-14  9:18 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Mon, Jan 14, 2013 at 1:14 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Rajeshwari,
>
> On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje
> <rajeshwari.birje@gmail.com> 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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Regards,
Ajay

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-14  4:46     ` Rajeshwari Birje
@ 2013-01-14  7:44       ` Albert ARIBAUD
  2013-01-14  9:18         ` Ajay kumar
  0 siblings, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-01-14  7:44 UTC (permalink / raw)
  To: u-boot

Hi Rajeshwari,

On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje
<rajeshwari.birje@gmail.com> 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.

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-14  4:56   ` Minkyu Kang
@ 2013-01-14  7:32     ` Albert ARIBAUD
  0 siblings, 0 replies; 168+ messages in thread
From: Albert ARIBAUD @ 2013-01-14  7:32 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Mon, 14 Jan 2013 13:56:40 +0900, Minkyu Kang <mk7.kang@samsung.com>
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 <mk7.kang@samsung.com>
> > 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/configs/trats.h                      |   45 +++-
> >>  include/fdtdec.h                             |    9 +
> >>  include/i2c.h                                |   26 +++
> >>  include/sound.h                              |    4 +-
> >>  lib/fdtdec.c                                 |    9 +
> >>  35 files changed, 2167 insertions(+), 446 deletions(-)
> >>  create mode 100644 arch/arm/dts/exynos5250.dtsi
> >>  create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
> >>  create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
> >>  create mode 100644 doc/device-tree-bindings/exynos/sound.txt
> >>  create mode 100644 include/configs/exynos5250-dt.h
> >>
> >> -- 
> >> Thanks,
> >> Minkyu Kang.
> > 
> > I'm sorry, but this branch breaks two boards:
> > 
> > - 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]
> 
> checked.
> 
> > 
> > - 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
> 
> But I could not get this result.
> Did you pull all patches for sound?
> 
> commit 2b8a0533449c8c868636def683c04282a89a85cb
> Sound: Add FDT support to CMD.
> 
> commit 6647c7ac8ed6ae8b5bda86df0671aea9ee3bc761
> Sound: WM8994: Add FDT support to codec
>     
> 
> commit f482310c6def17ba975a041077f89d984be54b68
> Sound: Add FDT support to driver
>     
> 
> commit 72dbff12a73291fb68d217e534eaed98d69ff5c5
> EXYNOS5: FDT: Add compatible strings for sound
> 
> 
> commit d1e8d2cad0be2f624d1d39b85c45eec7252017cd
> EXYNOS5: FDT: Add sound and codec device node
>     
> 
> commit f0b16191184e3ada6bda5b3c74302f815b719592
> EXYNOS5: FDT: Add sound device node data

All these are in the u-boot-samsung/master branch, so yes, I necessarily
pulled them when merging; besides, I tested the samsung branch alone,
and the build errors are there.

> Thanks.
> Minkyu Kang.

Amicalement,
-- 
Albert.

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-11 21:33 ` Albert ARIBAUD
  2013-01-12  8:01   ` Albert ARIBAUD
@ 2013-01-14  4:56   ` Minkyu Kang
  2013-01-14  7:32     ` Albert ARIBAUD
  1 sibling, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2013-01-14  4:56 UTC (permalink / raw)
  To: u-boot

Dear Albert,

On 12/01/13 06:33, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang <mk7.kang@samsung.com>
> 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/configs/trats.h                      |   45 +++-
>>  include/fdtdec.h                             |    9 +
>>  include/i2c.h                                |   26 +++
>>  include/sound.h                              |    4 +-
>>  lib/fdtdec.c                                 |    9 +
>>  35 files changed, 2167 insertions(+), 446 deletions(-)
>>  create mode 100644 arch/arm/dts/exynos5250.dtsi
>>  create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
>>  create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
>>  create mode 100644 doc/device-tree-bindings/exynos/sound.txt
>>  create mode 100644 include/configs/exynos5250-dt.h
>>
>> -- 
>> Thanks,
>> Minkyu Kang.
> 
> I'm sorry, but this branch breaks two boards:
> 
> - 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]

checked.

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

But I could not get this result.
Did you pull all patches for sound?

commit 2b8a0533449c8c868636def683c04282a89a85cb
Sound: Add FDT support to CMD.

commit 6647c7ac8ed6ae8b5bda86df0671aea9ee3bc761
Sound: WM8994: Add FDT support to codec
    

commit f482310c6def17ba975a041077f89d984be54b68
Sound: Add FDT support to driver
    

commit 72dbff12a73291fb68d217e534eaed98d69ff5c5
EXYNOS5: FDT: Add compatible strings for sound


commit d1e8d2cad0be2f624d1d39b85c45eec7252017cd
EXYNOS5: FDT: Add sound and codec device node
    

commit f0b16191184e3ada6bda5b3c74302f815b719592
EXYNOS5: FDT: Add sound device node data

> 
> Both commits are from Rajeshwari Shinde <rajeshwari.s@samsung.com>,
> respectively with summaries:
> 
> "I2C: Driver changes for FDT support"
> 
> and
> 
> "Sound: Add FDT support to driver".
> 
> Rajesh, please fix build of VCMA9 and smdk5250. Minkyu, please
> integrate fixes then resubmit PR.
> 
> Amicalement,
> 

Thanks.
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-12  8:01   ` Albert ARIBAUD
@ 2013-01-14  4:46     ` Rajeshwari Birje
  2013-01-14  7:44       ` Albert ARIBAUD
  0 siblings, 1 reply; 168+ messages in thread
From: Rajeshwari Birje @ 2013-01-14  4:46 UTC (permalink / raw)
  To: u-boot

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
<albert.u.boot@aribaud.net> wrote:
> On Fri, 11 Jan 2013 22:33:58 +0100, Albert ARIBAUD
> <albert.u.boot@aribaud.net> wrote:
>> Hi Minkyu,
>>
>> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang <mk7.kang@samsung.com>
>> 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/configs/trats.h                      |   45 +++-
>> >  include/fdtdec.h                             |    9 +
>> >  include/i2c.h                                |   26 +++
>> >  include/sound.h                              |    4 +-
>> >  lib/fdtdec.c                                 |    9 +
>> >  35 files changed, 2167 insertions(+), 446 deletions(-)
>> >  create mode 100644 arch/arm/dts/exynos5250.dtsi
>> >  create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
>> >  create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
>> >  create mode 100644 doc/device-tree-bindings/exynos/sound.txt
>> >  create mode 100644 include/configs/exynos5250-dt.h
>> >
>> > --
>> > Thanks,
>> > Minkyu Kang.
>>
>> I'm sorry, but this branch breaks two boards:
>>
>> - 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]
>>
>> - 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
>>
>> Both commits are from Rajeshwari Shinde <rajeshwari.s@samsung.com>,
>> respectively with summaries:
>>
>> "I2C: Driver changes for FDT support"
>>
>> and
>>
>> "Sound: Add FDT support to driver".
>>
>> Rajesh, please fix build of VCMA9 and smdk5250. Minkyu, please
>> integrate fixes then resubmit PR.
>
> ... cc:ing Rajesh this time.
>
> Amicalement,
> --
> Albert.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-11 21:33 ` Albert ARIBAUD
@ 2013-01-12  8:01   ` Albert ARIBAUD
  2013-01-14  4:46     ` Rajeshwari Birje
  2013-01-14  4:56   ` Minkyu Kang
  1 sibling, 1 reply; 168+ messages in thread
From: Albert ARIBAUD @ 2013-01-12  8:01 UTC (permalink / raw)
  To: u-boot

On Fri, 11 Jan 2013 22:33:58 +0100, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Minkyu,
> 
> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang <mk7.kang@samsung.com>
> 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/configs/trats.h                      |   45 +++-
> >  include/fdtdec.h                             |    9 +
> >  include/i2c.h                                |   26 +++
> >  include/sound.h                              |    4 +-
> >  lib/fdtdec.c                                 |    9 +
> >  35 files changed, 2167 insertions(+), 446 deletions(-)
> >  create mode 100644 arch/arm/dts/exynos5250.dtsi
> >  create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
> >  create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
> >  create mode 100644 doc/device-tree-bindings/exynos/sound.txt
> >  create mode 100644 include/configs/exynos5250-dt.h
> > 
> > -- 
> > Thanks,
> > Minkyu Kang.
> 
> I'm sorry, but this branch breaks two boards:
> 
> - 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]
> 
> - 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
> 
> Both commits are from Rajeshwari Shinde <rajeshwari.s@samsung.com>,
> respectively with summaries:
> 
> "I2C: Driver changes for FDT support"
> 
> and
> 
> "Sound: Add FDT support to driver".
> 
> Rajesh, please fix build of VCMA9 and smdk5250. Minkyu, please
> integrate fixes then resubmit PR.

... cc:ing Rajesh this time.

Amicalement,
-- 
Albert.

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

* [U-Boot] please pull u-boot-samsung master
  2013-01-11  8:23 Minkyu Kang
@ 2013-01-11 21:33 ` Albert ARIBAUD
  2013-01-12  8:01   ` Albert ARIBAUD
  2013-01-14  4:56   ` Minkyu Kang
  0 siblings, 2 replies; 168+ messages in thread
From: Albert ARIBAUD @ 2013-01-11 21:33 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang <mk7.kang@samsung.com>
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/configs/trats.h                      |   45 +++-
>  include/fdtdec.h                             |    9 +
>  include/i2c.h                                |   26 +++
>  include/sound.h                              |    4 +-
>  lib/fdtdec.c                                 |    9 +
>  35 files changed, 2167 insertions(+), 446 deletions(-)
>  create mode 100644 arch/arm/dts/exynos5250.dtsi
>  create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
>  create mode 100644 doc/device-tree-bindings/exynos/isp-spi.txt
>  create mode 100644 doc/device-tree-bindings/exynos/sound.txt
>  create mode 100644 include/configs/exynos5250-dt.h
> 
> -- 
> Thanks,
> Minkyu Kang.

I'm sorry, but this branch breaks two boards:

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

- 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

Both commits are from Rajeshwari Shinde <rajeshwari.s@samsung.com>,
respectively with summaries:

"I2C: Driver changes for FDT support"

and

"Sound: Add FDT support to driver".

Rajesh, please fix build of VCMA9 and smdk5250. Minkyu, please
integrate fixes then resubmit PR.

Amicalement,
-- 
Albert.

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

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

Dear Albert,

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

are available in the git repository at:


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

for you to fetch changes up to a2468dedef569863e1243e802fbe3aa7565e1de1:

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

----------------------------------------------------------------
Ajay Kumar (6):
      EXYNOS5: Add support for FIMD and DP
      EXYNOS5: Change parent clock of FIMD to MPLL
      EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM
      video: Modify exynos_fimd driver to support LCD console
      EXYNOS5: Make all display related code dependent on CONFIG_LCD
      EXYNOS5: Enable console multiplexing in u-boot

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

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

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

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

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

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

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

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

-- 
Thanks,
Minkyu Kang.

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

* [U-Boot] please pull u-boot-samsung master
  2012-11-16  6:40   ` Minkyu Kang
@ 2012-11-16 20:58     ` Albert ARIBAUD
  0 siblings, 0 replies; 168+ messages in thread
From: Albert ARIBAUD @ 2012-11-16 20:58 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

On Fri, 16 Nov 2012 15:40:58 +0900, Minkyu Kang <mk7.kang@samsung.com>
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.

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

* [U-Boot] please pull u-boot-samsung master
  2012-11-15 23:50 ` Albert ARIBAUD
@ 2012-11-16  6:40   ` Minkyu Kang
  2012-11-16 20:58     ` Albert ARIBAUD
  0 siblings, 1 reply; 168+ messages in thread
From: Minkyu Kang @ 2012-11-16  6:40 UTC (permalink / raw)
  To: u-boot

On 16/11/12 08:50, Albert ARIBAUD wrote:
> Hi Minkyu,
> 
> On Thu, 15 Nov 2012 21:12:52 +0900, Minkyu Kang <mk7.kang@samsung.com>
> wrote:
> 
> 
> (Was your master branch rebased?)

Yes.
Is it not recommended?

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

Thanks.
Minkyu Kang.

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

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

Hi Minkyu,

On Thu, 15 Nov 2012 21:12:52 +0900, Minkyu Kang <mk7.kang@samsung.com>
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/Makefile                          |    1 +
>  .../s5p-common/wdt.c => drivers/watchdog/s5p_wdt.c |    0
>  include/configs/s5pc210_universal.h                |   36 +
>  include/configs/smdk5250.h                         |   46 +-
>  include/configs/trats.h                            |   17 +-
>  include/i2s.h                                      |  127 ++++
>  include/ld9040.h                                   |   32 +
>  include/max77686_pmic.h                            |  158 ++++
>  include/max8998_pmic.h                             |    2 +
>  include/sound.h                                    |   62 ++
>  49 files changed, 3983 insertions(+), 613 deletions(-)
>  create mode 100644 arch/arm/cpu/arm1176/s3c64xx/init.c
>  create mode 100644 arch/arm/include/asm/arch-exynos/i2s-regs.h
>  create mode 100644 arch/arm/include/asm/arch-exynos/sound.h
>  create mode 100644 arch/arm/include/asm/arch-exynos/spi.h
>  rename board/samsung/smdk5250/{mmc_boot.c => spl_boot.c} (66%)
>  delete mode 100644 board/samsung/universal_c210/lowlevel_init.S
>  create mode 100644 common/cmd_sound.c
>  create mode 100644 drivers/misc/pmic_max77686.c
>  create mode 100644 drivers/sound/Makefile
>  create mode 100644 drivers/sound/samsung-i2s.c
>  create mode 100644 drivers/sound/sound.c
>  create mode 100644 drivers/sound/wm8994.c
>  create mode 100644 drivers/sound/wm8994.h
>  create mode 100644 drivers/sound/wm8994_registers.h
>  create mode 100644 drivers/spi/exynos_spi.c
>  create mode 100644 drivers/video/ld9040.c
>  rename arch/arm/cpu/armv7/s5p-common/wdt.c => drivers/watchdog/s5p_wdt.c (100%)
>  create mode 100644 include/i2s.h
>  create mode 100644 include/ld9040.h
>  create mode 100644 include/max77686_pmic.h
>  create mode 100644 include/sound.h
> 

(Was your master branch rebased?)

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

Amicalement,
-- 
Albert.

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

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

Dear Albert,

The following changes since commit ccfa398547ce0b579f2e7874e78948246c739237:

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

are available in the git repository at:

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

for you to fetch changes up to 7a5337732e3e05b2b0de1b592fa031b2c7b4f632:

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

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

Chander Kashyap (1):
      Exynos5250: Enable PXE Support

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

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

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

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

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

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

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

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

* [U-Boot] please pull u-boot-samsung master
  2012-10-11 16:50 ` Albert ARIBAUD
@ 2012-10-12  5:35   ` Albert ARIBAUD
  0 siblings, 0 replies; 168+ messages in thread
From: Albert ARIBAUD @ 2012-10-12  5:35 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Thu, 11 Oct 2012 18:50:23 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> Hi Minkyu,
> 
> On Wed, 10 Oct 2012 21:16:16 +0900, Minkyu Kang <promsoft@gmail.com>
> 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.

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

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

Hi Minkyu,

On Wed, 10 Oct 2012 21:16:16 +0900, Minkyu Kang <promsoft@gmail.com>
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.

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

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

Dear Albert,

The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:

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

are available in the git repository at:

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

for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7:

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

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

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

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

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

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

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

Hi Minkyu,

On Mon, 27 Aug 2012 13:24:11 +0900, Minkyu Kang <promsoft@gmail.com>
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_init.c create mode 100644
> board/samsung/smdk5250/dmc_init_ddr3.c create mode 100644
> board/samsung/smdk5250/smdk5250-uboot-spl.lds create mode 100644
> board/samsung/smdk5250/smdk5250_spl.c create mode 100644
> drivers/video/exynos_dp.c create mode 100644
> drivers/video/exynos_dp_lowlevel.c create mode 100644
> drivers/video/exynos_dp_lowlevel.h create mode 100644
> drivers/video/exynos_pwm_bl.c
> 

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

Amicalement,
-- 
Albert.

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

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

Dear Albert ARIBAUD,

The following changes since commit 5f50310588e87f2ff501992564d1b05df71419f4:

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

are available in the git repository at:

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

for you to fetch changes up to 76f60ac2246d433c6995041d1aaf9f5d4e59b941:

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

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

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

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

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

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

-- 
from. prom.
www.promsoft.net

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

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

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

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