All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-i2c
@ 2021-12-20 10:14 Heiko Schocher
  2021-12-20 16:16 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2021-12-20 10:14 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Stefan Roese

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2021-12-20 10:14 Please pull u-boot-i2c Heiko Schocher
@ 2021-12-20 16:16 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2021-12-20 16:16 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, Stefan Roese

[-- Attachment #1: Type: text/plain, Size: 705 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: Please pull u-boot-i2c
  2023-11-02 14:10 Heiko Schocher
@ 2023-11-02 14:53 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2023-11-02 14:53 UTC (permalink / raw)
  To: Heiko Schocher
  Cc: u-boot, Jim Liu, Heinrich Schuchardt, Philip Richard Oberfichtner

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2023-11-02 14:10 Heiko Schocher
  2023-11-02 14:53 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2023-11-02 14:10 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot, Jim Liu, Heinrich Schuchardt, Philip Richard Oberfichtner

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2023-08-15  7:53 Heiko Schocher
@ 2023-08-15 16:59 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2023-08-15 16:59 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, Sam Edwards

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2023-08-15  7:53 Heiko Schocher
  2023-08-15 16:59 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2023-08-15  7:53 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Sam Edwards

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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2023-06-05  7:39 Heiko Schocher
  2023-06-05 19:58 ` Tom Rini
@ 2023-06-06 17:29 ` Tom Rini
  1 sibling, 0 replies; 22+ messages in thread
From: Tom Rini @ 2023-06-06 17:29 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: Tom Warren, u-boot, Ondřej Jirman, Andrea Merello

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: Please pull u-boot-i2c
  2023-06-05 19:58 ` Tom Rini
@ 2023-06-06  4:17   ` Heiko Schocher
  0 siblings, 0 replies; 22+ messages in thread
From: Heiko Schocher @ 2023-06-06  4:17 UTC (permalink / raw)
  To: Tom Rini; +Cc: Tom Warren, u-boot, Ondřej Jirman, Andrea Merello

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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2023-06-05  7:39 Heiko Schocher
@ 2023-06-05 19:58 ` Tom Rini
  2023-06-06  4:17   ` Heiko Schocher
  2023-06-06 17:29 ` Tom Rini
  1 sibling, 1 reply; 22+ messages in thread
From: Tom Rini @ 2023-06-05 19:58 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: Tom Warren, u-boot, Ondřej Jirman, Andrea Merello

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2023-06-05  7:39 Heiko Schocher
  2023-06-05 19:58 ` Tom Rini
  2023-06-06 17:29 ` Tom Rini
  0 siblings, 2 replies; 22+ messages in thread
From: Heiko Schocher @ 2023-06-05  7:39 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, Ondřej Jirman, Andrea Merello

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2023-04-11 11:04 Heiko Schocher
@ 2023-04-11 14:42 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2023-04-11 14:42 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2023-04-11 11:04 Heiko Schocher
  2023-04-11 14:42 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2023-04-11 11:04 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2023-02-13 14:52 Heiko Schocher
@ 2023-02-13 16:28 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2023-02-13 16:28 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, Fabio Estevam, Pei Yue Ho, Ryan Chen

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2023-02-13 14:52 Heiko Schocher
  2023-02-13 16:28 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2023-02-13 14:52 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Fabio Estevam, Pei Yue Ho, Ryan Chen

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2022-12-05  7:30 Heiko Schocher
@ 2022-12-05 15:58 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2022-12-05 15:58 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, JJLIU0

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2022-12-05  7:30 Heiko Schocher
  2022-12-05 15:58 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2022-12-05  7:30 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, JJLIU0

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2022-11-14  9:12 Heiko Schocher
@ 2022-11-14 20:44 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2022-11-14 20:44 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: Sergei Antonov, Conor Dooley, u-boot

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2022-11-14  9:12 Heiko Schocher
  2022-11-14 20:44 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2022-11-14  9:12 UTC (permalink / raw)
  To: Tom Rini; +Cc: Sergei Antonov, Conor Dooley, u-boot

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2022-07-19 15:24 Heiko Schocher
@ 2022-07-20 11:10 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2022-07-20 11:10 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, Eddie James, Jim Liu, Rasmus Villemoes

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2022-07-19 15:24 Heiko Schocher
  2022-07-20 11:10 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2022-07-19 15:24 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Eddie James, Jim Liu, Rasmus Villemoes

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&view=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: hs@denx.de

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

* Re: Please pull u-boot-i2c
  2022-03-23  9:16 Heiko Schocher
@ 2022-03-23 14:22 ` Tom Rini
  0 siblings, 0 replies; 22+ messages in thread
From: Tom Rini @ 2022-03-23 14:22 UTC (permalink / raw)
  To: Heiko Schocher
  Cc: u-boot, Marek Vasut, Nikita Yushchenko, Michael Opdenacker,
	adrian.fiergolski

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Please pull u-boot-i2c
@ 2022-03-23  9:16 Heiko Schocher
  2022-03-23 14:22 ` Tom Rini
  0 siblings, 1 reply; 22+ messages in thread
From: Heiko Schocher @ 2022-03-23  9:16 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Nikita Yushchenko, Michael Opdenacker, adrian.fiergolski

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&view=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: hs@denx.de

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

end of thread, other threads:[~2023-11-02 14:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 10:14 Please pull u-boot-i2c Heiko Schocher
2021-12-20 16:16 ` Tom Rini
2022-03-23  9:16 Heiko Schocher
2022-03-23 14:22 ` Tom Rini
2022-07-19 15:24 Heiko Schocher
2022-07-20 11:10 ` Tom Rini
2022-11-14  9:12 Heiko Schocher
2022-11-14 20:44 ` Tom Rini
2022-12-05  7:30 Heiko Schocher
2022-12-05 15:58 ` Tom Rini
2023-02-13 14:52 Heiko Schocher
2023-02-13 16:28 ` Tom Rini
2023-04-11 11:04 Heiko Schocher
2023-04-11 14:42 ` Tom Rini
2023-06-05  7:39 Heiko Schocher
2023-06-05 19:58 ` Tom Rini
2023-06-06  4:17   ` Heiko Schocher
2023-06-06 17:29 ` Tom Rini
2023-08-15  7:53 Heiko Schocher
2023-08-15 16:59 ` Tom Rini
2023-11-02 14:10 Heiko Schocher
2023-11-02 14:53 ` Tom Rini

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.