All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Please pull u-boot-mmc master
Date: Wed, 01 Feb 2017 08:24:40 +0900	[thread overview]
Message-ID: <74c1456c-5b28-95c5-eef8-3e7454406ca5@samsung.com> (raw)
In-Reply-To: CGME20170131232440epcas5p2ff99c09928cf938f10d640785b25b911@epcas5p2.samsung.com

Dear Tom,

Could you pull these patches on your master branch?
I have tested a buildman with all case.

The following changes since commit 794c6e2c96c20f8fc62890a5e13cc71ab99a2e57:

  Prepare v2017.03-rc1 (2017-01-30 19:05:43 -0500)

are available in the git repository at:

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

for you to fetch changes up to dd3b64eb56dae10016bd314e59a650da511c1a4e:

  mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMEL (2017-01-31 21:50:47 +0900)

----------------------------------------------------------------
Masahiro Yamada (7):
      mmc: move CONFIG_GENERIC_MMC to Kconfig
      mmc: sandbox: rename CONFIG, fix dependency, and use it in Makefile
      mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQ
      mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIP
      mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSM
      mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32
      mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMEL

 README                                           |  3 -
 arch/arm/mach-zynq/Kconfig                       |  2 +-
 configs/blanche_defconfig                        |  3 +-
 configs/dragonboard410c_defconfig                |  2 +-
 configs/evb-rk3399_defconfig                     |  2 +-
 configs/pic32mzdask_defconfig                    |  2 +-
 configs/sama5d2_xplained_mmc_defconfig           |  2 +-
 configs/sama5d2_xplained_spiflash_defconfig      |  2 +-
 configs/sandbox_defconfig                        |  2 +-
 configs/sandbox_noblk_defconfig                  |  1 +
 configs/sandbox_spl_defconfig                    |  2 +-
 configs/topic_miami_defconfig                    |  2 +-
 configs/topic_miamiplus_defconfig                |  2 +-
 configs/xilinx_zynqmp_ep_defconfig               |  2 +-
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig |  2 +-
 configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig |  2 +-
 configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig |  2 +-
 configs/xilinx_zynqmp_zcu102_defconfig           |  2 +-
 configs/xilinx_zynqmp_zcu102_revB_defconfig      |  2 +-
 configs/zynq_microzed_defconfig                  |  2 +-
 configs/zynq_picozed_defconfig                   |  2 +-
 configs/zynq_zc702_defconfig                     |  2 +-
 configs/zynq_zc706_defconfig                     |  2 +-
 configs/zynq_zc770_xm010_defconfig               |  2 +-
 configs/zynq_zed_defconfig                       |  2 +-
 configs/zynq_zybo_defconfig                      |  2 +-
 doc/README.atmel_mci                             |  2 -
 doc/README.socfpga                               |  3 -
 drivers/mmc/Kconfig                              | 96 +++++++++++++-----------
 drivers/mmc/Makefile                             | 16 ++--
 include/configs/BSC9132QDS.h                     |  1 -
 include/configs/MPC8308RDB.h                     |  2 -
 include/configs/MPC837XEMDS.h                    |  1 -
 include/configs/MPC837XERDB.h                    |  1 -
 include/configs/MPC8536DS.h                      |  1 -
 include/configs/MPC8569MDS.h                     |  1 -
 include/configs/P1010RDB.h                       |  1 -
 include/configs/P1022DS.h                        |  1 -
 include/configs/P2041RDB.h                       |  1 -
 include/configs/T102xQDS.h                       |  1 -
 include/configs/T102xRDB.h                       |  1 -
 include/configs/T1040QDS.h                       |  1 -
 include/configs/T104xRDB.h                       |  1 -
 include/configs/T208xQDS.h                       |  1 -
 include/configs/T208xRDB.h                       |  1 -
 include/configs/T4240QDS.h                       |  1 -
 include/configs/T4240RDB.h                       |  1 -
 include/configs/UCP1020.h                        |  1 -
 include/configs/adp-ag101p.h                     |  1 -
 include/configs/advantech_dms-ba16.h             |  1 -
 include/configs/alt.h                            |  2 -
 include/configs/am3517_crane.h                   |  1 -
 include/configs/am3517_evm.h                     |  3 -
 include/configs/apalis_imx6.h                    |  1 -
 include/configs/apalis_t30.h                     |  3 -
 include/configs/apf27.h                          |  1 -
 include/configs/at91sam9260ek.h                  |  1 -
 include/configs/at91sam9263ek.h                  |  1 -
 include/configs/at91sam9m10g45ek.h               |  1 -
 include/configs/at91sam9n12ek.h                  |  1 -
 include/configs/at91sam9rlek.h                   |  1 -
 include/configs/at91sam9x5ek.h                   |  1 -
 include/configs/atngw100.h                       |  1 -
 include/configs/atngw100mkii.h                   |  1 -
 include/configs/atstk1002.h                      |  1 -
 include/configs/axs10x.h                         |  5 --
 include/configs/bayleybay.h                      |  2 -
 include/configs/bcm23550_w1d.h                   |  2 -
 include/configs/bcm28155_ap.h                    |  2 -
 include/configs/beaver.h                         |  3 -
 include/configs/bf518f-ezbrd.h                   |  1 -
 include/configs/bf527-ad7160-eval.h              |  1 -
 include/configs/bf537-stamp.h                    |  3 -
 include/configs/bf548-ezkit.h                    |  1 -
 include/configs/bf609-ezkit.h                    |  1 -
 include/configs/blanche.h                        |  2 -
 include/configs/brppt1.h                         |  1 -
 include/configs/brxre1.h                         |  1 -
 include/configs/cardhu.h                         |  3 -
 include/configs/cei-tk1-som.h                    |  3 -
 include/configs/clearfog.h                       |  1 -
 include/configs/cm-bf537e.h                      |  1 -
 include/configs/cm-bf537u.h                      |  1 -
 include/configs/cm_t35.h                         |  2 -
 include/configs/cm_t3517.h                       |  2 -
 include/configs/colibri_imx6.h                   |  1 -
 include/configs/colibri_t20.h                    |  3 -
 include/configs/colibri_t30.h                    |  3 -
 include/configs/colibri_vf.h                     |  2 -
 include/configs/conga-qeval20-qa3-e3845.h        |  2 -
 include/configs/controlcenterd.h                 |  2 -
 include/configs/corenet_ds.h                     |  1 -
 include/configs/crownbay.h                       |  2 -
 include/configs/cyrus.h                          |  1 -
 include/configs/da850evm.h                       |  5 --
 include/configs/dalmore.h                        |  3 -
 include/configs/db-88f6820-gp.h                  |  1 -
 include/configs/dfi-bt700.h                      |  2 -
 include/configs/dragonboard410c.h                |  3 -
 include/configs/e2220-1170.h                     |  3 -
 include/configs/ethernut5.h                      |  1 -
 include/configs/exynos-common.h                  |  1 -
 include/configs/galileo.h                        |  3 -
 include/configs/ge_bx50v3.h                      |  1 -
 include/configs/gose.h                           |  1 -
 include/configs/harmony.h                        |  3 -
 include/configs/hikey.h                          |  1 -
 include/configs/hrcon.h                          |  2 -
 include/configs/imx27lite-common.h               |  5 --
 include/configs/jetson-tk1.h                     |  3 -
 include/configs/k2g_evm.h                        |  3 -
 include/configs/kc1.h                            |  6 --
 include/configs/koelsch.h                        |  1 -
 include/configs/lager.h                          |  2 -
 include/configs/legoev3.h                        |  3 -
 include/configs/ls1012aqds.h                     |  1 -
 include/configs/ls1012ardb.h                     |  1 -
 include/configs/ls1021aiot.h                     |  1 -
 include/configs/ls1021aqds.h                     |  1 -
 include/configs/ls1021atwr.h                     |  1 -
 include/configs/ls1043a_common.h                 |  1 -
 include/configs/ls1046a_common.h                 |  1 -
 include/configs/ls2080a_simu.h                   |  1 -
 include/configs/ls2080aqds.h                     |  1 -
 include/configs/ls2080ardb.h                     |  1 -
 include/configs/m53evk.h                         |  1 -
 include/configs/ma5d4evk.h                       |  1 -
 include/configs/mcx.h                            |  1 -
 include/configs/medcom-wide.h                    |  3 -
 include/configs/minnowmax.h                      |  2 -
 include/configs/mvebu_armada-8k.h                |  3 -
 include/configs/mvebu_db-88f3720.h               |  3 -
 include/configs/mx25pdk.h                        |  1 -
 include/configs/mx35pdk.h                        |  1 -
 include/configs/mx51evk.h                        |  2 -
 include/configs/mx53ard.h                        |  2 -
 include/configs/mx53cx9020.h                     |  2 -
 include/configs/mx53evk.h                        |  2 -
 include/configs/mx53loco.h                       |  2 -
 include/configs/mx53smd.h                        |  2 -
 include/configs/mx6_common.h                     |  1 -
 include/configs/mx7_common.h                     |  1 -
 include/configs/mxs.h                            |  1 -
 include/configs/nokia_rx51.h                     |  1 -
 include/configs/nyan-big.h                       |  3 -
 include/configs/omap3_evm.h                      |  3 -
 include/configs/omapl138_lcdk.h                  |  2 -
 include/configs/openrd.h                         |  1 -
 include/configs/p1_p2_rdb_pc.h                   |  1 -
 include/configs/p1_twr.h                         |  1 -
 include/configs/p2371-0000.h                     |  3 -
 include/configs/p2371-2180.h                     |  3 -
 include/configs/p2571.h                          |  3 -
 include/configs/p2771-0000.h                     |  3 -
 include/configs/paz00.h                          |  3 -
 include/configs/pcm052.h                         |  2 -
 include/configs/pic32mzdask.h                    |  5 --
 include/configs/pico-imx6ul.h                    |  2 -
 include/configs/picosam9g45.h                    |  1 -
 include/configs/plutux.h                         |  3 -
 include/configs/porter.h                         |  1 -
 include/configs/pxa-common.h                     |  1 -
 include/configs/rk3036_common.h                  |  1 -
 include/configs/rk3288_common.h                  |  1 -
 include/configs/rk3399_common.h                  |  1 -
 include/configs/rpi.h                            |  3 -
 include/configs/s32v234evb.h                     |  1 -
 include/configs/s5p_goni.h                       |  1 -
 include/configs/sama5d2_xplained.h               |  5 --
 include/configs/sama5d3_xplained.h               |  1 -
 include/configs/sama5d3xek.h                     |  1 -
 include/configs/sama5d4_xplained.h               |  1 -
 include/configs/sama5d4ek.h                      |  1 -
 include/configs/sandbox.h                        |  2 -
 include/configs/seaboard.h                       |  3 -
 include/configs/sh7752evb.h                      |  1 -
 include/configs/sh7753evb.h                      |  1 -
 include/configs/sh7757lcr.h                      |  1 -
 include/configs/sheevaplug.h                     |  1 -
 include/configs/siemens-am33x-common.h           |  2 -
 include/configs/silk.h                           |  1 -
 include/configs/snapper9g45.h                    |  1 -
 include/configs/sniper.h                         |  6 --
 include/configs/socfpga_common.h                 |  1 -
 include/configs/stout.h                          |  3 -
 include/configs/strider.h                        |  2 -
 include/configs/sunxi-common.h                   |  1 -
 include/configs/tam3517-common.h                 |  2 -
 include/configs/tao3530.h                        |  1 -
 include/configs/tcm-bf537.h                      |  1 -
 include/configs/tec-ng.h                         |  3 -
 include/configs/tec.h                            |  3 -
 include/configs/tegra-common-post.h              |  7 --
 include/configs/ti814x_evm.h                     |  1 -
 include/configs/ti816x_evm.h                     |  1 -
 include/configs/ti_armv7_common.h                |  3 -
 include/configs/ti_armv7_keystone2.h             |  7 --
 include/configs/tricorder.h                      |  3 -
 include/configs/trimslice.h                      |  3 -
 include/configs/ts4800.h                         |  2 -
 include/configs/uniphier.h                       |  1 -
 include/configs/usbarmory.h                      |  1 -
 include/configs/venice2.h                        |  3 -
 include/configs/ventana.h                        |  3 -
 include/configs/vexpress_common.h                |  1 -
 include/configs/vf610twr.h                       |  2 -
 include/configs/vinco.h                          |  1 -
 include/configs/whistler.h                       |  3 -
 include/configs/woodburn_common.h                |  1 -
 include/configs/xilinx_zynqmp.h                  | 11 ++-
 include/configs/zipitz2.h                        |  1 -
 include/configs/zynq-common.h                    |  9 +--
 scripts/config_whitelist.txt                     |  1 -
 213 files changed, 93 insertions(+), 427 deletions(-)

       reply	other threads:[~2017-01-31 23:24 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170131232440epcas5p2ff99c09928cf938f10d640785b25b911@epcas5p2.samsung.com>
2017-01-31 23:24 ` Jaehoon Chung [this message]
2017-02-01 21:33   ` [U-Boot] [GIT PULL] Please pull u-boot-mmc master Tom Rini
     [not found] <CGME20180508072215epcas1p2cbd07880b5188605fe679ccb248b87eb@epcas1p2.samsung.com>
2018-05-08  7:22 ` Jaehoon Chung
2018-05-09  1:30   ` Tom Rini
     [not found] <CGME20180502020320epcas1p1b59166567ba1b0c1bb1c700503bc2d09@epcas1p1.samsung.com>
2018-05-02  2:03 ` Jaehoon Chung
2018-05-02 22:10   ` Tom Rini
     [not found] <CGME20180226015859epcas1p30bda4a35316c512366573946d617d484@epcas1p3.samsung.com>
2018-02-26  1:58 ` [U-Boot] [GIT PULL ] " Jaehoon Chung
2018-02-26 15:49   ` Tom Rini
     [not found] <CGME20180220035728epcas2p152ee76e870ed334c7e91ef8d7ec0b699@epcas2p1.samsung.com>
2018-02-20  3:57 ` Jaehoon Chung
2018-02-20 13:20   ` Tom Rini
     [not found] <CGME20180219112702epcas1p2bb88ec4017cd6b54b2ea2d8801ec3835@epcas1p2.samsung.com>
2018-02-19 11:27 ` [U-Boot] [GIT PULL] " Jaehoon Chung
2018-02-19 14:47   ` Jaehoon Chung
2018-02-19 14:48     ` Tom Rini
2018-02-19 17:00       ` Marek Vasut
     [not found] <CGME20180124073159epcas2p18ec97927c7e6c3c04bbe52a8240492fb@epcas2p1.samsung.com>
2018-01-24  7:31 ` Jaehoon Chung
2018-01-25  0:57   ` Jaehoon Chung
2018-01-25  1:44     ` Tom Rini
2018-01-25  2:25   ` Tom Rini
     [not found] <CGME20180115023505epcas1p37c76459b4841dd1817c53159477db616@epcas1p3.samsung.com>
2018-01-15  2:35 ` Jaehoon Chung
2018-01-15 13:53   ` Tom Rini
2018-01-16  8:50     ` Jaehoon Chung
     [not found] <CGME20171128022004epcas2p150a95af40d2b05cefb9817e1582f58ab@epcas2p1.samsung.com>
2017-11-28  2:20 ` Jaehoon Chung
2017-11-28 12:15   ` Tom Rini
2017-11-28 16:22     ` Jean-Jacques Hiblot
2017-11-30  1:39       ` Jaehoon Chung
2017-11-30  1:35     ` Jaehoon Chung
     [not found] <CGME20171127075849epcas2p2e0e6f0ddab3c8c25ddd093353fa52331@epcas2p2.samsung.com>
2017-11-27  7:58 ` Jaehoon Chung
2017-11-27  9:31   ` Jaehoon Chung
     [not found] <CGME20171023045432epcas2p37d83600c293491c657180667df894ae6@epcas2p3.samsung.com>
2017-10-23  4:54 ` Jaehoon Chung
2017-10-24  7:58   ` Jaehoon Chung
     [not found] <CGME20170925053103epcas2p190b97c9c8b6b7ce3fa5859b3b662463a@epcas2p1.samsung.com>
2017-09-25  5:31 ` Jaehoon Chung
2017-09-26 12:17   ` Tom Rini
     [not found] <CGME20170818053954epcas1p232acd1af824a992adc6aaa44c1e7a907@epcas1p2.samsung.com>
2017-08-18  5:39 ` Jaehoon Chung
2017-08-18  6:35   ` Jaehoon Chung
     [not found] <CGME20170731025907epcas1p1fb9b643ec83cc77b12ab0d8550755be7@epcas1p1.samsung.com>
2017-07-31  2:59 ` Jaehoon Chung
2017-07-31 11:27   ` Tom Rini
2017-08-01  2:48     ` Jaehoon Chung
     [not found] <CGME20170719101711epcas5p1e73a75ea548997594e3f5ba23da0e565@epcas5p1.samsung.com>
2017-07-19 10:17 ` Jaehoon Chung
2017-07-21 15:48   ` Tom Rini
     [not found] <CGME20170630034821epcas1p193104bec121303c6897391e690a943f3@epcas1p1.samsung.com>
2017-06-30  3:48 ` Jaehoon Chung
2017-06-30 10:48   ` Tom Rini
2017-06-30 11:59     ` Jaehoon Chung
     [not found] <CGME20170609112846epcas1p1db6eece58f727344e6789e434afa09c9@epcas1p1.samsung.com>
2017-06-09 11:28 ` Jaehoon Chung
2017-06-10 22:00   ` Tom Rini
     [not found] <CGME20170529083151epcas5p1d26d3ff44c53bba61cc380bfd78a910f@epcas5p1.samsung.com>
2017-05-29  8:31 ` Jaehoon Chung
2017-05-31  2:06   ` Tom Rini
     [not found] <CGME20170515050639epcas1p3d4f0aca8a724070fbe556078835f2e61@epcas1p3.samsung.com>
2017-05-15  5:06 ` Jaehoon Chung
2017-05-15  6:18   ` Jaehoon Chung
     [not found] <CGME20170414065148epcas5p1f02fb69f9925f4b4a7bf176a76e447f7@epcas5p1.samsung.com>
2017-04-14  6:51 ` Jaehoon Chung
2017-04-14 21:09   ` Tom Rini
     [not found] <CGME20170330052139epcas5p1e95ad9a80664dd907de79e6c2ad05763@epcas5p1.samsung.com>
2017-03-30  5:21 ` Jaehoon Chung
2017-04-04 20:00   ` Tom Rini
     [not found] <CGME20170321121100epcas5p19374186df9de3d740bceb6ba2d97f8c3@epcas5p1.samsung.com>
2017-03-21 12:11 ` Jaehoon Chung
2017-03-22  0:51   ` Tom Rini
     [not found] <CGME20170209115016epcas5p2c78275706402e633c0da384936a1692f@epcas5p2.samsung.com>
2017-02-09 11:50 ` Jaehoon Chung
2017-02-09 19:50   ` Tom Rini
     [not found] <CGME20170124093735epcas5p2696f062ee887233d1eacc5319f25b156@epcas5p2.samsung.com>
2017-01-24  9:37 ` Jaehoon Chung
2017-01-25  2:15   ` Tom Rini
     [not found] <CGME20170110054802epcas5p47773e1927ecb61adccb970ff738c45a2@epcas5p4.samsung.com>
2017-01-10  5:48 ` Jaehoon Chung
2017-01-10 17:32   ` Tom Rini
2017-01-11  2:11     ` Jaehoon Chung
2017-01-11 12:39     ` Jaehoon Chung
2017-01-11 16:28       ` Tom Rini
     [not found] <CGME20170103011718epcas5p45970bc6129500aea930bc0e359be6cb4@epcas5p4.samsung.com>
2017-01-03  1:17 ` Jaehoon Chung
2017-01-03  1:19   ` Jaehoon Chung
2017-01-05 14:34   ` Tom Rini
2017-01-06  1:19     ` Jaehoon Chung
2016-12-21 22:12 Jaehoon Chung
2016-12-22  2:30 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-12-01  7:01 Jaehoon Chung
2016-12-01 18:17 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=74c1456c-5b28-95c5-eef8-3e7454406ca5@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.