mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Saravanan Sekar <sravanhome@gmail.com>
Cc: kbuild-all@01.org, manivannan.sadhasivam@linaro.org,
	linus.walleij@linaro.org, robh+dt@kernel.org,
	mark.rutland@arm.com, afaerber@suse.de, catalin.marinas@arm.com,
	will.deacon@arm.com, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, pn@denx.de,
	mp-cs@actions-semi.com, jeff.chen@actions-semi.com,
	thomas.liau@actions-semi.com, linux@cubietech.com,
	Saravanan Sekar <sravanhome@gmail.com>
Subject: Re: [PATCH v3 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700
Date: Mon, 30 Jul 2018 10:48:58 +0800	[thread overview]
Message-ID: <201807301032.EiMuF85V%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180729200038.11795-6-sravanhome@gmail.com>

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

Hi Saravanan,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on pinctrl/devel]
[also build test ERROR on next-20180727]
[cannot apply to v4.18-rc7]
[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/Saravanan-Sekar/Add-Actions-Semi-S700-pinctrl-support/20180730-040252
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
config: arm64-allmodconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   Error: arch/arm64/boot/dts/actions/s700.dtsi:172.19-20 syntax error
>> FATAL ERROR: Unable to parse input tree

---
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: 60370 bytes --]

      reply	other threads:[~2018-07-30  2:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-29 18:25 [PATCH v2 0/5] Add Actions Semi S700 pinctrl support Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 1/5] pinctrl: actions: define constructor generic to Actions Semi SoC's Saravanan Sekar
2018-07-29 19:06   ` kbuild test robot
2018-07-29 19:12   ` kbuild test robot
2018-07-29 18:25 ` [PATCH v2 2/5] pinctrl: actions: define pad control configurtion to SoC specific Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 3/5] dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 4/5] pinctrl: actions: Add Actions Semi S700 pinctrl driver Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700 Saravanan Sekar
2018-07-29 21:26   ` kbuild test robot
2018-07-29 20:00 ` [PATCH v3 0/5] Add Actions Semi S700 pinctrl support Saravanan Sekar
2018-07-29 20:00   ` [PATCH v3 1/5] pinctrl: actions: define constructor generic to Actions Semi SoC's Saravanan Sekar
2018-07-29 20:00   ` [PATCH v3 2/5] pinctrl: actions: define pad control configurtion to SoC specific Saravanan Sekar
2018-07-29 20:00   ` [PATCH v3 3/5] dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC Saravanan Sekar
2018-07-30 23:18     ` Rob Herring
2018-07-29 20:00   ` [PATCH v3 4/5] pinctrl: actions: Add Actions Semi S700 pinctrl driver Saravanan Sekar
2018-07-29 22:00     ` kbuild test robot
2018-07-29 22:00     ` [RFC PATCH] pinctrl: actions: s700_pads[] can be static kbuild test robot
2018-07-29 20:00   ` [PATCH v3 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700 Saravanan Sekar
2018-07-30  2:48     ` kbuild test robot [this message]

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=201807301032.EiMuF85V%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=afaerber@suse.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jeff.chen@actions-semi.com \
    --cc=kbuild-all@01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@cubietech.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=mp-cs@actions-semi.com \
    --cc=pn@denx.de \
    --cc=robh+dt@kernel.org \
    --cc=sravanhome@gmail.com \
    --cc=thomas.liau@actions-semi.com \
    --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

all inboxes | Powered by JetHome®