aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/dw_spi.h
Commit message (Collapse)AuthorAge
* Merge commit 'v2.6.39' into spi/nextGrant Likely2011-05-20
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
| | | | | | | | | | | | Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
* | spi/dw_spi: unify the low level read/write routinesFeng Tang2011-03-30
|/ | | | | | | | The original version has many duplicated codes for null/u8/u16 case, so unify them to make it cleaner Signed-off-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* spi/dw_spi: move dw_spi.h into drivers/spiGrant Likely2011-03-18
include/linux/dw_spi.h only includes driver internal data. It doesn't expose a platform_data configuration structure or similar (at least nothing in-tree). This patch moves the header into drivers/spi so that the scope is limited to only the dw_spi_*.c driver files Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Feng Tang <feng.tang@intel.com> Cc: spi-devel-general@lists.sourceforge.net