mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Varadarajan Narayanan <varada@codeaurora.org>
Cc: kbuild-all@01.org, robh+dt@kernel.org, mark.rutland@arm.com,
	mturquette@baylibre.com, sboyd@codeaurora.org,
	linus.walleij@linaro.org, andy.gross@linaro.org,
	david.brown@linaro.org, catalin.marinas@arm.com,
	will.deacon@arm.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	absahu@codeaurora.org, sjaganat@codeaurora.org,
	sricharan@codeaurora.org,
	Varadarajan Narayanan <varada@codeaurora.org>,
	Manoharan Vijaya Raghavan <mraghava@codeaurora.org>
Subject: Re: [PATCH v7 3/4] arm64: dts: Add ipq8074 SoC and HK01 board support
Date: Fri, 30 Jun 2017 21:06:09 +0800	[thread overview]
Message-ID: <201706302147.VMSgPQav%fengguang.wu@intel.com> (raw)
In-Reply-To: <1498717114-338-4-git-send-email-varada@codeaurora.org>

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

Hi Varadarajan,

[auto build test ERROR on pinctrl/devel]
[also build test ERROR on v4.12-rc7]
[cannot apply to robh/for-next next-20170630]
[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/Varadarajan-Narayanan/Add-minimal-boot-support-for-IPQ8074/20170630-161146
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
config: arm64-defconfig (attached as .config)
compiler: aarch64-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=arm64 

All errors (new ones prefixed by >>):

   In file included from arch/arm64/boot/dts/qcom/ipq8074-hk01.dts:13:0:
>> arch/arm64/boot/dts/qcom/ipq8074.dtsi:15:48: fatal error: dt-bindings/clock/qcom,gcc-ipq8074.h: No such file or directory
    #include <dt-bindings/clock/qcom,gcc-ipq8074.h>
                                                   ^
   compilation terminated.

vim +15 arch/arm64/boot/dts/qcom/ipq8074.dtsi

     9	 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    10	 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    11	 * GNU General Public License for more details.
    12	 */
    13	
    14	#include <dt-bindings/interrupt-controller/arm-gic.h>
  > 15	#include <dt-bindings/clock/qcom,gcc-ipq8074.h>
    16	
    17	/ {
    18		model = "Qualcomm Technologies, Inc. IPQ8074";

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 35213 bytes --]

  reply	other threads:[~2017-06-30 13:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29  6:18 [PATCH v7 0/4] Add minimal boot support for IPQ8074 Varadarajan Narayanan
2017-06-29  6:18 ` [PATCH v7 1/4] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan
2017-06-29  6:18 ` [PATCH v7 2/4] dt-bindings: qcom: Add ipq8074 bindings Varadarajan Narayanan
2017-06-29  6:18 ` [PATCH v7 3/4] arm64: dts: Add ipq8074 SoC and HK01 board support Varadarajan Narayanan
2017-06-30 13:06   ` kbuild test robot [this message]
2017-06-29  6:18 ` [PATCH v7 4/4] arm64: defconfig: Enable qcom ipq8074 clock and pinctrl Varadarajan Narayanan

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=201706302147.VMSgPQav%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=absahu@codeaurora.org \
    --cc=andy.gross@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mraghava@codeaurora.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=sjaganat@codeaurora.org \
    --cc=sricharan@codeaurora.org \
    --cc=varada@codeaurora.org \
    --cc=will.deacon@arm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome