Re: Please pull u-boot-i2c

2023-11-02 Thread Tom Rini
On Thu, Nov 02, 2023 at 03:10:44PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit d9650a48234058c645d1a07951c3d2cf129427e6:
> 
>   Merge branch '2023-10-28-assorted-platform-updates' (2023-10-28 09:23:27 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/i2cfixes-for-v2024-01-rc2
> 
> for you to fetch changes up to 5b6ee512ceb8d990e010646c4fe7b8a3633fad68:
> 
>   bootcount: Add driver model I2C driver (2023-10-31 09:09:04 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2023-11-02 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit d9650a48234058c645d1a07951c3d2cf129427e6:

  Merge branch '2023-10-28-assorted-platform-updates' (2023-10-28 09:23:27 
-0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/i2cfixes-for-v2024-01-rc2

for you to fetch changes up to 5b6ee512ceb8d990e010646c4fe7b8a3633fad68:

  bootcount: Add driver model I2C driver (2023-10-31 09:09:04 +0100)


i2c updates for v2024.01-rc2

- nuvoton: support standard/fast/fast plus mode
- bootcount: remove legacy i2c driver and implement
  DM based version

Bugfixes:
- designware_i2c: adjust timing calculation
  SPL probing failed on the StarFive VisionFive 2 board
  Heinrich fixed this, by syncing timing calculation with
  linux implementation.


Heinrich Schuchardt (1):
  i2c: designware_i2c: adjust timing calculation

Jim Liu (1):
  i2c: nuvoton: remove standard mode only

Philip Richard Oberfichtner (3):
  bootcount: Remove legacy I2C driver
  i2c: Implement i2c_get_chip_by_phandle()
  bootcount: Add driver model I2C driver

 drivers/bootcount/Kconfig|  34 +-
 drivers/bootcount/Makefile   |   2 +-
 drivers/bootcount/bootcount_dm_i2c.c | 102
++
 drivers/bootcount/bootcount_i2c.c|  43 
---
 drivers/i2c/designware_i2c.c |  19 +++
 drivers/i2c/i2c-uclass.c |  75
+++
 drivers/i2c/npcm_i2c.c   |   5 -
 include/i2c.h|  12 
 8 files changed, 218 insertions(+), 74 deletions(-)
 create mode 100644 drivers/bootcount/bootcount_dm_i2c.c
 delete mode 100644 drivers/bootcount/bootcount_i2c.c

azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=109=results

Thanks!

bye,
Heiko

-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2023-08-15 Thread Tom Rini
On Tue, Aug 15, 2023 at 09:53:55AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 832148f675e427060be074c276956962fa9b5cb6:
> 
>   Merge tag 'u-boot-rockchip-20230814' of 
> https://source.denx.de/u-boot/custodians/u-boot-rockchip
> (2023-08-14 09:11:09 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/i2c-updates-for-v2023.10-rc3
> 
> for you to fetch changes up to 250454c59b1b056d47cbb0c6d8d09a68416c9776:
> 
>   i2c: mvtwsi: reset controller if stuck in "bus error" state (2023-08-15 
> 06:52:04 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2023-08-15 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 832148f675e427060be074c276956962fa9b5cb6:

  Merge tag 'u-boot-rockchip-20230814' of 
https://source.denx.de/u-boot/custodians/u-boot-rockchip
(2023-08-14 09:11:09 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/i2c-updates-for-v2023.10-rc3

for you to fetch changes up to 250454c59b1b056d47cbb0c6d8d09a68416c9776:

  i2c: mvtwsi: reset controller if stuck in "bus error" state (2023-08-15 
06:52:04 +0200)


i2c updates for v2023.10-rc3

Bugfixes:
- mvtwsi driver fix stuck "bus error" state
  from Sam


Sam Edwards (1):
  i2c: mvtwsi: reset controller if stuck in "bus error" state

 drivers/i2c/mvtwsi.c | 42 ++
 1 file changed, 42 insertions(+)


azure build is fine:

https://source.denx.de/u-boot/custodians/u-boot-i2c.git

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2023-06-06 Thread Tom Rini
On Mon, Jun 05, 2023 at 09:39:43AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull rom u-boot-i2c.git master
> 
> The following changes since commit 26659d426548d1c395ef878c3b820e53a6e3b346:
> 
>   Merge tag 'efi-2023-07-rc4' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-06-02
> 12:13:01 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git for-v2023-07-rc4
> 
> for you to fetch changes up to 419ddf944cbf376e3c1d5b8571e82d89056bebfa:
> 
>   I2C: cdns: Fix broken retry mechanism on arbitration lost. (2023-06-05 
> 06:54:25 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: Please pull u-boot-i2c

2023-06-05 Thread Heiko Schocher
Hello Tom,

On 05.06.23 21:58, Tom Rini wrote:
> On Mon, Jun 05, 2023 at 09:39:43AM +0200, Heiko Schocher wrote:
> 
>> Hello Tom,
>>
>> please pull rom u-boot-i2c.git master
>>
>> The following changes since commit 26659d426548d1c395ef878c3b820e53a6e3b346:
>>
>>   Merge tag 'efi-2023-07-rc4' of 
>> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-06-02
>> 12:13:01 -0400)
>>
>> are available in the Git repository at:
>>
>>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git for-v2023-07-rc4
>>
>> for you to fetch changes up to 419ddf944cbf376e3c1d5b8571e82d89056bebfa:
>>
>>   I2C: cdns: Fix broken retry mechanism on arbitration lost. (2023-06-05 
>> 06:54:25 +0200)
> 
> I don't see this reference in the git tree.

Oh, sorry, fixed.

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2023-06-05 Thread Tom Rini
On Mon, Jun 05, 2023 at 09:39:43AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull rom u-boot-i2c.git master
> 
> The following changes since commit 26659d426548d1c395ef878c3b820e53a6e3b346:
> 
>   Merge tag 'efi-2023-07-rc4' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-06-02
> 12:13:01 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git for-v2023-07-rc4
> 
> for you to fetch changes up to 419ddf944cbf376e3c1d5b8571e82d89056bebfa:
> 
>   I2C: cdns: Fix broken retry mechanism on arbitration lost. (2023-06-05 
> 06:54:25 +0200)

I don't see this reference in the git tree.

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2023-06-05 Thread Heiko Schocher
Hello Tom,

please pull rom u-boot-i2c.git master

The following changes since commit 26659d426548d1c395ef878c3b820e53a6e3b346:

  Merge tag 'efi-2023-07-rc4' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-06-02
12:13:01 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git for-v2023-07-rc4

for you to fetch changes up to 419ddf944cbf376e3c1d5b8571e82d89056bebfa:

  I2C: cdns: Fix broken retry mechanism on arbitration lost. (2023-06-05 
06:54:25 +0200)


i2c updates for v2023-07-rc4

Bugfixes:
- rockchip: De-initialize the bus after start bit failure
  from Ondrej Jirman

- cdns: Fix broken retry mechanism on arbitration lost


Andrea Merello (1):
  I2C: cdns: Fix broken retry mechanism on arbitration lost.

Ondrej Jirman (1):
  i2c: rockchip: De-initialize the bus after start bit failure

 drivers/i2c/i2c-cdns.c | 5 +++--
 drivers/i2c/rk_i2c.c   | 7 ---
 2 files changed, 7 insertions(+), 5 deletions(-)

Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=103=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2023-04-11 Thread Tom Rini
On Tue, Apr 11, 2023 at 01:04:13PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 11c25c6df0b56ee7eee2c4ddc7f075880daeb8c7:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-mmc (2023-04-10 
> 08:32:11 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/for-v2023-07-rc1
> 
> for you to fetch changes up to 5cf008637221ad3b4d4ecdc2befca19b2bdab53d:
> 
>   m68k: upgrading all boards to dm i2c (2023-04-11 06:52:11 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2023-04-11 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 11c25c6df0b56ee7eee2c4ddc7f075880daeb8c7:

  Merge https://source.denx.de/u-boot/custodians/u-boot-mmc (2023-04-10 
08:32:11 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2023-07-rc1

for you to fetch changes up to 5cf008637221ad3b4d4ecdc2befca19b2bdab53d:

  m68k: upgrading all boards to dm i2c (2023-04-11 06:52:11 +0200)


i2c updates for v2023-07-rc1

- designware_i2c: remove apparently redundant read of 'i2c, speeds' DT property
  from Rasmus Villemoes

- fix: correct I2C deblock logic from Haibo Chen

- imx_lpi2c: Fix misuse the IS_ENABLED for DM clock from Ye Li

- m68k: convert to DM from Angelo Dureghello


Angelo Dureghello (6):
  m68k: move CONFIG_SYS_I2C to CFG_ namespace
  board: stmark2: add i2c0 pinmux pad configuration
  m68k: mcf5441x: fix CONFIG_SYS_FSL_I2C definition
  i2c: fsl_i2c: fix m68k transferts
  m68k: dts: add i2c nodes
  m68k: upgrading all boards to dm i2c

Haibo Chen (1):
  i2c: correct I2C deblock logic

Rasmus Villemoes (1):
  i2c: designware_i2c: remove apparently redundant read of 'i2c, speeds' DT 
property

Ye Li (1):
  i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clock

 arch/m68k/cpu/mcf5445x/cpu_init.c |  6 +++---
 arch/m68k/cpu/mcf5445x/speed.c|  5 ++---
 arch/m68k/dts/M5208EVBE.dts   |  6 ++
 arch/m68k/dts/M5253DEMO.dts   |  5 +
 arch/m68k/dts/M5275EVB.dts|  6 ++
 arch/m68k/dts/M53017EVB.dts   |  6 ++
 arch/m68k/dts/M5329AFEE.dts   |  6 ++
 arch/m68k/dts/M5329BFEE.dts   |  6 ++
 arch/m68k/dts/M5373EVB.dts|  4 
 arch/m68k/dts/astro_mcf5373l.dts  |  5 +
 arch/m68k/dts/eb_cpu5282.dts  |  9 +
 arch/m68k/dts/eb_cpu5282_internal.dts |  9 +
 arch/m68k/dts/mcf5208.dtsi| 10 ++
 arch/m68k/dts/mcf523x.dtsi| 10 ++
 arch/m68k/dts/mcf5249.dtsi| 28 
 arch/m68k/dts/mcf5253.dtsi| 28 
 arch/m68k/dts/mcf5271.dtsi| 10 ++
 arch/m68k/dts/mcf5275.dtsi| 10 ++
 arch/m68k/dts/mcf5282.dtsi| 10 ++
 arch/m68k/dts/mcf5301x.dtsi   | 10 ++
 arch/m68k/dts/mcf5307.dtsi| 10 ++
 arch/m68k/dts/mcf5329.dtsi| 10 ++
 arch/m68k/dts/mcf537x.dtsi| 10 ++
 arch/m68k/dts/mcf5441x.dtsi   | 60 

 arch/m68k/dts/stmark2.dts |  4 
 arch/m68k/include/asm/fsl_i2c.h   | 10 ++
 configs/M5208EVBE_defconfig   |  5 +
 configs/M5235EVB_Flash32_defconfig|  1 +
 configs/M5235EVB_defconfig|  1 +
 configs/M5253DEMO_defconfig   |  5 +
 configs/M5275EVB_defconfig|  5 +
 configs/M53017EVB_defconfig   |  6 ++
 configs/M5329AFEE_defconfig   |  6 ++
 configs/M5329BFEE_defconfig   |  6 ++
 configs/M5373EVB_defconfig|  3 ++-
 configs/astro_mcf5373l_defconfig  |  6 ++
 configs/eb_cpu5282_defconfig  |  5 ++---
 configs/eb_cpu5282_internal_defconfig |  5 ++---
 configs/stmark2_defconfig |  4 
 drivers/i2c/designware_i2c_pci.c  | 14 --
 drivers/i2c/fsl_i2c.c | 16 +---
 drivers/i2c/i2c-uclass.c  |  4 ++--
 drivers/i2c/imx_lpi2c.c   |  4 ++--
 include/configs/stmark2.h |  2 ++
 44 files changed, 325 insertions(+), 66 deletions(-)

travis build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=102=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2023-02-13 Thread Tom Rini
On Mon, Feb 13, 2023 at 03:52:55PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit a5e490f14e904fd240ccec5d364509b36a3150f9:
> 
>   socfpga: fix the serial console on DE1-SoC (2023-02-12 15:47:19 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/i2c-updates-for-v2023.04
> 
> for you to fetch changes up to f536fda99fa2c1c88f68d8da54ed6233cec3532e:
> 
>   i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree 
> (2023-02-13 09:58:27 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2023-02-13 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit a5e490f14e904fd240ccec5d364509b36a3150f9:

  socfpga: fix the serial console on DE1-SoC (2023-02-12 15:47:19 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/i2c-updates-for-v2023.04

for you to fetch changes up to f536fda99fa2c1c88f68d8da54ed6233cec3532e:

  i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree 
(2023-02-13 09:58:27 +0100)


i2c updates for v2023.04

- add new i2c driver ast2600 from Ryan Chen

- i2c-cdns: make read fifo-depth configurable through device tree
  from Pei Yue Ho

- mxc i2c driver: print base address in hex, not in decimal
  from Fabio


Fabio Estevam (1):
  i2c: mxc_i2c: Use hex notation for the base address

Pei Yue Ho (2):
  dt-bindings: i2c: i2c-cdns.txt: Add description for an optional 
parameter, fifo-depth
  i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree

Ryan Chen (2):
  i2c:aspeed:support ast2600 i2c new register mode driver
  arm: aspeed: dtsi: add reg for i2c

 MAINTAINERS   |   6 +++
 arch/arm/dts/ast2600.dtsi |   1 +
 doc/device-tree-bindings/i2c/i2c-cdns.txt |   4 ++
 drivers/i2c/Kconfig   |  10 
 drivers/i2c/Makefile  |   1 +
 drivers/i2c/ast2600_i2c.c | 366

 drivers/i2c/ast2600_i2c.h | 120 
++
 drivers/i2c/i2c-cdns.c|  30 +++-
 drivers/i2c/mxc_i2c.c |   2 +-
 9 files changed, 527 insertions(+), 13 deletions(-)
 create mode 100644 drivers/i2c/ast2600_i2c.c
 create mode 100644 drivers/i2c/ast2600_i2c.h


Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=101=results

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2022-12-05 Thread Tom Rini
On Mon, Dec 05, 2022 at 08:30:53AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit d2c5607edde2544e059fa871927877213f6bd532:
> 
>   Merge tag 'efi-2023-01-rc3' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-04
> 10:01:48 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/i2cfixes-for-v2023.01-rc3
> 
> for you to fetch changes up to d7b8fa1a6cd3201c3b71ed7c7b2b6e6eab00173b:
> 
>   i2c: nuvoton: renamed the NPCM i2c driver (2022-12-05 06:00:37 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2022-12-04 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit d2c5607edde2544e059fa871927877213f6bd532:

  Merge tag 'efi-2023-01-rc3' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-12-04
10:01:48 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/i2cfixes-for-v2023.01-rc3

for you to fetch changes up to d7b8fa1a6cd3201c3b71ed7c7b2b6e6eab00173b:

  i2c: nuvoton: renamed the NPCM i2c driver (2022-12-05 06:00:37 +0100)


i2c Fixes for v2023.01-rc3

- nuovoton driver:
  rename npcm_i2c -> npcm-i2c from Jim Liu


Jim Liu (1):
  i2c: nuvoton: renamed the NPCM i2c driver

 drivers/i2c/{npcm-i2c.c => npcm_i2c.c} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename drivers/i2c/{npcm-i2c.c => npcm_i2c.c} (100%)

Azure build looks good:

https://dev.azure.com/hs0298/hs/_build/results?buildId=86=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2022-11-14 Thread Tom Rini
On Mon, Nov 14, 2022 at 10:12:10AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 0cbeed4f6648e0e4966475e3544280a69ecb59d3:
> 
>   Merge branch '2022-11-10-symbol-migrations' (2022-11-10 10:09:40 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/for-v2023.01-rc2
> 
> for you to fetch changes up to b0c485fd384b2706717d4c19fa9837c1d785e9e8:
> 
>   i2c: i2c-gpio: add newline (2022-11-14 07:24:47 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2022-11-14 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 0cbeed4f6648e0e4966475e3544280a69ecb59d3:

  Merge branch '2022-11-10-symbol-migrations' (2022-11-10 10:09:40 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2023.01-rc2

for you to fetch changes up to b0c485fd384b2706717d4c19fa9837c1d785e9e8:

  i2c: i2c-gpio: add newline (2022-11-14 07:24:47 +0100)


i2c Fixes for v2023.01-rc2

- i2c-gpio: add a missing new line in printed string
  detected and fixed by Sergei

- microchip i2c driver fixes from Conor
  - fix erroneous late ack send
  - fix ack sending logic


Conor Dooley (2):
  i2c: microchip: fix ack sending logic
  i2c: microchip: fix erroneous late ack send

Sergei Antonov (1):
  i2c: i2c-gpio: add newline

 drivers/i2c/i2c-gpio.c  |  2 +-
 drivers/i2c/i2c-microchip.c | 25 ++---
 2 files changed, 19 insertions(+), 8 deletions(-)


Azure builds shows no errors:

https://dev.azure.com/hs0298/hs/_build/results?buildId=85=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2022-07-20 Thread Tom Rini
On Tue, Jul 19, 2022 at 05:24:59PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from:
> 
> The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:
> 
>   Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2022.10
> 
> for you to fetch changes up to 49f3a42edf097fbaca76aef9bfcd98d871b442cb:
> 
>   i2c: avoid dynamic stack use in dm_i2c_write (2022-07-19 13:46:28 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2022-07-19 Thread Heiko Schocher
Hello Tom,

please pull from:

The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:

  Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2022.10

for you to fetch changes up to 49f3a42edf097fbaca76aef9bfcd98d871b442cb:

  i2c: avoid dynamic stack use in dm_i2c_write (2022-07-19 13:46:28 +0200)


i2c changes for 2022.10

- new driver nuvoton, NPCM7xx from Jim Liu

Fixes:

- ast_i2c: Remove SCL direct drive mode
  from Eddie James

- avoid dynamic stack use in dm_i2c_write

bloat-o-meter drivers/i2c/i2c-uclass.o.{0,1}
add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-144 (-144)
Function old new   delta
dm_i2c_write 552 408-144
Total: Before=3828, After=3684, chg -3.76%

  patch from Rasmus Villemoes


Eddie James (1):
  i2c: ast_i2c: Remove SCL direct drive mode

Jim Liu (1):
  i2c: nuvoton: Add NPCM7xx i2c driver

Rasmus Villemoes (1):
  i2c: avoid dynamic stack use in dm_i2c_write

 drivers/i2c/Kconfig  |   5 ++
 drivers/i2c/Makefile |   1 +
 drivers/i2c/ast_i2c.c|   2 +-
 drivers/i2c/i2c-uclass.c |  30 +++-
 drivers/i2c/npcm-i2c.c   | 630
+
 5 files changed, 649 insertions(+), 19 deletions(-)
 create mode 100644 drivers/i2c/npcm-i2c.c

Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=82=results


bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2022-03-23 Thread Tom Rini
On Wed, Mar 23, 2022 at 10:16:13AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from:
> 
> The following changes since commit 5f68470d69f853b1652ebe93525b60064717fe2e:
> 
>   Merge tag 'efi-2022-04-rc5' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-20
> 15:14:59 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-2022-04-rc5
> 
> for you to fetch changes up to fc1383ae2b5ca69e51bee68e4047589a5ee7b386:
> 
>   bootcount: clarify documentation (2022-03-23 07:27:38 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2022-03-23 Thread Heiko Schocher
Hello Tom,

please pull from:

The following changes since commit 5f68470d69f853b1652ebe93525b60064717fe2e:

  Merge tag 'efi-2022-04-rc5' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-20
15:14:59 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2c-2022-04-rc5

for you to fetch changes up to fc1383ae2b5ca69e51bee68e4047589a5ee7b386:

  bootcount: clarify documentation (2022-03-23 07:27:38 +0100)


i2c changes for fixes-for-2022.04

- atsha204a-i2c.c
  DTS and I2C fixes for Atmel ATSHA204 from Adrian

- i2c: fix always-true condition in i2c_probe_chip()
  from Nikita

- eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled
  from Marek

- clarify bootcount documentation fix from Michael


Adrian Fiergolski (3):
  misc: atsha204a: return timeout from wakeup function
  misc: atsha204a: add delay after sending the message
  misc: atsha204a: fix i2c address readout from DTS

Marek Vasut (1):
  cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled

Michael Opdenacker (1):
  bootcount: clarify documentation

Nikita Yushchenko (1):
  i2c: fix always-true condition in i2c_probe_chip()

 cmd/eeprom.c |  2 +-
 doc/README.bootcount | 34 ++
 drivers/bootcount/Kconfig| 10 +-
 drivers/i2c/i2c-uclass.c |  2 +-
 drivers/misc/atsha204a-i2c.c |  8 
 5 files changed, 29 insertions(+), 27 deletions(-)

Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=79=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c

2021-12-20 Thread Tom Rini
On Mon, Dec 20, 2021 at 11:14:16AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master:
> 
> The following changes since commit d3213c26b56e564207515f1e28e663718e015dc3:
> 
>   Merge tag 'efi-2022-01-rc4-3' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2021-12-18
> 14:39:21 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/20211220-fixes-for-2022.01
> 
> for you to fetch changes up to ccea46c05b08b34ef829d460e50e2ce9bc17cdc7:
> 
>   i2c: mvtwsi: Swab the register address if its size is > 1 (2021-12-20 
> 07:57:48 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-i2c

2021-12-20 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c master:

The following changes since commit d3213c26b56e564207515f1e28e663718e015dc3:

  Merge tag 'efi-2022-01-rc4-3' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2021-12-18
14:39:21 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/20211220-fixes-for-2022.01

for you to fetch changes up to ccea46c05b08b34ef829d460e50e2ce9bc17cdc7:

  i2c: mvtwsi: Swab the register address if its size is > 1 (2021-12-20 
07:57:48 +0100)


i2c changes for 20211220-fixes-for-2022.01

- mvtwsi: Swab the register address if its size is > 1


Stefan Roese (1):
  i2c: mvtwsi: Swab the register address if its size is > 1

 drivers/i2c/mvtwsi.c | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Azure build is fine:

https://dev.azure.com/hs0298/hs/_build/results?buildId=77=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c/next

2021-09-28 Thread Tom Rini
On Tue, Sep 28, 2021 at 08:32:17AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c next
> 
> The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:
> 
>   Merge tag 'dm-pull-next-27sep21' of 
> https://source.denx.de/u-boot/custodians/u-boot-dm into next
> (2021-09-27 11:09:23 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next
> 
> for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:
> 
>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 
> 06:34:45 +0200)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: Please pull u-boot-i2c/next

2021-09-28 Thread Patrice CHOTARD
Hi Tom

On 9/28/21 2:20 PM, Tom Rini wrote:
> On Tue, Sep 28, 2021 at 09:26:43AM +0200, Heiko Schocher wrote:
>> Hello Patrice,
>>
>> On 28.09.21 09:05, Patrice CHOTARD wrote:
>>> Hi Heiko, Tom
>>>
>>> Is this PR can be merged into v2021.10 ?
>>> The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" 
>>> is fixing 
>>> an issue for all platforms for which OF_LIVE flag is enabled.
>>>
>>> For all these platforms, all nand DT property can't be read 
>>> (nand-bus-width, nand-on-flash-bbt, 
>>> nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are 
>>> concerned)
>>>
>>> It has been detected on STM32MP1 platforms.
>>
>> From my side yes, but as it is in next I think it cannot go directly
>> into master ...  may tom pickup this patch directly?
> 
> I can put:
> https://patchwork.ozlabs.org/project/uboot/patch/20210913142553.24333-1-patrice.chot...@foss.st.com/
> in to my regression fixes bundle, which I'll apply shortly.
> 

Perfect ;-)

Thanks, Patrice


Re: Please pull u-boot-i2c/next

2021-09-28 Thread Heiko Schocher
Hi Tom,

On 28.09.21 14:20, Tom Rini wrote:
> On Tue, Sep 28, 2021 at 09:26:43AM +0200, Heiko Schocher wrote:
>> Hello Patrice,
>>
>> On 28.09.21 09:05, Patrice CHOTARD wrote:
>>> Hi Heiko, Tom
>>>
>>> Is this PR can be merged into v2021.10 ?
>>> The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" 
>>> is fixing 
>>> an issue for all platforms for which OF_LIVE flag is enabled.
>>>
>>> For all these platforms, all nand DT property can't be read 
>>> (nand-bus-width, nand-on-flash-bbt, 
>>> nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are 
>>> concerned)
>>>
>>> It has been detected on STM32MP1 platforms.
>>
>> From my side yes, but as it is in next I think it cannot go directly
>> into master ...  may tom pickup this patch directly?
> 
> I can put:
> https://patchwork.ozlabs.org/project/uboot/patch/20210913142553.24333-1-patrice.chot...@foss.st.com/
> in to my regression fixes bundle, which I'll apply shortly.
> 

Fine with me, thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c/next

2021-09-28 Thread Tom Rini
On Tue, Sep 28, 2021 at 09:26:43AM +0200, Heiko Schocher wrote:
> Hello Patrice,
> 
> On 28.09.21 09:05, Patrice CHOTARD wrote:
> > Hi Heiko, Tom
> > 
> > Is this PR can be merged into v2021.10 ?
> > The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" 
> > is fixing 
> > an issue for all platforms for which OF_LIVE flag is enabled.
> > 
> > For all these platforms, all nand DT property can't be read 
> > (nand-bus-width, nand-on-flash-bbt, 
> > nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are 
> > concerned)
> > 
> > It has been detected on STM32MP1 platforms.
> 
> From my side yes, but as it is in next I think it cannot go directly
> into master ...  may tom pickup this patch directly?

I can put:
https://patchwork.ozlabs.org/project/uboot/patch/20210913142553.24333-1-patrice.chot...@foss.st.com/
in to my regression fixes bundle, which I'll apply shortly.

-- 
Tom


signature.asc
Description: PGP signature


Re: Please pull u-boot-i2c/next

2021-09-28 Thread Heiko Schocher
Hello Patrice,

On 28.09.21 09:05, Patrice CHOTARD wrote:
> Hi Heiko, Tom
> 
> Is this PR can be merged into v2021.10 ?
> The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" 
> is fixing 
> an issue for all platforms for which OF_LIVE flag is enabled.
> 
> For all these platforms, all nand DT property can't be read (nand-bus-width, 
> nand-on-flash-bbt, 
> nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are 
> concerned)
> 
> It has been detected on STM32MP1 platforms.

>From my side yes, but as it is in next I think it cannot go directly
into master ...  may tom pickup this patch directly?

bye,
Heiko
> 
> Thanks
> Patrice
> 
> 
> 
> 
> 
> On 9/28/21 8:32 AM, Heiko Schocher wrote:
>> Hello Tom,
>>
>> please pull from u-boot-i2c next
>>
>> The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:
>>
>>   Merge tag 'dm-pull-next-27sep21' of 
>> https://source.denx.de/u-boot/custodians/u-boot-dm into next
>> (2021-09-27 11:09:23 -0400)
>>
>> are available in the Git repository at:
>>
>>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next
>>
>> for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:
>>
>>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface 
>> (2021-09-28 06:34:45 +0200)
>>
>> 
>> i2c changes for 20210928-for-next
>>
>> - i2c: rcar_i2c: Enable configuring SCL rise and fall times
>> - i2c: mvtwsi: Add support for DM clocks and resets
>> - mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
>>
>> 
>> Adam Ford (1):
>>   i2c: rcar_i2c: Enable configuring SCL rise and fall times
>>
>> Patrice Chotard (1):
>>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
>>
>> Samuel Holland (1):
>>   i2c: mvtwsi: Add support for DM clocks and resets
>>
>>  drivers/i2c/mvtwsi.c   | 13 +
>>  drivers/i2c/rcar_i2c.c |  8 +++-
>>  drivers/mtd/nand/raw/denali.c  |  2 +-
>>  drivers/mtd/nand/raw/mxs_nand.c|  2 +-
>>  drivers/mtd/nand/raw/nand_base.c   | 27 +++
>>  drivers/mtd/nand/raw/stm32_fmc2_nand.c |  2 +-
>>  drivers/mtd/nand/raw/sunxi_nand.c  |  2 +-
>>  include/linux/mtd/rawnand.h|  6 +++---
>>  8 files changed, 38 insertions(+), 24 deletions(-)
>>
>>
>> azure build:
>>
>> https://dev.azure.com/hs0298/hs/_build/results?buildId=74=results
>>
>> Thanks!
>>
>> bye,
>> Heiko
>>

-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: Please pull u-boot-i2c/next

2021-09-28 Thread Patrice CHOTARD
Hi Heiko, Tom

Is this PR can be merged into v2021.10 ?
The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" is 
fixing 
an issue for all platforms for which OF_LIVE flag is enabled.

For all these platforms, all nand DT property can't be read (nand-bus-width, 
nand-on-flash-bbt, 
nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are concerned)

It has been detected on STM32MP1 platforms.

Thanks
Patrice





On 9/28/21 8:32 AM, Heiko Schocher wrote:
> Hello Tom,
> 
> please pull from u-boot-i2c next
> 
> The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:
> 
>   Merge tag 'dm-pull-next-27sep21' of 
> https://source.denx.de/u-boot/custodians/u-boot-dm into next
> (2021-09-27 11:09:23 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next
> 
> for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:
> 
>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 
> 06:34:45 +0200)
> 
> 
> i2c changes for 20210928-for-next
> 
> - i2c: rcar_i2c: Enable configuring SCL rise and fall times
> - i2c: mvtwsi: Add support for DM clocks and resets
> - mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
> 
> 
> Adam Ford (1):
>   i2c: rcar_i2c: Enable configuring SCL rise and fall times
> 
> Patrice Chotard (1):
>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
> 
> Samuel Holland (1):
>   i2c: mvtwsi: Add support for DM clocks and resets
> 
>  drivers/i2c/mvtwsi.c   | 13 +
>  drivers/i2c/rcar_i2c.c |  8 +++-
>  drivers/mtd/nand/raw/denali.c  |  2 +-
>  drivers/mtd/nand/raw/mxs_nand.c|  2 +-
>  drivers/mtd/nand/raw/nand_base.c   | 27 +++
>  drivers/mtd/nand/raw/stm32_fmc2_nand.c |  2 +-
>  drivers/mtd/nand/raw/sunxi_nand.c  |  2 +-
>  include/linux/mtd/rawnand.h|  6 +++---
>  8 files changed, 38 insertions(+), 24 deletions(-)
> 
> 
> azure build:
> 
> https://dev.azure.com/hs0298/hs/_build/results?buildId=74=results
> 
> Thanks!
> 
> bye,
> Heiko
> 


Please pull u-boot-i2c/next

2021-09-28 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c next

The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:

  Merge tag 'dm-pull-next-27sep21' of 
https://source.denx.de/u-boot/custodians/u-boot-dm into next
(2021-09-27 11:09:23 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next

for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:

  mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 
06:34:45 +0200)


i2c changes for 20210928-for-next

- i2c: rcar_i2c: Enable configuring SCL rise and fall times
- i2c: mvtwsi: Add support for DM clocks and resets
- mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface


Adam Ford (1):
  i2c: rcar_i2c: Enable configuring SCL rise and fall times

Patrice Chotard (1):
  mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface

Samuel Holland (1):
  i2c: mvtwsi: Add support for DM clocks and resets

 drivers/i2c/mvtwsi.c   | 13 +
 drivers/i2c/rcar_i2c.c |  8 +++-
 drivers/mtd/nand/raw/denali.c  |  2 +-
 drivers/mtd/nand/raw/mxs_nand.c|  2 +-
 drivers/mtd/nand/raw/nand_base.c   | 27 +++
 drivers/mtd/nand/raw/stm32_fmc2_nand.c |  2 +-
 drivers/mtd/nand/raw/sunxi_nand.c  |  2 +-
 include/linux/mtd/rawnand.h|  6 +++---
 8 files changed, 38 insertions(+), 24 deletions(-)


azure build:

https://dev.azure.com/hs0298/hs/_build/results?buildId=74=results

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-30 Thread Tom Rini
On Tue, Apr 30, 2013 at 06:14:06AM +0200, Heiko Schocher wrote:

 Hello Tom,
 
 On 29.04.2013 18:25, Tom Rini wrote:
  On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
  
  Hello Tom,
 
  please pull from u-boot-i2c:
 
  The following changes since commit 
  500bccf84408ad71674b714cd9db3480736ad8e1:
 
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash 
  (2013-04-22 09:12:16 -0400)
 
  are available in the git repository at:
 
 
git://git.denx.de/u-boot-i2c.git master
 
  for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
 
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES 
  (2013-04-29 16:06:40 +0200)
 
  
  Anatolij Gustschin (1):
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
 
  Naveen Krishna Ch (1):
i2c: s3c24xx: add hsi2c controller support
 
   drivers/i2c/s3c24x0_i2c.c | 494
  +
   drivers/i2c/s3c24x0_i2c.h |  36 ++
   post/drivers/i2c.c|   2 +
   3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
  
  NAK.  MAKEALL -a arm:
  - SUMMARY 
  Boards compiled: 306
  Boards with errors: 3 ( snow VCMA9 smdk5250 )
  --
  
  And the problem is:
  s3c24x0_i2c.c: In function 'board_i2c_init':
  s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared
  (first use in this function)
 
 Oh.. Sorry ... I am sure I did a Makeall ... but It seems, it was
 for powerpc only ... so please pull:
 
 The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
 
   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 
 09:12:16 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-i2c.git master
 
 for you to fetch changes up to 1ff17c85bbc9bf9da71b2980c5a8255784b216de:
 
   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES 
 (2013-04-30 06:08:43 +0200)
 
 
 Anatolij Gustschin (1):
   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
 
  post/drivers/i2c.c | 2 ++
  1 Datei ge?ndert, 2 Zeilen hinzugef?gt(+)

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-29 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:

  Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 
09:12:16 -0400)

are available in the git repository at:


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

for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:

  post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES 
(2013-04-29 16:06:40 +0200)


Anatolij Gustschin (1):
  post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES

Naveen Krishna Ch (1):
  i2c: s3c24xx: add hsi2c controller support

 drivers/i2c/s3c24x0_i2c.c | 494
+
 drivers/i2c/s3c24x0_i2c.h |  36 ++
 post/drivers/i2c.c|   2 +
 3 Dateien geändert, 488 Zeilen hinzugefügt(+), 44 Zeilen entfernt(-)

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-29 Thread Tom Rini
On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:

 Hello Tom,
 
 please pull from u-boot-i2c:
 
 The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
 
   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 
 09:12:16 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-i2c.git master
 
 for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
 
   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES 
 (2013-04-29 16:06:40 +0200)
 
 
 Anatolij Gustschin (1):
   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
 
 Naveen Krishna Ch (1):
   i2c: s3c24xx: add hsi2c controller support
 
  drivers/i2c/s3c24x0_i2c.c | 494
 +
  drivers/i2c/s3c24x0_i2c.h |  36 ++
  post/drivers/i2c.c|   2 +
  3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)

NAK.  MAKEALL -a arm:
- SUMMARY 
Boards compiled: 306
Boards with errors: 3 ( snow VCMA9 smdk5250 )
--

And the problem is:
s3c24x0_i2c.c: In function 'board_i2c_init':
s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared
(first use in this function)

-- 
Tom


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


Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-29 Thread Heiko Schocher
Hello Tom,

On 29.04.2013 18:25, Tom Rini wrote:
 On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
 
 Hello Tom,

 please pull from u-boot-i2c:

 The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:

   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash 
 (2013-04-22 09:12:16 -0400)

 are available in the git repository at:


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

 for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:

   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES 
 (2013-04-29 16:06:40 +0200)

 
 Anatolij Gustschin (1):
   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES

 Naveen Krishna Ch (1):
   i2c: s3c24xx: add hsi2c controller support

  drivers/i2c/s3c24x0_i2c.c | 494
 +
  drivers/i2c/s3c24x0_i2c.h |  36 ++
  post/drivers/i2c.c|   2 +
  3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
 
 NAK.  MAKEALL -a arm:
 - SUMMARY 
 Boards compiled: 306
 Boards with errors: 3 ( snow VCMA9 smdk5250 )
 --
 
 And the problem is:
 s3c24x0_i2c.c: In function 'board_i2c_init':
 s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared
 (first use in this function)

Oh.. Sorry ... I am sure I did a Makeall ... but It seems, it was
for powerpc only ... so please pull:

The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:

  Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 
09:12:16 -0400)

are available in the git repository at:


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

for you to fetch changes up to 1ff17c85bbc9bf9da71b2980c5a8255784b216de:

  post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES 
(2013-04-30 06:08:43 +0200)


Anatolij Gustschin (1):
  post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES

 post/drivers/i2c.c | 2 ++
 1 Datei geändert, 2 Zeilen hinzugefügt(+)

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-03-13 Thread Tom Rini
On Tue, Mar 12, 2013 at 07:42:26PM +0100, Heiko Schocher wrote:

 Hello Tom,
 
 please pull from u-boot-i2c:
 
 The following changes since commit 68149e94053d18b54a63c9a44c87f178f59a169e:
 
   cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set (2013-03-12 
 12:43:31 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-i2c.git master
 
 for you to fetch changes up to cb466c056a878dcae27b76eb86a124e0c5203e7a:
 
   I2C: S3C24X0: Bug fixes in i2c_transfer (2013-03-12 19:33:11 +0100)
 
 
 Rajeshwari Shinde (2):
   I2C: S3C24X0: Remove the dead code
   I2C: S3C24X0: Bug fixes in i2c_transfer
 
  drivers/i2c/s3c24x0_i2c.c | 21 ++---
  1 Datei ge?ndert, 6 Zeilen hinzugef?gt(+), 15 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [PULL] : Please pull u-boot-i2c

2013-03-12 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 68149e94053d18b54a63c9a44c87f178f59a169e:

  cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set (2013-03-12 
12:43:31 -0400)

are available in the git repository at:

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

for you to fetch changes up to cb466c056a878dcae27b76eb86a124e0c5203e7a:

  I2C: S3C24X0: Bug fixes in i2c_transfer (2013-03-12 19:33:11 +0100)


Rajeshwari Shinde (2):
  I2C: S3C24X0: Remove the dead code
  I2C: S3C24X0: Bug fixes in i2c_transfer

 drivers/i2c/s3c24x0_i2c.c | 21 ++---
 1 Datei geändert, 6 Zeilen hinzugefügt(+), 15 Zeilen entfernt(-)

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-01-29 Thread Tom Rini
On Tue, Jan 29, 2013 at 08:41:26AM +0100, Heiko Schocher wrote:

 Hello Tom,
 
 please pull from u-boot-i2c:
 
 The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5:
 
   README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-i2c.git master
 
 for you to fetch changes up to 019be4af642cf59df0fa97082e5d9e290d26f997:
 
   Remove unused CONFIG_SYS_I2C_BUS[_SELECT] (2013-01-29 06:40:01 +0100)
 
 
 Marek Vasut (1):
   i2c: mxs: Staticize the functions in the driver
 
 Michael Jones (1):
   Remove unused CONFIG_SYS_I2C_BUS[_SELECT]
 
  drivers/i2c/mxs_i2c.c  | 8 
  include/configs/am3517_crane.h | 2 --
  include/configs/am3517_evm.h   | 2 --
  include/configs/cm_t35.h   | 2 --
  include/configs/devkit8000.h   | 2 --
  include/configs/dig297.h   | 2 --
  include/configs/igep00x0.h | 2 --
  include/configs/mcx.h  | 1 -
  include/configs/omap3_beagle.h | 2 --
  include/configs/omap3_evm_common.h | 2 --
  include/configs/omap3_logic.h  | 2 --
  include/configs/omap3_mvblx.h  | 2 --
  include/configs/omap3_pandora.h| 2 --
  include/configs/omap3_sdp3430.h| 2 --
  include/configs/omap3_zoom1.h  | 2 --
  include/configs/omap3_zoom2.h  | 2 --
  include/configs/omap4_common.h | 2 --
  include/configs/tam3517-common.h   | 2 --
  include/configs/tricorder.h| 2 --
  19 Dateien ge?ndert, 4 Zeilen hinzugef?gt(+), 39 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [PULL] : Please pull u-boot-i2c

2013-01-28 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5:

  README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to 019be4af642cf59df0fa97082e5d9e290d26f997:

  Remove unused CONFIG_SYS_I2C_BUS[_SELECT] (2013-01-29 06:40:01 +0100)


Marek Vasut (1):
  i2c: mxs: Staticize the functions in the driver

Michael Jones (1):
  Remove unused CONFIG_SYS_I2C_BUS[_SELECT]

 drivers/i2c/mxs_i2c.c  | 8 
 include/configs/am3517_crane.h | 2 --
 include/configs/am3517_evm.h   | 2 --
 include/configs/cm_t35.h   | 2 --
 include/configs/devkit8000.h   | 2 --
 include/configs/dig297.h   | 2 --
 include/configs/igep00x0.h | 2 --
 include/configs/mcx.h  | 1 -
 include/configs/omap3_beagle.h | 2 --
 include/configs/omap3_evm_common.h | 2 --
 include/configs/omap3_logic.h  | 2 --
 include/configs/omap3_mvblx.h  | 2 --
 include/configs/omap3_pandora.h| 2 --
 include/configs/omap3_sdp3430.h| 2 --
 include/configs/omap3_zoom1.h  | 2 --
 include/configs/omap3_zoom2.h  | 2 --
 include/configs/omap4_common.h | 2 --
 include/configs/tam3517-common.h   | 2 --
 include/configs/tricorder.h| 2 --
 19 Dateien geändert, 4 Zeilen hinzugefügt(+), 39 Zeilen entfernt(-)

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot