From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Date: Tue, 6 Mar 2018 09:10:42 -0600 Subject: [U-Boot] [PATCH v5 01/15] dma: move dma_ops to dma-uclass.h In-Reply-To: <20180305200546.12744-2-noltari@gmail.com> References: <20180212163858.25601-1-noltari@gmail.com> <20180305200546.12744-1-noltari@gmail.com> <20180305200546.12744-2-noltari@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 03/05/2018 02:05 PM, Álvaro Fernández Rojas wrote: > Move dma_ops to a separate header file, following other uclass implementations. > While doing so, this patch also improves dma_ops documentation. > > Signed-off-by: Álvaro Fernández Rojas > Reviewed-by: Simon Glass > --- > v5: fix build of ti-edma3 (reported by Grygorii Strashko) and remove unneeded > dma.h include > v4: no changes > v3: Introduce changes reported by Simon Glass: > - Improve dma-uclass.h documentation. > - Switch to live tree API. > > drivers/dma/dma-uclass.c | 2 +- > drivers/dma/ti-edma3.c | 2 +- > include/dma-uclass.h | 39 +++++++++++++++++++++++++++++++++++++++ > include/dma.h | 22 ---------------------- > 4 files changed, 41 insertions(+), 24 deletions(-) > create mode 100644 include/dma-uclass.h Reviewed-by: Grygorii Strashko -- regards, -grygorii