index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-amd.c
Age
Commit message (
Expand
)
Author
2023-08-14
spi: amd: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-07
spi: amd: switch to use modern name
Yang Yingliang
2023-07-11
spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
Andy Shevchenko
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2022-11-04
spi: amd: Fix SPI_SPD7 value
Vitaly Rodionov
2022-08-30
spi: amd: Fix speed selection
Shreeya Patel
2022-08-25
spi: amd: Configure device speed
Lucas Tanure
2022-08-18
spi: amd: Setup all xfers before opcode execution
Cristian Ciocaltea
2022-07-06
spi: amd: Add struct and enum kernel-doc comments
Cristian Ciocaltea
2022-07-06
spi: amd: Drop io_base_addr member from struct amd_spi
Cristian Ciocaltea
2022-07-06
spi: amd: Make use of dev_err_probe()
Cristian Ciocaltea
2022-07-06
spi: amd: Make use of devm_spi_alloc_master()
Cristian Ciocaltea
2022-07-06
spi: amd: Limit max transfer and message size
Cristian Ciocaltea
2022-02-16
spi: amd: Fix building without ACPI enabled
André Almeida
2022-02-14
spi: amd: Add support for version AMDI0062
André Almeida
2022-02-14
spi: amd: Remove needless rom_addr variable
André Almeida
2022-02-14
spi: amd: Use iopoll for busy waiting
André Almeida
2021-09-13
spi: amd: Don't wait for a write-only transfer to finish
Lucas Tanure
2021-09-13
spi: amd: Remove unneeded variable
Lucas Tanure
2021-09-13
spi: amd: Refactor amd_spi_busy_wait
Lucas Tanure
2021-09-13
spi: amd: Refactor code to use less spi_master_get_devdata
Lucas Tanure
2020-11-23
spi: amd: Use devm_platform_ioremap_resource() in amd_spi_probe
Qing Zhang
2020-07-17
spi: spi-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
2020-05-04
spi: amd: Drop superfluous member from struct amd_spi
Lukas Wunner
2020-05-04
spi: amd: Fix refcount underflow on remove
Lukas Wunner
2020-05-04
spi: amd: Drop duplicate driver data assignments
Lukas Wunner
2020-05-04
spi: amd: Pass probe errors back to driver core
Lukas Wunner
2020-05-04
spi: amd: Fix duplicate iounmap in error path
Lukas Wunner
2020-04-29
spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()
Wei Yongjun
2020-04-28
spi: spi-amd: fix warning
Sanjay R Mehta
2020-04-27
spi: spi-amd: Add AMD SPI controller driver support
Sanjay R Mehta