From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 25 Jan 2015 19:11:19 +0100 (CET) Received: from smtp-out-084.synserver.de ([212.40.185.84]:1024 "EHLO smtp-out-084.synserver.de" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27011162AbbAYSLSgvr0s (ORCPT ); Sun, 25 Jan 2015 19:11:18 +0100 Received: (qmail 12492 invoked by uid 0); 25 Jan 2015 18:11:16 -0000 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: lars@laprican.de X-SynServer-PPID: 12357 Received: from ppp-188-174-121-24.dynamic.mnet-online.de (HELO ?192.168.178.21?) [188.174.121.24] by 217.119.54.81 with AES256-SHA encrypted SMTP; 25 Jan 2015 18:11:15 -0000 Message-ID: <54C5323C.8030107@metafoo.de> Date: Sun, 25 Jan 2015 19:13:16 +0100 From: Lars-Peter Clausen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: Paul Burton CC: linux-mips@linux-mips.org Subject: Re: [PATCH 28/36] MIPS: jz4740: use jz47xx-uart & DT for UART output References: <1421620067-23933-1-git-send-email-paul.burton@imgtec.com> <1421620906-25284-1-git-send-email-paul.burton@imgtec.com> In-Reply-To: <1421620906-25284-1-git-send-email-paul.burton@imgtec.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 45465 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: lars@metafoo.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 01/18/2015 11:41 PM, Paul Burton wrote: > Remove the serial support from arch/mips/jz4740 & make use of the new > jz47xx-uart driver. This is done for both regular & early console > output. This should probably also enable the serial driver in the qi_lb60_defconfig. Otherwise we end up with no console. - Lars