From: kernel test robot <lkp@intel.com>
To: Herve Codina <herve.codina@bootlin.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Andrew Lunn <andrew@lunn.ch>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Qiang Zhao <qiang.zhao@nxp.com>, Li Yang <leoyang.li@nxp.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
Shengjiu Wang <shengjiu.wang@gmail.com>,
Xiubo Li <Xiubo.Lee@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Nicolin Chen <nicoleotsuka@gmail.com>,
Christophe Leroy <christophe.leroy@csgroup.eu>,
Randy Dunlap <rdunlap@infradead.org>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
Paul Gazzillo <paul@pgazz.com>,
Necip Fazil Yildiran <fazilyildiran@gmail.com>,
oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-gpio@vger.kernel.org, netdev@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v9 23/27] net: wan: framer: Add support for the Lantiq PEF2256 framer
Date: Sun, 19 Nov 2023 16:16:33 +0800 [thread overview]
Message-ID: <202311191651.ayfggTMD-lkp@intel.com> (raw)
In-Reply-To: <20231115144007.478111-24-herve.codina@bootlin.com>
Hi Herve,
kernel test robot noticed the following build warnings:
[auto build test WARNING on broonie-sound/for-next]
[also build test WARNING on linusw-pinctrl/devel linusw-pinctrl/for-next robh/for-next linus/master v6.7-rc1 next-20231117]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Herve-Codina/soc-fsl-cpm1-tsa-Fix-__iomem-addresses-declaration/20231115-224517
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
patch link: https://lore.kernel.org/r/20231115144007.478111-24-herve.codina%40bootlin.com
patch subject: [PATCH v9 23/27] net: wan: framer: Add support for the Lantiq PEF2256 framer
config: s390-kismet-CONFIG_MFD_CORE-CONFIG_FRAMER_PEF2256-0-0 (https://download.01.org/0day-ci/archive/20231119/202311191651.ayfggTMD-lkp@intel.com/config)
reproduce: (https://download.01.org/0day-ci/archive/20231119/202311191651.ayfggTMD-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311191651.ayfggTMD-lkp@intel.com/
kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for MFD_CORE when selected by FRAMER_PEF2256
WARNING: unmet direct dependencies detected for MFD_CORE
Depends on [n]: HAS_IOMEM [=n]
Selected by [y]:
- FRAMER_PEF2256 [=y] && NETDEVICES [=y] && WAN [=y] && FRAMER [=y] && OF [=y]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-11-19 8:17 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-15 14:39 [PATCH v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer Herve Codina
2023-11-15 14:39 ` [PATCH v9 01/27] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration Herve Codina
2023-11-15 14:39 ` [PATCH v9 02/27] soc: fsl: cpm1: qmc: " Herve Codina
2023-11-15 14:39 ` [PATCH v9 03/27] soc: fsl: cpm1: qmc: Fix rx channel reset Herve Codina
2023-11-15 14:39 ` [PATCH v9 04/27] soc: fsl: cpm1: qmc: Extend the API to provide Rx status Herve Codina
2023-11-15 14:39 ` [PATCH v9 05/27] soc: fsl: cpm1: qmc: Remove inline function specifiers Herve Codina
2023-11-15 14:39 ` [PATCH v9 06/27] soc: fsl: cpm1: qmc: Add support for child devices Herve Codina
2023-11-15 14:39 ` [PATCH v9 07/27] net: wan: Add support for QMC HDLC Herve Codina
2024-03-14 15:21 ` Guenter Roeck
2024-03-14 15:31 ` Christophe Leroy
2024-03-14 15:39 ` Guenter Roeck
2023-11-15 14:39 ` [PATCH v9 08/27] MAINTAINERS: Add the Freescale QMC HDLC driver entry Herve Codina
2023-11-15 14:39 ` [PATCH v9 09/27] soc: fsl: cpm1: qmc: Introduce available timeslots masks Herve Codina
2023-11-15 14:39 ` [PATCH v9 10/27] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa* Herve Codina
2023-11-15 14:39 ` [PATCH v9 11/27] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa* Herve Codina
2023-11-15 14:39 ` [PATCH v9 12/27] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans() Herve Codina
2023-11-15 14:39 ` [PATCH v9 13/27] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans() Herve Codina
2023-11-15 14:39 ` [PATCH v9 14/27] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries Herve Codina
2023-11-15 14:39 ` [PATCH v9 15/27] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup Herve Codina
2023-11-15 14:39 ` [PATCH v9 16/27] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag Herve Codina
2023-11-15 14:39 ` [PATCH v9 17/27] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop() Herve Codina
2023-11-15 14:39 ` [PATCH v9 18/27] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan() Herve Codina
2023-11-15 14:39 ` [PATCH v9 19/27] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime Herve Codina
2023-11-15 14:39 ` [PATCH v9 20/27] wan: qmc_hdlc: Add runtime timeslots changes support Herve Codina
2023-11-15 14:39 ` [PATCH v9 21/27] net: wan: Add framer framework support Herve Codina
2023-11-15 14:39 ` [PATCH v9 22/27] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer Herve Codina
2023-11-15 14:39 ` [PATCH v9 23/27] net: wan: framer: Add support for the Lantiq PEF2256 framer Herve Codina
2023-11-19 8:16 ` kernel test robot [this message]
2023-11-15 14:40 ` [PATCH v9 24/27] pinctrl: Add support for the Lantic PEF2256 pinmux Herve Codina
2023-11-15 14:40 ` [PATCH v9 25/27] MAINTAINERS: Add the Lantiq PEF2256 driver entry Herve Codina
2023-11-15 14:40 ` [PATCH v9 26/27] ASoC: codecs: Add support for the framer codec Herve Codina
2023-11-15 14:40 ` [PATCH v9 27/27] net: wan: fsl_qmc_hdlc: Add framer support Herve Codina
2023-11-18 0:47 ` [PATCH v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer Jakub Kicinski
2023-11-20 13:30 ` Mark Brown
2023-11-21 7:43 ` Herve Codina
2023-11-21 16:29 ` Jakub Kicinski
2023-11-23 9:56 ` Herve Codina
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=202311191651.ayfggTMD-lkp@intel.com \
--to=lkp@intel.com \
--cc=Xiubo.Lee@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=andrew@lunn.ch \
--cc=broonie@kernel.org \
--cc=christophe.leroy@csgroup.eu \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=fazilyildiran@gmail.com \
--cc=festevam@gmail.com \
--cc=herve.codina@bootlin.com \
--cc=krzk@kernel.org \
--cc=kuba@kernel.org \
--cc=lee@kernel.org \
--cc=leoyang.li@nxp.com \
--cc=lgirdwood@gmail.com \
--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=linuxppc-dev@lists.ozlabs.org \
--cc=netdev@vger.kernel.org \
--cc=nicoleotsuka@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pabeni@redhat.com \
--cc=paul@pgazz.com \
--cc=perex@perex.cz \
--cc=qiang.zhao@nxp.com \
--cc=rdunlap@infradead.org \
--cc=robh+dt@kernel.org \
--cc=shengjiu.wang@gmail.com \
--cc=tiwai@suse.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;
as well as URLs for NNTP newsgroup(s).