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 9815CC4167B for ; Thu, 30 Nov 2023 17:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KhA09Gp0pI38jqDgIJLziuvXLA+SheVKnfSw+WI4mlQ=; b=yq4J1QqY/1FoIj TMJCx38Muxn5kjjROXZM7tJhb2xn9lOOdlhaUXyDiFPWjO9hMp+l6LVjmMW+XEGykPhiFwdPwtGe7 wWYauUleiQ21qQQ7RPKMAEugr/KZGfeHoejKGJgfhjlUmKk+Hniy+uO7Yl5Qwxz8q0O7lmI3d1idj 1+aOGt0iQxYqs1tz0u/9SHwewvLpLzaBmZLQ7r3/BbxBwcgDua+1EMC0dhDlYVldkeWgwQkn4YPKN /S+XaMiHdRUR0m/jEmXULkypRR9HpYj+/KlRqc6y/MzBoYuHm4Qu3PCNrKcFuPxcvSgt4UrnoRFvw 0NqjiEedSoNkPx0twWSg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r8kt5-00BVhQ-15; Thu, 30 Nov 2023 17:31:43 +0000 Received: from mgamail.intel.com ([192.55.52.120]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r8ksy-00BVgU-2Z for linux-phy@lists.infradead.org; Thu, 30 Nov 2023 17:31:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701365496; x=1732901496; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=zzfGy6VWx/JLsyG4qu+bqsjrCXZPdg756khSUMDQmv4=; b=fbfwL8HCgpbgkZggdjMwKs4ZowmwQWonFO5iKbjHppc/DysuQeoOfzhR 02601h3GzHF4IRskstYE5oqRNvrucQ+KJQqs6udUKuyy4HQe5tC1CLUfK 10BbO40jL/CeKiJnYeQ6c6PkMPvKSD+o8opxF32Z0NbctOnh31Wcvs/fL PiBLd3zpam4BTcHfO+t+1VE8CiEe/J9ry9QlxbFeGcETqB8bxBMNokder Q6hC924DQcRHdLQdg0NKWwXxzuIlHZL7N38lj1Ymtu2cHKdd4GQQ3JdoY PXlEOLK7YlljorVKZOFfdZ1+EiFtkBPj4bwyqKlTeWiAZkfjQZxYdPgvv w==; X-IronPort-AV: E=McAfee;i="6600,9927,10910"; a="392226591" X-IronPort-AV: E=Sophos;i="6.04,239,1695711600"; d="scan'208";a="392226591" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2023 09:31:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10910"; a="745712108" X-IronPort-AV: E=Sophos;i="6.04,239,1695711600"; d="scan'208";a="745712108" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 30 Nov 2023 09:31:23 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1r8ksa-0002SQ-2Z; Thu, 30 Nov 2023 17:31:16 +0000 Date: Fri, 1 Dec 2023 01:30:45 +0800 From: kernel test robot To: Shengyang Chen , devicetree@vger.kernel.org, linux-phy@lists.infradead.org Cc: oe-kbuild-all@lists.linux.dev, vkoul@kernel.org, kishon@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, p.zabel@pengutronix.de, minda.chen@starfivetech.com, changhuang.liang@starfivetech.com, rogerq@kernel.org, geert+renesas@glider.be, keith.zhao@starfivetech.com, shengyang.chen@starfivetech.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/2] phy: starfive: Add mipi dphy tx support Message-ID: <202312010157.hZtZNEHE-lkp@intel.com> References: <20231117130421.79261-3-shengyang.chen@starfivetech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231117130421.79261-3-shengyang.chen@starfivetech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231130_093136_870388_B823B0B1 X-CRM114-Status: GOOD ( 10.13 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org Hi Shengyang, kernel test robot noticed the following build warnings: [auto build test WARNING on robh/for-next] [also build test WARNING on linus/master v6.7-rc3 next-20231130] [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/Shengyang-Chen/dt-bindings-phy-Add-starfive-jh7110-dphy-tx/20231117-210751 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20231117130421.79261-3-shengyang.chen%40starfivetech.com patch subject: [PATCH v1 2/2] phy: starfive: Add mipi dphy tx support config: mips-randconfig-r112-20231121 (https://download.01.org/0day-ci/archive/20231201/202312010157.hZtZNEHE-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) reproduce: (https://download.01.org/0day-ci/archive/20231201/202312010157.hZtZNEHE-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/202312010157.hZtZNEHE-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) drivers/phy/starfive/phy-jh7110-dphy-tx.c:226:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:228:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:228:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:228:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:230:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:230:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:230:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:232:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:232:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:232:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:234:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:234:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:234:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:236:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:236:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:236:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:238:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:238:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:238:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:240:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:240:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:240:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:250:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:250:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:250:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:254:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:254:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:254:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:260:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:260:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:260:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:263:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:263:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:263:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:266:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:266:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:266:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:269:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:269:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:269:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:272:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:272:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:272:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:276:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:276:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:276:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:279:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:279:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:279:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:282:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:282:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:282:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:286:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:286:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:286:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:289:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:289:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:289:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:292:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:292:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:292:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:295:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:295:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:295:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:298:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:298:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:298:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:302:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:302:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:302:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:306:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:306:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:306:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:310:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:310:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:310:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:314:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:314:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:314:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:318:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:318:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:318:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:322:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:322:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:322:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:326:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:326:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:326:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:330:46: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:330:46: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:330:46: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:348:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:348:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:348:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:350:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:350:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:350:30: sparse: got void [noderef] __iomem *topsys drivers/phy/starfive/phy-jh7110-dphy-tx.c:353:30: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *io_addr @@ got void [noderef] __iomem *topsys @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:353:30: sparse: expected void *io_addr drivers/phy/starfive/phy-jh7110-dphy-tx.c:353:30: sparse: got void [noderef] __iomem *topsys >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:172:21: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void *io_addr @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:172:21: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:172:21: sparse: got void *io_addr >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void const volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: expected void const volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:181:29: sparse: got void * >> drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got void * @@ drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: expected void volatile [noderef] __iomem *mem drivers/phy/starfive/phy-jh7110-dphy-tx.c:184:30: sparse: got void * vim +172 drivers/phy/starfive/phy-jh7110-dphy-tx.c 167 168 static inline u32 stf_dphy_get_reg(void *io_addr, u32 addr, u32 shift, u32 mask) 169 { 170 u32 tmp; 171 > 172 tmp = readl(io_addr); 173 tmp = (tmp & mask) >> shift; 174 return tmp; 175 } 176 177 static inline void stf_dphy_set_reg(void *io_addr, u32 addr, u32 data, u32 shift, u32 mask) 178 { 179 u32 tmp; 180 > 181 tmp = readl(io_addr + addr); 182 tmp &= ~mask; 183 tmp |= (data << shift) & mask; > 184 writel(tmp, (io_addr + addr)); 185 } 186 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy