All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-mmc master
       [not found] <CGME20171214021656epcas1p3d3e0e9323dafa496ddca1192287c7d97@epcas1p3.samsung.com>
@ 2017-12-14  2:16 ` Jaehoon Chung
  2017-12-14  3:23   ` Tom Rini
  2017-12-18 23:36   ` Tom Rini
  0 siblings, 2 replies; 13+ messages in thread
From: Jaehoon Chung @ 2017-12-14  2:16 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you pull these patches to u-boot/master?
Sorry for late. We want to support HS200/UHS mode at v2018.01.

I have tested the buildman about all configs.
I didn't see any problem, but if i missed something, let me know, plz.

The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:

  README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)

are available in the Git repository at:

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

for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:

  configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)

----------------------------------------------------------------
Felix Brack (1):
      mmc: sanitize includes for DM i2c

Heinrich Schuchardt (1):
      mmc: sdhci: do not compare pointer to 0

Jaehoon Chung (1):
      mmc: meson_gx_mmc: fix the complie error

Jean-Jacques Hiblot (28):
      mmc: dm: get the IO-line and main voltage regulators from the dts
      mmc: split mmc_startup()
      mmc: move the MMC startup for version above v4.0 in a separate function
      mmc: make ext_csd part of struct mmc
      mmc: add a function to read and test the ext csd (mmc >= 4)
      mmc: introduce mmc modes
      mmc: Add a function to dump the mmc capabilities
      mmc: use mmc modes to select the correct bus speed
      cmd: mmc: display the mode name and current bus speed in the mmc info
      mmc: refactor SD startup to make it easier to support new modes
      mmc: refactor MMC startup to make it easier to support new modes
      mmc: Add a new callback function to perform the 74 clocks cycle sequence
      mmc: Add support for UHS modes
      mmc: disable UHS modes if Vcc cannot be switched on and off
      mmc: Change mode when switching to a boot partition
      mmc: use the right voltage level for MMC DDR and HS200 modes
      mmc: add a library function to send tuning command
      mmc: dump card and host capabilities if debug is enabled
      dm: mmc: update mmc_of_parse()
      mmc: Fixed a problem with old sd or mmc that do not support High speed
      mmc: all hosts support 1-bit bus width and legacy timings
      mmc: fix for old MMCs (below version 4)
      mmc: don't use malloc_cache_aligned()
      mmc: convert most of printf() to pr_err() and pr_warn()
      mmc: make UHS and HS200 optional
      mmc: make optional the support for eMMC hardware partitioning
      configs: openrd: removed support for eMMC hardware partitioning
      configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL

Jorge Ramirez-Ortiz (1):
      mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT

Kishon Vijay Abraham I (9):
      mmc: make mmc_set_ios() return status
      mmc: Enable signal voltage to be selected from mmc core
      mmc: add power cyle support in mmc core
      mmc: add a new mmc parameter to disable mmc clock
      mmc: disable the mmc clock during power off
      mmc: Add a execute_tuning() callback to the mmc operations.
      mmc: add HS200 support in MMC core
      mmc: Retry some MMC cmds on failure
      dm: mmc: Add a library function to parse generic dt binding

Suniel Mahesh (2):
      drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
      drivers: mmc: Avoid memory leak in case of failure

 cmd/mmc.c                         |   11 +-
 configs/omapl138_lcdk_defconfig   |    1 +
 configs/openrd_base_defconfig     |    1 +
 configs/openrd_client_defconfig   |    1 +
 configs/openrd_ultimate_defconfig |    1 +
 drivers/mmc/Kconfig               |   69 ++
 drivers/mmc/exynos_dw_mmc.c       |    3 +
 drivers/mmc/fsl_esdhc.c           |    2 +-
 drivers/mmc/meson_gx_mmc.c        |    2 +-
 drivers/mmc/mmc-uclass.c          |   97 ++-
 drivers/mmc/mmc.c                 | 1613 ++++++++++++++++++++++++++++---------
 drivers/mmc/omap_hsmmc.c          |    4 +-
 drivers/mmc/sdhci.c               |    7 +-
 include/mmc.h                     |  204 ++++-
 14 files changed, 1617 insertions(+), 399 deletions(-)

Best Regards,
Jaehoon Chung

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  2:16 ` [U-Boot] Please pull u-boot-mmc master Jaehoon Chung
@ 2017-12-14  3:23   ` Tom Rini
  2017-12-14  5:25     ` Jaehoon Chung
  2017-12-18 23:36   ` Tom Rini
  1 sibling, 1 reply; 13+ messages in thread
From: Tom Rini @ 2017-12-14  3:23 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches to u-boot/master?
> Sorry for late. We want to support HS200/UHS mode at v2018.01.
> 
> I have tested the buildman about all configs.
> I didn't see any problem, but if i missed something, let me know, plz.
> 
> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
> 
>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
> 
>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)

NAK.  This breaks 'make tests'.  Thanks!

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

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  3:23   ` Tom Rini
@ 2017-12-14  5:25     ` Jaehoon Chung
  2017-12-14  5:37       ` Stephen Warren
  2017-12-14 10:38       ` Jean-Jacques Hiblot
  0 siblings, 2 replies; 13+ messages in thread
From: Jaehoon Chung @ 2017-12-14  5:25 UTC (permalink / raw)
  To: u-boot

On 12/14/2017 12:23 PM, Tom Rini wrote:
> On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:
> 
>> Dear Tom,
>>
>> Could you pull these patches to u-boot/master?
>> Sorry for late. We want to support HS200/UHS mode at v2018.01.
>>
>> I have tested the buildman about all configs.
>> I didn't see any problem, but if i missed something, let me know, plz.
>>
>> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
>>
>>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-mmc.git master
>>
>> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
>>
>>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
> 
> NAK.  This breaks 'make tests'.  Thanks!

Will check. Thanks!


> 

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  5:25     ` Jaehoon Chung
@ 2017-12-14  5:37       ` Stephen Warren
  2017-12-14  8:48         ` Jaehoon Chung
  2017-12-14 10:38       ` Jean-Jacques Hiblot
  1 sibling, 1 reply; 13+ messages in thread
From: Stephen Warren @ 2017-12-14  5:37 UTC (permalink / raw)
  To: u-boot

On 12/13/2017 09:25 PM, Jaehoon Chung wrote:
> On 12/14/2017 12:23 PM, Tom Rini wrote:
>> On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:
>>
>>> Dear Tom,
>>>
>>> Could you pull these patches to u-boot/master?
>>> Sorry for late. We want to support HS200/UHS mode at v2018.01.
>>>
>>> I have tested the buildman about all configs.
>>> I didn't see any problem, but if i missed something, let me know, plz.
>>>
>>> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
>>>
>>>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://git.denx.de/u-boot-mmc.git master
>>>
>>> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
>>>
>>>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
>>
>> NAK.  This breaks 'make tests'.  Thanks!
> 
> Will check. Thanks!

BTW, I've mentioned this to you (Jaehoon) at least twice since Oct 23,
which is when my test system detected the problem.

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  5:37       ` Stephen Warren
@ 2017-12-14  8:48         ` Jaehoon Chung
  2017-12-14 19:55           ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2017-12-14  8:48 UTC (permalink / raw)
  To: u-boot

On 12/14/2017 02:37 PM, Stephen Warren wrote:
> On 12/13/2017 09:25 PM, Jaehoon Chung wrote:
>> On 12/14/2017 12:23 PM, Tom Rini wrote:
>>> On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:
>>>
>>>> Dear Tom,
>>>>
>>>> Could you pull these patches to u-boot/master?
>>>> Sorry for late. We want to support HS200/UHS mode at v2018.01.
>>>>
>>>> I have tested the buildman about all configs.
>>>> I didn't see any problem, but if i missed something, let me know, plz.
>>>>
>>>> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
>>>>
>>>>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
>>>>
>>>> are available in the Git repository at:
>>>>
>>>>   git://git.denx.de/u-boot-mmc.git master
>>>>
>>>> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
>>>>
>>>>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
>>>
>>> NAK.  This breaks 'make tests'.  Thanks!
>>
>> Will check. Thanks!
> 
> BTW, I've mentioned this to you (Jaehoon) at least twice since Oct 23,
> which is when my test system detected the problem.

Yes, It's my fault. sorry. :(

Best Regards,
Jaehoon Chung

> 
> 
> 

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  5:25     ` Jaehoon Chung
  2017-12-14  5:37       ` Stephen Warren
@ 2017-12-14 10:38       ` Jean-Jacques Hiblot
  1 sibling, 0 replies; 13+ messages in thread
