All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Please pull u-boot-mmc
@ 2016-08-12  7:34 Jaehoon Chung
  2016-08-12 12:04 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Jaehoon Chung @ 2016-08-12  7:34 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Here is the mmc updates.
- Supports the Driver model for atmel_sdhci.
- Fixed the build error for omap_hsmmc.

Could you pull these patch to u-boot/master?

Best Regards,
Jaehoon Chung

The following changes since commit 28cd88baa3f11cdb52be3b6d0610dcf32c60871a:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-11 10:45:53 -0400)

are available in the git repository at:


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

for you to fetch changes up to 761326b33f1a14b19c0a4f7e8c336f8ed153d00c:

  defconfig: k2g_evm_defconfig: Enable mmc driver model (2016-08-12 16:23:07 +0900)

----------------------------------------------------------------
Sekhar Nori (4):
      drivers: mmc: omap_hsmmc: fix build breakage
      ARM: dts: K2G: Add support for MMC controller
      ARM: dts: k2g-evm: enable mmc/sd suppport
      defconfig: k2g_evm_defconfig: Enable mmc driver model

Wenyou Yang (1):
      mmc: atmel_sdhci: Convert to the driver model support

 arch/arm/dts/k2g-evm.dts  |   8 ++++++++
 arch/arm/dts/k2g.dtsi     |  23 +++++++++++++++++++++++
 configs/k2g_evm_defconfig |   1 +
 drivers/mmc/Kconfig       |  10 ++++++++++
 drivers/mmc/atmel_sdhci.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/omap_hsmmc.c  |   2 ++
 include/sdhci.h           |   2 ++
 7 files changed, 169 insertions(+)

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-12  7:34 [U-Boot] [PATCH] Please pull u-boot-mmc Jaehoon Chung
@ 2016-08-12 12:04 ` Tom Rini
  2016-08-12 12:40   ` andreas at biessmann.de
  2016-08-16  0:58   ` Jaehoon Chung
  0 siblings, 2 replies; 11+ messages in thread
From: Tom Rini @ 2016-08-12 12:04 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Here is the mmc updates.
> - Supports the Driver model for atmel_sdhci.
> - Fixed the build error for omap_hsmmc.
> 
> Could you pull these patch to u-boot/master?
> 
> Best Regards,
> Jaehoon Chung
> 
> The following changes since commit 28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-11 10:45:53 -0400)
> 
> are available in the git repository at:
> 
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
> 
>   defconfig: k2g_evm_defconfig: Enable mmc driver model (2016-08-12 16:23:07 +0900)
> 
> ----------------------------------------------------------------
> Sekhar Nori (4):
>       drivers: mmc: omap_hsmmc: fix build breakage
>       ARM: dts: K2G: Add support for MMC controller
>       ARM: dts: k2g-evm: enable mmc/sd suppport
>       defconfig: k2g_evm_defconfig: Enable mmc driver model
> 
> Wenyou Yang (1):
>       mmc: atmel_sdhci: Convert to the driver model support

NAK.  This atmel change, like the all of the others in their series need
to come in via Andreas' tree as it's introducing a warning due to some
other patch being required:
+   sama5d2_xplained_spiflash
+(sama5d2_xplained_spiflash)  static int clk_get_by_name(struct udevice *dev, const char *name,
+(sama5d2_xplained_spiflash)             ^
w+(sama5d2_xplained_spiflash) In file included from drivers/mmc/atmel_sdhci.c:9:0:
w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function]

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160812/84ea9619/attachment.sig>

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-12 12:04 ` Tom Rini
@ 2016-08-12 12:40   ` andreas at biessmann.de
  2016-08-12 12:48     ` Tom Rini
  2016-08-16  0:58   ` Jaehoon Chung
  1 sibling, 1 reply; 11+ messages in thread
From: andreas at biessmann.de @ 2016-08-12 12:40 UTC (permalink / raw)
  To: u-boot

On 2016-08-12 14:04, Tom Rini wrote:
> On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:
> 
>> Dear Tom,
>> 
>> Here is the mmc updates.
>> - Supports the Driver model for atmel_sdhci.
>> - Fixed the build error for omap_hsmmc.
>> 
>> Could you pull these patch to u-boot/master?
>> 
>> Best Regards,
>> Jaehoon Chung
>> 
>> The following changes since commit 
>> 28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
>> 
>>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier 
>> (2016-08-11 10:45:53 -0400)
>> 
>> are available in the git repository at:
>> 
>> 
>>   http://git.denx.de/u-boot-mmc.git master
>> 
>> for you to fetch changes up to 
>> 761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
>> 
>>   defconfig: k2g_evm_defconfig: Enable mmc driver model (2016-08-12 
>> 16:23:07 +0900)
>> 
>> ----------------------------------------------------------------
>> Sekhar Nori (4):
>>       drivers: mmc: omap_hsmmc: fix build breakage
>>       ARM: dts: K2G: Add support for MMC controller
>>       ARM: dts: k2g-evm: enable mmc/sd suppport
>>       defconfig: k2g_evm_defconfig: Enable mmc driver model
>> 
>> Wenyou Yang (1):
>>       mmc: atmel_sdhci: Convert to the driver model support
> 
> NAK.  This atmel change, like the all of the others in their series 
> need
> to come in via Andreas' tree as it's introducing a warning due to some
> other patch being required:
> +   sama5d2_xplained_spiflash
> +(sama5d2_xplained_spiflash)  static int clk_get_by_name(struct
> udevice *dev, const char *name,
> +(sama5d2_xplained_spiflash)             ^
> w+(sama5d2_xplained_spiflash) In file included from
> drivers/mmc/atmel_sdhci.c:9:0:
> w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning:
> 'clk_get_by_name' defined but not used [-Wunused-function]

Sorry, I had no time to prepare a pull request early enough for rc1. 
I'll have a look for outstanding patches next few days and could also 
grab this one.

Andreas

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-12 12:40   ` andreas at biessmann.de
@ 2016-08-12 12:48     ` Tom Rini
  2016-08-12 12:56       ` Andreas Bießmann
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Rini @ 2016-08-12 12:48 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 12, 2016 at 02:40:12PM +0200, andreas at biessmann.de wrote:
> On 2016-08-12 14:04, Tom Rini wrote:
> >On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:
> >
> >>Dear Tom,
> >>
> >>Here is the mmc updates.
> >>- Supports the Driver model for atmel_sdhci.
> >>- Fixed the build error for omap_hsmmc.
> >>
> >>Could you pull these patch to u-boot/master?
> >>
> >>Best Regards,
> >>Jaehoon Chung
> >>
> >>The following changes since commit
> >>28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
> >>
> >>  Merge branch 'master' of git://git.denx.de/u-boot-uniphier
> >>(2016-08-11 10:45:53 -0400)
> >>
> >>are available in the git repository at:
> >>
> >>
> >>  http://git.denx.de/u-boot-mmc.git master
> >>
> >>for you to fetch changes up to
> >>761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
> >>
> >>  defconfig: k2g_evm_defconfig: Enable mmc driver model
> >>(2016-08-12 16:23:07 +0900)
> >>
> >>----------------------------------------------------------------
> >>Sekhar Nori (4):
> >>      drivers: mmc: omap_hsmmc: fix build breakage
> >>      ARM: dts: K2G: Add support for MMC controller
> >>      ARM: dts: k2g-evm: enable mmc/sd suppport
> >>      defconfig: k2g_evm_defconfig: Enable mmc driver model
> >>
> >>Wenyou Yang (1):
> >>      mmc: atmel_sdhci: Convert to the driver model support
> >
> >NAK.  This atmel change, like the all of the others in their
> >series need
> >to come in via Andreas' tree as it's introducing a warning due to some
> >other patch being required:
> >+   sama5d2_xplained_spiflash
> >+(sama5d2_xplained_spiflash)  static int clk_get_by_name(struct
> >udevice *dev, const char *name,
> >+(sama5d2_xplained_spiflash)             ^
> >w+(sama5d2_xplained_spiflash) In file included from
> >drivers/mmc/atmel_sdhci.c:9:0:
> >w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning:
> >'clk_get_by_name' defined but not used [-Wunused-function]
> 
> Sorry, I had no time to prepare a pull request early enough for rc1.
> I'll have a look for outstanding patches next few days and could
> also grab this one.

Thanks!  Note that Wenyou has a number of patches along these lines and
they're delegated to various people in patchwork, but please just grab
them all (unless someone nak'd them of course) once you've also found
the one that makes us also not have that warning :)

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160812/a06b431d/attachment.sig>

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-12 12:48     ` Tom Rini
@ 2016-08-12 12:56       ` Andreas Bießmann
  2016-08-16  1:20         ` Jaehoon Chung
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Bießmann @ 2016-08-12 12:56 UTC (permalink / raw)
  To: u-boot

On 2016-08-12 14:48, Tom Rini wrote:
> On Fri, Aug 12, 2016 at 02:40:12PM +0200, andreas at biessmann.de wrote:
>> On 2016-08-12 14:04, Tom Rini wrote:
>> >On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:
>> >
>> >>Dear Tom,
>> >>
>> >>Here is the mmc updates.
>> >>- Supports the Driver model for atmel_sdhci.
>> >>- Fixed the build error for omap_hsmmc.
>> >>
>> >>Could you pull these patch to u-boot/master?
>> >>
>> >>Best Regards,
>> >>Jaehoon Chung
>> >>
>> >>The following changes since commit
>> >>28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
>> >>
>> >>  Merge branch 'master' of git://git.denx.de/u-boot-uniphier
>> >>(2016-08-11 10:45:53 -0400)
>> >>
>> >>are available in the git repository at:
>> >>
>> >>
>> >>  http://git.denx.de/u-boot-mmc.git master
>> >>
>> >>for you to fetch changes up to
>> >>761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
>> >>
>> >>  defconfig: k2g_evm_defconfig: Enable mmc driver model
>> >>(2016-08-12 16:23:07 +0900)
>> >>
>> >>----------------------------------------------------------------
>> >>Sekhar Nori (4):
>> >>      drivers: mmc: omap_hsmmc: fix build breakage
>> >>      ARM: dts: K2G: Add support for MMC controller
>> >>      ARM: dts: k2g-evm: enable mmc/sd suppport
>> >>      defconfig: k2g_evm_defconfig: Enable mmc driver model
>> >>
>> >>Wenyou Yang (1):
>> >>      mmc: atmel_sdhci: Convert to the driver model support
>> >
>> >NAK.  This atmel change, like the all of the others in their
>> >series need
>> >to come in via Andreas' tree as it's introducing a warning due to some
>> >other patch being required:
>> >+   sama5d2_xplained_spiflash
>> >+(sama5d2_xplained_spiflash)  static int clk_get_by_name(struct
>> >udevice *dev, const char *name,
>> >+(sama5d2_xplained_spiflash)             ^
>> >w+(sama5d2_xplained_spiflash) In file included from
>> >drivers/mmc/atmel_sdhci.c:9:0:
>> >w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning:
>> >'clk_get_by_name' defined but not used [-Wunused-function]
>> 
>> Sorry, I had no time to prepare a pull request early enough for rc1.
>> I'll have a look for outstanding patches next few days and could
>> also grab this one.
> 
> Thanks!  Note that Wenyou has a number of patches along these lines and
> they're delegated to various people in patchwork, but please just grab
> them all (unless someone nak'd them of course) once you've also found
> the one that makes us also not have that warning :)

I think I know the right one (clk framework rework, ack'ed by at least 
simon). I will have prepared it by end of this weekend.

Andreas

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-12 12:04 ` Tom Rini
  2016-08-12 12:40   ` andreas at biessmann.de
@ 2016-08-16  0:58   ` Jaehoon Chung
  1 sibling, 0 replies; 11+ messages in thread
From: Jaehoon Chung @ 2016-08-16  0:58 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 08/12/2016 09:04 PM, Tom Rini wrote:
> On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:
> 
>> Dear Tom,
>>
>> Here is the mmc updates.
>> - Supports the Driver model for atmel_sdhci.
>> - Fixed the build error for omap_hsmmc.
>>
>> Could you pull these patch to u-boot/master?
>>
>> Best Regards,
>> Jaehoon Chung
>>
>> The following changes since commit 28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
>>
>>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-11 10:45:53 -0400)
>>
>> are available in the git repository at:
>>
>>
>>   http://git.denx.de/u-boot-mmc.git master
>>
>> for you to fetch changes up to 761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
>>
>>   defconfig: k2g_evm_defconfig: Enable mmc driver model (2016-08-12 16:23:07 +0900)
>>
>> ----------------------------------------------------------------
>> Sekhar Nori (4):
>>       drivers: mmc: omap_hsmmc: fix build breakage
>>       ARM: dts: K2G: Add support for MMC controller
>>       ARM: dts: k2g-evm: enable mmc/sd suppport
>>       defconfig: k2g_evm_defconfig: Enable mmc driver model
>>
>> Wenyou Yang (1):
>>       mmc: atmel_sdhci: Convert to the driver model support
> 
> NAK.  This atmel change, like the all of the others in their series need
> to come in via Andreas' tree as it's introducing a warning due to some
> other patch being required:

