From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758099AbcAKClM (ORCPT ); Sun, 10 Jan 2016 21:41:12 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:57501 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757825AbcAKCkZ (ORCPT ); Sun, 10 Jan 2016 21:40:25 -0500 Subject: Re: [PATCH v5 4/6] ARM: debug: add hi3519 debug uart To: Russell King - ARM Linux References: <1452219400-32478-1-git-send-email-xuejiancheng@huawei.com> <1452219400-32478-5-git-send-email-xuejiancheng@huawei.com> <20160108150828.GM19062@n2100.arm.linux.org.uk> CC: , , , , , , , , , , , , , , , , , , , , , , , , , From: xuejiancheng Message-ID: <56931454.6090300@huawei.com> Date: Mon, 11 Jan 2016 10:32:52 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160108150828.GM19062@n2100.arm.linux.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.217.211] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090202.56931465.0022,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: ad9ba7c7edded7b51dd0d084a247109c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Russell, On 2016/1/8 23:08, Russell King - ARM Linux wrote: > On Fri, Jan 08, 2016 at 10:16:38AM +0800, Jiancheng Xue wrote: >> @@ -1449,6 +1457,7 @@ config DEBUG_UART_PHYS >> default 0xf7fc9000 if DEBUG_BERLIN_UART >> default 0xf8b00000 if DEBUG_HIX5HD2_UART >> default 0xf991e000 if DEBUG_QCOM_UARTDM >> + default 0x12100000 if DEBUG_HI3519_UART >> default 0xfcb00000 if DEBUG_HI3620_UART >> default 0xfd883000 if DEBUG_ALPINE_UART0 >> default 0xfe800000 if ARCH_IOP32X > > Please insert at the appropriate location - examination of the list > of defaults will show that it's sorted numerically, please keep this > sorted numerically. > OK. Thank you! >> @@ -1529,6 +1538,7 @@ config DEBUG_UART_VIRT >> default 0xfe230000 if DEBUG_PICOXCELL_UART >> default 0xfe300000 if DEBUG_BCM_KONA_UART >> default 0xfe800000 if ARCH_IOP32X >> + default 0xfef00000 if DEBUG_HI3519_UART >> default 0xfeb00000 if DEBUG_HI3620_UART || DEBUG_HIX5HD2_UART >> default 0xfeb24000 if DEBUG_RK3X_UART0 >> default 0xfeb26000 if DEBUG_RK3X_UART1 > > Same for here. > > Thanks. > From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuejiancheng Subject: Re: [PATCH v5 4/6] ARM: debug: add hi3519 debug uart Date: Mon, 11 Jan 2016 10:32:52 +0800 Message-ID: <56931454.6090300@huawei.com> References: <1452219400-32478-1-git-send-email-xuejiancheng@huawei.com> <1452219400-32478-5-git-send-email-xuejiancheng@huawei.com> <20160108150828.GM19062@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160108150828.GM19062@n2100.arm.linux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King - ARM Linux Cc: mark.rutland@arm.com, suwenping@hisilicon.com, mturquette@baylibre.com, bintian.wang@huawei.com, haojian.zhuang@linaro.org, linux-clk@vger.kernel.org, pawel.moll@arm.com, xuwei5@hisilicon.com, zhangfei.gao@linaro.org, zhangzhenxing@hisilicon.com, devicetree@vger.kernel.org, khilman@linaro.org, arnd@arndb.de, ijc+devicetree@hellion.org.uk, yanhaifeng@hisilicon.com, ml.yang@hisilicon.com, robh+dt@kernel.org, xuejiancheng@hisilicon.com, linux-arm-kernel@lists.infradead.org, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, gaofei@hisilicon.com, p.zabel@pengutronix.de, galak@codeaurora.org, olof@lixom.net, yanghongwei@hisilicon.com List-Id: devicetree@vger.kernel.org Hello Russell, On 2016/1/8 23:08, Russell King - ARM Linux wrote: > On Fri, Jan 08, 2016 at 10:16:38AM +0800, Jiancheng Xue wrote: >> @@ -1449,6 +1457,7 @@ config DEBUG_UART_PHYS >> default 0xf7fc9000 if DEBUG_BERLIN_UART >> default 0xf8b00000 if DEBUG_HIX5HD2_UART >> default 0xf991e000 if DEBUG_QCOM_UARTDM >> + default 0x12100000 if DEBUG_HI3519_UART >> default 0xfcb00000 if DEBUG_HI3620_UART >> default 0xfd883000 if DEBUG_ALPINE_UART0 >> default 0xfe800000 if ARCH_IOP32X > > Please insert at the appropriate location - examination of the list > of defaults will show that it's sorted numerically, please keep this > sorted numerically. > OK. Thank you! >> @@ -1529,6 +1538,7 @@ config DEBUG_UART_VIRT >> default 0xfe230000 if DEBUG_PICOXCELL_UART >> default 0xfe300000 if DEBUG_BCM_KONA_UART >> default 0xfe800000 if ARCH_IOP32X >> + default 0xfef00000 if DEBUG_HI3519_UART >> default 0xfeb00000 if DEBUG_HI3620_UART || DEBUG_HIX5HD2_UART >> default 0xfeb24000 if DEBUG_RK3X_UART0 >> default 0xfeb26000 if DEBUG_RK3X_UART1 > > Same for here. > > Thanks. > From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuejiancheng@huawei.com (xuejiancheng) Date: Mon, 11 Jan 2016 10:32:52 +0800 Subject: [PATCH v5 4/6] ARM: debug: add hi3519 debug uart In-Reply-To: <20160108150828.GM19062@n2100.arm.linux.org.uk> References: <1452219400-32478-1-git-send-email-xuejiancheng@huawei.com> <1452219400-32478-5-git-send-email-xuejiancheng@huawei.com> <20160108150828.GM19062@n2100.arm.linux.org.uk> Message-ID: <56931454.6090300@huawei.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Russell, On 2016/1/8 23:08, Russell King - ARM Linux wrote: > On Fri, Jan 08, 2016 at 10:16:38AM +0800, Jiancheng Xue wrote: >> @@ -1449,6 +1457,7 @@ config DEBUG_UART_PHYS >> default 0xf7fc9000 if DEBUG_BERLIN_UART >> default 0xf8b00000 if DEBUG_HIX5HD2_UART >> default 0xf991e000 if DEBUG_QCOM_UARTDM >> + default 0x12100000 if DEBUG_HI3519_UART >> default 0xfcb00000 if DEBUG_HI3620_UART >> default 0xfd883000 if DEBUG_ALPINE_UART0 >> default 0xfe800000 if ARCH_IOP32X > > Please insert at the appropriate location - examination of the list > of defaults will show that it's sorted numerically, please keep this > sorted numerically. > OK. Thank you! >> @@ -1529,6 +1538,7 @@ config DEBUG_UART_VIRT >> default 0xfe230000 if DEBUG_PICOXCELL_UART >> default 0xfe300000 if DEBUG_BCM_KONA_UART >> default 0xfe800000 if ARCH_IOP32X >> + default 0xfef00000 if DEBUG_HI3519_UART >> default 0xfeb00000 if DEBUG_HI3620_UART || DEBUG_HIX5HD2_UART >> default 0xfeb24000 if DEBUG_RK3X_UART0 >> default 0xfeb26000 if DEBUG_RK3X_UART1 > > Same for here. > > Thanks. >