From: Jean-Jacques Hiblot @ 2017-12-14 10:38 UTC (permalink / raw)
  To: u-boot

Hi Tom, Jeahoon,


On 14/12/2017 06:25, Jaehoon Chung wrote:
> On 12/14/2017 12:23 PM, Tom Rini wrote:
>> On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:
>>
>>> Dear Tom,
>>>
>>> Could you pull these patches to u-boot/master?
>>> Sorry for late. We want to support HS200/UHS mode at v2018.01.
>>>
>>> I have tested the buildman about all configs.
>>> I didn't see any problem, but if i missed something, let me know, plz.
>>>
>>> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
>>>
>>>    README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
>>>
>>> are available in the Git repository at:
>>>
>>>    git://git.denx.de/u-boot-mmc.git master
>>>
>>> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
>>>
>>>    configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
>> NAK.  This breaks 'make tests'.  Thanks!
> Will check. Thanks!
The SD simulator used by sandbox does not handle some requests properly. 
I'll post a patch that fixes it.

JJ
>
>
>

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  8:48         ` Jaehoon Chung
@ 2017-12-14 19:55           ` Tom Rini
  0 siblings, 0 replies; 13+ messages in thread
From: Tom Rini @ 2017-12-14 19:55 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 14, 2017 at 05:48:01PM +0900, Jaehoon Chung wrote:
> On 12/14/2017 02:37 PM, Stephen Warren wrote:
> > On 12/13/2017 09:25 PM, Jaehoon Chung wrote:
> >> On 12/14/2017 12:23 PM, Tom Rini wrote:
> >>> On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:
> >>>
> >>>> Dear Tom,
> >>>>
> >>>> Could you pull these patches to u-boot/master?
> >>>> Sorry for late. We want to support HS200/UHS mode at v2018.01.
> >>>>
> >>>> I have tested the buildman about all configs.
> >>>> I didn't see any problem, but if i missed something, let me know, plz.
> >>>>
> >>>> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
> >>>>
> >>>>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
> >>>>
> >>>> are available in the Git repository at:
> >>>>
> >>>>   git://git.denx.de/u-boot-mmc.git master
> >>>>
> >>>> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
> >>>>
> >>>>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
> >>>
> >>> NAK.  This breaks 'make tests'.  Thanks!
> >>
> >> Will check. Thanks!
> > 
> > BTW, I've mentioned this to you (Jaehoon) at least twice since Oct 23,
> > which is when my test system detected the problem.
> 
> Yes, It's my fault. sorry. :(

