Re: [U-Boot] [PATCH V7 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device

2017-06-29 Thread Eddie Cai
2017-06-29 18:49 GMT+08:00 Lukasz Majewski : > On Thu, 29 Jun 2017 08:44:47 +0800 > Eddie Cai wrote: > >> > >> > The issue is not with this one particular board. >> > >> > I'm concerned, since your patch set causes build errors for other >> > boards. >> > >> > Can you build test (with travis-CI) y

[U-Boot] [GIT PULL] Please pull u-boot-mmc master

2017-06-29 Thread Jaehoon Chung
Dear Tom, Could you pull these patches into u-boot/master? If there is a problem, let me know, plz. The following changes since commit 08546df976b79b1694af3ff12b26baf2931f371a: Merge git://git.denx.de/u-boot-x86 (2017-06-27 09:33:10 -0400) are available in the git repository at: git://git.

Re: [U-Boot] [PATCH 03/16] usb: Remove unnecessary work in usb_setup_descriptor()

2017-06-29 Thread Bin Meng
Hi, On Fri, Jun 23, 2017 at 5:54 PM, Bin Meng wrote: > The only work we need do in usb_setup_descriptor() is to initialize > dev->descriptor.bMaxPacketSize0, when do_read is false. Other steps > are the same as do_read being true. > > While we are here, update the comment block to be within 80 co

Re: [U-Boot] [PATCH] mmc: pic32_sdhci: Complete the transition to driver model

2017-06-29 Thread Jaehoon Chung
On 06/21/2017 12:23 PM, Alan Ott wrote: > Previously this driver appeared to have been half-way converted to the new > driver model and did not work at all. > > Complete the transition to the driver model, adding the necessary > connections. > > Signed-off-by: Alan Ott > --- > configs/pic32mzda

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-29 Thread Heiko Schocher
Hello Christophe, Am 29.06.2017 um 18:51 schrieb Christophe LEROY: Dear Wolfgang, Le 23/06/2017 à 14:11, Wolfgang Denk a écrit : Dear Christophe, In message <71d351cb-2c42-99a0-0b4b-64cfa74ec...@c-s.fr> you wrote: Ok, noted. Please take care to not remove anything that is common with 8xx be

Re: [U-Boot] [PATCH] mmc: pic32_sdhci: Complete the transition to driver model

2017-06-29 Thread Masahiro Yamada
2017-06-30 13:00 GMT+09:00 Jaehoon Chung : > On 06/21/2017 12:23 PM, Alan Ott wrote: >> Previously this driver appeared to have been half-way converted to the new >> driver model and did not work at all. >> >> Complete the transition to the driver model, adding the necessary >> connections. >> >> S

Re: [U-Boot] [PATCH 03/16] usb: Remove unnecessary work in usb_setup_descriptor()

2017-06-29 Thread Lothar Waßmann
Hi, On Fri, 30 Jun 2017 11:49:56 +0800 Bin Meng wrote: > Hi, > > On Fri, Jun 23, 2017 at 5:54 PM, Bin Meng wrote: > > The only work we need do in usb_setup_descriptor() is to initialize > > dev->descriptor.bMaxPacketSize0, when do_read is false. Other steps > > are the same as do_read being true

Re: [U-Boot] [PATCH 03/16] usb: Remove unnecessary work in usb_setup_descriptor()

2017-06-29 Thread Bin Meng
Hi Lothar, On Fri, Jun 30, 2017 at 2:15 PM, Lothar Waßmann wrote: > Hi, > > On Fri, 30 Jun 2017 11:49:56 +0800 Bin Meng wrote: >> Hi, >> >> On Fri, Jun 23, 2017 at 5:54 PM, Bin Meng wrote: >> > The only work we need do in usb_setup_descriptor() is to initialize >> > dev->descriptor.bMaxPacketSi

<    1   2