spi-fsl-cpm.c (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | spi-fsl-cpm.c (7aa1aa6ecec2af19d9aa85430ce3e56119e21626) |
---|---|
1/* 2 * Freescale SPI controller driver cpm functions. 3 * 4 * Maintainer: Kumar Gala 5 * 6 * Copyright (C) 2006 Polycom, Inc. 7 * Copyright 2010 Freescale Semiconductor, Inc. 8 * 9 * CPM SPI and QE buffer descriptors mode support: 10 * Copyright (c) 2009 MontaVista Software, Inc. 11 * Author: Anton Vorontsov <avorontsov@ru.mvista.com> 12 * 13 * This program is free software; you can redistribute it and/or modify it 14 * under the terms of the GNU General Public License as published by the 15 * Free Software Foundation; either version 2 of the License, or (at your 16 * option) any later version. 17 */ 18#include <asm/cpm.h> | 1/* 2 * Freescale SPI controller driver cpm functions. 3 * 4 * Maintainer: Kumar Gala 5 * 6 * Copyright (C) 2006 Polycom, Inc. 7 * Copyright 2010 Freescale Semiconductor, Inc. 8 * 9 * CPM SPI and QE buffer descriptors mode support: 10 * Copyright (c) 2009 MontaVista Software, Inc. 11 * Author: Anton Vorontsov <avorontsov@ru.mvista.com> 12 * 13 * This program is free software; you can redistribute it and/or modify it 14 * under the terms of the GNU General Public License as published by the 15 * Free Software Foundation; either version 2 of the License, or (at your 16 * option) any later version. 17 */ 18#include <asm/cpm.h> |
19#include <asm/qe.h> | 19#include <soc/fsl/qe/qe.h> |
20#include <linux/dma-mapping.h> 21#include <linux/fsl_devices.h> 22#include <linux/kernel.h> 23#include <linux/module.h> 24#include <linux/of_address.h> 25#include <linux/spi/spi.h> 26#include <linux/types.h> 27#include <linux/platform_device.h> --- 379 unchanged lines hidden --- | 20#include <linux/dma-mapping.h> 21#include <linux/fsl_devices.h> 22#include <linux/kernel.h> 23#include <linux/module.h> 24#include <linux/of_address.h> 25#include <linux/spi/spi.h> 26#include <linux/types.h> 27#include <linux/platform_device.h> --- 379 unchanged lines hidden --- |