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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33C2DC47098 for ; Fri, 4 Jun 2021 07:01:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 13CFA6141A for ; Fri, 4 Jun 2021 07:01:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229817AbhFDHCs (ORCPT ); Fri, 4 Jun 2021 03:02:48 -0400 Received: from polaris.svanheule.net ([84.16.241.116]:56362 "EHLO polaris.svanheule.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229881AbhFDHCs (ORCPT ); Fri, 4 Jun 2021 03:02:48 -0400 Received: from [IPv6:2a02:a03f:eafb:ee01:47d6:9866:c9b9:c953] (unknown [IPv6:2a02:a03f:eafb:ee01:47d6:9866:c9b9:c953]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: sander@svanheule.net) by polaris.svanheule.net (Postfix) with ESMTPSA id A71062086B6; Fri, 4 Jun 2021 09:01:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1622790061; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PZjWkF3HmSV3fCyoJ2V0mvrJ6tQTUWP6Xhv41OdXGG8=; b=pC8626t8g8jZ/lLsJ1l5tJw6M4a6cDwpKM8u+aHpsbjNKypoiEraGec2fVSrEuHnWU7dVU qkW5UwQ6h2NPx5HawQEZGIBxKuO8A2xM4qjoqMb3Cpfe05GYvvlYSpUi3B1tcdRswIcJci Q1mqXnd+RQzi7YEUfnDRmWcSAXZI0+cXMrwiVzcvxukWO3/7ktgA46WFORN8Vh2s2axqy/ jxIW1hNWlJ5WXVcbI3Xr0JhWnff9EHa4FFlrp06Fq3hoidJcUH/cYPIMdPLDtG0xKvqu5o FshDzuS4ZSnSDQSh/wxLI858bb93gLGFCVki+9PhlZ4NQaKIsFZMbnZVI3eBlw== Message-ID: <4251bacb6c622ac7fff2d21cec20551b2f0461c2.camel@svanheule.net> Subject: Re: [PATCH v4 4/5] pinctrl: Add RTL8231 pin control and GPIO support From: Sander Vanheule To: kernel test robot , Pavel Machek , Rob Herring , Lee Jones , Linus Walleij , Michael Walle , Andy Shevchenko , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org Cc: kbuild-all@lists.01.org, Hans de Goede Date: Fri, 04 Jun 2021 09:00:59 +0200 In-Reply-To: <202106032305.8Dv104X3-lkp@intel.com> References: <5d184778a6562e24abfa6e5dd2f7dbde4fede3fe.1622713678.git.sander@svanheule.net> <202106032305.8Dv104X3-lkp@intel.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 2021-06-03 at 23:58 +0800, kernel test robot wrote: > Hi Sander, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on pavel-linux-leds/for-next] > [also build test WARNING on pinctrl/devel v5.13-rc4] > [cannot apply to lee-mfd/for-mfd-next next-20210603] > [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] > > url:    > https://github.com/0day-ci/linux/commits/Sander-Vanheule/dt-bindings-leds-Binding-for-RTL8231-scan-matrix/20210603-190118 > base:   git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git > for-next > config: sparc-allyesconfig (attached as .config) > compiler: sparc64-linux-gcc (GCC) 9.3.0 > reproduce (this is a W=1 build): >         wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O > ~/bin/make.cross >         chmod +x ~/bin/make.cross >         # > https://github.com/0day-ci/linux/commit/9c3e2b6957a6d750d6d39e78e2089abcc0cf740c >         git remote add linux-review https://github.com/0day-ci/linux >         git fetch --no-tags linux-review Sander-Vanheule/dt-bindings-leds- > Binding-for-RTL8231-scan-matrix/20210603-190118 >         git checkout 9c3e2b6957a6d750d6d39e78e2089abcc0cf740c >         # save the attached .config to linux build tree >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross > ARCH=sparc > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All warnings (new ones prefixed by >>): > >    drivers/pinctrl/pinctrl-rtl8231.c: In function 'rtl8231_set_mux': > > > drivers/pinctrl/pinctrl-rtl8231.c:189:27: warning: cast from pointer to > > > integer of different size [-Wpointer-to-int-cast] >      189 |  unsigned int func_flag = (unsigned int) func->data; >          |                           ^ > I'll change this cast to uintptr_t. Best, Sander From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3107357104220976332==" MIME-Version: 1.0 From: Sander Vanheule To: kbuild-all@lists.01.org Subject: Re: [PATCH v4 4/5] pinctrl: Add RTL8231 pin control and GPIO support Date: Fri, 04 Jun 2021 09:00:59 +0200 Message-ID: <4251bacb6c622ac7fff2d21cec20551b2f0461c2.camel@svanheule.net> In-Reply-To: <202106032305.8Dv104X3-lkp@intel.com> List-Id: --===============3107357104220976332== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Thu, 2021-06-03 at 23:58 +0800, kernel test robot wrote: > Hi Sander, > = > Thank you for the patch! Perhaps something to improve: > = > [auto build test WARNING on pavel-linux-leds/for-next] > [also build test WARNING on pinctrl/devel v5.13-rc4] > [cannot apply to lee-mfd/for-mfd-next next-20210603] > [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] > = > url:=C2=A0=C2=A0=C2=A0 = > https://github.com/0day-ci/linux/commits/Sander-Vanheule/dt-bindings-leds= -Binding-for-RTL8231-scan-matrix/20210603-190118 > base:=C2=A0=C2=A0 git://git.kernel.org/pub/scm/linux/kernel/git/pavel/lin= ux-leds.git > for-next > config: sparc-allyesconfig (attached as .config) > compiler: sparc64-linux-gcc (GCC) 9.3.0 > reproduce (this is a W=3D1 build): > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 wget = > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross= =C2=A0-O > ~/bin/make.cross > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 chmod +x ~/bin/make.cross > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 # = > https://github.com/0day-ci/linux/commit/9c3e2b6957a6d750d6d39e78e2089abcc= 0cf740c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 git remote add linux-review ht= tps://github.com/0day-ci/linux > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 git fetch --no-tags linux-revi= ew Sander-Vanheule/dt-bindings-leds- > Binding-for-RTL8231-scan-matrix/20210603-190118 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 git checkout 9c3e2b6957a6d750d= 6d39e78e2089abcc0cf740c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 # save the attached .config to= linux build tree > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 COMPILER_INSTALL_PATH=3D$HOME/= 0day COMPILER=3Dgcc-9.3.0 make.cross > ARCH=3Dsparc = > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > = > All warnings (new ones prefixed by >>): > = > =C2=A0=C2=A0 drivers/pinctrl/pinctrl-rtl8231.c: In function 'rtl8231_set_= mux': > > > drivers/pinctrl/pinctrl-rtl8231.c:189:27: warning: cast from pointer = to > > > integer of different size [-Wpointer-to-int-cast] > =C2=A0=C2=A0=C2=A0=C2=A0 189 |=C2=A0 unsigned int func_flag =3D (unsigned= int) func->data; > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ > = I'll change this cast to uintptr_t. Best, Sander --===============3107357104220976332==--