index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacks
Andy Shevchenko
2024-06-03
1
-19
/
+33
*
spi: pxa2xx: Remove superflous check for Intel Atom SoCs
Andy Shevchenko
2024-06-03
1
-15
/
+11
*
spi: pxa2xx: Remove duplicate check
Andy Shevchenko
2024-06-03
1
-3
/
+0
*
spi: pxa2xx: Print DMA burst size only when DMA is enabled
Andy Shevchenko
2024-06-03
1
-1
/
+2
*
spi: pxa2xx: Utilise temporary variable for struct device
Andy Shevchenko
2024-06-03
1
-10
/
+11
*
spi: pxa2xx: Remove hard coded number of chip select pins
Andy Shevchenko
2024-06-03
1
-4
/
+0
*
spi: pxa2xx: Remove no more needed driver data
Andy Shevchenko
2024-06-03
1
-6
/
+6
*
spi: pxa2xx: Reorganize the SSP type retrieval
Andy Shevchenko
2024-06-03
1
-14
/
+11
*
spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resource
Andy Shevchenko
2024-06-03
1
-18
/
+32
*
spi: Merge up fixes
Mark Brown
2024-06-03
3
-6
/
+25
|
\
|
*
spi: stm32: Don't warn about spurious interrupts
Uwe Kleine-König
2024-05-29
1
-1
/
+1
|
*
spi: Assign dummy scatterlist to unidirectional transfers
Andy Shevchenko
2024-05-29
1
-0
/
+9
|
*
spi: cadence: Ensure data lines set to low during dummy-cycle period
Witold Sadowski
2024-05-29
1
-5
/
+15
*
|
Add support for GPIO based CS
Mark Brown
2024-05-29
1
-1
/
+5
|
\
\
|
*
|
spi: spi-microchip-core: Add support for GPIO based CS
Prajna Rajendra Kumar
2024-05-27
1
-0
/
+4
|
*
|
spi: spi-microchip-core: Fix the number of chip selects supported
Prajna Rajendra Kumar
2024-05-27
1
-1
/
+1
|
|
/
*
|
spi: gpio: Convert to be used outside of OF
Mark Brown
2024-05-29
1
-41
/
+25
|
\
\
|
*
|
spi: gpio: Use traditional pattern when checking error codes
Andy Shevchenko
2024-05-27
1
-8
/
+7
|
*
|
spi: gpio: Make use of device properties
Andy Shevchenko
2024-05-27
1
-33
/
+18
|
|
/
*
|
spi: bitbang: Clean up the driver
Mark Brown
2024-05-29
1
-46
/
+27
|
\
\
|
*
|
spi: bitbang: Convert unsigned to unsigned int
Andy Shevchenko
2024-05-27
1
-24
/
+18
|
*
|
spi: bitbang: Use typedef for txrx_*() callbacks
Andy Shevchenko
2024-05-27
1
-22
/
+9
|
|
/
*
|
spi: differentiate between unsupported and invalid
Mark Brown
2024-05-29
4
-14
/
+16
|
\
\
|
*
|
spi: wpcm-fiu: differentiate between unsupported and invalid requests
Miquel Raynal
2024-05-27
1
-3
/
+3
|
*
|
spi: rpc-if: differentiate between unsupported and invalid requests
Miquel Raynal
2024-05-27
1
-6
/
+6
|
*
|
spi: mxic: differentiate between unsupported and invalid requests
Miquel Raynal
2024-05-27
1
-1
/
+1
|
*
|
spi: dw: differentiate between unsupported and invalid requests
Miquel Raynal
2024-05-27
1
-4
/
+6
|
|
/
*
|
Add optional reset control for Cadence SPI
Mark Brown
2024-05-29
1
-0
/
+13
|
\
\
|
*
|
spi: spi-cadence: Add optional reset control support
Ji Sheng Teoh
2024-05-27
1
-0
/
+13
|
|
/
*
|
spi: Refactor spi_stop_queue()
Andy Shevchenko
2024-05-27
1
-15
/
+10
*
|
spi: Replace custom code with device_match_acpi_handle()
Andy Shevchenko
2024-05-27
1
-2
/
+2
*
|
spi: atmel-quadspi: Add missing check for clk_prepare
Chen Ni
2024-05-27
1
-2
/
+9
*
|
spi: imx: remove empty cleanup function
Martin Kaiser
2024-05-27
1
-5
/
+0
*
|
spi: axi-spi-engine: Add SPI_CS_HIGH support
David Lechner
2024-05-27
1
-0
/
+34
|
/
*
soi: Don't call DMA sync API when not needed
Mark Brown
2024-05-23
40
-517
/
+1909
|
\
|
*
spi: Check if transfer is mapped before calling DMA sync APIs
Andy Shevchenko
2024-05-23
1
-5
/
+13
|
*
spi: Don't mark message DMA mapped when no transfer in it is
Andy Shevchenko
2024-05-23
1
-0
/
+4
|
*
spi: dw: Bail out early on unsupported target mode
Geert Uytterhoeven
2024-05-09
1
-0
/
+5
|
*
spi: Remove unneded check for orig_nents
Andy Shevchenko
2024-05-08
1
-14
/
+8
|
*
spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
Mark Brown
2024-05-06
5
-118
/
+69
|
|
\
|
|
*
spi: pxa2xx: Don't provide struct chip_data for others
Andy Shevchenko
2024-05-03
2
-8
/
+8
|
|
*
spi: pxa2xx: Remove timeout field from struct chip_data
Andy Shevchenko
2024-05-03
2
-4
/
+1
|
|
*
spi: pxa2xx: Remove DMA parameters from struct chip_data
Andy Shevchenko
2024-05-03
3
-61
/
+9
|
|
*
spi: pxa2xx: Drop struct pxa2xx_spi_chip
Andy Shevchenko
2024-05-03
3
-46
/
+2
|
|
*
spi: pxa2xx: Don't use "proxy" headers
Andy Shevchenko
2024-05-03
4
-7
/
+22
|
|
*
spi: pxa2xx: Remove outdated documentation
Andy Shevchenko
2024-05-03
1
-2
/
+1
|
|
*
spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
Andy Shevchenko
2024-05-03
4
-5
/
+37
|
|
*
spi: pxa2xx: Allow number of chip select pins to be read from property
Andy Shevchenko
2024-05-03
1
-1
/
+5
|
*
|
spi: dw: Auto-detect number of native CS
Mark Brown
2024-05-06
3
-11
/
+19
|
|
\
\
|
|
*
|
spi: dw: Drop default number of CS setting
Serge Semin
2024-05-03
1
-6
/
+2
[next]