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, 11 Jan 2017 21:39:48 +0900	[thread overview]
Message-ID: <0552d6e0-8e70-31a8-5678-d66c8cfe2d47@samsung.com> (raw)
In-Reply-To: <20170110173202.GW7532@bill-the-cat>

Dear Tom,

I fixed the buildman error, and pushed them by force.
- checked the mips, arm and the other things with buildman.
- And rebased on latest u-boot/master

Sorry for not checking in more detail

Could you pull these patches on your master branch?

The following changes since commit 04770e6e917b0f766a9496e3f37bcdf2ebb1beb4:

  Merge git://git.denx.de/u-boot-dm (2017-01-10 08:19:33 -0500)

are available in the git repository at:

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

for you to fetch changes up to f401e907fcbc94adff1a8e8097c8f0a5b0aee580:

  ARM: sunxi: remove bare default for CONFIG_MMC (2017-01-11 19:40:15 +0900)

----------------------------------------------------------------
Jaehoon Chung (12):
      mmc: sdhci: disable the 8bit mode when host doesn't support it
      mmc: sdhci: add the get_cd callback function in sdhci_ops
      mmc: sdhci: remove the unused code about testing Card detect
      mmc: pic32_sdhci: move the code to pic32_sdhci.c
      mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
      mmc: change the set_ios return type from void to int
      mmc: s5p_sdhci: add the s5p_set_clock function
      mmc: sdhci: move the callback function into sdhci_ops
      mmc: sdhci: use the bitops APIs in sdhci.h
      mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
      mmc: sdhci: combine the Host controller v3.0 feature into one condition
      power: change from meaningless value to error number

