core.c (934891b0a16c55716de9cdd6cefc82cc2b75eb4a) | core.c (b466a37fbcc99ef79ea59e40ef6aa8391430b0d8) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Core driver for the Synopsys DesignWare DMA Controller 3 * 4 * Copyright (C) 2007-2008 Atmel Corporation 5 * Copyright (C) 2010-2011 ST Microelectronics 6 * Copyright (C) 2013 Intel Corporation | 2/* 3 * Core driver for the Synopsys DesignWare DMA Controller 4 * 5 * Copyright (C) 2007-2008 Atmel Corporation 6 * Copyright (C) 2010-2011 ST Microelectronics 7 * Copyright (C) 2013 Intel Corporation |
7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 10 * published by the Free Software Foundation. | |
11 */ 12 13#include <linux/bitops.h> 14#include <linux/delay.h> 15#include <linux/dmaengine.h> 16#include <linux/dma-mapping.h> 17#include <linux/dmapool.h> 18#include <linux/err.h> --- 1271 unchanged lines hidden --- | 8 */ 9 10#include <linux/bitops.h> 11#include <linux/delay.h> 12#include <linux/dmaengine.h> 13#include <linux/dma-mapping.h> 14#include <linux/dmapool.h> 15#include <linux/err.h> --- 1271 unchanged lines hidden --- |