index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
/
spi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: don't include ptp_clock_kernel.h in spi.h
Jakub Kicinski
2022-01-07
1
-1
/
+1
*
Merge branch 'spi-5.15' into spi-5.16
Mark Brown
2021-10-14
1
-0
/
+3
|
\
|
*
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
2021-10-14
1
-0
/
+3
*
|
spi: Make several public functions private to spi.c
Uwe Kleine-König
2021-10-07
1
-53
/
+0
*
|
spi: Remove unused function spi_busnum_to_master()
Uwe Kleine-König
2021-10-07
1
-2
/
+0
|
/
*
spi: modify set_cs_timing parameter
Mason Zhang
2021-08-05
1
-2
/
+1
*
spi: move cs spi_delay to spi_device
Mason Zhang
2021-08-05
1
-11
/
+9
*
spi: <linux/spi/spi.h>: add missing struct kernel-doc entry
Randy Dunlap
2021-07-11
1
-1
/
+2
*
spi: core: add dma_map_dev for dma device
Vinod Koul
2021-06-25
1
-0
/
+1
*
spi: add ancillary device support
Sebastian Reichel
2021-06-22
1
-0
/
+2
*
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
2021-06-09
1
-5
/
+0
*
spi: Switch to signed types for *_native_cs SPI controller fields
Andy Shevchenko
2021-05-11
1
-2
/
+2
*
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-04-15
1
-0
/
+3
|
\
|
*
spi: Fix use-after-free with devm_spi_alloc_*
William A. Kennington III
2021-04-08
1
-0
/
+3
*
|
spi: Remove repeated struct declaration
Wan Jiabing
2021-04-01
1
-1
/
+0
*
|
Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...
Mark Brown
2021-03-16
1
-4
/
+3
|
\
\
|
*
|
spi: Remove support for dangling device properties
Heikki Krogerus
2021-03-16
1
-4
/
+0
|
*
|
spi: Add support for software nodes
Heikki Krogerus
2021-03-16
1
-1
/
+4
|
|
/
*
/
spi: core: remove 'delay_usecs' field from spi_transfer
Alexandru Ardelean
2021-03-12
1
-12
/
+0
|
/
*
spi: Change provied to provided in the file spi.h
Bhaskar Chowdhury
2021-02-08
1
-1
/
+1
*
spi: spi-mem: Mark dummy transfers by setting dummy_data bit
Sowjanya Komatineni
2021-01-06
1
-0
/
+2
*
spi: Add SPI_NO_TX/RX support
Dragos Bogdan
2020-12-28
1
-0
/
+17
*
spi: uapi: unify SPI modes into a single spi.h header
Alexandru Ardelean
2020-12-28
1
-21
/
+2
*
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2020-11-27
1
-0
/
+19
|
\
|
*
spi: Introduce device-managed SPI controller allocation
Lukas Wunner
2020-11-12
1
-0
/
+19
*
|
spi: introduce SPI_MODE_X_MASK macro
Oleksij Rempel
2020-11-11
1
-0
/
+1
|
/
*
spi: correct kernel-doc inconsistency
Colton Lewis
2020-07-27
1
-6
/
+2
*
spi: fix duplicated word in <linux/spi/spi.h>
Randy Dunlap
2020-07-17
1
-2
/
+2
*
spi: use kthread_create_worker() helper
Marek Szyprowski
2020-07-09
1
-4
/
+2
*
spi: Avoid setting the chip select if we don't need to
Douglas Anderson
2020-07-01
1
-0
/
+4
*
spi: introduce fallback to pio
Robin Gong
2020-06-23
1
-0
/
+7
*
docs: spi: spi.h: fix a doc building warning
Mauro Carvalho Chehab
2020-04-20
1
-0
/
+1
*
spi: update the structure documentation
Qiujun Huang
2020-03-10
1
-0
/
+3
*
spi: Do spi_take_timestamp_pre for as many times as necessary
Vladimir Oltean
2020-03-05
1
-2
/
+1
*
spi: Allow SPI controller override device buswidth
John Garry
2020-02-28
1
-0
/
+3
*
Merge branch 'spi-5.6' into spi-next
Mark Brown
2020-01-23
1
-0
/
+8
|
\
|
*
spi: Add generic support for unused native cs with cs-gpios
Geert Uytterhoeven
2020-01-07
1
-0
/
+8
*
|
spi: Don't look at TX buffer for PTP system timestamping
Vladimir Oltean
2019-12-27
1
-2
/
+2
|
/
*
spi: document CS setup, hold & inactive times in header
Alexandru Ardelean
2019-10-23
1
-0
/
+5
*
spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
Alexandru Ardelean
2019-10-15
1
-0
/
+1
*
spi: implement SW control for CS times
Alexandru Ardelean
2019-10-15
1
-0
/
+5
*
spi: tegra114: change format for `spi_set_cs_timing()` function
Alexandru Ardelean
2019-10-15
1
-3
/
+6
*
spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
Alexandru Ardelean
2019-10-15
1
-0
/
+18
*
spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
Alexandru Ardelean
2019-10-15
1
-5
/
+2
*
spi: sprd: convert transfer word delay to spi_delay struct
Alexandru Ardelean
2019-10-15
1
-2
/
+2
*
spi: make `cs_change_delay` the first user of the `spi_delay` logic
Alexandru Ardelean
2019-10-15
1
-3
/
+1
*
spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
Alexandru Ardelean
2019-10-15
1
-3
/
+15
*
spi: Add a PTP system timestamp to the transfer structure
Vladimir Oltean
2019-10-07
1
-0
/
+61
*
Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next
Mark Brown
2019-07-04
1
-0
/
+2
|
\
|
*
spi: Allow SPI devices to request the pumping thread be realtime
Douglas Anderson
2019-05-23
1
-0
/
+2
[next]