Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3168619imm; Tue, 29 May 2018 02:15:00 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJY73dbbgbIODsyZx5b2SQiPK0z6FEPHhYAd/N9B79lJzWxFSnjJRAGtb0FtuqqZ0PjyCXS X-Received: by 2002:a63:8f0d:: with SMTP id n13-v6mr2306219pgd.109.1527585300144; Tue, 29 May 2018 02:15:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527585300; cv=none; d=google.com; s=arc-20160816; b=qAmHxxFPSXG+A7zlCvDoZYKn0iG7otK620hboRAZZ6ypeQWK8PZPqDC739wLzZJLG4 YiebVftIXIZL/rqCztWwQJlVOm2TEei5TzLbBVUmn/+MAFKJ1I81//Udq1cwukjKgX0l Wm9qv3m2+FiozmxSp5fYmR9iJteoG2e9RjWMzUa5OqDZklyDTatOvTQg4d5uAc/D/5Im I0cK/cH4wadzAAts3dw5Ji/LEl8GrOYG8T9m0HbRAbykhA6Mmy6q2My1W4sfatGcYwp2 mi06GafmCCjonPB1nzoPOqwkmjPvOm9sHNwtqjd7l929S8tVUTfVJk8aEI5Y7TWQ5VTQ SzAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=CAV+OF2QpfVSUt8/f5hNErGA4PSI0W1NdnVcUw25GQ4=; b=WefOjcSMCBpoSZDdH50h3TBRh4aorKenE4MiE+najCV95e8IVmu1fMTstZP6sh8TaL rtOJQLL8brrMQu3fSyusaiYOZslTUvdCYnlzIe/7KT0gwijuYQBUTShkBkIaLBqOjxs0 KdC55E+AsgUTvX2qFQWMmVc4pJpB8UaX3S86smJXcPJIoasJxTnARwkLg9FS33tU6y0T SBRtmspWs6WpIU4faQHogP2MFoCyaHNmMW5QyYeuQT6D/P8KJr2V+dwuqrKnxGBGtLc8 Wxqu1fweZ1CchvRp9yiNFg4YHkusQKZkBgo2GGFNn18vqbu1E8FGEmHanKIUDvwWmAnS Ri5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d20-v6si30790195pfn.213.2018.05.29.02.14.46; Tue, 29 May 2018 02:15:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932615AbeE2JN5 (ORCPT + 99 others); Tue, 29 May 2018 05:13:57 -0400 Received: from esa5.microchip.iphmx.com ([216.71.150.166]:39324 "EHLO esa5.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932284AbeE2JNy (ORCPT ); Tue, 29 May 2018 05:13:54 -0400 X-IronPort-AV: E=Sophos;i="5.49,455,1520924400"; d="scan'208";a="12543115" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 May 2018 02:13:53 -0700 Received: from [10.145.4.57] (10.10.76.4) by chn-sv-exch04.mchp-main.com (10.10.76.105) with Microsoft SMTP Server id 14.3.352.0; Tue, 29 May 2018 02:13:52 -0700 Subject: Re: [PATCH v4 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd To: Richard Genoud , , , , , , , CC: , , , , References: <20180525171941.26766-1-radu.pirea@microchip.com> <20180525171941.26766-7-radu.pirea@microchip.com> From: Radu Pirea Message-ID: <44649341-c238-5b59-6786-50d80f9d4cba@microchip.com> Date: Tue, 29 May 2018 12:15:03 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/28/2018 01:08 PM, Richard Genoud wrote: > On 25/05/2018 19:19, Radu Pirea wrote: >> This patch modifies the place where resources and device tree properties >> are searched. >> >> Signed-off-by: Radu Pirea >> --- >> drivers/tty/serial/Kconfig | 1 + >> drivers/tty/serial/atmel_serial.c | 40 +++++++++++++++++-------------- >> 2 files changed, 23 insertions(+), 18 deletions(-) > the stdout-path property of the chosen node is still broken in this verion. > if : > stdout-path = "serial0:115200n8"; > is set in the DTS, the console output should go on serial0 (aka dbgu) > cf Documentation/devicetree/bindings/chosen.txt > > With this patch applied, this is not the case anymore. > Adding console=ttyS0,115200 in the chosen node is not the solution here. > I fixed the issue few minutes ago :) I hope DMA setup is ok now. > > regards, > Richard. >