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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C0E8C77B61 for ; Tue, 28 Mar 2023 15:44:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234028AbjC1PoM (ORCPT ); Tue, 28 Mar 2023 11:44:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233169AbjC1Pns (ORCPT ); Tue, 28 Mar 2023 11:43:48 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D174BEFA7; Tue, 28 Mar 2023 08:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680018170; x=1711554170; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=J7Dc257NEOJMhAqfms5At2NFhQkyHhktedAZR/Cilfk=; b=Z0svZOSUfaQkj0xmeMG7KmN2DoDGPkem03yzsqcOvytR+Hk2ibERLxuH Fy8pQRupX4NSBSKdS/6s3U5V0ROwYqW8gpSDD2pVTBeZ6zjtSgziN1b9Q qGr1KYKvLuvBfvCLApT1XDwWNXK1WwtO5hdqdlQzxY1YRpBu5Ee+dnFtW w6UiPEHzGFqtCpaBGbqI8J9MLBAsHgN/3CY2YpSXji83Lq2BnNLi0Q7zu NR15U0sAOFq08QRNDte/LarPJYKPz0/a/0uQ6dO68TxwTtE0nPSFGCIJK Z0i3KmVI9OgoMxpOW0o7TXwrlTeFOFYkaejw5qFbjzUesY1ziK+dNGMeG g==; X-IronPort-AV: E=McAfee;i="6600,9927,10663"; a="339326987" X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="339326987" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 08:42:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10663"; a="858139636" X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="858139636" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 28 Mar 2023 08:42:10 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1phBSc-000IfH-0O; Tue, 28 Mar 2023 15:42:10 +0000 Date: Tue, 28 Mar 2023 23:41:19 +0800 From: kernel test robot To: Jacky Huang , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, lee@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, p.zabel@pengutronix.de, gregkh@linuxfoundation.org, jirislaby@kernel.org Cc: oe-kbuild-all@lists.linux.dev, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, arnd@arndb.de, schung@nuvoton.com, mjchen@nuvoton.com, Jacky Huang Subject: Re: [PATCH v6 06/12] dt-bindings: arm: Add initial bindings for Nuvoton platform Message-ID: <202303282310.bOWEkwv1-lkp@intel.com> References: <20230328021912.177301-7-ychuang570808@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230328021912.177301-7-ychuang570808@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Jacky, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on clk/clk-next linus/master pza/reset/next v6.3-rc4 next-20230328] [cannot apply to pza/imx-drm/next] [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/Jacky-Huang/arm64-Kconfig-platforms-Add-config-for-Nuvoton-MA35-platform/20230328-102245 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20230328021912.177301-7-ychuang570808%40gmail.com patch subject: [PATCH v6 06/12] dt-bindings: arm: Add initial bindings for Nuvoton platform reproduce: # https://github.com/intel-lab-lkp/linux/commit/d023e63cdc203398c5db3c81ca76d34d22e23fe5 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jacky-Huang/arm64-Kconfig-platforms-Add-config-for-Nuvoton-MA35-platform/20230328-102245 git checkout d023e63cdc203398c5db3c81ca76d34d22e23fe5 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303282310.bOWEkwv1-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/arm/npcm/* -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests