All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Glauber <jan.glauber@caviumnetworks.com>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, Ulf Hansson <ulf.hansson@linaro.org>,
	David Daney <david.daney@cavium.com>,
	"Steven J . Hill" <steven.hill@cavium.com>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v13 3/6] mmc: cavium: Add MMC PCI driver for ThunderX SOCs
Date: Sat, 1 Apr 2017 14:47:48 +0200	[thread overview]
Message-ID: <20170401124748.GA29406@hardcore> (raw)
In-Reply-To: <201704011255.vs85jY0Q%fengguang.wu@intel.com>

On Sat, Apr 01, 2017 at 12:46:16PM +0800, kbuild test robot wrote:
> Hi Jan,
> 
> [auto build test ERROR on linus/master]
> [also build test ERROR on v4.11-rc4 next-20170331]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
> 
> url:    https://github.com/0day-ci/linux/commits/Jan-Glauber/Cavium-MMC-driver/20170401-055302
> config: sparc64-allmodconfig (attached as .config)
> compiler: sparc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # save the attached .config to linux build tree
>         make.cross ARCH=sparc64 
> 
> All errors (new ones prefixed by >>):
> 
> >> ERROR: "of_platform_device_create" [drivers/mmc/host/thunderx-mmc.ko] undefined!
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

commit d431e1fd494546795ab6478dece96532106b5e62
Author: Jan Glauber <jglauber@cavium.com>
Date:   Sat Apr 1 14:43:51 2017 +0200

    mmc: thunderx: Make driver depend on OF_ADDRESS
    
    Prevent this compile error (COMPILE_TEST) on sparc64:
    >> ERROR: "of_platform_device_create" [drivers/mmc/host/thunderx-mmc.ko] undefined!
    
    Signed-off-by: Jan Glauber <jglauber@cavium.com>

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index c882795..c2d05ba 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -626,6 +626,7 @@ config MMC_CAVIUM_THUNDERX
 	tristate "Cavium ThunderX SD/MMC Card Interface support"
 	depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
 	depends on GPIOLIB
+	depends on OF_ADDRESS
 	help
 	  This selects Cavium ThunderX SD/MMC Card Interface.
 	  If you have an Cavium ARM64 board with a Multimedia Card slot

  reply	other threads:[~2017-04-01 12:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-30 15:31 [PATCH v13 0/6] Cavium MMC driver Jan Glauber
2017-03-30 15:31 ` [PATCH v13 1/6] dt-bindings: mmc: Add Cavium SOCs MMC bindings Jan Glauber
2017-03-30 15:31   ` Jan Glauber
2017-03-30 15:31 ` [PATCH v13 2/6] mmc: cavium: Add core MMC driver for Cavium SOCs Jan Glauber
2017-03-30 15:31 ` [PATCH v13 3/6] mmc: cavium: Add MMC PCI driver for ThunderX SOCs Jan Glauber
2017-04-01  3:59   ` kbuild test robot
2017-04-01  3:59     ` kbuild test robot
2017-04-01  4:46   ` kbuild test robot
2017-04-01  4:46     ` kbuild test robot
2017-04-01 12:47     ` Jan Glauber [this message]
2017-03-30 15:31 ` [PATCH v13 4/6] mmc: cavium: Add scatter-gather DMA support Jan Glauber
2017-03-30 15:31 ` [PATCH v13 5/6] mmc: cavium: Support DDR mode for eMMC devices Jan Glauber
2017-03-30 15:31 ` [PATCH v13 6/6] MAINTAINERS: Add entry for Cavium MMC driver Jan Glauber
2017-04-10 14:50 ` [PATCH v13 0/6] " Ulf Hansson
2017-04-12 22:37 ` Aaro Koskinen
2017-04-12 23:21   ` Steven J. Hill

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=20170401124748.GA29406@hardcore \
    --to=jan.glauber@caviumnetworks.com \
    --cc=david.daney@cavium.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=steven.hill@cavium.com \
    --cc=ulf.hansson@linaro.org \
    /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.