mbox

[U-Boot] Pull request: u-boot-mmc 12082015

Message ID D4F416D0-3C89-4F58-8844-470657327D4A@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Pantelis Antoniou Aug. 13, 2015, 8:42 a.m. UTC
Hi Tom,

> On Aug 12, 2015, at 12:19 , Marek Vasut <marex@denx.de> wrote:
> 
> On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
>> Hi Tom,
>> 
>> The following changes since commit
>> e2c1c5bae619d2e87505de99f907a26237640bc9:
>> 
>>  Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
>> 
>> are available in the git repository at:
>> 
>> 
>>  git://git.denx.de/u-boot-mmc.git master
>> 
>> for you to fetch changes up to 956f662b1f79ae7455bc6aaa9defc2a756e8e9ca:
>> 
>>  mmc_spi: Big-endian support (2015-08-12 10:41:14 +0300)
>> 
>> ----------------------------------------------------------------
>> Marek Vasut (3):
>>      mmc: dw_mmc: Stop bounce buffer even in case of failure
>>      mmc: dw_mmc: Zap endless timeout
>>      mmc: dw_mmc: Improve handling of data transfer failure
>> 
>> Simon Glass (3):
>>      mmc: dw_mmc: Avoid using printf() for errors
>>      mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method
> 
> This patch still has open questions, I think you should drop it for now.
> 
> Best regards,
> Marek Vasut

After all the hoopla, I’ve removed the offending patch; here’s a new pull request.

The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:

  Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)

are available in the git repository at:


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

for you to fetch changes up to 6f67b69b1592662ec49485101a2358b71070bf57:

  mmc_spi: Big-endian support (2015-08-13 11:24:26 +0300)

----------------------------------------------------------------
Marek Vasut (3):
      mmc: dw_mmc: Stop bounce buffer even in case of failure
      mmc: dw_mmc: Zap endless timeout
      mmc: dw_mmc: Improve handling of data transfer failure

Simon Glass (2):
      mmc: dw_mmc: Avoid using printf() for errors
      dw_mmc: Calculate dwmmc FIFO threshold size if not provided

Yoshinori Sato (1):
      mmc_spi: Big-endian support

 drivers/mmc/dw_mmc.c  | 59 ++++++++++++++++++++++++++++++++++++++++++-----------------
 drivers/mmc/mmc_spi.c | 10 +++++-----
 2 files changed, 47 insertions(+), 22 deletions(-)

Regards

— Pantelis

Comments

Tom Rini Aug. 13, 2015, 1:16 p.m. UTC | #1
On Thu, Aug 13, 2015 at 11:42:38AM +0300, Pantelis Antoniou wrote:

> Hi Tom,
> 
> > On Aug 12, 2015, at 12:19 , Marek Vasut <marex@denx.de> wrote:
> > 
> > On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
> >> Hi Tom,
> >> 
> >> The following changes since commit
> >> e2c1c5bae619d2e87505de99f907a26237640bc9:
> >> 
> >>  Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
> >> 
> >> are available in the git repository at:
> >> 
> >> 
> >>  git://git.denx.de/u-boot-mmc.git master
> >> 
> >> for you to fetch changes up to 956f662b1f79ae7455bc6aaa9defc2a756e8e9ca:
> >> 
> >>  mmc_spi: Big-endian support (2015-08-12 10:41:14 +0300)
> >> 
> >> ----------------------------------------------------------------
> >> Marek Vasut (3):
> >>      mmc: dw_mmc: Stop bounce buffer even in case of failure
> >>      mmc: dw_mmc: Zap endless timeout
> >>      mmc: dw_mmc: Improve handling of data transfer failure
> >> 
> >> Simon Glass (3):
> >>      mmc: dw_mmc: Avoid using printf() for errors
> >>      mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method
> > 
> > This patch still has open questions, I think you should drop it for now.
> > 
> > Best regards,
> > Marek Vasut
> 
> After all the hoopla, I’ve removed the offending patch; here’s a new pull request.
> 
> The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:
> 
>   Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 6f67b69b1592662ec49485101a2358b71070bf57:
> 
>   mmc_spi: Big-endian support (2015-08-13 11:24:26 +0300)
> 

Applied to u-boot/master, thanks!