index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw-mmio.c
Age
Commit message (
Expand
)
Author
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
2019-10-22
spi: dw: Move runtime PM enable/disable from common to platform driver part
Jarkko Nikula
2019-10-01
spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller
Phil Edworthy
2019-09-04
spi: dw-mmio: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-22
spi: dw-mmio: Clock should be shut when error occurs
Andy Shevchenko
2019-07-22
spi: dw-mmio: Use devm_platform_ioremap_resource()
Andy Shevchenko
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
2019-03-20
spi: dw: Add support for an optional interface clock
Phil Edworthy
2019-01-09
spi: dw: Convert to use CS GPIO descriptors
Linus Walleij
2018-12-04
spi: dw-mmio: add ACPI support
Jay Fang
2018-10-11
dw: spi: add support for Amazon's Alpine spi controller
Talel Shenhar
2018-08-31
spi: dw-mmio: avoid hardcoded field mask
Alexandre Belloni
2018-08-29
spi: dw-mmio: add MSCC Jaguar2 support
Alexandre Belloni
2018-07-30
spi: dw-mmio: add MSCC Ocelot support
Alexandre Belloni
2017-04-18
spi: dw: Disable clock after unregistering the host
Marek Vasut
2016-02-05
spi: dw-mmio: remove message which is handled by core
Andy Shevchenko
2015-10-19
spi: dw-mmio: convert to unified device property API
Andy Shevchenko
2015-08-21
spi: dw: Allow interface drivers to limit data I/O to word sizes
Michael van der Westhuizen
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-03
spi: dw-mmio: add devicetree support
Steffen Trumtrar
2014-04-24
spi: dw: add support for gpio controlled chip select
Baruch Siach
2014-02-03
spi: dw-mmio: allow multiple instances
Baruch Siach
2013-12-31
spi: dw-mmio: prepare the clock before enabling
Baruch Siach
2013-12-31
spi: dw: use managed resources
Baruch Siach
2013-09-17
spi: designware: delete premature free_irq
Julia Lawall
2013-05-13
spi: remove unnecessary platform_set_drvdata()
Jingoo Han
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2011-10-31
spi: Add module.h to implicit users in drivers/spi
Paul Gortmaker
2011-10-25
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-06-06
spi: reorganize drivers
Grant Likely