From: kernel test robot <lkp@intel.com>
To: Josua Mayer <josua@solid-run.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC 1/2] phy: mvebu-cp110-utmi: add support for armada-380 utmi phys
Date: Wed, 17 Jul 2024 02:33:56 +0800 [thread overview]
Message-ID: <202407170204.XbJgeGfG-lkp@intel.com> (raw)
In-Reply-To: <20240715-a38x-utmi-phy-v1-1-d57250f53cf2@solid-run.com>
Hi Josua,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build warnings:
[auto build test WARNING on 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0]
url: https://github.com/intel-lab-lkp/linux/commits/Josua-Mayer/phy-mvebu-cp110-utmi-add-support-for-armada-380-utmi-phys/20240716-014931
base: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
patch link: https://lore.kernel.org/r/20240715-a38x-utmi-phy-v1-1-d57250f53cf2%40solid-run.com
patch subject: [PATCH RFC 1/2] phy: mvebu-cp110-utmi: add support for armada-380 utmi phys
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20240717/202407170204.XbJgeGfG-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240717/202407170204.XbJgeGfG-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/202407170204.XbJgeGfG-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/phy/marvell/phy-mvebu-cp110-utmi.c:112: warning: Function parameter or struct member 'regs' not described in 'mvebu_cp110_utmi_port'
vim +112 drivers/phy/marvell/phy-mvebu-cp110-utmi.c
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 99
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 100 /**
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 101 * struct mvebu_cp110_utmi_port - PHY port data
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 102 *
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 103 * @priv: PHY driver data
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 104 * @id: PHY port ID
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 105 * @dr_mode: PHY connection: USB_DR_MODE_HOST or USB_DR_MODE_PERIPHERAL
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 106 */
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 107 struct mvebu_cp110_utmi_port {
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 108 struct mvebu_cp110_utmi *priv;
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 109 u32 id;
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 110 enum usb_dr_mode dr_mode;
56ee14beb72b1d Josua Mayer 2024-07-15 111 void __iomem *regs;
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 @112 };
2fc989f74b8dac Konstantin Porotchkin 2021-03-07 113
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2024-07-16 18:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 17:47 [PATCH RFC 0/2] phy: mvebu-cp110-utmi: add support for armada-380 utmi phys Josua Mayer
2024-07-15 17:47 ` Josua Mayer
2024-07-15 17:47 ` [PATCH RFC 1/2] " Josua Mayer
2024-07-15 17:47 ` Josua Mayer
2024-07-15 18:05 ` Andrew Lunn
2024-07-15 18:05 ` Andrew Lunn
2024-07-16 8:30 ` Josua Mayer
2024-07-16 8:30 ` Josua Mayer
2024-07-16 18:33 ` kernel test robot [this message]
2024-07-15 17:47 ` [PATCH RFC 2/2] arm: dts: marvell: armada-38x: add description for usb phys Josua Mayer
2024-07-15 17:47 ` Josua Mayer
2024-07-15 18:12 ` Andrew Lunn
2024-07-15 18:12 ` Andrew Lunn
2024-07-16 8:16 ` Josua Mayer
2024-07-16 8:16 ` Josua Mayer
2024-07-16 12:55 ` Josua Mayer
2024-07-16 12:55 ` Josua Mayer
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=202407170204.XbJgeGfG-lkp@intel.com \
--to=lkp@intel.com \
--cc=josua@solid-run.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.