Sorry for this mistake, I will rebase without them.
I will check in more detail at next time. Thanks for pointing out.
And Sorry again.

Best Regards,
Jaehoon Chung

> +   sama5d2_xplained_spiflash
> +(sama5d2_xplained_spiflash)  static int clk_get_by_name(struct udevice *dev, const char *name,
> +(sama5d2_xplained_spiflash)             ^
> w+(sama5d2_xplained_spiflash) In file included from drivers/mmc/atmel_sdhci.c:9:0:
> w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function]
> 

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-12 12:56       ` Andreas Bießmann
@ 2016-08-16  1:20         ` Jaehoon Chung
  0 siblings, 0 replies; 11+ messages in thread
From: Jaehoon Chung @ 2016-08-16  1:20 UTC (permalink / raw)
  To: u-boot

Hi All,

On 08/12/2016 09:56 PM, Andreas Bie?mann wrote:
> On 2016-08-12 14:48, Tom Rini wrote:
>> On Fri, Aug 12, 2016 at 02:40:12PM +0200, andreas at biessmann.de wrote:
>>> On 2016-08-12 14:04, Tom Rini wrote:
>>> >On Fri, Aug 12, 2016 at 04:34:01PM +0900, Jaehoon Chung wrote:
>>> >
>>> >>Dear Tom,
>>> >>
>>> >>Here is the mmc updates.
>>> >>- Supports the Driver model for atmel_sdhci.
>>> >>- Fixed the build error for omap_hsmmc.
>>> >>
>>> >>Could you pull these patch to u-boot/master?
>>> >>
>>> >>Best Regards,
>>> >>Jaehoon Chung
>>> >>
>>> >>The following changes since commit
>>> >>28cd88baa3f11cdb52be3b6d0610dcf32c60871a:
>>> >>
>>> >>  Merge branch 'master' of git://git.denx.de/u-boot-uniphier
>>> >>(2016-08-11 10:45:53 -0400)
>>> >>
>>> >>are available in the git repository at:
>>> >>
>>> >>
>>> >>  http://git.denx.de/u-boot-mmc.git master
>>> >>
>>> >>for you to fetch changes up to
>>> >>761326b33f1a14b19c0a4f7e8c336f8ed153d00c:
>>> >>
>>> >>  defconfig: k2g_evm_defconfig: Enable mmc driver model
>>> >>(2016-08-12 16:23:07 +0900)
>>> >>
>>> >>----------------------------------------------------------------
>>> >>Sekhar Nori (4):
>>> >>      drivers: mmc: omap_hsmmc: fix build breakage
>>> >>      ARM: dts: K2G: Add support for MMC controller
>>> >>      ARM: dts: k2g-evm: enable mmc/sd suppport
>>> >>      defconfig: k2g_evm_defconfig: Enable mmc driver model
>>> >>
>>> >>Wenyou Yang (1):
>>> >>      mmc: atmel_sdhci: Convert to the driver model support
>>> >
>>> >NAK.  This atmel change, like the all of the others in their
>>> >series need
>>> >to come in via Andreas' tree as it's introducing a warning due to some
>>> >other patch being required:
>>> >+   sama5d2_xplained_spiflash
>>> >+(sama5d2_xplained_spiflash)  static int clk_get_by_name(struct
>>> >udevice *dev, const char *name,
>>> >+(sama5d2_xplained_spiflash)             ^
>>> >w+(sama5d2_xplained_spiflash) In file included from
>>> >drivers/mmc/atmel_sdhci.c:9:0:
>>> >w+(sama5d2_xplained_spiflash) include/clk.h:107:12: warning:
>>> >'clk_get_by_name' defined but not used [-Wunused-function]
>>>
>>> Sorry, I had no time to prepare a pull request early enough for rc1.
>>> I'll have a look for outstanding patches next few days and could
>>> also grab this one.
>>
>> Thanks!  Note that Wenyou has a number of patches along these lines and
>> they're delegated to various people in patchwork, but please just grab
>> them all (unless someone nak'd them of course) once you've also found
>> the one that makes us also not have that warning :)
> 
> I think I know the right one (clk framework rework, ack'ed by at least simon). I will have prepared it by end of this weekend.

Well..Then Could Andreas also pick Wenyou's patch "atmel_sdhci: Convert to the driver model support"?
Otherwise, I will wait for your PR. I want to know best the way how i do.

Could you give me your suggestions?

I think good that Andreas will pick the Wenyou's patch..So i will rebase without Wenyou's patch.

Best Regards,
Jaehoon Chung

> 
> Andreas
> 
> 
> 

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-16  1:39 Jaehoon Chung
@ 2016-08-16 12:07 ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2016-08-16 12:07 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 16, 2016 at 10:39:12AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Sorry for confusing..Could you pull these patches on u-boot/master?
> If there are other problems, let me know, plz.
> 
> Rebased on latest u-boot/master. (Wenyou's patches was applied on u-boot-atmel.)
> Sorry for late..
> 
> Best Regards,
> Jaehoon Chung
> 
> The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:
> 
>   common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 177381a9f9e956353deaa56d86bec47e02995ff3:
> 
>   mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS (2016-08-16 10:27:24 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160816/8621ec9e/attachment.sig>

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

* [U-Boot]  [PATCH] Please pull u-boot-mmc
@ 2016-08-16  1:39 Jaehoon Chung
  2016-08-16 12:07 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Jaehoon Chung @ 2016-08-16  1:39 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Sorry for confusing..Could you pull these patches on u-boot/master?
If there are other problems, let me know, plz.

Rebased on latest u-boot/master. (Wenyou's patches was applied on u-boot-atmel.)
Sorry for late..

Best Regards,
Jaehoon Chung

The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:

  common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)

are available in the git repository at:

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

for you to fetch changes up to 177381a9f9e956353deaa56d86bec47e02995ff3:

  mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS (2016-08-16 10:27:24 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS

Sekhar Nori (4):
      drivers: mmc: omap_hsmmc: fix build breakage
      ARM: dts: K2G: Add support for MMC controller
      ARM: dts: k2g-evm: enable mmc/sd suppport
      defconfig: k2g_evm_defconfig: Enable mmc driver model

Yangbo Lu (1):
      mmc: send CMD0 before CMD1 for some MMC cards

 arch/arm/dts/k2g-evm.dts  |  8 ++++++++
 arch/arm/dts/k2g.dtsi     | 23 +++++++++++++++++++++++
 configs/k2g_evm_defconfig |  1 +
 drivers/mmc/mmc.c         |  3 +++
 drivers/mmc/mmc_legacy.c  |  9 +++++++--
 drivers/mmc/omap_hsmmc.c  |  2 ++
 6 files changed, 44 insertions(+), 2 deletions(-)

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
  2016-08-05 12:00 Jaehoon Chung
@ 2016-08-06  0:57 ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2016-08-06  0:57 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 05, 2016 at 09:00:17PM +0900, Jaehoon Chung wrote:

> Hi Tom,
> 
> Here is the mmc updates. There are patches relevant to DM and pending patches.
> Could you pull these patch to u-boot/master?
> 
> Best Regards
> Jaehoon Chung
> 
> The following changes since commit e1efe43c710bec8d951c25f163cc8b0c5eb92294:
> 
>   powerpc/86xx: Increase boot map size to 256 MiB (2016-08-03 18:02:29 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 89f69e51734f5d704ef84503d24907bfde2f5577:
> 
>   mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA (2016-08-05 20:48:01 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160805/85245303/attachment.sig>

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

* [U-Boot] [PATCH] Please pull u-boot-mmc
@ 2016-08-05 12:00 Jaehoon Chung
  2016-08-06  0:57 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Jaehoon Chung @ 2016-08-05 12:00 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here is the mmc updates. There are patches relevant to DM and pending patches.
Could you pull these patch to u-boot/master?

Best Regards
Jaehoon Chung

The following changes since commit e1efe43c710bec8d951c25f163cc8b0c5eb92294:

  powerpc/86xx: Increase boot map size to 256 MiB (2016-08-03 18:02:29 -0700)

are available in the git repository at:

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

for you to fetch changes up to 89f69e51734f5d704ef84503d24907bfde2f5577:

  mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA (2016-08-05 20:48:01 +0900)

----------------------------------------------------------------
Jaehoon Chung (10):
      mmc: sdhci: set to INT_DATA_END when there are data
      mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B
      mmc: dw_mmc: remove the duplicated header file
      mmc: fsl_esdhc: remove the duplicated header file
      mmc: use the generic error number
      mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"
      mmc: sdhci: remove the unused argument for sdhci_setup_cfg
      mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg
      mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bit
      mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA

Masahiro Yamada (1):
      mmc: sdhci: clean up timeout detection

Xu Ziyuan (3):
      mmc: display mmc list information like mmc_legacy type
      mmc: dw_mmc: transfer proper bytes to FIFO
      mmc: dw_mmc: fix data starvation by host timeout under FIFO mode

 drivers/mmc/arm_pl180_mmci.c |  2 +-
 drivers/mmc/bfin_sdh.c       | 10 ++++----
 drivers/mmc/davinci_mmc.c    | 11 +++++----
 drivers/mmc/dw_mmc.c         | 12 +++++----
 drivers/mmc/exynos_dw_mmc.c  |  2 +-
 drivers/mmc/fsl_esdhc.c      | 14 +++++------
 drivers/mmc/ftsdc010_mci.c   | 10 ++++----
 drivers/mmc/gen_atmel_mci.c  | 10 ++++----
 drivers/mmc/mmc-uclass.c     |  2 +-
 drivers/mmc/mmc.c            | 18 +++++++-------
 drivers/mmc/mmc_spi.c        | 11 +++++----
 drivers/mmc/msm_sdhci.c      |  4 +--
 drivers/mmc/mvebu_mmc.c      |  9 ++++---
 drivers/mmc/mxcmmc.c         |  6 ++---
 drivers/mmc/mxsmmc.c         | 18 +++++++-------
 drivers/mmc/omap_hsmmc.c     | 18 +++++++-------
 drivers/mmc/rockchip_sdhci.c |  8 ++----
 drivers/mmc/s3c_sdi.c        |  4 +--
 drivers/mmc/s5p_sdhci.c      |  2 +-
 drivers/mmc/sdhci.c          | 58 ++++++++++++++++++++++----------------------
 drivers/mmc/sh_mmcif.c       |  8 +++---
 drivers/mmc/sh_sdhi.c        |  6 ++---
 drivers/mmc/sunxi_mmc.c      |  6 ++---
 drivers/mmc/tegra_mmc.c      |  7 +++---
 drivers/mmc/uniphier-sd.c    |  2 +-
 drivers/mmc/zynq_sdhci.c     |  6 ++---
 include/dwmmc.h              |  2 +-
 include/mmc.h                |  6 -----
 include/sdhci.h              | 13 +++-------
 29 files changed, 135 insertions(+), 150 deletions(-)

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

end of thread, other threads:[~2016-08-16 12:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-12  7:34 [U-Boot] [PATCH] Please pull u-boot-mmc Jaehoon Chung
2016-08-12 12:04 ` Tom Rini
2016-08-12 12:40   ` andreas at biessmann.de
2016-08-12 12:48     ` Tom Rini
2016-08-12 12:56       ` Andreas Bießmann
2016-08-16  1:20         ` Jaehoon Chung
2016-08-16  0:58   ` Jaehoon Chung
  -- strict thread matches above, loose matches on Subject: below --
2016-08-16  1:39 Jaehoon Chung
2016-08-16 12:07 ` Tom Rini
2016-08-05 12:00 Jaehoon Chung
2016-08-06  0:57 ` 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.