index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-amd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: amd: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-14
1
-1
/
+1
*
spi: amd: switch to use modern name
Yang Yingliang
2023-08-07
1
-25
/
+25
*
spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
Andy Shevchenko
2023-07-11
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
-2
/
+2
*
spi: amd: Fix SPI_SPD7 value
Vitaly Rodionov
2022-11-04
1
-1
/
+1
*
spi: amd: Fix speed selection
Shreeya Patel
2022-08-30
1
-4
/
+1
*
spi: amd: Configure device speed
Lucas Tanure
2022-08-25
1
-0
/
+97
*
spi: amd: Setup all xfers before opcode execution
Cristian Ciocaltea
2022-08-18
1
-46
/
+47
*
spi: amd: Add struct and enum kernel-doc comments
Cristian Ciocaltea
2022-07-06
1
-2
/
+12
*
spi: amd: Drop io_base_addr member from struct amd_spi
Cristian Ciocaltea
2022-07-06
1
-1
/
+0
*
spi: amd: Make use of dev_err_probe()
Cristian Ciocaltea
2022-07-06
1
-11
/
+8
*
spi: amd: Make use of devm_spi_alloc_master()
Cristian Ciocaltea
2022-07-06
1
-11
/
+4
*
spi: amd: Limit max transfer and message size
Cristian Ciocaltea
2022-07-06
1
-0
/
+8
*
spi: amd: Fix building without ACPI enabled
André Almeida
2022-02-16
1
-1
/
+1
*
spi: amd: Add support for version AMDI0062
André Almeida
2022-02-14
1
-10
/
+71
*
spi: amd: Remove needless rom_addr variable
André Almeida
2022-02-14
1
-1
/
+0
*
spi: amd: Use iopoll for busy waiting
André Almeida
2022-02-14
1
-9
/
+4
*
spi: amd: Don't wait for a write-only transfer to finish
Lucas Tanure
2021-09-13
1
-2
/
+10
*
spi: amd: Remove unneeded variable
Lucas Tanure
2021-09-13
1
-6
/
+3
*
spi: amd: Refactor amd_spi_busy_wait
Lucas Tanure
2021-09-13
1
-8
/
+2
*
spi: amd: Refactor code to use less spi_master_get_devdata
Lucas Tanure
2021-09-13
1
-60
/
+34
*
spi: amd: Use devm_platform_ioremap_resource() in amd_spi_probe
Qing Zhang
2020-11-23
1
-4
/
+1
*
spi: spi-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
2020-07-17
1
-0
/
+2
*
spi: amd: Drop superfluous member from struct amd_spi
Lukas Wunner
2020-05-04
1
-4
/
+2
*
spi: amd: Fix refcount underflow on remove
Lukas Wunner
2020-05-04
1
-12
/
+1
*
spi: amd: Drop duplicate driver data assignments
Lukas Wunner
2020-05-04
1
-2
/
+0
*
spi: amd: Pass probe errors back to driver core
Lukas Wunner
2020-05-04
1
-1
/
+1
*
spi: amd: Fix duplicate iounmap in error path
Lukas Wunner
2020-05-04
1
-3
/
+1
*
spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()
Wei Yongjun
2020-04-29
1
-3
/
+2
*
spi: spi-amd: fix warning
Sanjay R Mehta
2020-04-28
1
-1
/
+1
*
spi: spi-amd: Add AMD SPI controller driver support
Sanjay R Mehta
2020-04-27
1
-0
/
+333