summaryrefslogtreecommitdiff
path: root/drivers/spi/kirkwood_spi.c
AgeCommit message (Expand)Author
2016-04-06spi: kirkwood_spi: Add support for multiple chip-selects on MVEBUStefan Roese
2016-04-04spi: kirkwood_spi.c: Add compatible match ID for Armada 375Stefan Roese
2016-01-14spi: kirkwood_spi.c: Add driver model supportStefan Roese
2016-01-14spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese
2014-10-23spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-09-24spi: kirkwood_spi.c: cosmetic: Fix minor coding style issuesStefan Roese
2014-09-24spi: kirkwood_spi.c: Make global variable staticStefan Roese
2014-09-24spi: kirkwood_spi.c: Some fixes and cleanupStefan Roese
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2013-01-09kirkwood: make MPP arrays static constAlbert ARIBAUD
2012-09-03kw_spi: fix clock prescaler computationValentin Longchamp
2012-07-07kw_spi: add weak functions board_spi_claim/release_busValentin Longchamp
2012-07-07kw_spi: support spi_claim/release_bus functionsValentin Longchamp
2012-07-07kw_spi: backup and reset the MPP of the chosen CS pinValentin Longchamp
2012-02-12kirkwood_spi: correct access to irq_mask registerIan Campbell
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-10-27GCC4.6: Squash warnings in kirkwood_spi.cMarek Vasut
2011-10-27kirkwood_spi: add dummy spi_init()Michael Walle
2011-10-27ARM: kirkwood: reduce dependence of including platform fileLei Wen
2009-06-26spi: Add Marvell Kirkwood SPI driverPrafulla Wadaskar