summaryrefslogtreecommitdiff
path: root/drivers/spi/kirkwood_spi.c
Commit message (Expand)AuthorAgeLines
* spi: kirkwood_spi: Add support for multiple chip-selects on MVEBUStefan Roese2016-04-06-0/+14
* spi: kirkwood_spi.c: Add compatible match ID for Armada 375Stefan Roese2016-04-04-0/+1
* spi: kirkwood_spi.c: Add driver model supportStefan Roese2016-01-14-63/+159
* spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese2016-01-14-13/+28
* spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2014-10-23-1/+2
* spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese2014-10-23-0/+10
* arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2014-10-23-1/+1
* arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-23-1/+1
* spi: kirkwood_spi.c: cosmetic: Fix minor coding style issuesStefan Roese2014-09-24-8/+6
* spi: kirkwood_spi.c: Make global variable staticStefan Roese2014-09-24-1/+1
* spi: kirkwood_spi.c: Some fixes and cleanupStefan Roese2014-09-24-6/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-19-4/+1
* kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-09-7/+5
* kw_spi: fix clock prescaler computationValentin Longchamp2012-09-03-2/+3
* kw_spi: add weak functions board_spi_claim/release_busValentin Longchamp2012-07-07-1/+12
* kw_spi: support spi_claim/release_bus functionsValentin Longchamp2012-07-07-0/+36
* kw_spi: backup and reset the MPP of the chosen CS pinValentin Longchamp2012-07-07-9/+6
* kirkwood_spi: correct access to irq_mask registerIan Campbell2012-02-12-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-28-0/+5
|\
| * kirkwood_spi: add dummy spi_init()Michael Walle2011-10-27-0/+4
| * ARM: kirkwood: reduce dependence of including platform fileLei Wen2011-10-27-0/+1
* | GCC4.6: Squash warnings in kirkwood_spi.cMarek Vasut2011-10-27-2/+2
|/
* spi: Add Marvell Kirkwood SPI driverPrafulla Wadaskar2009-06-26-0/+185