mbox series

Please pull u-boot-i2c

Message ID dafd441c-6a6a-3de1-ea81-6d70aee0cda9@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-i2c | expand

Pull-request

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

Message

Heiko Schocher June 5, 2023, 7:39 a.m. UTC
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

Comments

Tom Rini June 5, 2023, 7:58 p.m. UTC | #1
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.
Heiko Schocher June 6, 2023, 4:17 a.m. UTC | #2
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
Tom Rini June 6, 2023, 5:29 p.m. UTC | #3
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!