mbox series

[U-Boot] Please pull from u-boot-i2c for 2020.10

Message ID 04b4ec7a-43ed-1e92-304c-6c30c46101c8@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull from u-boot-i2c for 2020.10 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/late-bugfix-for-2020.10

Message

Heiko Schocher Oct. 1, 2020, 10:22 a.m. UTC
Hello Tom,

late bugfix for 2020.10 ...

The following changes since commit 5f9070a4a48d2db1968b86a54e82724dbe2a6de6:

   optee: copy FDT OP-TEE related nodes before generic FDT changes (2020-09-30 11:31:13 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/late-bugfix-for-2020.10

for you to fetch changes up to 86a73b0905430c0a637280d33afa498b366f4d23:

   i2c: rcar_i2c: Fix i2c read/write errors (2020-10-01 05:41:44 +0200)

----------------------------------------------------------------
i2c late bugfix for v2020.10
- rcar_i2c: Fix i2c read/write errors
   fixes commit 7c8f821e ("i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer")

----------------------------------------------------------------
Lad Prabhakar (1):
       i2c: rcar_i2c: Fix i2c read/write errors

  drivers/i2c/rcar_i2c.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

travis builds fine:

https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/731810194

Thanks!

bye,
Heiko

Comments

Tom Rini Oct. 1, 2020, 10:09 p.m. UTC | #1
On Thu, Oct 01, 2020 at 12:22:01PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> late bugfix for 2020.10 ...
> 
> The following changes since commit 5f9070a4a48d2db1968b86a54e82724dbe2a6de6:
> 
>   optee: copy FDT OP-TEE related nodes before generic FDT changes (2020-09-30 11:31:13 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/late-bugfix-for-2020.10
> 
> for you to fetch changes up to 86a73b0905430c0a637280d33afa498b366f4d23:
> 
>   i2c: rcar_i2c: Fix i2c read/write errors (2020-10-01 05:41:44 +0200)
> 

Applied to u-boot/master, thanks!