shdma-base.c (415d2b3392d7a80903e0f97f051201aa02bf20e9) | shdma-base.c (901fd85251e5dea328d287352d99e342d05c6e09) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Dmaengine driver base library for DMA controllers, found on SH-based SoCs 3 * 4 * extracted from shdma.c 5 * 6 * Copyright (C) 2011-2012 Guennadi Liakhovetski <g.liakhovetski@gmx.de> 7 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 8 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. 9 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. | 2/* 3 * Dmaengine driver base library for DMA controllers, found on SH-based SoCs 4 * 5 * extracted from shdma.c 6 * 7 * Copyright (C) 2011-2012 Guennadi Liakhovetski <g.liakhovetski@gmx.de> 8 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. 10 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. |
10 * 11 * This is free software; you can redistribute it and/or modify 12 * it under the terms of version 2 of the GNU General Public License as 13 * published by the Free Software Foundation. | |
14 */ 15 16#include <linux/delay.h> 17#include <linux/shdma-base.h> 18#include <linux/dmaengine.h> 19#include <linux/init.h> 20#include <linux/interrupt.h> 21#include <linux/module.h> --- 1044 unchanged lines hidden --- | 11 */ 12 13#include <linux/delay.h> 14#include <linux/shdma-base.h> 15#include <linux/dmaengine.h> 16#include <linux/init.h> 17#include <linux/interrupt.h> 18#include <linux/module.h> --- 1044 unchanged lines hidden --- |