mbox series

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

Message ID cda8e731-87d1-f1f0-b514-c6ecd8eb8564@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull from u-boot-i2c | expand

Pull-request

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

Message

Heiko Schocher Feb. 6, 2018, 12:45 p.m. UTC
Hello Tom,

please pull from u-boot-i2c master

The following changes since commit a43aebee89acf57b4e22018f401cffc9fef4fd85:

   usb: ulpi: kconfig: Remove meaningless choice default (2018-02-05 20:58:12 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 8bcf12ccce89ef9c77d9322930445b4f4ca3b822:

   i2c: mvtwsi.c: Avoid NULL dereference (2018-02-06 07:02:32 +0100)

----------------------------------------------------------------
Heinrich Schuchardt (1):
       i2c: mvtwsi.c: Avoid NULL dereference

Mario Six (6):
       i2c: fsl_i2c: Fix style violations
       i2c: fsl_i2c: Remove inline declarations
       i2c: fsl_i2c: Make live-tree compatible
       i2c: ihs_i2c: Prepare DM conversion
       i2c: ihs_i2c: Make DM compatible
       i2c: ihs_i2c: Factor out send_buffer method

  drivers/i2c/Kconfig   |   6 +++
  drivers/i2c/fsl_i2c.c | 127 +++++++++++++++++++++++++++++------------------------------
  drivers/i2c/ihs_i2c.c | 279 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
  drivers/i2c/mvtwsi.c  |   3 +-
  4 files changed, 311 insertions(+), 104 deletions(-)


No warnings on travis:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/337874954

bye,
Heiko

Comments

Tom Rini Feb. 7, 2018, 2:55 a.m. UTC | #1
On Tue, Feb 06, 2018 at 01:45:49PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit a43aebee89acf57b4e22018f401cffc9fef4fd85:
> 
>   usb: ulpi: kconfig: Remove meaningless choice default (2018-02-05 20:58:12 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 8bcf12ccce89ef9c77d9322930445b4f4ca3b822:
> 
>   i2c: mvtwsi.c: Avoid NULL dereference (2018-02-06 07:02:32 +0100)
> 

Applied to u-boot/master, thanks!