Re: [PATCH 03/11] mmc: sdhci-msm: use sdhci_pltfm_init for private allocation

2016-01-05 Thread kbuild test robot
Hi Jisheng, [auto build test WARNING on v4.4-rc8] [also build test WARNING on next-20160105] [cannot apply to ulf.hansson-mmc/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 3/8] block/floppy.c: handle blk_register_region() return value

2015-11-06 Thread kbuild test robot
Hi Vishnu, [auto build test ERROR on ide/master] [also build test ERROR on v4.3] [cannot apply to block/for-next next-20151106] url: https://github.com/0day-ci/linux/commits/Vishnu-Pratap-Singh/block-genhd-c-Add-error-handling/20151106-204249 base:

Re: [PATCH v3 3/3] mmc: sdhci-of-arasan: add runtime pm support

2015-10-20 Thread kbuild test robot
Hi Shawn, [auto build test ERROR on ulf.hansson-mmc/next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Shawn-Lin/Documentation-bindings-add-description-of-phy-for-sdhci-of-arasan/20151020-150853

Re: [PATCH v3 1/7] mmc: core: move ocr-bit to voltage translation into separate function

2015-10-12 Thread kbuild test robot
Hi Heiko, [auto build test WARNING on rockchip/for-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Heiko-Stuebner/mmc-dw_mmc-rockchip-allow-tuning-using-the-clk-phase-api/20151012-205613 config:

Re: [PATCH] mmc: core: Fix init_card in 52Mhz

2015-10-08 Thread kbuild test robot
Hi Chaotian, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: i386-randconfig-i1-201540 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>):

Re: [PATCH 1/2] mmc: sdhci-pci: Build o2micro support in the same module

2015-10-05 Thread kbuild test robot
Hi Ben, [auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please ignore] coccinelle warnings: (new ones prefixed by >>) >> drivers/mmc/host/sdhci-pci-core.c:447:1-4: WARNING: end returns can be >> simpified Please review and possibly fold the followup patch. --- 0-DAY

[PATCH] mmc: sdhci-pci: fix simple_return.cocci warnings

2015-10-05 Thread kbuild test robot
drivers/mmc/host/sdhci-pci-core.c:447:1-4: WARNING: end returns can be simpified Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci CC: Ben Hutchings Signed-off-by: Fengguang

[PATCH ulf.hansson-mmc] mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be static

2015-03-05 Thread kbuild test robot
Signed-off-by: Fengguang Wu fengguang...@intel.com --- dw_mmc-exynos.c |2 +- dw_mmc.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c index 0a56d766..e761eb1 100644 ---

[ulf.hansson-mmc:next 1/17] drivers/mmc/host/dw_mmc-exynos.c:480:5: sparse: symbol 'dw_mci_exynos_prepare_hs400_tuning' was not declared. Should it be static?

2015-03-05 Thread kbuild test robot
tree: https://git.linaro.org/people/ulf.hansson/mmc next head: cc92508d8a444000ec259debaf7603faf77540de commit: 880e5e640a1f39802da76d9570bed2d8456f302a [1/17] mmc: dw_mmc: exynos: Support eMMC's HS400 mode reproduce: # apt-get install sparse git checkout

[PATCH] mmc: sdhci: host: fix odd_ptr_err.cocci warnings

2015-01-21 Thread kbuild test robot
drivers/mmc/host/sdhci_f_sdh30.c:143:5-11: inconsistent IS_ERR and PTR_ERR, PTR_ERR on line 144 PTR_ERR should access the value just tested by IS_ERR Semantic patch information: There can be false positives in the patch case, where it is the call IS_ERR that is wrong. Generated by:

[mmc:mmc-next 5/29] drivers/mmc/core/slot-gpio.c:123:2: error: implicit declaration of function 'devm_gpio_request_one'

2013-01-14 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git mmc-next head: e35219140bbf0b6efcd8feb93fa6e9cb2df5bc08 commit: 8733ba654cd9ad0396ac081b4858bfa0a29c5519 [5/29] mmc: slot-gpio: use devm_* managed functions to ease users config: make ARCH=blackfin TCM-BF537_defconfig All

[mmc:mmc-next 45/63] of_iommu.c:(.text+0x114dbc): undefined reference to `__aeabi_uldivmod'

2012-11-25 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git mmc-next head: b1dc46e6cd5f314f52a9864cc7ba1b7624b54bd7 commit: d29254e21ee37b3c8525817398d96d6403f3 [45/63] mmc: core: Use u64 to calculate the timeout value to avoid overflow config: make ARCH=arm omap2plus_defconfig All