index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-amd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-2
/
+2
2022-11-04
spi: amd: Fix SPI_SPD7 value
Vitaly Rodionov
1
-1
/
+1
2022-08-30
spi: amd: Fix speed selection
Shreeya Patel
1
-4
/
+1
2022-08-25
spi: amd: Configure device speed
Lucas Tanure
1
-0
/
+97
2022-08-18
spi: amd: Setup all xfers before opcode execution
Cristian Ciocaltea
1
-46
/
+47
2022-07-06
spi: amd: Add struct and enum kernel-doc comments
Cristian Ciocaltea
1
-2
/
+12
2022-07-06
spi: amd: Drop io_base_addr member from struct amd_spi
Cristian Ciocaltea
1
-1
/
+0
2022-07-06
spi: amd: Make use of dev_err_probe()
Cristian Ciocaltea
1
-11
/
+8
2022-07-06
spi: amd: Make use of devm_spi_alloc_master()
Cristian Ciocaltea
1
-11
/
+4
2022-07-06
spi: amd: Limit max transfer and message size
Cristian Ciocaltea
1
-0
/
+8
2022-02-16
spi: amd: Fix building without ACPI enabled
André Almeida
1
-1
/
+1
2022-02-14
spi: amd: Add support for version AMDI0062
André Almeida
1
-10
/
+71
2022-02-14
spi: amd: Remove needless rom_addr variable
André Almeida
1
-1
/
+0
2022-02-14
spi: amd: Use iopoll for busy waiting
André Almeida
1
-9
/
+4
2021-09-13
spi: amd: Don't wait for a write-only transfer to finish
Lucas Tanure
1
-2
/
+10
2021-09-13
spi: amd: Remove unneeded variable
Lucas Tanure
1
-6
/
+3
2021-09-13
spi: amd: Refactor amd_spi_busy_wait
Lucas Tanure
1
-8
/
+2
2021-09-13
spi: amd: Refactor code to use less spi_master_get_devdata
Lucas Tanure
1
-60
/
+34
2020-11-23
spi: amd: Use devm_platform_ioremap_resource() in amd_spi_probe
Qing Zhang
1
-4
/
+1
2020-07-17
spi: spi-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
1
-0
/
+2
2020-05-04
spi: amd: Drop superfluous member from struct amd_spi
Lukas Wunner
1
-4
/
+2
2020-05-04
spi: amd: Fix refcount underflow on remove
Lukas Wunner
1
-12
/
+1
2020-05-04
spi: amd: Drop duplicate driver data assignments
Lukas Wunner
1
-2
/
+0
2020-05-04
spi: amd: Pass probe errors back to driver core
Lukas Wunner
1
-1
/
+1
2020-05-04
spi: amd: Fix duplicate iounmap in error path
Lukas Wunner
1
-3
/
+1
2020-04-29
spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()
Wei Yongjun
1
-3
/
+2
2020-04-28
spi: spi-amd: fix warning
Sanjay R Mehta
1
-1
/
+1
2020-04-27
spi: spi-amd: Add AMD SPI controller driver support
Sanjay R Mehta
1
-0
/
+333