[U-Boot] Pull request: u-boot-mmc 12/06/2014

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

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/

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.
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

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.
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!

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!
participants (3)
-
Igor Grinberg
-
Pantelis Antoniou
-
Tom Rini