From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x225c6mi7roAocENRF2zrbZ3m49f9n1sbfLV6GIQ7mGTuveyRveTeMrxqYMGKezqJCx3ZX9ov ARC-Seal: i=1; a=rsa-sha256; t=1517368090; cv=none; d=google.com; s=arc-20160816; b=BbEpNo++oQmyHyStlFdpxMMVCH/g991BTHCF5A+p6DqyEqZiDm863gaO2z+AEabcJb sUsxNuSnRn1gafYURNLYAyARcBB6ZLueNRg0GknpAttag8ntmbPGBDkMvc0lPFeUnWOd Jvbdwtxi/CG33FBLxeOUSjU9iLyyK4XqwzrIEQBtxgG/Ggp1GdpUKXkYfctHfF7jBSEb Dy9mitxbYVWcMOUVzn85pJU7UgasY3mOnWWWz2ajyanzTO6+cd6/HuUc1oIsauIjFpFs goK6UGlxPH/odSh1X5bpikVLQ58cSjAknhpUazISqWuJirkTLsC8Lig+RZfaar8UlA+w /h+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:arc-authentication-results; bh=qSa1fbacvxbMZ5d6C3KDZWjH+bsqD25DoT5kuVASaCU=; b=GU2P10+YQ11MhigB/dL+WvZO+0LRFq7xJyosOVMrn80wFz8YqqM5IztzaIcBi9lMae Ajo+/eWBVD/g8scTK9sNGpB2YTYrBwdN1j25HycFJadrGMyAX/dTeri2Rsmi/92sou5j p8DtIO8+8YtBvzNITaQscZBXoHS8iCtqeR1C7iAY+x1BZl/5ap2UFod1jr4HFLx0dkRK paJ5AmSpPtKPytdapZBjR7QeGSu9VjqCFsi7TaFUyWRAb5b+085bXxSQPwwzXxMaNIQS fyFW66C4Qq6SvtgG0JB6kCcbRSw5AVrrJTz5LdZ5QZn5xNwXzKHBWcCzvj3mQyPs0rVy Ou9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=neutral (google.com: 80.229.23.120 is neither permitted nor denied by best guess record for domain of liviu@dudau.co.uk) smtp.mailfrom=liviu@dudau.co.uk Authentication-Results: mx.google.com; spf=neutral (google.com: 80.229.23.120 is neither permitted nor denied by best guess record for domain of liviu@dudau.co.uk) smtp.mailfrom=liviu@dudau.co.uk Date: Wed, 31 Jan 2018 03:08:08 +0000 From: Liviu Dudau To: Yong Cc: kbuild test robot , kbuild-all@01.org, Maxime Ripard , Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Chen-Yu Tsai , "David S. Miller" , Greg Kroah-Hartman , Hans Verkuil , Linus Walleij , Randy Dunlap , Stanimir Varbanov , Hugues Fruchet , Yannick Fertre , Philipp Zabel , Arnd Bergmann , Benjamin Gaignard , Ramesh Shanmugasundaram , Sakari Ailus , Rick Chang , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, megous@megous.com Subject: Re: [linux-sunxi] Re: [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI. Message-ID: <20180131030807.GA19945@bart.dudau.co.uk> References: <1516695531-23349-1-git-send-email-yong.deng@magewell.com> <201801260759.RyNhDZz4%fengguang.wu@intel.com> <20180126094658.aa70ed3f890464f6051e21e4@magewell.com> <20180126110041.f89848325b9ecfb07df387ca@magewell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180126110041.f89848325b9ecfb07df387ca@magewell.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1590370608168306586?= X-GMAIL-MSGID: =?utf-8?q?1591075762516068930?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Fri, Jan 26, 2018 at 11:00:41AM +0800, Yong wrote: > Hi Maxime, > > On Fri, 26 Jan 2018 09:46:58 +0800 > Yong wrote: > > > Hi Maxime, > > > > Do you have any experience in solving this problem? > > It seems the PHYS_OFFSET maybe undeclared when the ARCH is not arm. > > Got it. > Should I add 'depends on ARM' in Kconfig? No, I don't think you should do that, you should fix the code. The dma_addr_t addr that you've got is ideally coming from dma_alloc_coherent(), in which case the addr is already "suitable" for use by the device (because the bus where the device is attached to does all the address translations). If you apply PHYS_OFFSET forcefully to it you might get unexpected results. Best regards, Liviu > > > > > On Fri, 26 Jan 2018 08:04:18 +0800 > > kbuild test robot wrote: > > > > > Hi Yong, > > > > > > I love your patch! Yet something to improve: > > > > > > [auto build test ERROR on linuxtv-media/master] > > > [also build test ERROR on v4.15-rc9 next-20180119] > > > [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/Yong-Deng/dt-bindings-media-Add-Allwinner-V3s-Camera-Sensor-Interface-CSI/20180126-054511 > > > base: git://linuxtv.org/media_tree.git master > > > config: i386-allmodconfig (attached as .config) > > > compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 > > > reproduce: > > > # save the attached .config to linux build tree > > > make ARCH=i386 > > > > > > All errors (new ones prefixed by >>): > > > > > > drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c: In function 'sun6i_csi_update_buf_addr': > > > >> drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c:567:31: error: 'PHYS_OFFSET' undeclared (first use in this function); did you mean 'PAGE_OFFSET'? > > > dma_addr_t bus_addr = addr - PHYS_OFFSET; > > > ^~~~~~~~~~~ > > > PAGE_OFFSET > > > drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c:567:31: note: each undeclared identifier is reported only once for each function it appears in > > > > > > vim +567 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c > > > > > > 562 > > > 563 void sun6i_csi_update_buf_addr(struct sun6i_csi *csi, dma_addr_t addr) > > > 564 { > > > 565 struct sun6i_csi_dev *sdev = sun6i_csi_to_dev(csi); > > > 566 /* transform physical address to bus address */ > > > > 567 dma_addr_t bus_addr = addr - PHYS_OFFSET; > > > 568 > > > 569 regmap_write(sdev->regmap, CSI_CH_F0_BUFA_REG, > > > 570 (bus_addr + sdev->planar_offset[0]) >> 2); > > > 571 if (sdev->planar_offset[1] != -1) > > > 572 regmap_write(sdev->regmap, CSI_CH_F1_BUFA_REG, > > > 573 (bus_addr + sdev->planar_offset[1]) >> 2); > > > 574 if (sdev->planar_offset[2] != -1) > > > 575 regmap_write(sdev->regmap, CSI_CH_F2_BUFA_REG, > > > 576 (bus_addr + sdev->planar_offset[2]) >> 2); > > > 577 } > > > 578 > > > > > > --- > > > 0-DAY kernel test infrastructure Open Source Technology Center > > > https://lists.01.org/pipermail/kbuild-all Intel Corporation > > > > > > Thanks, > > Yong > > > Thanks, > Yong > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.