Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1012923pxj; Thu, 27 May 2021 17:54:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzzK6IUQl/SkJJKXoz+p4p8AfXn3LUI36M6IHTxqQNOec4pFG4TI3J2WLXBpjj5aRqr2E3x X-Received: by 2002:a5e:930d:: with SMTP id k13mr4973903iom.61.1622163251187; Thu, 27 May 2021 17:54:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622163251; cv=none; d=google.com; s=arc-20160816; b=AG6s0cKK5hLwOthIJMNr7z9E8ayi1WgfG3rAlvmB51I05kM//7KrhkWSrUBQCeCZGp Stjx4ndASZRw5o5u2HOWhFsfADHpWwNy1n+vpHqc2DG37gN6HfH19z7r7zEPMfPzKZkA 3Nt3LQp386Dm/TovBz6u3AgU/FjTrFxSANQObq22J43aa8TVmovlDNH46K53ye3qnq2S 7/e9XvMznlupcO7315igthYz5k9J7qlXMPm9ZNbECqZXo0l7bPPt+ZJqXYH2SWVqm6TA 0HFcsUFj2Aze1V4cdFQleVHV3BoTmRqsTxZ8nF2cQpJvffN47MivRQtA3hVTQGX9e1ZX zv/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=OvNaikz34k3X1I2NHMMX1l3Um3voDL2iPWK72BJCbIw=; b=FtRS2LhD36gUz3Bi0voLVyTr3i/nQHsl41gEZRIcdlQUJgIOp/7MPaMmP9f1Tse6X5 23syuvvKAlek2BI1YoqcN44ackyveyQxPVyxvUSO2Me2MQJEXFpYCjExUhCoFNZl5wa2 T3CprZhUdfXQu8NWMybpb1F1XeEIhC1+dpaUs1zG/yr3CntHMWF3zpyeYFClmDrrbFTc 3K/RMk8uUZvmldq5soQvxO7ejj+5azy+t3s5Wo/a9z9FqMiWue5R79QmlV0l7+LF1hTB qogSpzPezr+m/HGFYQIrQEQHQv8d0llqTJcxvgVna6jo0sXR2cdLvAfH4SWxhWX1Cv6j Rg3g== 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 j5si4656508iom.105.2021.05.27.17.53.56; Thu, 27 May 2021 17:54:11 -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 S234546AbhE1Avd (ORCPT + 99 others); Thu, 27 May 2021 20:51:33 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:56654 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234854AbhE1Av3 (ORCPT ); Thu, 27 May 2021 20:51:29 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id B96E91F43E94 Received: by earth.universe (Postfix, from userid 1000) id DD81D3C0C95; Fri, 28 May 2021 02:49:52 +0200 (CEST) Date: Fri, 28 May 2021 02:49:52 +0200 From: Sebastian Reichel To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCHv5 0/2] Fix imx53-ppd UART configuration Message-ID: <20210528004952.r2dnoxetqdi655d6@earth.universe> References: <20210430175038.103226-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="m3bl6ymbqbqf4442" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --m3bl6ymbqbqf4442 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Greg, On Sat, May 01, 2021 at 08:11:52AM +0200, Greg Kroah-Hartman wrote: > On Fri, Apr 30, 2021 at 07:50:36PM +0200, Sebastian Reichel wrote: > > 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 :( > >=20 > > Changes since PATCHv4: > > * https://lore.kernel.org/lkml/20210305115058.92284-1-sebastian.reiche= l@collabora.com/ > > * use DT property instead of sysfs config option, like the initial pat= ch > > version did as requested by Greg. > >=20 > > Changes since PATCHv3: > > * https://lore.kernel.org/lkml/1539249903-6316-1-git-send-email-fabien= =2Elahoudere@collabora.com/ > > * rewrote commit message to provide a lot more details why this is nee= ded > > * rebased to torvalds/master (5.12-rc1-dontuse), also applies on top o= f linux-next > > * use sysfs_emit() instead of sprintf > >=20 > > -- Sebastian > >=20 > > Fabien Lahoudere (2): > > serial: imx: Add DMA buffer configuration via DT > > ARM: dts: imx53-ppd: add dma-info nodes > >=20 > > .../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(-) > > This is the friendly semi-automated patch-bot of Greg Kroah-Hartman. > You have sent him a patch that has triggered this response. >=20 > Right now, the development tree you have sent a patch for is "closed" > due to the timing of the merge window. Don't worry, the patch(es) you > have sent are not lost, and will be looked at after the merge window is > over (after the -rc1 kernel is released by Linus). >=20 > So thank you for your patience and your patches will be reviewed at this > later time, you do not have to do anything further, this is just a short > note to let you know the patch status and so you don't worry they didn't > make it through. >=20 > thanks, >=20 > greg k-h's patch email bot Any update on this? :) -- Sebastian --m3bl6ymbqbqf4442 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAmCwPjAACgkQ2O7X88g7 +pqdqA//d35uQsHy3QDn1m2ueR83DR8U9ym2Nf0nmfqlaLzVRethCqPc0mb9catT YGQaQCd2CedvFm+zytcYtq5u5LeFgPQA67wYHQPAIaS7Qdyq/rOys5YYicvJHxjd ixRI8gE2G1cIAtbfaHJrJkMrcFYHrvF9I+uzq8MaXKJdhu+1i3UijeSPIpFfklFN EIuQY3LxhaC+lRF5tKWtm9DvwOP7qRDNmS3NeedKCUmthDJDT4f2paBv417v53hw oiQ4EDyClLb5GWGKdQLYWTRdi5vxQmmmyXIgBqRyEbiHi82umHw3M0bIVsJgt2Bx 6rfZaMnkDLd42+PUU3M/CIwqEiRugr9/UXi6n+d0g51YJZ0Chf3bcvP+rY+QufIh c9fzcnTV2ossSy1Hdk/wxutpOTtrc2EnuwwGA0iiYozU5sEtIshLYRnUYM/wxiDn QjdXOog4jX4mWZlruOF5VJg/clJw41PVdX+d5uyuOnUjj2/1SVM/5zqOlqS5All5 1pJJ1j0MYhzGV4O5TfwCNMopPeg4OjLht5wiJj8BxrhSzSH20wDLEuGrrbMMR7xa yCYAcg4WdGamcuJCta2YPRo3cJ8OV7ceZQmE/+ODxpuRs907LKEgt3/ghlr4dn7E 7YPQd+17AtR8vT7+INGAAqcmOkLGnYAWD4gMpjjYqqg7apGQeoI= =Gp10 -----END PGP SIGNATURE----- --m3bl6ymbqbqf4442--