All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v8 8/8] arm64: dts: mt6359: add PMIC MT6359 related nodes
Date: Thu, 27 May 2021 06:56:21 +0800	[thread overview]
Message-ID: <202105270655.DDXdhvM9-lkp@intel.com> (raw)
In-Reply-To: <1622011927-359-9-git-send-email-hsin-hsiung.wang@mediatek.com>

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

Hi Hsin-Hsiung,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on lee-mfd/for-mfd-next]
[also build test ERROR on regulator/for-next robh/for-next v5.13-rc3 next-20210526]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Hsin-Hsiung-Wang/Add-Support-for-MediaTek-PMIC-MT6359/20210526-145337
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/a3eab89e7558334e5fcdf60325819282c6ac223c
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Hsin-Hsiung-Wang/Add-Support-for-MediaTek-PMIC-MT6359/20210526-145337
        git checkout a3eab89e7558334e5fcdf60325819282c6ac223c
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Error: arch/arm64/boot/dts/mediatek/mt6359.dtsi:6.1-7 Label or path pwrap not found
   FATAL ERROR: Syntax error parsing input tree

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

  reply	other threads:[~2021-05-26 22:56 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26  6:51 [PATCH v8 0/8] Add Support for MediaTek PMIC MT6359 Hsin-Hsiung Wang
2021-05-26  6:51 ` Hsin-Hsiung Wang
2021-05-26  6:51 ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 1/8] mfd: mt6358: refine interrupt code Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 2/8] rtc: mt6397: refine RTC_TC_MTH Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 3/8] dt-bindings: mfd: Add compatible for the MediaTek MT6359 PMIC Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 4/8] dt-bindings: regulator: Add document for MT6359 regulator Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 5/8] mfd: Add support for the MediaTek MT6359 PMIC Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 6/8] regulator: mt6359: Add support for MT6359 regulator Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 7/8] regulator: mt6359: Add support for MT6359P regulator Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52 ` [PATCH v8 8/8] arm64: dts: mt6359: add PMIC MT6359 related nodes Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26  6:52   ` Hsin-Hsiung Wang
2021-05-26 22:56   ` kernel test robot [this message]
2021-05-27  1:26     ` Hsin-hsiung Wang
2021-05-27  8:18       ` Rong Chen
2021-06-11 14:09   ` Matthias Brugger
2021-06-11 14:09     ` Matthias Brugger
2021-06-11 14:09     ` Matthias Brugger
2021-06-16 14:07     ` Hsin-hsiung Wang
2021-06-16 14:07       ` Hsin-hsiung Wang
2021-06-16 14:07       ` Hsin-hsiung Wang
2022-01-25  8:32       ` Macpaul Lin
2022-01-26  7:28         ` Macpaul Lin
2022-01-30  8:43           ` Macpaul Lin
2021-06-02  7:04 ` [GIT PULL] Immutable branch between MFD, Regulator and RTC due for the v5.14 merge window Lee Jones
2021-06-02  7:04   ` Lee Jones
2021-06-02  7:04   ` Lee Jones

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=202105270655.DDXdhvM9-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.