All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  [GIT PULL V2] Please pull u-boot-mmc master
       [not found] <CGME20170515213634epcas1p4ae5c678d0b2a892415b34742c6786c56@epcas1p4.samsung.com>
@ 2017-05-15 21:36 ` Jaehoon Chung
  2017-05-16 12:11   ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2017-05-15 21:36 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you pull these patches into u-boot/master?
(I have tested the buildman.)

The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 -0400)

are available in the git repository at:

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

for you to fetch changes up to b3125088a3cc362a21aa3bbd0c0e4e74d74a6f2b:

  mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD (2017-05-16 06:29:28 +0900)

----------------------------------------------------------------
Jean-Jacques Hiblot (2):
      include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabled
      drivers: omap_hsmmc: move to DM_MMC_OPS

Masahiro Yamada (5):
      mmc: sdhci-cadence: import updates from Linux 4.12
      sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC
      blanche_defconfig: enable CONFIG_MMC
      mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC
      mmc: descend into drivers/mmc only when CONFIG_MMC is enabled

Wenyou Yang (2):
      mmc: sdhci: Fix maximum clock for programmable clock mode
      mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD

 Makefile                                   |  1 -
 arch/arm/Kconfig                           |  2 +-
 board/BuR/common/common.c                  |  2 +-
 board/bosch/shc/board.c                    |  2 +-
 board/compulab/cl-som-am57x/cl-som-am57x.c |  4 +-
 board/compulab/cm_t35/cm_t35.c             |  4 +-
 board/compulab/cm_t3517/cm_t3517.c         |  2 +-
 board/compulab/cm_t54/cm_t54.c             |  2 +-
 board/corscience/tricorder/tricorder.c     |  4 +-
 board/gumstix/duovero/duovero.c            |  2 +-
 board/hisilicon/hikey/hikey.c              |  2 +-
 board/isee/igep00x0/igep00x0.c             |  4 +-
 board/logicpd/am3517evm/am3517evm.c        |  2 +-
 board/logicpd/omap3som/omap3logic.c        |  4 +-
 board/logicpd/zoom1/zoom1.c                |  2 +-
 board/overo/overo.c                        |  4 +-
 board/pandora/pandora.c                    |  2 +-
 board/quipos/cairo/cairo.c                 |  2 +-
 board/samsung/arndale/arndale.c            |  2 +-
 board/samsung/common/board.c               |  2 +-
 board/samsung/common/misc.c                |  4 +-
 board/samsung/goni/goni.c                  |  2 +-
 board/samsung/smdkv310/smdkv310.c          |  2 +-
 board/sunxi/board.c                        |  2 +-
 board/technexion/tao3530/tao3530.c         |  4 +-
 board/ti/am3517crane/am3517crane.c         |  2 +-
 board/ti/am57xx/board.c                    |  2 +-
 board/ti/beagle/beagle.c                   |  4 +-
 board/ti/dra7xx/evm.c                      |  2 +-
 board/ti/evm/evm.c                         |  4 +-
 board/ti/ks2_evm/board_k2g.c               |  2 +-
 board/ti/omap5_uevm/evm.c                  |  2 +-
 board/ti/panda/panda.c                     |  2 +-
 board/ti/sdp4430/sdp.c                     |  2 +-
 board/ti/ti814x/evm.c                      |  2 +-
 board/timll/devkit8000/devkit8000.c        |  4 +-
 common/board_r.c                           |  4 +-
 common/spl/Kconfig                         |  4 +-
 configs/blanche_defconfig                  |  3 +-
 configs/sandbox_noblk_defconfig            |  1 -
 drivers/Makefile                           |  1 +
 drivers/mmc/Kconfig                        |  5 +--
 drivers/mmc/Makefile                       | 28 ++++++-------
 drivers/mmc/atmel_sdhci.c                  |  4 +-
 drivers/mmc/davinci_mmc.c                  |  2 +-
 drivers/mmc/omap_hsmmc.c                   | 39 +++++++++++++----
 drivers/mmc/sdhci-cadence.c                | 67 +++++++++++++++++++++++++-----
 drivers/mmc/sdhci.c                        | 18 ++++----
 include/configs/am335x_evm.h               |  2 +
 include/configs/am335x_shc.h               |  1 +
 include/configs/chiliboard.h               |  1 +
 51 files changed, 172 insertions(+), 101 deletions(-)

Best Regards,
Jaehoon Chung

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

* [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
  2017-05-15 21:36 ` [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master Jaehoon Chung
@ 2017-05-16 12:11   ` Tom Rini
  2017-05-17  8:43     ` [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot Kever Yang
  0 siblings, 1 reply; 13+ messages in thread
From: Tom Rini @ 2017-05-16 12:11 UTC (permalink / raw)
  To: u-boot

On Tue, May 16, 2017 at 06:36:34AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches into u-boot/master?
> (I have tested the buildman.)
> 
> The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to b3125088a3cc362a21aa3bbd0c0e4e74d74a6f2b:
> 
>   mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD (2017-05-16 06:29:28 +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/20170516/856a3712/attachment.sig>

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-16 12:11   ` Tom Rini
@ 2017-05-17  8:43     ` Kever Yang
  2017-05-17  9:24       ` Bin Meng
  0 siblings, 1 reply; 13+ messages in thread
From: Kever Yang @ 2017-05-17  8:43 UTC (permalink / raw)
  To: u-boot


I don't know which patch break Rockchip armv7 SoC on latest source code.
The SPL works fine, but it hang at some unknown place in U-Boot, I can't 
get
any log event I enable the DEBUG option.

I test with below commit
4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc

armv8 work fine, but armv7 not works, I test with rk3288 and another WIP 
SoC,
both of them hangs without any log message.

Any one have any clue?

Thanks,
- Kever

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-17  8:43     ` [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot Kever Yang
@ 2017-05-17  9:24       ` Bin Meng
  2017-05-17  9:56         ` Kever Yang
  0 siblings, 1 reply; 13+ messages in thread
From: Bin Meng @ 2017-05-17  9:24 UTC (permalink / raw)
  To: u-boot

Hi Kever,

On Wed, May 17, 2017 at 4:43 PM, Kever Yang <kever.yang@rock-chips.com> wrote:
>
> I don't know which patch break Rockchip armv7 SoC on latest source code.
> The SPL works fine, but it hang at some unknown place in U-Boot, I can't get
> any log event I enable the DEBUG option.
>
> I test with below commit
> 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc
>
> armv8 work fine, but armv7 not works, I test with rk3288 and another WIP
> SoC,
> both of them hangs without any log message.
>
> Any one have any clue?

You can use 'git bisect' to identify which commit breaks the things.

Regards,
Bin

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-17  9:24       ` Bin Meng
@ 2017-05-17  9:56         ` Kever Yang
  2017-05-22 20:26           ` Simon Glass
  0 siblings, 1 reply; 13+ messages in thread
From: Kever Yang @ 2017-05-17  9:56 UTC (permalink / raw)
  To: u-boot

Hi Bin,

Thanks for your suggestion, I already find the root cause.

This patch change the image package and lead to all Rockchip SoCs

with BACK_TO_BROM enabled can not work.

https://www.mail-archive.com/u-boot at lists.denx.de/msg245567.html


Is it possible to do verify commits for different platform like 
kernelci  for
kernel patches in U-Boot?

Thanks,
- Kever
On 05/17/2017 05:24 PM, Bin Meng wrote:
> Hi Kever,
>
> On Wed, May 17, 2017 at 4:43 PM, Kever Yang <kever.yang@rock-chips.com> wrote:
>> I don't know which patch break Rockchip armv7 SoC on latest source code.
>> The SPL works fine, but it hang at some unknown place in U-Boot, I can't get
>> any log event I enable the DEBUG option.
>>
>> I test with below commit
>> 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc
>>
>> armv8 work fine, but armv7 not works, I test with rk3288 and another WIP
>> SoC,
>> both of them hangs without any log message.
>>
>> Any one have any clue?
> You can use 'git bisect' to identify which commit breaks the things.
>
> Regards,
> Bin
>

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-17  9:56         ` Kever Yang
@ 2017-05-22 20:26           ` Simon Glass
  2017-05-22 20:38             ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Simon Glass @ 2017-05-22 20:26 UTC (permalink / raw)
  To: u-boot

+Tom

Hi Kever,

On 17 May 2017 at 03:56, Kever Yang <kever.yang@rock-chips.com> wrote:
> Hi Bin,
>
> Thanks for your suggestion, I already find the root cause.
>
> This patch change the image package and lead to all Rockchip SoCs
>
> with BACK_TO_BROM enabled can not work.
>
> https://www.mail-archive.com/u-boot at lists.denx.de/msg245567.html
>
>
> Is it possible to do verify commits for different platform like kernelci
> for
> kernel patches in U-Boot?

We do use buildman to verify that things build, and that tests pass on
sandbox. But specific boards can still become broken.

Tom has something like this set up and uses it to check the boards he
has. I encourage you to set up some boards at your facility and do
this!

Regards,
Simon


>
> Thanks,
> - Kever
>
> On 05/17/2017 05:24 PM, Bin Meng wrote:
>>
>> Hi Kever,
>>
>> On Wed, May 17, 2017 at 4:43 PM, Kever Yang <kever.yang@rock-chips.com>
>> wrote:
>>>
>>> I don't know which patch break Rockchip armv7 SoC on latest source code.
>>> The SPL works fine, but it hang at some unknown place in U-Boot, I can't
>>> get
>>> any log event I enable the DEBUG option.
>>>
>>> I test with below commit
>>> 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc
>>>
>>> armv8 work fine, but armv7 not works, I test with rk3288 and another WIP
>>> SoC,
>>> both of them hangs without any log message.
>>>
>>> Any one have any clue?
>>
>> You can use 'git bisect' to identify which commit breaks the things.
>>
>> Regards,
>> Bin
>>
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-22 20:26           ` Simon Glass
@ 2017-05-22 20:38             ` Tom Rini
  2017-05-23  8:43               ` Kever Yang
  0 siblings, 1 reply; 13+ messages in thread
From: Tom Rini @ 2017-05-22 20:38 UTC (permalink / raw)
  To: u-boot

On Mon, May 22, 2017 at 02:26:21PM -0600, Simon Glass wrote:
> +Tom
> 
> Hi Kever,
> 
> On 17 May 2017 at 03:56, Kever Yang <kever.yang@rock-chips.com> wrote:
> > Hi Bin,
> >
> > Thanks for your suggestion, I already find the root cause.
> >
> > This patch change the image package and lead to all Rockchip SoCs
> >
> > with BACK_TO_BROM enabled can not work.
> >
> > https://www.mail-archive.com/u-boot at lists.denx.de/msg245567.html
> >
> > Is it possible to do verify commits for different platform like kernelci
> > for
> > kernel patches in U-Boot?
> 
> We do use buildman to verify that things build, and that tests pass on
> sandbox. But specific boards can still become broken.
> 
> Tom has something like this set up and uses it to check the boards he
> has. I encourage you to set up some boards at your facility and do
> this!

Indeed, it's time for another reminder about both tbot (which Heiko
runs and instance of and maintains) and test/py/test.py +
https://github.com/swarren/uboot-test-hooks which is what we use to
control qemu targets in travis-ci and real hardware in various labs
(Stephen has one for tegra and I know there's a few other private
setups) including mine.  I don't however have any Rockchip targets, but
suggestions of a board that would be a good fit for a lab are welcome
(ie easy console and recovery from bad builds).

-- 
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/20170522/d7ef1db4/attachment.sig>

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-22 20:38             ` Tom Rini
@ 2017-05-23  8:43               ` Kever Yang
  2017-05-23 11:31                 ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Kever Yang @ 2017-05-23  8:43 UTC (permalink / raw)
  To: u-boot

Tom, Simon,


On 05/23/2017 04:38 AM, Tom Rini wrote:
> On Mon, May 22, 2017 at 02:26:21PM -0600, Simon Glass wrote:
>> +Tom
>>
>> Hi Kever,
>>
>> On 17 May 2017 at 03:56, Kever Yang <kever.yang@rock-chips.com> wrote:
>>> Hi Bin,
>>>
>>> Thanks for your suggestion, I already find the root cause.
>>>
>>> This patch change the image package and lead to all Rockchip SoCs
>>>
>>> with BACK_TO_BROM enabled can not work.
>>>
>>> https://www.mail-archive.com/u-boot at lists.denx.de/msg245567.html
>>>
>>> Is it possible to do verify commits for different platform like kernelci
>>> for
>>> kernel patches in U-Boot?
>> We do use buildman to verify that things build, and that tests pass on
>> sandbox. But specific boards can still become broken.
>>
>> Tom has something like this set up and uses it to check the boards he
>> has. I encourage you to set up some boards at your facility and do
>> this!
> Indeed, it's time for another reminder about both tbot (which Heiko
> runs and instance of and maintains) and test/py/test.py +
> https://github.com/swarren/uboot-test-hooks which is what we use to
> control qemu targets in travis-ci and real hardware in various labs
> (Stephen has one for tegra and I know there's a few other private
> setups) including mine.  I don't however have any Rockchip targets, but
> suggestions of a board that would be a good fit for a lab are welcome
> (ie easy console and recovery from bad builds).

I can try to setup one although I have no any experience on this,
is there a step by step document I can learn from?
For kernel, it can use net boot with TFTP, but for U-Boot/SPL, we need
to flash the eMMC or SD card, which make it more complicate and I don't
have a solution for automatic test.
I may need to verify for different SoCs, for example, I found that the
rk3036 build also been broken, the SPL size is too large now(bigger than
4KB), I still don't have time to figure it out.

Thanks,
- Kever

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

* [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot
  2017-05-23  8:43               ` Kever Yang
@ 2017-05-23 11:31                 ` Tom Rini
  0 siblings, 0 replies; 13+ messages in thread
From: Tom Rini @ 2017-05-23 11:31 UTC (permalink / raw)
  To: u-boot

On Tue, May 23, 2017 at 04:43:56PM +0800, Kever Yang wrote:
> Tom, Simon,
> 
> 
> On 05/23/2017 04:38 AM, Tom Rini wrote:
> >On Mon, May 22, 2017 at 02:26:21PM -0600, Simon Glass wrote:
> >>+Tom
> >>
> >>Hi Kever,
> >>
> >>On 17 May 2017 at 03:56, Kever Yang <kever.yang@rock-chips.com> wrote:
> >>>Hi Bin,
> >>>
> >>>Thanks for your suggestion, I already find the root cause.
> >>>
> >>>This patch change the image package and lead to all Rockchip SoCs
> >>>
> >>>with BACK_TO_BROM enabled can not work.
> >>>
> >>>https://www.mail-archive.com/u-boot at lists.denx.de/msg245567.html
> >>>
> >>>Is it possible to do verify commits for different platform like kernelci
> >>>for
> >>>kernel patches in U-Boot?
> >>We do use buildman to verify that things build, and that tests pass on
> >>sandbox. But specific boards can still become broken.
> >>
> >>Tom has something like this set up and uses it to check the boards he
> >>has. I encourage you to set up some boards at your facility and do
> >>this!
> >Indeed, it's time for another reminder about both tbot (which Heiko
> >runs and instance of and maintains) and test/py/test.py +
> >https://github.com/swarren/uboot-test-hooks which is what we use to
> >control qemu targets in travis-ci and real hardware in various labs
> >(Stephen has one for tegra and I know there's a few other private
> >setups) including mine.  I don't however have any Rockchip targets, but
> >suggestions of a board that would be a good fit for a lab are welcome
> >(ie easy console and recovery from bad builds).
> 
> I can try to setup one although I have no any experience on this,
> is there a step by step document I can learn from?

Not exactly, but there's READMEs for it all.

> For kernel, it can use net boot with TFTP, but for U-Boot/SPL, we need
> to flash the eMMC or SD card, which make it more complicate and I don't
> have a solution for automatic test.

Is there some recovery method via USB or similar?  Does the ROM support
reading from say FAT?  Having to raw-write to an SD card is still a
tricky operation, in a recoverable way.

> I may need to verify for different SoCs, for example, I found that the
> rk3036 build also been broken, the SPL size is too large now(bigger than
> 4KB), I still don't have time to figure it out.

wrt sizes, you need to start using the existing linker script hooks that
make this fail to link :)

-- 
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/20170523/5dbe4650/attachment.sig>

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

* [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
  2017-08-18  6:43 ` Jaehoon Chung
@ 2017-08-19 16:16   ` Tom Rini
  0 siblings, 0 replies; 13+ messages in thread
From: Tom Rini @ 2017-08-19 16:16 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 18, 2017 at 03:43:41PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches to u-boot/master?
> Sorry for late about reviewing patches.
> Because of my late reviewing, some guys can't keep going their progress.
> 
> I had tested the buildman about all..As i see, there is no issue.
> If there is any issue, let me know, plz.
> 
> Changelog on V2: Drop the Jean-Jacques's patch.
> 
> The following changes since commit 2d3c4ae350fe8c196698681ab9410733bf9017e0:
> 
>   Prepare v2017.09-rc2 (2017-08-14 20:02:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to a191ccaf12fb4fadedcd3c76df6327e2bb0f182b:
> 
>   mmc: Support generic PCI SD host controller (2017-08-18 15:37:38 +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/20170819/05ff580d/attachment.sig>

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

* [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
       [not found] <CGME20170818064341epcas2p1617aeae5226a0a461be7f03a1c65c545@epcas2p1.samsung.com>
@ 2017-08-18  6:43 ` Jaehoon Chung
  2017-08-19 16:16   ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2017-08-18  6:43 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you pull these patches to u-boot/master?
Sorry for late about reviewing patches.
Because of my late reviewing, some guys can't keep going their progress.

I had tested the buildman about all..As i see, there is no issue.
If there is any issue, let me know, plz.

Changelog on V2: Drop the Jean-Jacques's patch.

The following changes since commit 2d3c4ae350fe8c196698681ab9410733bf9017e0:

  Prepare v2017.09-rc2 (2017-08-14 20:02:11 -0400)

are available in the git repository at:

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

for you to fetch changes up to a191ccaf12fb4fadedcd3c76df6327e2bb0f182b:

  mmc: Support generic PCI SD host controller (2017-08-18 15:37:38 +0900)

----------------------------------------------------------------
Angelo Dureghello (1):
      cmd: mmc: add mmc partconf read capability

Bin Meng (1):
      mmc: Support generic PCI SD host controller

Marek Vasut (4):
      mmc: uniphier-sd: Fix long response processing
      mmc: sh_sdhi: Add DM and DT probing support
      mmc: sh_sdhi: Fix the ACMD handling
      mmc: sd_sdhi: Enable clock using clock framework

Simon Glass (40):
      dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata
      dm: blk: Add a function to find an interface-type name
      dm: blk: Add a generic function for block device commands
      dm: sata: Adjust the 'sata' command to use blk_common_cmd()
      dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()
      dm: ide: Adjust the 'ide' command to use blk_common_cmd()
      dm: usb: Adjust the 'usb' command to use blk_common_cmd()
      dm: blk: Update return value in blk_create_devicef()
      dm: core: Add a comment about the device_remove() flags
      dm: sata: dwc_ahsata: Make functions static
      dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
      dm: sata: dw_sata: Move exported functions to the end
      dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
      dm: sata: dw_sata: Drop unnecessary casts
      dm: sata: dw_sata: Pass uc_priv to internal functions
      dm: sata: dw_sata: Drop unnecessary brackets
      dm: sata: dw_sata: Sort #include directives
      dm: sata: dw_sata: Rename the dwc_ahsata private header
      dm: sata: dw_sata: Drop is_ready
      dm: sata: dw_sata: More ahci_init_one() futher down
      dm: sata: dw_sata: Set up common versions of operations
      dm: sata: Support driver model with the 'sata' command
      dm: sata: imx: Allow driver model to be used for sata
      dm: sata: Update the AHCI uclass to support operations
      dm: sata: dwc_ahsata: Add support for driver model
      dm: mmc: fsl_esdhc: Pass private data to internal functions
      dm: mmc: fsl_esdhc: Set up common versions of operations
      dm: mmc: fsl_esdhc: Detect reset failure
      dm: mmc: fsl_esdhc: Detect init failure
      dm: mmc: fsl_esdhc: Set up platform data
      dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()
      dm: mmc: fsl_esdhc: Update to support livetree
      dm: mmc: fsl_esdhc: Update to support MMC operations
      dm: imx: cm_fx6: Support driver model for SATA
      dm: imx: cm_fx6: Add device tree for cm_fx6
      dm: imx: cm_fx6: Add MMC support for CONFIG_BLK
      dm: imx: cm_fx6: Enable more driver model support
      dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS
      dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
      dm: mmc: Drop CONFIG_DM_MMC_OPS

Wenyou.Yang at microchip.com (1):
      mmc: gen_atmel_mci: Fix wrong arguments used of bind()

 arch/arm/Kconfig                                |   2 -
 arch/arm/dts/Makefile                           |   1 +
 arch/arm/dts/imx6q-cm-fx6.dts                   | 115 ++++
 arch/arm/mach-imx/cpu.c                         |   2 +-
 arch/arm/mach-rmobile/include/mach/sh_sdhi.h    |   5 -
 board/compulab/cm_fx6/cm_fx6.c                  |  80 +++
 cmd/Makefile                                    |   1 +
 cmd/blk_common.c                                | 104 ++++
 cmd/ide.c                                       | 107 +---
 cmd/mmc.c                                       |  38 +-
 cmd/sata.c                                      | 178 +++---
 cmd/scsi.c                                      |  79 +--
 cmd/usb.c                                       | 111 +---
 common/splash_source.c                          |   2 +-
 configs/cm_fx6_defconfig                        |   8 +-
 configs/imx6q_logic_defconfig                   |   1 -
 configs/imx6qdl_icore_mmc_defconfig             |   1 -
 configs/imx6qdl_icore_rqs_defconfig             |   1 -
 configs/imx6ul_geam_mmc_defconfig               |   1 -
 configs/imx6ul_geam_nand_defconfig              |   1 -
 configs/imx6ul_isiot_emmc_defconfig             |   1 -
 configs/imx6ul_isiot_mmc_defconfig              |   1 -
 configs/imx6ul_isiot_nand_defconfig             |   1 -
 configs/ls1012aqds_qspi_defconfig               |   1 -
 configs/ls1012ardb_qspi_defconfig               |   1 -
 configs/mx6slevk_defconfig                      |   1 -
 configs/mx6slevk_spinor_defconfig               |   1 -
 configs/mx6sllevk_defconfig                     |   1 -
 configs/mx6sllevk_plugin_defconfig              |   1 -
 configs/mx6sxsabreauto_defconfig                |   1 -
 configs/mx6ull_14x14_evk_defconfig              |   1 -
 configs/mx6ull_14x14_evk_plugin_defconfig       |   1 -
 configs/mx7dsabresd_defconfig                   |   1 -
 configs/mx7dsabresd_secure_defconfig            |   1 -
 configs/mx7ulp_evk_defconfig                    |   1 -
 configs/mx7ulp_evk_plugin_defconfig             |   1 -
 configs/opos6uldev_defconfig                    |   1 -
 drivers/ata/dwc_ahsata.c                        | 797 +++++++++++++-----------
 drivers/ata/{dwc_ahsata.h => dwc_ahsata_priv.h} |   6 +-
 drivers/ata/sata.c                              |  37 ++
 drivers/block/blk-uclass.c                      |   7 +-
 drivers/block/blk_legacy.c                      |   7 +
 drivers/core/syscon-uclass.c                    |   3 +
 drivers/mmc/Kconfig                             |  40 +-
 drivers/mmc/dw_mmc.c                            |   8 +-
 drivers/mmc/fsl_esdhc.c                         | 261 +++++---
 drivers/mmc/gen_atmel_mci.c                     |  64 +-
 drivers/mmc/mmc-uclass.c                        |   4 -
 drivers/mmc/mmc.c                               |  12 +-
 drivers/mmc/mmc_boot.c                          |  17 +-
 drivers/mmc/mmc_legacy.c                        |   2 +-
 drivers/mmc/pci_mmc.c                           |   7 +-
 drivers/mmc/sdhci.c                             |   8 +-
 drivers/mmc/sh_sdhi.c                           | 283 +++++++--
 drivers/mmc/uniphier-sd.c                       |  14 +-
 include/ahci.h                                  |  54 ++
 include/blk.h                                   |  20 +
 include/configs/am335x_evm.h                    |   1 -
 include/configs/am335x_shc.h                    |   1 -
 include/configs/chiliboard.h                    |   1 -
 include/configs/omap3_logic.h                   |   1 -
 include/dm/device-internal.h                    |   2 +-
 include/dwc_ahsata.h                            |  16 +
 include/dwmmc.h                                 |   2 +-
 include/mmc.h                                   |  10 +-
 include/sata.h                                  |   5 +-
 include/sdhci.h                                 |   2 +-
 67 files changed, 1511 insertions(+), 1036 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-cm-fx6.dts
 create mode 100644 cmd/blk_common.c
 rename drivers/ata/{dwc_ahsata.h => dwc_ahsata_priv.h} (99%)
 create mode 100644 include/dwc_ahsata.h

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

* [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
  2017-08-01  5:52 ` [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master Jaehoon Chung
@ 2017-08-02 13:54   ` Tom Rini
  0 siblings, 0 replies; 13+ messages in thread
From: Tom Rini @ 2017-08-02 13:54 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 01, 2017 at 02:52:47PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Could you pull these patches into u-boot/master?
> (Have tested the buildman.)
> 
> Changelog on V2:
> - Drop the Jean-Jacques's patches. After fixing it, will apply.
> 
> The following changes since commit 6364a5d4bd55beeedc11171419acd0bdff17a599:
> 
>   Prepare v2017.09-rc1 (2017-07-31 20:37:25 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 5c970013a661c630ab28ddc3dd6766fe6bf83ece:
> 
>   regulator: palmas: disable bypass when the LDO is enabled (2017-08-01 11:58: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/20170802/0fcb2ce2/attachment.sig>

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

* [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
       [not found] <CGME20170801055247epcas2p113e93845d806acfcfeff3718fa39fa03@epcas2p1.samsung.com>
@ 2017-08-01  5:52 ` Jaehoon Chung
  2017-08-02 13:54   ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2017-08-01  5:52 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you pull these patches into u-boot/master?
(Have tested the buildman.)

Changelog on V2:
- Drop the Jean-Jacques's patches. After fixing it, will apply.

The following changes since commit 6364a5d4bd55beeedc11171419acd0bdff17a599:

  Prepare v2017.09-rc1 (2017-07-31 20:37:25 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5c970013a661c630ab28ddc3dd6766fe6bf83ece:

  regulator: palmas: disable bypass when the LDO is enabled (2017-08-01 11:58:01 +0900)

----------------------------------------------------------------
Jean-Jacques Hiblot (1):
      regulator: palmas: disable bypass when the LDO is enabled

Kishon Vijay Abraham I (1):
      regulator: palmas: Add support for LDO1 regulator to provide 1.8V

Simon Glass (14):
      ahci: Support non-PCI controllers
      dm: mmc: Allow disabling driver model in SPL
      fdt: Correct fdt_get_base_address()
      dm: scsi: Drop duplicate SCSI and DM_SCSI options
      dm: ahci: Correct uclass private data
      dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv
      dm: mmc: sunxi: Rename mmchost to priv
      dm: mmc: sunxi: Pass private data around explicitly
      dm: mmc: sunxi: Drop mmc_clk_io_on()
      dm: mmc: sunxi: Add support for driver model
      dm: sunxi: Linksprite_pcDuino3: Correct polarity of MMC card detect
      dm: sunxi: sata: Don't build sata support into SPL
      dm: sata: sunxi: Add support for driver model
      dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

 arch/arm/dts/sun7i-a20-pcduino3.dts        |   2 +-
 arch/x86/cpu/ivybridge/sata.c              |   2 +-
 board/sunxi/Makefile                       |   2 +
 board/sunxi/ahci.c                         |  61 ++++-
 common/fdt_support.c                       |   7 +-
 common/spl/spl_mmc.c                       |   4 +-
 configs/Linksprite_pcDuino3_defconfig      |   7 +-
 drivers/ata/Kconfig                        |  18 --
 drivers/ata/ahci-uclass.c                  |   2 +
 drivers/ata/ahci.c                         |  28 ++-
 drivers/block/Kconfig                      |  12 +
 drivers/block/Makefile                     |   4 +-
 drivers/mmc/Kconfig                        |  21 ++
 drivers/mmc/Makefile                       |   4 +-
 drivers/mmc/mmc-uclass.c                   |   6 +-
 drivers/mmc/mmc.c                          |  28 +--
 drivers/mmc/mmc_legacy.c                   |   2 +-
 drivers/mmc/mmc_private.h                  |   6 +-
 drivers/mmc/omap_hsmmc.c                   |  20 +-
 drivers/mmc/sunxi_mmc.c                    | 359 ++++++++++++++++++++---------
 drivers/power/palmas.c                     |   5 +-
 drivers/power/regulator/palmas_regulator.c |  36 +++
 drivers/scsi/scsi.c                        |   2 +-
 include/ahci.h                             |  14 +-
 include/blk.h                              |   4 +-
 include/mmc.h                              |  12 +-
 include/power/palmas.h                     |   1 +
 27 files changed, 470 insertions(+), 199 deletions(-)

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

end of thread, other threads:[~2017-08-19 16:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170515213634epcas1p4ae5c678d0b2a892415b34742c6786c56@epcas1p4.samsung.com>
2017-05-15 21:36 ` [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master Jaehoon Chung
2017-05-16 12:11   ` Tom Rini
2017-05-17  8:43     ` [U-Boot] [BUG]Rockchip armv7 SoCs can not boot on latest U-Boot Kever Yang
2017-05-17  9:24       ` Bin Meng
2017-05-17  9:56         ` Kever Yang
2017-05-22 20:26           ` Simon Glass
2017-05-22 20:38             ` Tom Rini
2017-05-23  8:43               ` Kever Yang
2017-05-23 11:31                 ` Tom Rini
     [not found] <CGME20170801055247epcas2p113e93845d806acfcfeff3718fa39fa03@epcas2p1.samsung.com>
2017-08-01  5:52 ` [U-Boot] [GIT PULL V2] Please pull u-boot-mmc master Jaehoon Chung
2017-08-02 13:54   ` Tom Rini
     [not found] <CGME20170818064341epcas2p1617aeae5226a0a461be7f03a1c65c545@epcas2p1.samsung.com>
2017-08-18  6:43 ` Jaehoon Chung
2017-08-19 16:16   ` 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.