From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751940AbbJLIOM (ORCPT ); Mon, 12 Oct 2015 04:14:12 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:22560 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495AbbJLIOK (ORCPT ); Mon, 12 Oct 2015 04:14:10 -0400 Message-ID: <561B6B18.1010906@hisilicon.com> Date: Mon, 12 Oct 2015 09:11:04 +0100 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Arnd Bergmann CC: Kevin Hilman , Olof Johansson , Haojian Zhuang , Yanhaifeng , Jiancheng Xue , Zhangfei Gao , , linux-arm-kernel , linux-kernel , Linuxarm Subject: Re: [PATCH] ARM: hisilicon: DT: Drop console= and earlyprintk bootargs parameter References: <5617E6FC.6090304@hisilicon.com> <9558245.SAyWiXU6Yf@wuerfel> In-Reply-To: <9558245.SAyWiXU6Yf@wuerfel> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.137.250] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/9/2015 7:26 PM, Arnd Bergmann wrote: > On Friday 09 October 2015 17:10:36 Wei Xu wrote: >> Replace console with stdout-path so that we don't have to put the >> console on the kernel command line. >> >> Remove earlyprintk to allow the kernel to boot on a system even >> if DEBUG_LL is configured for another system. >> >> Signed-off-by: Wei Xu >> Tested-by: Zhangfei Gao >> Hi Arnd, > > Looks good to me. Do you want us to apply the patch directly, or > do you plan to send a pull request? Thanks! I will send a pull request today. Best Regards, Wei > > Arnd > > . >