Masahiro Yamada (9):
      mmc: sdhci-cadence: add Cadence SD4HC support
      mmc: uniphier-sd: fix Kconfig dependency
      ARM: socfpga: remove unused CONFIG option and cleanup README.socfpga
      mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIP
      mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW
      mmc: move DesignWare-based drivers to Kconfig
      ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1
      mmc: move more driver config options to Kconfig
      ARM: sunxi: remove bare default for CONFIG_MMC

 arch/arm/cpu/arm926ejs/mx27/generic.c      |   8 +-
 arch/arm/include/asm/arch-mx27/imx-regs.h  |   4 +-
 arch/arm/mach-davinci/da830_pinmux.c       |   2 +-
 arch/arm/mach-omap2/am33xx/board.c         |   2 +-
 arch/arm/mach-tegra/board2.c               |   2 +-
 board/armadeus/apf27/apf27.c               |   2 +-
 board/avionic-design/common/tamonten.c     |   2 +-
 board/compal/paz00/paz00.c                 |   2 +-
 board/davinci/da8xxevm/da850evm.c          |  12 +--
 board/davinci/da8xxevm/omapl138_lcdk.c     |  10 +--
 board/hisilicon/hikey/hikey.c              |   2 +-
 board/htkw/mcx/mcx.c                       |   2 +-
 board/lego/ev3/legoev3.c                   |   4 +-
 board/nvidia/cardhu/cardhu.c               |   2 +-
 board/nvidia/dalmore/dalmore.c             |   2 +-
 board/nvidia/harmony/harmony.c             |   2 +-
 board/nvidia/seaboard/seaboard.c           |   2 +-
 board/nvidia/whistler/whistler.c           |   2 +-
 board/samsung/common/board.c               |   2 +-
 board/sunxi/Kconfig                        |   4 -
 board/technexion/twister/twister.c         |   2 +-
 board/teejet/mt_ventoux/mt_ventoux.c       |   2 +-
 board/toradex/colibri_t20/colibri_t20.c    |   2 +-
 configs/am335x_baltos_defconfig            |   1 +
 configs/am335x_boneblack_defconfig         |   1 +
 configs/am335x_boneblack_vboot_defconfig   |   1 +
 configs/am335x_evm_defconfig               |   1 +
 configs/am335x_evm_nor_defconfig           |   1 +
 configs/am335x_evm_norboot_defconfig       |   1 +
 configs/am335x_evm_spiboot_defconfig       |   1 +
 configs/am335x_evm_usbspl_defconfig        |   1 +
 configs/am335x_igep0033_defconfig          |   1 +
 configs/am335x_shc_defconfig               |   1 +
 configs/am335x_shc_ict_defconfig           |   1 +
 configs/am335x_shc_netboot_defconfig       |   1 +
 configs/am335x_shc_prompt_defconfig        |   1 +
 configs/am335x_shc_sdboot_defconfig        |   1 +
 configs/am335x_shc_sdboot_prompt_defconfig |   1 +
 configs/am335x_sl50_defconfig              |   1 +
 configs/am3517_crane_defconfig             |   1 +
 configs/am3517_evm_defconfig               |   1 +
 configs/am43xx_evm_defconfig               |   1 +
 configs/am43xx_evm_ethboot_defconfig       |   1 +
 configs/am43xx_evm_qspiboot_defconfig      |   1 +
 configs/am43xx_evm_usbhost_boot_defconfig  |   1 +
 configs/am43xx_hs_evm_defconfig            |   1 +
 configs/am57xx_evm_defconfig               |   1 +
 configs/am57xx_evm_nodt_defconfig          |   1 +
 configs/am57xx_hs_evm_defconfig            |   1 +
 configs/apf27_defconfig                    |   1 +
 configs/apx4devkit_defconfig               |   1 +
 configs/arndale_defconfig                  |   1 +
 configs/axs101_defconfig                   |   1 +
 configs/axs103_defconfig                   |   1 +
 configs/birdland_bav335a_defconfig         |   1 +
 configs/birdland_bav335b_defconfig         |   1 +
 configs/brppt1_mmc_defconfig               |   1 +
 configs/brppt1_spi_defconfig               |   1 +
 configs/brxre1_defconfig                   |   1 +
 configs/cairo_defconfig                    |   1 +
 configs/chromebit_mickey_defconfig         |   3 +-
 configs/chromebook_jerry_defconfig         |   3 +-
 configs/chromebook_minnie_defconfig        |   3 +-
 configs/cl-som-am57x_defconfig             |   1 +
 configs/cm_t335_defconfig                  |   1 +
 configs/cm_t3517_defconfig                 |   1 +
 configs/cm_t35_defconfig                   |   1 +
 configs/cm_t43_defconfig                   |   1 +
 configs/cm_t54_defconfig                   |   1 +
 configs/devkit8000_defconfig               |   1 +
 configs/dra7xx_evm_defconfig               |   1 +
 configs/dra7xx_hs_evm_defconfig            |   1 +
 configs/draco_defconfig                    |   1 +
 configs/duovero_defconfig                  |   1 +
 configs/eco5pk_defconfig                   |   1 +
 configs/etamin_defconfig                   |   1 +
 configs/evb-rk3036_defconfig               |   3 +-
 configs/evb-rk3288_defconfig               |   3 +-
 configs/evb-rk3399_defconfig               |   3 +-
 configs/fennec-rk3288_defconfig            |   3 +-
 configs/firefly-rk3288_defconfig           |   3 +-
 configs/hikey_defconfig                    |   2 +
 configs/igep0020_defconfig                 |   1 +
 configs/igep0030_defconfig                 |   1 +
 configs/igep0032_defconfig                 |   1 +
 configs/k2g_evm_defconfig                  |   1 +
 configs/kc1_defconfig                      |   1 +
 configs/kylin-rk3036_defconfig             |   3 +-
 configs/m28evk_defconfig                   |   1 +
 configs/mcx_defconfig                      |   1 +
 configs/miniarm-rk3288_defconfig           |   3 +-
 configs/mt_ventoux_defconfig               |   1 +
 configs/mx23_olinuxino_defconfig           |   1 +
 configs/mx23evk_defconfig                  |   1 +
 configs/mx28evk_auart_console_defconfig    |   1 +
 configs/mx28evk_defconfig                  |   1 +
 configs/mx28evk_nand_defconfig             |   1 +
 configs/mx28evk_spi_defconfig              |   1 +
 configs/nokia_rx51_defconfig               |   1 +
 configs/odroid-xu3_defconfig               |   1 +
 configs/odroid_defconfig                   |   1 +
 configs/omap3_beagle_defconfig             |   1 +
 configs/omap3_evm_defconfig                |   1 +
 configs/omap3_ha_defconfig                 |   1 +
 configs/omap3_logic_defconfig              |   1 +
 configs/omap3_overo_defconfig              |   1 +
 configs/omap3_pandora_defconfig            |   1 +
 configs/omap3_zoom1_defconfig              |   1 +
 configs/omap4_panda_defconfig              |   1 +
 configs/omap4_sdp4430_defconfig            |   1 +
 configs/omap5_uevm_defconfig               |   1 +
 configs/origen_defconfig                   |   1 +
 configs/pcm051_rev1_defconfig              |   1 +
 configs/pcm051_rev3_defconfig              |   1 +
 configs/peach-pi_defconfig                 |   1 +
 configs/peach-pit_defconfig                |   1 +
 configs/pengwyn_defconfig                  |   1 +
 configs/pepper_defconfig                   |   1 +
 configs/popmetal-rk3288_defconfig          |   3 +-
 configs/pxm2_defconfig                     |   1 +
 configs/rastaban_defconfig                 |   1 +
 configs/rock2_defconfig                    |   3 +-
 configs/rut_defconfig                      |   1 +
 configs/s5pc210_universal_defconfig        |   1 +
 configs/sansa_fuze_plus_defconfig          |   1 +
 configs/sc_sps_1_defconfig                 |   1 +
 configs/smdk5250_defconfig                 |   1 +
 configs/smdk5420_defconfig                 |   1 +
 configs/smdkv310_defconfig                 |   1 +
 configs/sniper_defconfig                   |   1 +
 configs/snow_defconfig                     |   1 +
 configs/socfpga_arria5_defconfig           |   1 +
 configs/socfpga_cyclone5_defconfig         |   1 +
 configs/socfpga_de0_nano_soc_defconfig     |   1 +
 configs/socfpga_de1_soc_defconfig          |   1 +
 configs/socfpga_mcvevk_defconfig           |   1 +
 configs/socfpga_sockit_defconfig           |   1 +
 configs/socfpga_socrates_defconfig         |   1 +
 configs/socfpga_sr1500_defconfig           |   1 +
 configs/socfpga_vining_fpga_defconfig      |   1 +
 configs/spring_defconfig                   |   1 +
 configs/tao3530_defconfig                  |   1 +
 configs/thuban_defconfig                   |   1 +
 configs/ti814x_evm_defconfig               |   1 +
 configs/ti816x_evm_defconfig               |   1 +
 configs/trats2_defconfig                   |   1 +
 configs/trats_defconfig                    |   1 +
 configs/tricorder_defconfig                |   1 +
 configs/tricorder_flash_defconfig          |   1 +
 configs/ts4600_defconfig                   |   1 +
 configs/twister_defconfig                  |   1 +
 configs/xfi3_defconfig                     |   1 +
 doc/README.socfpga                         |  32 -------
 drivers/mmc/Kconfig                        | 107 ++++++++++++++++++++++-
 drivers/mmc/Makefile                       |  27 +++---
 drivers/mmc/arm_pl180_mmci.c               |   4 +-
 drivers/mmc/bfin_sdh.c                     |   4 +-
 drivers/mmc/davinci_mmc.c                  |   4 +-
 drivers/mmc/dw_mmc.c                       |   5 +-
 drivers/mmc/fsl_esdhc.c                    |   3 +-
 drivers/mmc/ftsdc010_mci.c                 |   4 +-
 drivers/mmc/gen_atmel_mci.c                |   4 +-
 drivers/mmc/mmc_spi.c                      |   3 +-
 drivers/mmc/mvebu_mmc.c                    |   4 +-
 drivers/mmc/mxcmmc.c                       |   4 +-
 drivers/mmc/mxsmmc.c                       |   4 +-
 drivers/mmc/omap_hsmmc.c                   |   6 +-
 drivers/mmc/pic32_sdhci.c                  |  17 +++-
 drivers/mmc/pxa_mmc_gen.c                  |   8 +-
 drivers/mmc/s3c_sdi.c                      |   6 +-
 drivers/mmc/s5p_sdhci.c                    |  15 +++-
 drivers/mmc/sdhci-cadence.c                | 125 +++++++++++++++++++++++++++
 drivers/mmc/sdhci.c                        |  59 ++++---------
 drivers/mmc/sh_mmcif.c                     |   4 +-
 drivers/mmc/sh_sdhi.c                      |   6 +-
 drivers/mmc/sunxi_mmc.c                    |   6 +-
 drivers/mmc/tegra_mmc.c                    |   4 +-
 drivers/power/axp152.c                     |   2 +-
 drivers/power/axp209.c                     |   2 +-
 drivers/power/battery/bat_trats2.c         |   2 +-
 drivers/power/exynos-tmu.c                 |   8 +-
 drivers/power/fuel_gauge/fg_max17042.c     |   4 +-
 drivers/power/mfd/fg_max77693.c            |   4 +-
 drivers/power/mfd/pmic_max77693.c          |   8 +-
 drivers/power/palmas.c                     |  11 ++-
 drivers/power/pmic/pmic_hi6553.c           |   4 +-
 drivers/power/pmic/pmic_max77686.c         |  18 ++--
 drivers/power/pmic/pmic_max8997.c          |   8 +-
 drivers/power/power_core.c                 |   8 +-
 drivers/power/power_i2c.c                  |  22 ++---
 drivers/power/power_spi.c                  |  18 ++--
 drivers/power/tps6586x.c                   |  12 +--
 include/configs/am3517_crane.h             |   1 -
 include/configs/am3517_evm.h               |   1 -
 include/configs/apalis_t30.h               |   1 -
 include/configs/apf27.h                    |   1 -
 include/configs/axs10x.h                   |   1 -
 include/configs/beaver.h                   |   1 -
 include/configs/brppt1.h                   |   1 -
 include/configs/brxre1.h                   |   1 -
 include/configs/cardhu.h                   |   1 -
 include/configs/cei-tk1-som.h              |   1 -
 include/configs/cm_t35.h                   |   1 -
 include/configs/cm_t3517.h                 |   1 -
 include/configs/colibri_t20.h              |   1 -
 include/configs/colibri_t30.h              |   1 -
 include/configs/da850evm.h                 |   2 -
 include/configs/dalmore.h                  |   1 -
 include/configs/e2220-1170.h               |   1 -
 include/configs/exynos-common.h            |   2 -
 include/configs/harmony.h                  |   1 -
 include/configs/hikey.h                    |   2 -
 include/configs/imx27lite-common.h         |   1 -
 include/configs/jetson-tk1.h               |   1 -
 include/configs/k2g_evm.h                  |   1 -
 include/configs/kc1.h                      |   1 -
 include/configs/legoev3.h                  |   2 -
 include/configs/mcx.h                      |   1 -
 include/configs/medcom-wide.h              |   1 -
 include/configs/mxs.h                      |   1 -
 include/configs/nokia_rx51.h               |   1 -
 include/configs/nyan-big.h                 |   1 -
 include/configs/omap3_evm.h                |   1 -
 include/configs/omapl138_lcdk.h            |   1 -
 include/configs/p2371-0000.h               |   1 -
 include/configs/p2371-2180.h               |   1 -
 include/configs/p2571.h                    |   1 -
 include/configs/p2771-0000.h               |   1 -
 include/configs/paz00.h                    |   1 -
 include/configs/plutux.h                   |   1 -
 include/configs/rk3036_common.h            |   1 -
 include/configs/rk3288_common.h            |   1 -
 include/configs/rk3399_common.h            |   1 -
 include/configs/seaboard.h                 |   1 -
 include/configs/siemens-am33x-common.h     |   1 -
 include/configs/sniper.h                   |   1 -
 include/configs/socfpga_common.h           |   3 -
 include/configs/sunxi-common.h             |   1 -
 include/configs/tam3517-common.h           |   1 -
 include/configs/tao3530.h                  |   1 -
 include/configs/tec-ng.h                   |   1 -
 include/configs/tec.h                      |   1 -
 include/configs/tegra-common-post.h        |   3 -
 include/configs/ti814x_evm.h               |   1 -
 include/configs/ti816x_evm.h               |   1 -
 include/configs/ti_armv7_omap.h            |   3 -
 include/configs/tricorder.h                |   1 -
 include/configs/trimslice.h                |   1 -
 include/configs/venice2.h                  |   1 -
 include/configs/ventana.h                  |   1 -
 include/configs/whistler.h                 |   1 -
 include/mmc.h                              |   2 +-
 include/sdhci.h                            | 131 ++++++++++++++---------------
 253 files changed, 654 insertions(+), 374 deletions(-)
 create mode 100644 drivers/mmc/sdhci-cadence.c

Best Regards,
Jaehoon Chung

  parent reply	other threads:[~2017-01-11 12:39 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170110054802epcas5p47773e1927ecb61adccb970ff738c45a2@epcas5p4.samsung.com>
2017-01-10  5:48 ` [U-Boot] [GIT PULL] Please pull u-boot-mmc master Jaehoon Chung
2017-01-10 17:32   ` Tom Rini
2017-01-11  2:11     ` Jaehoon Chung
2017-01-11 12:39     ` Jaehoon Chung [this message]
2017-01-11 14:17       ` [U-Boot] [PATCH] power_i2c.c: Fix unused variable warning Tom Rini
2017-01-11 16:28         ` Tom Rini
2017-01-11 16:28       ` [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] <CGME20170131232440epcas5p2ff99c09928cf938f10d640785b25b911@epcas5p2.samsung.com>
2017-01-31 23:24 ` Jaehoon Chung
2017-02-01 21:33   ` Tom Rini
     [not found] <CGME20170124093735epcas5p2696f062ee887233d1eacc5319f25b156@epcas5p2.samsung.com>
2017-01-24  9:37 ` Jaehoon Chung
2017-01-25  2:15   ` 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=0552d6e0-8e70-31a8-5678-d66c8cfe2d47@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.