From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Subject: Re: [[PATCH] 8/9] DMA-UART-Driver-for-AST2500 Date: Wed, 17 Oct 2018 11:35:31 +0530 Message-ID: <20181017060531.GU2400@vkoul-mobl> References: <1539749466-3912-1-git-send-email-open.sudheer@gmail.com> <1539749466-3912-9-git-send-email-open.sudheer@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1539749466-3912-9-git-send-email-open.sudheer@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: "sudheer.v" Cc: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Joel Stanley , Andrew Jeffery , Russell King , Dan Williams , Jiri Slaby , Thomas Gleixner , Marc Zyngier , Benjamin Herrenschmidt , Christian Borntraeger , Michael Moese , Hendrik Brueckner , Kate Stewart , Philippe Ombredanne , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org List-Id: devicetree@vger.kernel.org On 17-10-18, 09:41, sudheer.v wrote: Please add the change log describing the driver and its features > Signed-off-by: sudheer.v > --- > drivers/tty/serial/8250/8250_aspeed_uart_dma.c | 1594 ++++++++++++++++++++++++ > 1 file changed, 1594 insertions(+) > create mode 100644 drivers/tty/serial/8250/8250_aspeed_uart_dma.c > > diff --git a/drivers/tty/serial/8250/8250_aspeed_uart_dma.c b/drivers/tty/serial/8250/8250_aspeed_uart_dma.c > new file mode 100644 > index 0000000..e1019a8 > --- /dev/null > +++ b/drivers/tty/serial/8250/8250_aspeed_uart_dma.c why is this in serial. It is dmaengine driver so belongs to drivers/dma/ like other controllers. Please move it out and resubmit. While doing resubmission please take some time to understand subsystem tags to use. (hint git log will tell you) Also series has [[PATCH] 8/9] whereas it should be [PATCH 8/9] please let git generate that for you (hint git format-patch start..end does a good job) > @@ -0,0 +1,1594 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * drivers/tty/serial/8250/8250_aspeed_uart_dma.c > + * 1. 2018/07/01 Shivah Shankar created > + * 2. 2018/08/25 sudheer.veliseti modified we dont use this log in kernel. I do not see s-o-b by Shivah, that should be added. I think he should be author and you need to list changes you did.. -- ~Vinod