public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Viken Dadhaniya <quic_vdadhani@quicinc.com>,
	andi.shyti@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, gregkh@linuxfoundation.org,
	jirislaby@kernel.org, broonie@kernel.or, andersson@kernel.org,
	konradybcio@kernel.org, johan+linaro@kernel.org,
	dianders@chromium.org, agross@kernel.org,
	linux-arm-msm@vger.kernel.org, linux-i2c@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-serial@vger.kernel.org, linux-spi@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, quic_msavaliy@quicinc.com,
	quic_anupkulk@quicinc.com,
	Viken Dadhaniya <quic_vdadhani@quicinc.com>
Subject: Re: [PATCH v4 2/5] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
Date: Mon, 5 May 2025 21:43:55 +0800	[thread overview]
Message-ID: <202505052109.5N8caeeW-lkp@intel.com> (raw)
In-Reply-To: <20250503111029.3583807-3-quic_vdadhani@quicinc.com>

Hi Viken,

kernel test robot noticed the following build errors:

[auto build test ERROR on andi-shyti/i2c/i2c-host]
[also build test ERROR on tty/tty-testing tty/tty-next tty/tty-linus broonie-spi/for-next linus/master v6.15-rc5 next-20250505]
[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/Viken-Dadhaniya/dt-bindings-qcom-se-common-Add-QUP-Peripheral-specific-properties-for-I2C-SPI-and-SERIAL-bus/20250503-191235
base:   https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c/i2c-host
patch link:    https://lore.kernel.org/r/20250503111029.3583807-3-quic_vdadhani%40quicinc.com
patch subject: [PATCH v4 2/5] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
config: sparc64-randconfig-002-20250505 (https://download.01.org/0day-ci/archive/20250505/202505052109.5N8caeeW-lkp@intel.com/config)
compiler: sparc64-linux-gcc (GCC) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250505/202505052109.5N8caeeW-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/202505052109.5N8caeeW-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/tty/serial/qcom_geni_serial.c:18:
   include/linux/soc/qcom/geni-se.h: In function 'geni_se_read_proto':
>> include/linux/soc/qcom/geni-se.h:351:16: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
     351 |         return FIELD_GET(FW_REV_PROTOCOL_MSK, val);
         |                ^~~~~~~~~
   cc1: some warnings being treated as errors
--
   In file included from drivers/soc/qcom/qcom-geni-se.c:21:
   include/linux/soc/qcom/geni-se.h: In function 'geni_se_read_proto':
>> include/linux/soc/qcom/geni-se.h:351:16: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
     351 |         return FIELD_GET(FW_REV_PROTOCOL_MSK, val);
         |                ^~~~~~~~~
   drivers/soc/qcom/qcom-geni-se.c: In function 'geni_write_fw_revision':
>> drivers/soc/qcom/qcom-geni-se.c:1042:21: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration]
    1042 |         reg_value = FIELD_PREP(FW_REV_PROTOCOL_MSK, serial_protocol);
         |                     ^~~~~~~~~~
   cc1: some warnings being treated as errors


vim +/FIELD_GET +351 include/linux/soc/qcom/geni-se.h

   338	
   339	/**
   340	 * geni_se_read_proto() - Read the protocol configured for a serial engine
   341	 * @se:		Pointer to the concerned serial engine.
   342	 *
   343	 * Return: Protocol value as configured in the serial engine.
   344	 */
   345	static inline u32 geni_se_read_proto(struct geni_se *se)
   346	{
   347		u32 val;
   348	
   349		val = readl_relaxed(se->base + SE_GENI_FW_REVISION_RO);
   350	
 > 351		return FIELD_GET(FW_REV_PROTOCOL_MSK, val);
   352	}
   353	

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

  reply	other threads:[~2025-05-05 13:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-03 11:10 [PATCH v4 0/5] Add support to load QUP SE firmware from Viken Dadhaniya
2025-05-03 11:10 ` [PATCH v4 1/5] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus Viken Dadhaniya
2025-05-06  7:05   ` Krzysztof Kozlowski
2025-05-03 11:10 ` [PATCH v4 2/5] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem Viken Dadhaniya
2025-05-05 13:43   ` kernel test robot [this message]
2025-05-03 11:10 ` [PATCH v4 3/5] i2c: qcom-geni: Load i2c qup Firmware from linux side Viken Dadhaniya
2025-05-03 11:10 ` [PATCH v4 4/5] spi: geni-qcom: Load spi " Viken Dadhaniya
2025-05-03 11:10 ` [PATCH v4 5/5] serial: qcom-geni: Load UART " Viken Dadhaniya
2026-03-17 12:58   ` [PATCH v4 6/6] " Ajit Singh
2025-05-03 11:20 ` [PATCH v4 0/5] Add support to load QUP SE firmware from Konrad Dybcio
2025-05-06  9:15   ` Viken Dadhaniya

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=202505052109.5N8caeeW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=andi.shyti@kernel.org \
    --cc=broonie@kernel.or \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=johan+linaro@kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=quic_anupkulk@quicinc.com \
    --cc=quic_msavaliy@quicinc.com \
    --cc=quic_vdadhani@quicinc.com \
    --cc=robh@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