index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
kirkwood_spi.c
Age
Commit message (
Expand
)
Author
2019-07-11
km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards
Pascal Linder
2019-07-11
km/spi: add weak functions to kirkwood_spi driver (DM part)
Pascal Linder
2018-08-03
spi: kirkwood: add orion-spi compatible string
Chris Packham
2018-08-03
spi: kirkwood: Get drvdata in .ofdata_to_platdata
Jagan Teki
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-24
spi: kirkwood_spi: implement workaround for FE-9144572
Chris Packham
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2016-11-18
spi: kirkwood_spi: implement mvebu_spi_set_mode()
Chris Packham
2016-04-06
spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU
Stefan Roese
2016-04-04
spi: kirkwood_spi.c: Add compatible match ID for Armada 375
Stefan Roese
2016-01-14
spi: kirkwood_spi.c: Add driver model support
Stefan Roese
2016-01-14
spi: kirkwood_spi.c: Prepare for driver model support
Stefan Roese
2014-10-23
spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE
Stefan Roese
2014-10-23
spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's
Stefan Roese
2014-10-23
arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h
Stefan Roese
2014-10-23
arm: marvell: Move arch/kirkwood.h to arch/soc.h
Stefan Roese
2014-09-24
spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues
Stefan Roese
2014-09-24
spi: kirkwood_spi.c: Make global variable static
Stefan Roese
2014-09-24
spi: kirkwood_spi.c: Some fixes and cleanup
Stefan Roese
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-19
spi: Use spi_alloc_slave() in each SPI driver
Simon Glass
2013-01-09
kirkwood: make MPP arrays static const
Albert ARIBAUD
2012-09-03
kw_spi: fix clock prescaler computation
Valentin Longchamp
2012-07-07
kw_spi: add weak functions board_spi_claim/release_bus
Valentin Longchamp
2012-07-07
kw_spi: support spi_claim/release_bus functions
Valentin Longchamp
2012-07-07
kw_spi: backup and reset the MPP of the chosen CS pin
Valentin Longchamp
2012-02-12
kirkwood_spi: correct access to irq_mask register
Ian Campbell
2011-10-28
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-10-27
GCC4.6: Squash warnings in kirkwood_spi.c
Marek Vasut
2011-10-27
kirkwood_spi: add dummy spi_init()
Michael Walle
2011-10-27
ARM: kirkwood: reduce dependence of including platform file
Lei Wen
2009-06-26
spi: Add Marvell Kirkwood SPI driver
Prafulla Wadaskar