All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Xianwei Zhao via B4 Relay <devnull+xianwei.zhao.amlogic.com@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC 2/3] pinctrl: Add driver support for Amlogic SoCs
Date: Thu, 12 Dec 2024 08:09:25 +0800	[thread overview]
Message-ID: <202412120746.uvo9F6FW-lkp@intel.com> (raw)
In-Reply-To: <20241211-amlogic-pinctrl-v1-2-410727335119@amlogic.com>

Hi Xianwei,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build warnings:

[auto build test WARNING on 171aa289a6fe65faffeb92a1fda283c055435a62]

url:    https://github.com/intel-lab-lkp/linux/commits/Xianwei-Zhao-via-B4-Relay/dt-bindings-pinctrl-Add-support-for-Amlogic-SoCs/20241211-144931
base:   171aa289a6fe65faffeb92a1fda283c055435a62
patch link:    https://lore.kernel.org/r/20241211-amlogic-pinctrl-v1-2-410727335119%40amlogic.com
patch subject: [PATCH RFC 2/3] pinctrl: Add driver support for Amlogic SoCs
config: arm-randconfig-001-20241212 (https://download.01.org/0day-ci/archive/20241212/202412120746.uvo9F6FW-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241212/202412120746.uvo9F6FW-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/202412120746.uvo9F6FW-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'REG_PULLEN' not described in enum 'aml_reg_type'
>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'REG_PULL' not described in enum 'aml_reg_type'
>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'REG_DIR' not described in enum 'aml_reg_type'
>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'REG_OUT' not described in enum 'aml_reg_type'
>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'REG_IN' not described in enum 'aml_reg_type'
>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'REG_DS' not described in enum 'aml_reg_type'
>> drivers/pinctrl/pinctrl-amlogic.c:42: warning: Enum value 'NUM_REG' not described in enum 'aml_reg_type'


vim +42 drivers/pinctrl/pinctrl-amlogic.c

    28	
    29	#define gpio_chip_to_bank(chip) \
    30			container_of(chip, struct aml_gpio_bank, gpio_chip)
    31	/**
    32	 * enum aml_reg_type - type of registers encoded in @aml_reg_desc
    33	 */
    34	enum aml_reg_type {
    35		REG_PULLEN,
    36		REG_PULL,
    37		REG_DIR,
    38		REG_OUT,
    39		REG_IN,
    40		REG_DS,
    41		NUM_REG,
  > 42	};
    43	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2024-12-12  0:09 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-11  6:47 [PATCH RFC 0/3] Pinctrl: Add Amlogic pinctrl driver Xianwei Zhao
2024-12-11  6:47 ` Xianwei Zhao via B4 Relay
2024-12-11  6:47 ` Xianwei Zhao via B4 Relay
2024-12-11  6:47 ` [PATCH RFC 1/3] dt-bindings: pinctrl: Add support for Amlogic SoCs Xianwei Zhao
2024-12-11  6:47   ` Xianwei Zhao via B4 Relay
2024-12-11  6:47   ` Xianwei Zhao via B4 Relay
2024-12-17 14:20   ` Rob Herring
2024-12-17 14:20     ` Rob Herring
2024-12-18  8:47     ` Xianwei Zhao
2024-12-18  8:47       ` Xianwei Zhao
2024-12-11  6:47 ` [PATCH RFC 2/3] pinctrl: Add driver " Xianwei Zhao
2024-12-11  6:47   ` Xianwei Zhao via B4 Relay
2024-12-11  6:47   ` Xianwei Zhao via B4 Relay
2024-12-11 20:50   ` kernel test robot
2024-12-12  0:09   ` kernel test robot [this message]
2024-12-12  1:18   ` kernel test robot
2024-12-17 14:49   ` Linus Walleij
2024-12-17 14:49     ` Linus Walleij
2024-12-17 14:53     ` Neil Armstrong
2024-12-17 14:53       ` Neil Armstrong
2024-12-18  9:37     ` Xianwei Zhao
2024-12-18  9:37       ` Xianwei Zhao
2024-12-22  9:08       ` Linus Walleij
2024-12-22  9:08         ` Linus Walleij
2024-12-26  7:49         ` Xianwei Zhao
2024-12-26  7:49           ` Xianwei Zhao
2024-12-27 17:19         ` Linus Walleij
2024-12-27 17:19           ` Linus Walleij
2024-12-27 21:01           ` Martin Blumenstingl
2024-12-27 21:01             ` Martin Blumenstingl
2024-12-31  8:26           ` Xianwei Zhao
2024-12-31  8:26             ` Xianwei Zhao
2024-12-11  6:47 ` [PATCH RFC 3/3] arm64: dts: amlogic: a4: add pinctrl node Xianwei Zhao
2024-12-11  6:47   ` Xianwei Zhao via B4 Relay
2024-12-11  6:47   ` Xianwei Zhao via B4 Relay

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=202412120746.uvo9F6FW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=devnull+xianwei.zhao.amlogic.com@kernel.org \
    --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.