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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70BE0C6FD1D for ; Fri, 17 Mar 2023 15:55:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231361AbjCQPzT (ORCPT ); Fri, 17 Mar 2023 11:55:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229754AbjCQPzR (ORCPT ); Fri, 17 Mar 2023 11:55:17 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7035BC927B; Fri, 17 Mar 2023 08:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679068516; x=1710604516; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HgLImZGRBBiGqTOroqJsGqFHu4w0mEVxE+5AQmtGuS0=; b=g47PnRwRATV0f621DeLqzpbCZlylww8JIbJaUDrSeZnuTWaQa4ZAgtLs 6kie4FqWrhrycu1wxuvjfcXvWwSKcr/0tOljllNuD5nGs6hAsnYmIWBsu glHP4eDt6QTBQCoiLkSLJkdy5iQND3sA+wR+4pE41WTirq+05PBQwWus9 B+W1rcCLwwRkSXpeBQiu+Na3KwaA23I8Jhuxp3ek+UqIunN5GlLlyLKGs 3rPSSwNvawFjC3tAEUtjNZO3hP63DQMFZIadlqVjhc9axHdizEGocS8tc 9CU46BIx5opRiuX6sCD1ELrVC6IiCOSPzU2+X6BKG6NjerXwBk+6WraPV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="338311739" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="338311739" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2023 08:55:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="673594290" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="673594290" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 17 Mar 2023 08:55:13 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pdCQC-0009SG-1v; Fri, 17 Mar 2023 15:55:12 +0000 Date: Fri, 17 Mar 2023 23:54:26 +0800 From: kernel test robot To: Anjelique Melendez , pavel@ucw.cz, lee@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, andersson@kernel.org Cc: oe-kbuild-all@lists.linux.dev, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, quic_c_skakit@quicinc.com, Anjelique Melendez Subject: Re: [PATCH 2/3] leds: rgb: leds-qcom-lpg: Add support for high resolution PWM Message-ID: <202303172326.QZxzjZq4-lkp@intel.com> References: <20230316192134.26436-3-quic_amelende@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230316192134.26436-3-quic_amelende@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Anjelique, Thank you for the patch! Yet something to improve: [auto build test ERROR on lee-leds/for-leds-next] [also build test ERROR on robh/for-next pavel-leds/for-next linus/master v6.3-rc2 next-20230317] [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/Anjelique-Melendez/dt-bindings-leds-qcom-lpg-Add-qcom-pmk8550-pwm-compatible-string/20230317-032340 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git for-leds-next patch link: https://lore.kernel.org/r/20230316192134.26436-3-quic_amelende%40quicinc.com patch subject: [PATCH 2/3] leds: rgb: leds-qcom-lpg: Add support for high resolution PWM config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230317/202303172326.QZxzjZq4-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/916dd0b271b3f035efd07efdaa696e7c815f7e6c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Anjelique-Melendez/dt-bindings-leds-qcom-lpg-Add-qcom-pmk8550-pwm-compatible-string/20230317-032340 git checkout 916dd0b271b3f035efd07efdaa696e7c815f7e6c # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303172326.QZxzjZq4-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__aeabi_uldivmod" [drivers/leds/rgb/leds-qcom-lpg.ko] undefined! >> ERROR: modpost: "__aeabi_ldivmod" [drivers/leds/rgb/leds-qcom-lpg.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests