All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-mmc 12/06/2014
@ 2014-06-12 12:41 Pantelis Antoniou
  2014-06-12 13:10 ` Igor Grinberg
  2014-06-12 14:21 ` Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Pantelis Antoniou @ 2014-06-12 12:41 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:

  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:

  mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 +0300)

----------------------------------------------------------------
Darwin Rambo (1):
      mmc: free allocated memory on initialization errors

Stephen Warren (6):
      mmc: return meaningful error codes from mmc_select_hwpart
      cmd_mmc: default to HW partition 0 if not specified
      disk: default to HW partition 0 if not specified
      cmd_mmc: add force_init parameter to init_mmc_device()
      cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
      cmd_mmc: make mmc dev always re-probe the HW

 common/cmd_mmc.c         | 51 +++++++++++++++++++++++----------------------------
 disk/part.c              |  6 +++---
 drivers/mmc/kona_sdhci.c |  8 ++++++--
 drivers/mmc/mmc.c        |  7 ++++---
 4 files changed, 36 insertions(+), 36 deletions(-)

Regards

-- Pantelis

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Pull request: u-boot-mmc 12/06/2014
  2014-06-12 12:41 [U-Boot] Pull request: u-boot-mmc 12/06/2014 Pantelis Antoniou
@ 2014-06-12 13:10 ` Igor Grinberg
  2014-06-12 13:13   ` Pantelis Antoniou
  2014-06-12 14:21 ` Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Igor Grinberg @ 2014-06-12 13:10 UTC (permalink / raw)
  To: u-boot

Hi Pantelis,

On 06/12/14 15:41, Pantelis Antoniou wrote:
> Hi Tom,
> 
> The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
> 
>   common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
> 
>   mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 +0300)
> 
> ----------------------------------------------------------------
> Darwin Rambo (1):
>       mmc: free allocated memory on initialization errors
> 
> Stephen Warren (6):
>       mmc: return meaningful error codes from mmc_select_hwpart
>       cmd_mmc: default to HW partition 0 if not specified
>       disk: default to HW partition 0 if not specified
>       cmd_mmc: add force_init parameter to init_mmc_device()
>       cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
>       cmd_mmc: make mmc dev always re-probe the HW
> 
>  common/cmd_mmc.c         | 51 +++++++++++++++++++++++----------------------------
>  disk/part.c              |  6 +++---
>  drivers/mmc/kona_sdhci.c |  8 ++++++--
>  drivers/mmc/mmc.c        |  7 ++++---
>  4 files changed, 36 insertions(+), 36 deletions(-)

What about [1]? It is 1.5 months old already...
We would really like to get it into 2014.07.

[1] http://patchwork.ozlabs.org/patch/343153/

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Pull request: u-boot-mmc 12/06/2014
  2014-06-12 13:10 ` Igor Grinberg
@ 2014-06-12 13:13   ` Pantelis Antoniou
  2014-06-12 13:38     ` Igor Grinberg
  0 siblings, 1 reply; 5+ messages in thread
From: Pantelis Antoniou @ 2014-06-12 13:13 UTC (permalink / raw)
  To: u-boot

Hi Igor,

On Jun 12, 2014, at 4:10 PM, Igor Grinberg wrote:

> Hi Pantelis,
> 
> On 06/12/14 15:41, Pantelis Antoniou wrote:
>> Hi Tom,
>> 
>> The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
>> 
>>  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 -0400)
>> 
>> are available in the git repository at:
>> 
>>  git://git.denx.de/u-boot-mmc.git master
>> 
>> for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
>> 
>>  mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 +0300)
>> 
>> ----------------------------------------------------------------
>> Darwin Rambo (1):
>>      mmc: free allocated memory on initialization errors
>> 
>> Stephen Warren (6):
>>      mmc: return meaningful error codes from mmc_select_hwpart
>>      cmd_mmc: default to HW partition 0 if not specified
>>      disk: default to HW partition 0 if not specified
>>      cmd_mmc: add force_init parameter to init_mmc_device()
>>      cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
>>      cmd_mmc: make mmc dev always re-probe the HW
>> 
>> common/cmd_mmc.c         | 51 +++++++++++++++++++++++----------------------------
>> disk/part.c              |  6 +++---
>> drivers/mmc/kona_sdhci.c |  8 ++++++--
>> drivers/mmc/mmc.c        |  7 ++++---
>> 4 files changed, 36 insertions(+), 36 deletions(-)
> 
> What about [1]? It is 1.5 months old already...
> We would really like to get it into 2014.07.
> 
> [1] http://patchwork.ozlabs.org/patch/343153/
> 

