From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [[PATCH] 0/9] *** DMA support for UART in ASPEED's AST2500 *** Date: Thu, 25 Oct 2018 09:48:41 -0500 Message-ID: <20181025144841.GA21004@bogus> References: <1539749466-3912-1-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-1-git-send-email-open.sudheer@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: "sudheer.v" Cc: Vinod Koul , 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, linux-arm List-Id: devicetree@vger.kernel.org On Wed, Oct 17, 2018 at 09:40:57AM +0530, sudheer.v wrote: > DMA controller driver and UART dma client driver for aspeed's AST2500 > > sudheer.v (9): We need a full name for author and Signed-off-by. > DT-changes-for-DMA-UART-of-AST2500 > Defconfig-changes-for-DMA-UART-of-AST2500 > configuration-for-DMA-of-AST2500 > Documentation-DTbindings-DMA-controller-of-AST2500 > DMA-driver-for-AST2500 > configuration-for-DMA-UART-of-AST2500 > Documentation-DTbindings-DMA-UART-of-AST2500 > DMA-UART-Driver-for-AST2500 > updating MAINTAINERS for DMA and DMA-UART drivers of AST2500 Your commit messages need some work. Use 'git log --oneline ' on each directory for inspiration as to what the subject should be. DT bindings specifically are "dt-bindings: : ..." Rob