mbox series

[U-Boot] Pull request: u-boot-sunxi/master

Message ID 20180427130253.28347-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-sunxi/master | expand

Pull-request

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

Message

Jagan Teki April 27, 2018, 1:02 p.m. UTC
Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit 275d80a4c2fb63890f3f4c16b7ad481064e650a0:

  Merge git://git.denx.de/u-boot-usb (2018-04-22 09:30:36 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5ff8e54888e4d26a352453564f7f599d29696dc9:

  sunxi: improve throughput in the sunxi_mmc driver (2018-04-25 10:29:38 +0530)

----------------------------------------------------------------
Philipp Tomsich (1):
      sunxi: improve throughput in the sunxi_mmc driver

Stefan Mavrodiev (1):
      sunxi: mmc: Fix phase delays

 drivers/mmc/sunxi_mmc.c | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

Comments

Tom Rini April 29, 2018, 9:05 p.m. UTC | #1
On Fri, Apr 27, 2018 at 06:32:53PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 275d80a4c2fb63890f3f4c16b7ad481064e650a0:
> 
>   Merge git://git.denx.de/u-boot-usb (2018-04-22 09:30:36 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 5ff8e54888e4d26a352453564f7f599d29696dc9:
> 
>   sunxi: improve throughput in the sunxi_mmc driver (2018-04-25 10:29:38 +0530)
> 
> ----------------------------------------------------------------
> Philipp Tomsich (1):
>       sunxi: improve throughput in the sunxi_mmc driver
> 
> Stefan Mavrodiev (1):
>       sunxi: mmc: Fix phase delays
> 
>  drivers/mmc/sunxi_mmc.c | 35 ++++++++++++++++++++---------------
>  1 file changed, 20 insertions(+), 15 deletions(-)

Please re-push on your side, git is unhappy:
$ git pull git://git.denx.de/u-boot-sunxi.git
remote: error: Could not read 275d80a4c2fb63890f3f4c16b7ad481064e650a0
remote: fatal: revision walk setup failed
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
Jagan Teki April 30, 2018, 10:39 a.m. UTC | #2
On Mon, Apr 30, 2018 at 2:35 AM, Tom Rini <trini@konsulko.com> wrote:
> On Fri, Apr 27, 2018 at 06:32:53PM +0530, Jagan Teki wrote:
>
>> Hi Tom,
>>
>> Please pull this PR.
>>
>> thanks,
>> Jagan.
>>
>> The following changes since commit 275d80a4c2fb63890f3f4c16b7ad481064e650a0:
>>
>>   Merge git://git.denx.de/u-boot-usb (2018-04-22 09:30:36 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-sunxi.git master
>>
>> for you to fetch changes up to 5ff8e54888e4d26a352453564f7f599d29696dc9:
>>
>>   sunxi: improve throughput in the sunxi_mmc driver (2018-04-25 10:29:38 +0530)
>>
>> ----------------------------------------------------------------
>> Philipp Tomsich (1):
>>       sunxi: improve throughput in the sunxi_mmc driver
>>
>> Stefan Mavrodiev (1):
>>       sunxi: mmc: Fix phase delays
>>
>>  drivers/mmc/sunxi_mmc.c | 35 ++++++++++++++++++++---------------
>>  1 file changed, 20 insertions(+), 15 deletions(-)
>
> Please re-push on your side, git is unhappy:

done, please try again.
Tom Rini April 30, 2018, 4:15 p.m. UTC | #3
On Fri, Apr 27, 2018 at 06:32:53PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 275d80a4c2fb63890f3f4c16b7ad481064e650a0:
> 
>   Merge git://git.denx.de/u-boot-usb (2018-04-22 09:30:36 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 5ff8e54888e4d26a352453564f7f599d29696dc9:
> 
>   sunxi: improve throughput in the sunxi_mmc driver (2018-04-25 10:29:38 +0530)
> 

Applied to u-boot/master, thanks!