That would also be a reason to hook up to using travis-ci as a means of
testing your in-progress PRs as it will run 'make tests' among other
environments.  Thanks!

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

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-14  2:16 ` [U-Boot] Please pull u-boot-mmc master Jaehoon Chung
  2017-12-14  3:23   ` Tom Rini
@ 2017-12-18 23:36   ` Tom Rini
  2017-12-19  4:24     ` Jaehoon Chung
  1 sibling, 1 reply; 13+ messages in thread
From: Tom Rini @ 2017-12-18 23:36 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches to u-boot/master?
> Sorry for late. We want to support HS200/UHS mode at v2018.01.
> 
> I have tested the buildman about all configs.
> I didn't see any problem, but if i missed something, let me know, plz.
> 
> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
> 
>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
> 
>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
> 

It is too late to -rc2 at this point for something that showed problems
when testing in CI.  I do not want this to get lost / greatly delayed
further.  As such, I'm going to put this (and the fix for sandbox) into
u-boot/next so that people can continue to test against it more easily,
and so that once v2018.01 is out I can merge this in.  So:
Applied to u-boot/next, thanks!

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

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

* [U-Boot] Please pull u-boot-mmc master
  2017-12-18 23:36   ` Tom Rini
@ 2017-12-19  4:24     ` Jaehoon Chung
  0 siblings, 0 replies; 13+ messages in thread
From: Jaehoon Chung @ 2017-12-19  4:24 UTC (permalink / raw)
  To: u-boot

On 12/19/2017 08:36 AM, Tom Rini wrote:
> On Thu, Dec 14, 2017 at 11:16:55AM +0900, Jaehoon Chung wrote:
> 
>> Dear Tom,
>>
>> Could you pull these patches to u-boot/master?
>> Sorry for late. We want to support HS200/UHS mode at v2018.01.
>>
>> I have tested the buildman about all configs.
>> I didn't see any problem, but if i missed something, let me know, plz.
>>
>> The following changes since commit 659208da4703de50826a469cbb38bf6afb938978:
>>
>>   README: update the kernel coding style reference (2017-12-12 21:34:10 -0500)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-mmc.git master
>>
>> for you to fetch changes up to e40a090b46475fc9e86b125f67cc16f3b1ad6e04:
>>
>>   configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL (2017-12-14 11:12:21 +0900)
>>
> 
> It is too late to -rc2 at this point for something that showed problems
> when testing in CI.  I do not want this to get lost / greatly delayed
> further.  As such, I'm going to put this (and the fix for sandbox) into
> u-boot/next so that people can continue to test against it more easily,
> and so that once v2018.01 is out I can merge this in.  So:
> Applied to u-boot/next, thanks!

Sorry for late..and Thanks!

> 

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

* [U-Boot] Please pull u-boot-mmc master
  2016-11-16  7:47 Jaehoon Chung
