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.c
Age
Commit message (
Expand
)
Author
2022-03-17
spi: Fix erroneous sgs value with min_t()
Biju Das
2022-03-17
spi: Get sgs size fix into branch
Mark Brown
2022-03-08
spi: Fix invalid sgs value
Biju Das
2022-02-28
spi: use specific last_cs instead of last_cs_enable
Yun Zhou
2022-02-18
spi: use sysfs_emit() for printing statistics and add trailing newline
Heiner Kallweit
2022-02-14
spi: Retire legacy GPIO handling
Linus Walleij
2022-02-09
spi: make remove callback a void function
Mark Brown
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2022-02-02
spi: Replace acpi_bus_get_device()
Rafael J. Wysocki
2022-02-01
spi: Add API to count spi acpi resources
Stefan Binding
2022-02-01
spi: Support selection of the index of the ACPI Spi Resource before alloc
Stefan Binding
2022-02-01
spi: Create helper API to lookup ACPI info for spi device
Stefan Binding
2022-02-01
spi: Make spi_alloc_device and spi_add_device public again
Stefan Binding
2022-01-07
spi: don't include ptp_clock_kernel.h in spi.h
Jakub Kicinski
2021-12-13
spi: Fix incorrect cs_setup delay handling
Hector Martin
2021-11-24
spi: Fix condition in the __spi_register_driver()
Andy Shevchenko
2021-11-23
spi: Fix multi-line comment style
Andy Shevchenko
2021-11-23
spi: Replace memset() with __GFP_ZERO
Andy Shevchenko
2021-11-22
spi: deduplicate spi_match_id() in __spi_register_driver()
Andy Shevchenko
2021-11-15
Merge existing fixes from spi/for-5.16 into new branch
Mark Brown
2021-11-12
spi: fix use-after-free of the add_lock mutex
Michael Walle
2021-11-01
Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2021-10-18
Merge tag 'v5.15-rc6' into regulator-5.16
Mark Brown
2021-10-14
Merge branch 'spi-5.15' into spi-5.16
Mark Brown
2021-10-14
spi-mux: Fix false-positive lockdep splats
Uwe Kleine-König
2021-10-14
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
2021-10-07
spi: Make several public functions private to spi.c
Uwe Kleine-König
2021-10-07
spi: Reorder functions to simplify the next commit
Uwe Kleine-König
2021-10-07
spi: Remove unused function spi_busnum_to_master()
Uwe Kleine-König
2021-10-07
spi: Move comment about chipselect check to the right place
Uwe Kleine-König
2021-09-22
spi: Check we have a spi_device_id for each DT compatible
Mark Brown
2021-09-21
spi: Revert modalias changes
Mark Brown
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-08-26
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
2021-08-06
Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-08-05
spi: move cs spi_delay to spi_device
Mason Zhang
2021-07-22
spi: update modalias_show after of_device_uevent_modalias support
Andreas Schwab
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-06-25
Merge remote-tracking branch 'spi/for-5.14' into spi-next
Mark Brown
2021-06-25
Merge remote-tracking branch 'spi/for-5.12' into spi-linus
Mark Brown
2021-06-25
spi: core: add dma_map_dev for dma device
Vinod Koul
2021-06-24
spi: Fix self assignment issue with ancillary->mode
Colin Ian King
2021-06-22
spi: add ancillary device support
Sebastian Reichel
2021-06-15
spi: add of_device_uevent_modalias support
Marco Felsch
2021-06-09
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
2021-06-01
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-05-26
spi: Enable tracing of the SPI setup CS selection
Andy Shevchenko
2021-05-14
spi: Don't have controller clean up spi device before driver unbind
Saravana Kannan
2021-05-12
spi: Assume GPIO CS active high in ACPI case
Andy Shevchenko
[next]