Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp553130pxy; Fri, 30 Apr 2021 10:51:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwE2mP+XgQG2eqeb5b2rfVHGZc0o8Y0FfHPxabP3DjM0J5YLWqFFkyRi0bdVMgM52aYVms5 X-Received: by 2002:a17:90a:fa8f:: with SMTP id cu15mr6663042pjb.216.1619805103701; Fri, 30 Apr 2021 10:51:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619805103; cv=none; d=google.com; s=arc-20160816; b=Dn4bMpPZUZnAALhI9SFLazrWYUdV9O9JrTF6zdWsntdwtdZo+ecX8xu7LpDSK1xKRm SDCmkywuILQHDZiqX//iPsVAYyvPVAotkZ1EZH3eTcaNtv0kk3CPoK2qdJO7BE/oyN6A 4JROalWW1LH5J41i4Ohl5Lg6ELv6NM6udi05TovIhYZCQT9jR6XUUJpxYOZyj/cwchbm aoEgjq/ch0AT6xsZJfbNk5zlQuYyMfX3AadOMXZVRCHjeaWhYTp2o3jPXVwQNb8pBLSS KplW3SysXWKgZI9T1057FSm4JZd1+JHvPE6ilYh+L1inLWdmMwxPh2TKd8oLSPfj85Pb 9UCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=smBzVrdr9TbpiflBO9+gAGXFfxQzsLm/gjVu1Myh608=; b=aB8dRm/XmJoBZDhvQZpt8rOY40clmfjIkW8VOnspWP3epMOQjVIMpNnpwz2U5X3BjY MXdfjutN7h1peAaDTNlCXb6Q7HtxIYFnd1JHhIwQlFRGFJPwc92qLS6aQQXu3zjFXwru ED1LDBL5AXBwJbmom3xxyZLXIOZSKePVuZqhjwH6T0p6OijmqrrGlEGoAWCIwujoipS4 y5fOYnHAqCObgna3WnrrP+7hsYKpWeBV8qXfqPscGqfkmgqv8iVbPhPj5Rmj+nTWy5wr dfp7S/FCvGNM++zAr1RlHxY3eY91kcbE6XJPp+Qy8uCugrFOTMU/w3cZhwFQ908qhbw1 S3aw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cp7si4466196plb.144.2021.04.30.10.51.30; Fri, 30 Apr 2021 10:51:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231424AbhD3Rvk (ORCPT + 99 others); Fri, 30 Apr 2021 13:51:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231217AbhD3Rvh (ORCPT ); Fri, 30 Apr 2021 13:51:37 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A70AC06174A; Fri, 30 Apr 2021 10:50:48 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 1F2961F43C63 Received: by jupiter.universe (Postfix, from userid 1000) id F0ED14800BA; Fri, 30 Apr 2021 19:50:44 +0200 (CEST) From: Sebastian Reichel To: Greg Kroah-Hartman , Rob Herring Cc: Jiri Slaby , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Sebastian Reichel , Ian Ray , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, kernel@collabora.com Subject: [PATCHv5 0/2] Fix imx53-ppd UART configuration Date: Fri, 30 Apr 2021 19:50:36 +0200 Message-Id: <20210430175038.103226-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, IMHO PATCHv4 was better, but in the end I don't have strong feelings about this. Btw. I think this patchset is a good demonstration of frustrating upstream kernel development can be considering PATCHv5 is basically the same as PATCHv1. Thanks for making us go in circles :( Changes since PATCHv4: * https://lore.kernel.org/lkml/20210305115058.92284-1-sebastian.reichel@collabora.com/ * use DT property instead of sysfs config option, like the initial patch version did as requested by Greg. Changes since PATCHv3: * https://lore.kernel.org/lkml/1539249903-6316-1-git-send-email-fabien.lahoudere@collabora.com/ * rewrote commit message to provide a lot more details why this is needed * rebased to torvalds/master (5.12-rc1-dontuse), also applies on top of linux-next * use sysfs_emit() instead of sprintf -- Sebastian Fabien Lahoudere (2): serial: imx: Add DMA buffer configuration via DT ARM: dts: imx53-ppd: add dma-info nodes .../bindings/serial/fsl-imx-uart.yaml | 12 +++++++++ arch/arm/boot/dts/imx53-ppd.dts | 2 ++ drivers/tty/serial/imx.c | 25 +++++++++++++------ 3 files changed, 32 insertions(+), 7 deletions(-) -- 2.30.2