mbox

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

Message ID 587F276B.2050605@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher Jan. 18, 2017, 8:29 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

checked this branch on travis, no new errors found.

I got one error for pxa:
"The command "git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git 
/tmp/uboot-test-hooks" failed and exited with 128 during ."
but this has nothing to do with the patches in my branch


The following changes since commit bfd07670a48d9fbf22646c93e07dcd8cbc8d0864:

   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2017-01-17 11:39:43 -0500)

are available in the git repository at:

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

for you to fetch changes up to 19cdd5c5be2f13b85e771fa55870cb2ffb251501:

   i2c: i2c-cdns: No need for dedicated probe function (2017-01-18 06:39:01 +0100)

----------------------------------------------------------------
Moritz Fischer (5):
       i2c: mux: Allow muxes to work as children of i2c bus without i2c-parent
       i2c: i2c-cdns: Detect unsupported sequences for rev 1.0
       i2c: i2c-cdns: Reorder timeout loop for interrupt waiting
       i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0
       i2c: i2c-cdns: No need for dedicated probe function

  drivers/i2c/i2c-cdns.c             | 202 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
  drivers/i2c/muxes/i2c-mux-uclass.c |  10 ++++++++
  2 files changed, 149 insertions(+), 63 deletions(-)

bye,
Heiko

Comments

Tom Rini Jan. 18, 2017, 11:14 p.m. UTC | #1
On Wed, Jan 18, 2017 at 09:29:31AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> checked this branch on travis, no new errors found.
> 
> I got one error for pxa:
> "The command "git clone --depth=1
> git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks"
> failed and exited with 128 during ."
> but this has nothing to do with the patches in my branch

Yes, sometimes travis fails to connect to github.  When it's just one or
two jobs I click on the restart job button for just that particular one,
but if it's most of the build I just re-start the whole build.

> The following changes since commit bfd07670a48d9fbf22646c93e07dcd8cbc8d0864:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2017-01-17 11:39:43 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 19cdd5c5be2f13b85e771fa55870cb2ffb251501:
> 
>   i2c: i2c-cdns: No need for dedicated probe function (2017-01-18 06:39:01 +0100)
> 

Applied to u-boot/master, thanks!