@ 2016-11-17 22:14 ` Tom Rini
  0 siblings, 0 replies; 13+ messages in thread
From: Tom Rini @ 2016-11-17 22:14 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 16, 2016 at 04:47:16PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you these patches on u-boot/master, plz?
> 
> The following changes since commit 29e0cfb4f77f7aa369136302cee14a91e22dca71:
> 
>   Prepare v2016.11 (2016-11-14 11:27:11 -0500)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 91f839d2d30e489c2d6bf0deafb65b01d416b715:
> 
>   sunxi: sina33: Enable the LCD (2016-11-16 13:30:18 +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/20161117/f5c1e490/attachment.sig>

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

* [U-Boot] Please pull u-boot-mmc master
@ 2016-11-16  7:47 Jaehoon Chung
  2016-11-17 22:14 ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2016-11-16  7:47 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you these patches on u-boot/master, plz?

The following changes since commit 29e0cfb4f77f7aa369136302cee14a91e22dca71:

  Prepare v2016.11 (2016-11-14 11:27:11 -0500)

are available in the git repository at:

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

for you to fetch changes up to 91f839d2d30e489c2d6bf0deafb65b01d416b715:

  sunxi: sina33: Enable the LCD (2016-11-16 13:30:18 +0900)

----------------------------------------------------------------
Maxime Ripard (4):
      mmc: Retry the switch command
      mmc: sunxi: Enable 8bits bus width for sun8i
      sunxi: sina33: Enable the eMMC
      sunxi: sina33: Enable the LCD

 configs/Sinlinx_SinA33_defconfig |  5 +++++
 drivers/mmc/mmc.c                | 15 +++++++++++----
 drivers/mmc/sunxi_mmc.c          |  2 +-
 3 files changed, 17 insertions(+), 5 deletions(-)

Best Regards,
Jaehoon Chung

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

* [U-Boot] Please pull u-boot-mmc master
  2016-10-28  2:47 Jaehoon Chung
@ 2016-10-29  1:59 ` Tom Rini
  0 siblings, 0 replies; 13+ messages in thread
From: Tom Rini @ 2016-10-29  1:59 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 28, 2016 at 11:47:18AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you these patches on u-boot/master?
> 
> The following changes since commit b03380805b5a184b7017dc428a53c8e1e9c9f99c:
> 
>   i2c: designware: Avoid overwriting the cmd_data register (2016-10-24 18:15:47 +0200)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 2a1bedaa03a27b3d4a94f9e251f269814ed72e3e:
> 
>   mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 (2016-10-28 11:02:16 +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/20161028/d146b7a7/attachment.sig>

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

* [U-Boot] Please pull u-boot-mmc master
@ 2016-10-28  2:47 Jaehoon Chung
  2016-10-29  1:59 ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2016-10-28  2:47 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you these patches on u-boot/master?

The following changes since commit b03380805b5a184b7017dc428a53c8e1e9c9f99c:

  i2c: designware: Avoid overwriting the cmd_data register (2016-10-24 18:15:47 +0200)

are available in the git repository at:

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

for you to fetch changes up to 2a1bedaa03a27b3d4a94f9e251f269814ed72e3e:

  mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 (2016-10-28 11:02:16 +0900)

----------------------------------------------------------------
Jaehoon Chung (3):
      mmc: sdhci: fix the "misaligned operation at range" for cache
      mmc: add the device name in debugging message for supplying vmmc
      mmc: sdhci: assign to clk_mul when host version is upper than SD3.0

Masahiro Yamada (1):
      mmc: refactor two core functions

Peng Fan (1):
      mmc: introduce mmc_power_init

Sylvain Lesne (1):
      dm: mmc: socfpga: fix MMC_OPS support

 drivers/mmc/mmc-uclass.c     | 15 ++-------------
 drivers/mmc/mmc.c            | 30 +++++++++++++++++++++++++++++-
 drivers/mmc/sdhci.c          |  9 ++++++---
 drivers/mmc/socfpga_dw_mmc.c |  2 ++
 4 files changed, 39 insertions(+), 17 deletions(-)

Best Regards,
Jaehoon Chung

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

end of thread, other threads:[~2017-12-19  4:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20171214021656epcas1p3d3e0e9323dafa496ddca1192287c7d97@epcas1p3.samsung.com>
2017-12-14  2:16 ` [U-Boot] Please pull u-boot-mmc master Jaehoon Chung
2017-12-14  3:23   ` Tom Rini
2017-12-14  5:25     ` Jaehoon Chung
2017-12-14  5:37       ` Stephen Warren
2017-12-14  8:48         ` Jaehoon Chung
2017-12-14 19:55           ` Tom Rini
2017-12-14 10:38       ` Jean-Jacques Hiblot
2017-12-18 23:36   ` Tom Rini
2017-12-19  4:24     ` Jaehoon Chung
2016-11-16  7:47 Jaehoon Chung
2016-11-17 22:14 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-10-28  2:47 Jaehoon Chung
2016-10-29  1:59 ` 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.