From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934302AbeCEKhh (ORCPT ); Mon, 5 Mar 2018 05:37:37 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:47898 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933405AbeCEKhe (ORCPT ); Mon, 5 Mar 2018 05:37:34 -0500 Cc: Sudeep Holla , kbuild-all@01.org, mturquette@baylibre.com, sboyd@codeaurora.org, michal.simek@xilinx.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-clk@vger.kernel.org, rajanv@xilinx.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jolly Shah , Tejas Patel , Shubhrajyoti Datta Subject: Re: [PATCH 3/3] drivers: clk: Add ZynqMP clock driver To: Jolly Shah References: <1519856861-31384-4-git-send-email-jollys@xilinx.com> <201803031109.JhmyjZJJ%fengguang.wu@intel.com> From: Sudeep Holla Organization: ARM Message-ID: Date: Mon, 5 Mar 2018 10:37:28 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201803031109.JhmyjZJJ%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/03/18 03:32, kbuild test robot wrote: > Hi Jolly, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on clk/clk-next] > [also build test ERROR on v4.16-rc3 next-20180302] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Jolly-Shah/drivers-clk-Add-ZynqMp-clock-driver-support/20180303-063643 > base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next > config: arm64-allmodconfig (attached as .config) > compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm64 > > All errors (new ones prefixed by >>): > > In file included from drivers/clk/zynqmp/pll.c:9:0: >>> include/linux/clk/zynqmp.h:10:10: fatal error: linux/firmware/xilinx/zynqmp/firmware.h: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Another reason to have the complete series together, for better review and better build coverage. -- Regards, Sudeep