We got a patchwork glitch and it didn't show up in my queue.
After Tom picks up this PR I'll spin another right away.

> -- 
> Regards,
> Igor.


Regards

-- Pantelis

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Pull request: u-boot-mmc 12/06/2014
  2014-06-12 13:13   ` Pantelis Antoniou
@ 2014-06-12 13:38     ` Igor Grinberg
  0 siblings, 0 replies; 5+ messages in thread
From: Igor Grinberg @ 2014-06-12 13:38 UTC (permalink / raw)
  To: u-boot

On 06/12/14 16:13, Pantelis Antoniou wrote:
> Hi Igor,
> 
> On Jun 12, 2014, at 4:10 PM, Igor Grinberg wrote:
> 
>> Hi Pantelis,
>>
>> On 06/12/14 15:41, Pantelis Antoniou wrote:
>>> Hi Tom,
>>>
>>> The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
>>>
>>>  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 -0400)
>>>
>>> are available in the git repository at:
>>>
>>>  git://git.denx.de/u-boot-mmc.git master
>>>
>>> for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
>>>
>>>  mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 +0300)
>>>
>>> ----------------------------------------------------------------
>>> Darwin Rambo (1):
>>>      mmc: free allocated memory on initialization errors
>>>
>>> Stephen Warren (6):
>>>      mmc: return meaningful error codes from mmc_select_hwpart
>>>      cmd_mmc: default to HW partition 0 if not specified
>>>      disk: default to HW partition 0 if not specified
>>>      cmd_mmc: add force_init parameter to init_mmc_device()
>>>      cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
>>>      cmd_mmc: make mmc dev always re-probe the HW
>>>
>>> common/cmd_mmc.c         | 51 +++++++++++++++++++++++----------------------------
>>> disk/part.c              |  6 +++---
>>> drivers/mmc/kona_sdhci.c |  8 ++++++--
>>> drivers/mmc/mmc.c        |  7 ++++---
>>> 4 files changed, 36 insertions(+), 36 deletions(-)
>>
>> What about [1]? It is 1.5 months old already...
>> We would really like to get it into 2014.07.
>>
>> [1] http://patchwork.ozlabs.org/patch/343153/
>>
> 
> We got a patchwork glitch and it didn't show up in my queue.
> After Tom picks up this PR I'll spin another right away.

Ok, no problem. 10x!

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Pull request: u-boot-mmc 12/06/2014
  2014-06-12 12:41 [U-Boot] Pull request: u-boot-mmc 12/06/2014 Pantelis Antoniou
  2014-06-12 13:10 ` Igor Grinberg
@ 2014-06-12 14:21 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2014-06-12 14:21 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 12, 2014 at 03:41:21PM +0300, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
> 
>   common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
> 
>   mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 +0300)
> 
> ----------------------------------------------------------------
> Darwin Rambo (1):
>       mmc: free allocated memory on initialization errors
> 
> Stephen Warren (6):
>       mmc: return meaningful error codes from mmc_select_hwpart
>       cmd_mmc: default to HW partition 0 if not specified
>       disk: default to HW partition 0 if not specified
>       cmd_mmc: add force_init parameter to init_mmc_device()
>       cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
>       cmd_mmc: make mmc dev always re-probe the HW
> 
>  common/cmd_mmc.c         | 51 +++++++++++++++++++++++----------------------------
>  disk/part.c              |  6 +++---
>  drivers/mmc/kona_sdhci.c |  8 ++++++--
>  drivers/mmc/mmc.c        |  7 ++++---
>  4 files changed, 36 insertions(+), 36 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140612/de9c06a9/attachment.pgp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-12 14:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 12:41 [U-Boot] Pull request: u-boot-mmc 12/06/2014 Pantelis Antoniou
2014-06-12 13:10 ` Igor Grinberg
2014-06-12 13:13   ` Pantelis Antoniou
2014-06-12 13:38     ` Igor Grinberg
2014-06-12 14:21 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.