Re: [PATCH 0/8][git pull] mmc: omap: Assorted fixes for 3.4 merge window

2012-04-02 Thread Chris Ball
Hi,

On Mon, Apr 02 2012, S, Venkatraman wrote:
 I've rebased patches 3-8 into a new branch (See below).
 I'll send you 1-2 on top of 3.4-rc2 once it's out. Is it Ok ?

Yes, thanks.

  ==
 The following changes since commit a4dfa827bb5b9a984d4000ffb80134b9495e4d8a:

   mmc: sdio: Use empty system suspend/resume callbacks at the bus
 level (2012-04-01 00:35:06 -0400)

 are available in the git repository at:

   git://github.com/svenkatr/linux.git omap-mmc-fixes-3.4

 for you to fetch changes up to 80f833a2f77b8d6464209c0bb00a39ad835356a0:

   mmc: omap4: hsmmc: fix module re-insertion (2012-04-02 12:26:47 +0530)

 
 Balaji T K (3):
   mmc: omap: use runtime put sync in probe error patch
   mmc: omap: context save after enabling runtime pm
   mmc: omap4: hsmmc: fix module re-insertion

 Felipe Balbi (3):
   mmc: host: omap_hsmmc: trivial cleanups
   mmc: host: omap_hsmmc: make it behave well as a module
   mmc: host: omap_hsmmc: convert to module_platform_driver

Pushed to mmc-next for 3.4, and I normalized the commit message first
lines to:

mmc: omap_hsmmc: description

Thanks very much,

- Chris.
-- 
Chris Ball   c...@laptop.org   http://printf.net/
One Laptop Per Child
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/8][git pull] mmc: omap: Assorted fixes for 3.4 merge window

2012-03-31 Thread Chris Ball
Hi,

On Fri, Mar 16 2012, Venkatraman S wrote:
 Chris,
Here are a group of fixes posted by Felipe and Balaji for the
 OMAP hsmmc driver in the past few days. 
I've rebased them to the lastest mmc-next and posted them
 here again. These have also been tested on OMAP4 development platform.

 Please feel to apply directly or pull if that's convenient.

 Changes since yesterday (v1):-
   Fixed formatting issues as suggested by Felipe
   Marked some patches for stable.

 The following changes since commit 5f0390f10c0e9c9c504cdbf4af802252628a2490:

   mmc: omap_hsmmc: Avoid a regulator voltage change with dt (2012-03-14 
 11:33:20 -0400)

 are available in the git repository at:

   git://github.com/svenkatr/linux.git omap-mmc-pending-for-3.4

 for you to fetch changes up to 8d54766b608915035b47616ea564e4e9b4dda29c:

   mmc: omap4: hsmmc: fix module re-insertion (2012-03-16 11:38:41 +0530)

I've just rebased mmc-next on top of 3.4-rc1, and now there are many
conflicts against your tree -- please could you resend patches 3-8
against that base?  I'll take them for 3.4, and will take patches 1-2
for 3.5.

Thanks!

- Chris.
-- 
Chris Ball   c...@laptop.org   http://printf.net/
One Laptop Per Child
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/8][git pull] mmc: omap: Assorted fixes for 3.4 merge window

2012-03-16 Thread Venkatraman S
Chris,
   Here are a group of fixes posted by Felipe and Balaji for the
OMAP hsmmc driver in the past few days. 
   I've rebased them to the lastest mmc-next and posted them
here again. These have also been tested on OMAP4 development platform.

Please feel to apply directly or pull if that's convenient.

Changes since yesterday (v1):-
Fixed formatting issues as suggested by Felipe
Marked some patches for stable.

The following changes since commit 5f0390f10c0e9c9c504cdbf4af802252628a2490:

  mmc: omap_hsmmc: Avoid a regulator voltage change with dt (2012-03-14 
11:33:20 -0400)

are available in the git repository at:

  git://github.com/svenkatr/linux.git omap-mmc-pending-for-3.4

for you to fetch changes up to 8d54766b608915035b47616ea564e4e9b4dda29c:

  mmc: omap4: hsmmc: fix module re-insertion (2012-03-16 11:38:41 +0530)


Balaji T K (5):
  mmc: omap: Enable Auto CMD12
  mmc: omap: add DDR support to omap_hsmmc
  mmc: omap: use runtime put sync in probe error patch
  mmc: omap: context save after enabling runtime pm
  mmc: omap4: hsmmc: fix module re-insertion

Felipe Balbi (3):
  mmc: host: omap_hsmmc: trivial cleanups
  mmc: host: omap_hsmmc: make it behave well as a module
  mmc: host: omap_hsmmc: convert to module_platform_driver

 drivers/mmc/host/omap_hsmmc.c |  202 
++
 1 file changed, 97 insertions(+), 105 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/8][git pull] mmc: omap: Assorted fixes for 3.4 merge window

2012-03-15 Thread Venkatraman S
Chris,
   Here are a group of fixes posted by Felipe and Balaji for the
OMAP hsmmc driver in the past few days. 
   I've rebased them to the lastest mmc-next and posted them
here again. These have also been tested on OMAP4 development platform.

Please feel to apply directly or pull if that's convenient.

The following changes since commit 5f0390f10c0e9c9c504cdbf4af802252628a2490:

  mmc: omap_hsmmc: Avoid a regulator voltage change with dt (2012-03-14 
11:33:20 -0400)

are available in the git repository at:

  git://github.com/svenkatr/linux.git omap-mmc-pending-for-3.4

for you to fetch changes up to a6caaa13374ab72e37f9cb2e4cebfe3d266fbaf3:

  mmc: omap4: hsmmc: fix module re-insertion (2012-03-15 19:45:49 +0530)


Balaji T K (5):
  mmc: omap: Enable Auto CMD12
  mmc: omap: add DDR support to omap_hsmmc
  mmc: omap: use runtime put sync in probe error patch
  mmc: omap: context save after enabling runtime pm
  mmc: omap4: hsmmc: fix module re-insertion

Felipe Balbi (3):
  mmc: host: omap_hsmmc: trivial cleanups
  mmc: host: omap_hsmmc: make it behave well as a module
  mmc: host: omap_hsmmc: convert to module_platform_driver

 drivers/mmc/host/omap_hsmmc.c |  203 
++---
 1 file changed, 98 insertions(+), 105 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html