* [U-Boot] Pull request: u-boot-mmc 12082015
@ 2015-08-12 7:48 Pantelis Antoniou
2015-08-12 9:19 ` Marek Vasut
0 siblings, 1 reply; 4+ messages in thread
From: Pantelis Antoniou @ 2015-08-12 7:48 UTC (permalink / raw)
To: u-boot
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
dw_mmc: Calculate dwmmc FIFO threshold size if not provided
Yoshinori Sato (1):
mmc_spi: Big-endian support
drivers/mmc/dw_mmc.c | 61 +++++++++++++++++++++++++++++++++++++++++++------------------
drivers/mmc/exynos_dw_mmc.c | 2 +-
drivers/mmc/mmc_spi.c | 10 +++++-----
include/dwmmc.h | 16 +++++++++++++++-
4 files changed, 64 insertions(+), 25 deletions(-)
Regards
? Pantelis
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-mmc 12082015
2015-08-12 7:48 [U-Boot] Pull request: u-boot-mmc 12082015 Pantelis Antoniou
@ 2015-08-12 9:19 ` Marek Vasut
2015-08-13 8:42 ` Pantelis Antoniou
0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2015-08-12 9:19 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-mmc 12082015
2015-08-12 9:19 ` Marek Vasut
@ 2015-08-13 8:42 ` Pantelis Antoniou
2015-08-13 13:16 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Pantelis Antoniou @ 2015-08-13 8:42 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-mmc 12082015
2015-08-13 8:42 ` Pantelis Antoniou
@ 2015-08-13 13:16 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2015-08-13 13:16 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150813/a97d7158/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-13 13:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 7:48 [U-Boot] Pull request: u-boot-mmc 12082015 Pantelis Antoniou
2015-08-12 9:19 ` Marek Vasut
2015-08-13 8:42 ` Pantelis Antoniou
2015-08-13 13:16 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox