Commit Graph

463 Commits (379b3280b30c4aad5ff0fdf1cd6431c5fa6861b1)

Author SHA1 Message Date
Bin Meng 3e389d8ba6 dm: pch: Rename get_sbase op to get_spi_base 9 years ago
Bin Meng 6e670b5c4d spi: ich: Change PCHV_ to ICHV_ 9 years ago
Bin Meng 1f9eb59d27 spi: ich: Use compatible strings to distinguish controller version 9 years ago
Bin Meng 9eb4339ba4 spi: ich: Some clean up 9 years ago
Gong Qianyu 940d2b89bf spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue 9 years ago
Gong Qianyu 5207014deb spi: fsl_qspi: Fix qspi_op_rdid memcpy issue 9 years ago
Gong Qianyu c2a4cb17b4 spi: fsl_qspi: fix compile warning for 64-bit platform 9 years ago
Simon Glass f2b85ab5e6 dm: x86: spi: Convert ICH SPI driver to driver model PCI API 9 years ago
Simon Glass fffe25db04 spi: ich: Separate out the read/write trace from normal debugging 9 years ago
Simon Glass 90a28470fc rockchip: spi: Remove the explicit pinctrl setting 9 years ago
Simon Glass e15af8e2cd rockchip: spi: Correct chip-enable code 9 years ago
Simon Glass 183a3a0f67 rockchip: spi: Implement the delays 9 years ago
Simon Glass 2b9fe111ec rockchip: spi: Correct the bus init code 9 years ago
Simon Glass 28a943c110 rockchip: spi: Remember the last speed to avoid re-setting it 9 years ago
Simon Glass 6d97786b4c rockchip: spi: Avoid setting the pinctrl twice 9 years ago
Simon Glass 71037d1ca0 rockchip: spi: Update the driver to use the new clock ID 9 years ago
Vignesh R 74d49bfde3 spi: ti_qspi: Use 4-byte opcode for mmap read 9 years ago
Tom Rini 22bd03a6a2 spi: rk_spi: Fix debug format warning 9 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 9 years ago
Stefan Roese 9985bdb1ce spi: kirkwood_spi.c: Add driver model support 9 years ago
Stefan Roese 18dd3b2221 spi: kirkwood_spi.c: Prepare for driver model support 9 years ago
Mugunthan V N 106f813907 drivers: spi: ti_qspi: convert driver to adopt device driver model 9 years ago
Mugunthan V N f8e2f92d41 spi: Add support for dual and quad mode 9 years ago
Mugunthan V N 223091443c drivers: spi: ti_qspi: prepare driver for DM conversion 9 years ago
Mugunthan V N 9c42558afb drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion 9 years ago
Mugunthan V N ec712f490d drivers: spi: ti_qspi: do not hard code chip select for memory map configuration 9 years ago
Jagan Teki 91292e0bee spi: Rename op_mode_rx to mode_rx 9 years ago
Jagan Teki e5961f0706 spi: Rename SPI_OPM_RX_* to SPI_RX_* 9 years ago
Jagan Teki cdf3393814 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD 9 years ago
Jagan Teki 095a41d3c2 spi: Use mode instead of op_mode_tx 9 years ago
Gong Qianyu 8770413f38 spi: fsl_qspi: fix an error of using GENMASK 9 years ago
Nathan Rossi 04a44d3671 spi: zynq_qspi: Add configuration to disable LQSPI feature 9 years ago
Alexander Stein beedbc2ea0 fsl_qspi: Pet the watchdog while reading/writing 9 years ago
Michal Simek 76de51a6da spi: xilinx: Add new compatible strings 9 years ago
Michal Simek 8e4920e53e spi: Kconfig: Fix correct target name for ZynqMP 9 years ago
Michal Simek 23ef5aea84 spi: zynq_spi: Add cadence compatible string 9 years ago
Jagan Teki cd337da21e spi: ti_qspi: Fix SPI_3WIRE checking using mode 9 years ago
Jagan Teki 379b49d82e spi: Get spi-3wire from dts 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Michal Simek 281f1566b8 dm: spi: Add support for all targets which requires MANUAL_RELOC 9 years ago
Thomas Chou 7313e21a1e altera_spi: change ioremap to map_physmem 9 years ago
Vignesh R 857db48e5f spi: ti_qspi: Add dummy readl for bus sync 9 years ago
Tom Warren 4e675ff244 Tegra: T210: Add QSPI driver 9 years ago
Thomas Chou ddf34c2606 spi: altera_spi: minor clean up 9 years ago
Chin Liang See 4e609b6cb1 spi: cadence_qspi: Ensure check for max frequency in place 9 years ago
Chin Liang See 040f4ba742 spi: cadence_qspi: Fix fdt read of spi-max-frequency 9 years ago
Chin Liang See 98fbd71d7a spi: cadence_qspi: Ensure spi_calibration is run when sclk change 9 years ago
Jagan Teki bef87adf95 spi: altera_spi: Minor cleanup 9 years ago
Jagan Teki 9c63d44e92 spi: altera_spi: Use BIT macro 9 years ago
Jagan Teki d2436301c5 spi: xilinx_spi: Use GENMASK 9 years ago