index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-pxa2xx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: pxa2xx: Move PM runtime handling to the glue drivers
Andy Shevchenko
2024-08-22
1
-14
/
+1
*
spi: pxa2xx: Do not override dev->platform_data on probe
Andy Shevchenko
2024-08-22
1
-3
/
+2
*
spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
2024-06-10
1
-4
/
+2
*
spi: pxa2xx: Move platform driver to a separate file
Andy Shevchenko
2024-06-03
1
-207
/
+8
*
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: pxa2xx: Don't provide struct chip_data for others
Andy Shevchenko
2024-05-03
1
-0
/
+8
*
spi: pxa2xx: Remove timeout field from struct chip_data
Andy Shevchenko
2024-05-03
1
-3
/
+1
*
spi: pxa2xx: Remove DMA parameters from struct chip_data
Andy Shevchenko
2024-05-03
1
-33
/
+7
*
spi: pxa2xx: Drop struct pxa2xx_spi_chip
Andy Shevchenko
2024-05-03
1
-25
/
+0
*
spi: pxa2xx: Don't use "proxy" headers
Andy Shevchenko
2024-05-03
1
-3
/
+7
*
spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
Andy Shevchenko
2024-05-03
1
-1
/
+0
*
spi: pxa2xx: Allow number of chip select pins to be read from property
Andy Shevchenko
2024-05-03
1
-1
/
+5
*
spi: pxa2xx: Move number of CS pins validation out of condition
Andy Shevchenko
2024-04-15
1
-8
/
+7
*
spi: pxa2xx: Call pxa_ssp_free() after getting the SSP type
Andy Shevchenko
2024-04-02
1
-1
/
+3
*
spi: pxa2xx: Skip SSP initialization if it's done elsewhere
Andy Shevchenko
2024-03-28
1
-0
/
+9
*
spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helper
Andy Shevchenko
2024-03-28
1
-28
/
+38
*
spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()
Andy Shevchenko
2024-03-28
1
-6
/
+3
*
spi: pxa2xx: Switch to use dev_err_probe()
Andy Shevchenko
2024-03-26
1
-12
/
+7
*
spi: remove struct spi_message::is_dma_mapped
David Lechner
2024-03-25
1
-11
/
+0
*
spi: pxa2xx: switch to use modern name
Yang Yingliang
2023-08-21
1
-12
/
+12
*
spi: pxa2xx: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-14
1
-1
/
+1
*
spi: pxa2xx: Mark OF related data as maybe unused
Krzysztof Kozlowski
2023-03-13
1
-1
/
+1
*
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-3
/
+3
*
spi: pxa2xx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-06
1
-4
/
+2
*
spi: pxa2xx: Move OF and ACPI ID tables closer to their user
Andy Shevchenko
2022-10-24
1
-19
/
+19
*
spi: pxa2xx: Remove no more needed PCI ID table
Andy Shevchenko
2022-10-24
1
-115
/
+2
*
spi: pxa2xx: Respect Intel SSP type given by a property
Andy Shevchenko
2022-10-24
1
-0
/
+12
*
spi: pxa2xx: Validate the correctness of the SSP type
Andy Shevchenko
2022-10-24
1
-2
/
+4
*
spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()
Andy Shevchenko
2022-10-21
1
-8
/
+3
*
spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()
Andy Shevchenko
2022-10-21
1
-5
/
+5
*
spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()
Andy Shevchenko
2022-10-18
1
-2
/
+1
*
Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2022-10-05
1
-3
/
+1
|
\
|
*
spi: pxa2xx: Remove the unneeded result variable
ye xingchen
2022-08-25
1
-3
/
+1
*
|
spi: pxa2xx: Refactor _UID handling to use acpi_dev_uid_to_integer()
Andy Shevchenko
2022-09-19
1
-27
/
+10
|
/
*
spi: pxa2xx: Add support for Intel Meteor Lake-P
Jarkko Nikula
2022-06-30
1
-0
/
+4
*
spi: pxa2xx: Add support for Intel Raptor Lake PCH-S
Jarkko Nikula
2022-02-16
1
-0
/
+5
*
spi: pxa2xx_spi: Convert to use GPIO descriptors
Linus Walleij
2022-01-31
1
-62
/
+1
*
spi: pxa2xx: Propagate firmware node
Andy Shevchenko
2021-12-23
1
-2
/
+1
*
spi: pxa2xx: Get rid of unused enable_loopback member
Andy Shevchenko
2021-11-29
1
-3
/
+2
*
spi: pxa2xx: Get rid of unused ->cs_control()
Andy Shevchenko
2021-11-29
1
-18
/
+0
*
spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data
Andy Shevchenko
2021-11-23
1
-29
/
+6
*
spi: pxa2xx: Adapt reset_sccr1() to the case when no message available
Andy Shevchenko
2021-07-22
1
-3
/
+10
[next]