mbox series

Please pull u-boot-i2c

Message ID 55cf162c-5390-d4b0-1927-72855594bfda@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 tags/i2cfixes-for-v2023.01-rc3

Message

Heiko Schocher Dec. 5, 2022, 7:30 a.m. UTC
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

Comments

Tom Rini Dec. 5, 2022, 3:58 p.m. UTC | #1
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!