From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 588A3D374BD for ; Sat, 6 Dec 2025 07:18:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dngvPrQ08mN5V1sqlELuQl7q7g0ulBwZCB2y10BveJ8=; b=A0/IelSd5Qg6oLjElDzxa5ZSc5 L5tdizu/t06awuDlA0XYquNEDBIkpVZp5UGM1OYJzpvQIKZXU6YXvWBkvVjXZ6Mo5iNQWcAlJMFpJ ke5XOGWqkITjaIcGDVe1qrW/gpai0WGiDtIXCnsotuw0E8B8Gq+YWt5CVhCPoI/+qEToeACpNI82Q V3PuEvSMSLtM0N0JtC8KczcAg6cEclCxsJVSsCZ8lI8ZZJMsWflR5ouEfsDq8I/Sd5Zjjzc2HDGrI 3AbaWVL0vsflBkq9y3aPdaS8Suo47Vj6jK//2G251yMSkyYVPp44PyIu7SavaeYJTsB9I7fsE+bIe w0JdVw4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vRmZC-0000000AiBz-0ugM; Sat, 06 Dec 2025 07:18:54 +0000 Received: from mgamail.intel.com ([192.198.163.8]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vRmZ9-0000000AiBW-0gH6 for linux-arm-kernel@lists.infradead.org; Sat, 06 Dec 2025 07:18:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1765005531; x=1796541531; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=oQCyKfe48rYH5RAg2kQmpAmcDXxICCIuye7g2EDqWtw=; b=JLN/Em5S9GN7qN1GxZdqZhu+eJp2TfNv05BTDXraaGae8tO4FcdSanEO obAgmkvJ0EICJF9Hp8+kVlPR3/jpixuIBBNhjVdzYeg2fkGPL6Upf3zt4 3tbjTkF+7pq0oZhrhKPR0yX3BjxrH9TG/Jnnzxdys2I3DOGt7sZnGap0E M4PMZiQfC+7qjHvs72J6oxlnOjkYubgH//48HaXGzK5odAyEJ65QlHb3R QEzSVLw976WOO0aaG9J8enW95lHvaVlfIcz9ZZ3OS2A4KISZ1+gs+8+jf 9WS8yd1XPTuvSi1cg5FoXwGByc+GI9MnJgVvdON7Abl25WDtcZjrgp8lV w==; X-CSE-ConnectionGUID: WzdtecoNRTyqxxdyuqLkvQ== X-CSE-MsgGUID: HtkWXQoXSV6fZOK7HsbQ3g== X-IronPort-AV: E=McAfee;i="6800,10657,11633"; a="84636829" X-IronPort-AV: E=Sophos;i="6.20,254,1758610800"; d="scan'208";a="84636829" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Dec 2025 23:18:50 -0800 X-CSE-ConnectionGUID: jeOhal7kQjOEIQ4xIheCkw== X-CSE-MsgGUID: 2BcrPTSDTMyAGkOdxvTlyA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,254,1758610800"; d="scan'208";a="194778838" Received: from lkp-server01.sh.intel.com (HELO 4664bbef4914) ([10.239.97.150]) by orviesa010.jf.intel.com with ESMTP; 05 Dec 2025 23:18:47 -0800 Received: from kbuild by 4664bbef4914 with local (Exim 4.98.2) (envelope-from ) id 1vRmZ3-00000000Fyf-0Vbv; Sat, 06 Dec 2025 07:18:45 +0000 Date: Sat, 6 Dec 2025 15:18:20 +0800 From: kernel test robot To: Patrice Chotard , Mark Brown , Maxime Coquelin , Alexandre Torgue Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-spi@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Patrice Chotard Subject: Re: [PATCH 3/8] spi: stm32-ospi: Remove CR_TCIE and CR_TEIE irq usage Message-ID: <202512061458.1wp2IbOG-lkp@intel.com> References: <20251205-upstream_qspi_ospi_updates-v1-3-7e6c8b9f5141@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251205-upstream_qspi_ospi_updates-v1-3-7e6c8b9f5141@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251205_231851_236054_AD24972B X-CRM114-Status: GOOD ( 10.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Patrice, kernel test robot noticed the following build errors: [auto build test ERROR on 7d0a66e4bb9081d75c82ec4957c50034cb0ea449] url: https://github.com/intel-lab-lkp/linux/commits/Patrice-Chotard/spi-stm32-ospi-Set-DMA-maxburst-dynamically/20251205-174931 base: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449 patch link: https://lore.kernel.org/r/20251205-upstream_qspi_ospi_updates-v1-3-7e6c8b9f5141%40foss.st.com patch subject: [PATCH 3/8] spi: stm32-ospi: Remove CR_TCIE and CR_TEIE irq usage config: riscv-randconfig-002-20251206 (https://download.01.org/0day-ci/archive/20251206/202512061458.1wp2IbOG-lkp@intel.com/config) compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251206/202512061458.1wp2IbOG-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 | Closes: https://lore.kernel.org/oe-kbuild-all/202512061458.1wp2IbOG-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/spi/spi-stm32-ospi.c:246:48: error: no member named 'io_base' in 'struct stm32_ospi'; did you mean 'mm_base'? 246 | err = readl_relaxed_poll_timeout_atomic(ospi->io_base + OSPI_SR, sr, | ^~~~~~~ | mm_base include/linux/iopoll.h:255:43: note: expanded from macro 'readl_relaxed_poll_timeout_atomic' 255 | readx_poll_timeout_atomic(readl_relaxed, addr, val, cond, delay_us, timeout_us) | ^ include/linux/iopoll.h:213:71: note: expanded from macro 'readx_poll_timeout_atomic' 213 | read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, false, addr) | ^ include/linux/iopoll.h:172:36: note: expanded from macro 'read_poll_timeout_atomic' 172 | poll_timeout_us_atomic((val) = op(args), cond, sleep_us, timeout_us, sleep_before_read) | ^ note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) arch/riscv/include/asm/mmio.h:90:76: note: expanded from macro 'readl_cpu' 90 | #define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) | ^ include/uapi/linux/byteorder/little_endian.h:35:51: note: expanded from macro '__le32_to_cpu' 35 | #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) | ^ include/linux/iopoll.h:102:3: note: expanded from macro 'poll_timeout_us_atomic' 102 | op; \ | ^ drivers/spi/spi-stm32-ospi.c:124:16: note: 'mm_base' declared here 124 | void __iomem *mm_base; | ^ 1 error generated. vim +246 drivers/spi/spi-stm32-ospi.c 236 237 static int stm32_ospi_wait_cmd(struct stm32_ospi *ospi) 238 { 239 void __iomem *regs_base = ospi->regs_base; 240 u32 sr; 241 int err = 0; 242 243 if (ospi->fmode == CR_FMODE_APM) 244 goto out; 245 > 246 err = readl_relaxed_poll_timeout_atomic(ospi->io_base + OSPI_SR, sr, 247 (sr & (SR_TEF | SR_TCF)), 1, 248 STM32_WAIT_CMD_TIMEOUT_US); 249 250 if (sr & SR_TCF) 251 /* avoid false timeout */ 252 err = 0; 253 if (sr & SR_TEF) 254 err = -EIO; 255 256 out: 257 /* clear flags */ 258 writel_relaxed(FCR_CTCF | FCR_CTEF, regs_base + OSPI_FCR); 259 260 if (!err) 261 err = stm32_ospi_wait_nobusy(ospi); 262 263 return err; 264 } 265 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki