usb-dmac.c (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | usb-dmac.c (901fd85251e5dea328d287352d99e342d05c6e09) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Renesas USB DMA Controller Driver 3 * 4 * Copyright (C) 2015 Renesas Electronics Corporation 5 * 6 * based on rcar-dmac.c 7 * Copyright (C) 2014 Renesas Electronics Inc. 8 * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2/* 3 * Renesas USB DMA Controller Driver 4 * 5 * Copyright (C) 2015 Renesas Electronics Corporation 6 * 7 * based on rcar-dmac.c 8 * Copyright (C) 2014 Renesas Electronics Inc. 9 * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
9 * 10 * This is free software; you can redistribute it and/or modify 11 * it under the terms of version 2 of the GNU General Public License as 12 * published by the Free Software Foundation. | |
13 */ 14 15#include <linux/delay.h> 16#include <linux/dma-mapping.h> 17#include <linux/dmaengine.h> 18#include <linux/interrupt.h> 19#include <linux/list.h> 20#include <linux/module.h> --- 897 unchanged lines hidden --- | 10 */ 11 12#include <linux/delay.h> 13#include <linux/dma-mapping.h> 14#include <linux/dmaengine.h> 15#include <linux/interrupt.h> 16#include <linux/list.h> 17#include <linux/module.h> --- 897 unchanged lines hidden --- |