From: kernel test robot <lkp@intel.com>
To: Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>,
Swapnil Jakhade <sjakhade@cadence.com>
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org,
Lokesh Vutla <lokeshvutla@ti.com>
Subject: Re: [PATCH v3 4/6] phy: ti: j721e-wiz: Model the internal clocks without device tree input
Date: Wed, 10 Mar 2021 23:25:47 +0800 [thread overview]
Message-ID: <202103102343.Nkg2wgqA-lkp@intel.com> (raw)
In-Reply-To: <20210310120840.16447-5-kishon@ti.com>
[-- Attachment #1: Type: text/plain, Size: 2562 bytes --]
Hi Kishon,
I love your patch! Yet something to improve:
[auto build test ERROR on linux/master]
[also build test ERROR on linus/master v5.12-rc2 next-20210310]
[cannot apply to phy/next]
[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/Kishon-Vijay-Abraham-I/AM64-Add-SERDES-driver-support/20210310-201224
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32
config: riscv-randconfig-r003-20210309 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project cd9a69289c7825d54450cb6829fef2c8e0f1963a)
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
# install riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# https://github.com/0day-ci/linux/commit/f32b0070efc8ea09fe0d4b0f4a79a2435798d965
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Kishon-Vijay-Abraham-I/AM64-Add-SERDES-driver-support/20210310-201224
git checkout f32b0070efc8ea09fe0d4b0f4a79a2435798d965
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv
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 >>):
>> drivers/phy/ti/phy-j721e-wiz.c:10:10: fatal error: 'dt-bindings/phy/phy-ti.h' file not found
#include <dt-bindings/phy/phy-ti.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +10 drivers/phy/ti/phy-j721e-wiz.c
> 10 #include <dt-bindings/phy/phy-ti.h>
11 #include <linux/clk.h>
12 #include <linux/clk-provider.h>
13 #include <linux/gpio.h>
14 #include <linux/gpio/consumer.h>
15 #include <linux/io.h>
16 #include <linux/module.h>
17 #include <linux/mux/consumer.h>
18 #include <linux/of_address.h>
19 #include <linux/of_platform.h>
20 #include <linux/platform_device.h>
21 #include <linux/pm_runtime.h>
22 #include <linux/regmap.h>
23 #include <linux/reset-controller.h>
24
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31468 bytes --]
next prev parent reply other threads:[~2021-03-10 15:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 12:08 [PATCH v3 0/6] AM64: Add SERDES driver support Kishon Vijay Abraham I
2021-03-10 12:08 ` [PATCH v3 1/6] phy: ti: j721e-wiz: Remove "regmap_field" from wiz_clk_{mux|div}_sel Kishon Vijay Abraham I
2021-03-10 12:08 ` [PATCH v3 2/6] phy: ti: j721e-wiz: Delete "clk_div_sel" clk provider during cleanup Kishon Vijay Abraham I
2021-03-10 12:08 ` [PATCH v3 3/6] phy: ti: j721e-wiz: Configure full rate divider for AM64 Kishon Vijay Abraham I
2021-03-10 12:08 ` [PATCH v3 4/6] phy: ti: j721e-wiz: Model the internal clocks without device tree input Kishon Vijay Abraham I
2021-03-10 14:22 ` kernel test robot
2021-03-10 15:25 ` kernel test robot [this message]
2021-03-10 12:08 ` [PATCH v3 5/6] phy: ti: j721e-wiz: Enable reference clock output in cmn_refclk_<p/m> Kishon Vijay Abraham I
2021-03-10 12:08 ` [PATCH v3 6/6] phy: cadence-torrent: Add support to drive refclk out Kishon Vijay Abraham I
2021-03-10 14:08 ` kernel test robot
2021-03-10 14:52 ` kernel test robot
2021-03-15 5:44 ` Swapnil Kashinath Jakhade
2021-03-10 14:28 ` [PATCH v3 0/6] AM64: Add SERDES driver support Kishon Vijay Abraham I
2021-03-30 18:04 ` Vinod Koul
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=202103102343.Nkg2wgqA-lkp@intel.com \
--to=lkp@intel.com \
--cc=clang-built-linux@googlegroups.com \
--cc=kbuild-all@lists.01.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=lokeshvutla@ti.com \
--cc=sjakhade@cadence.com \
--cc=vkoul@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox