Commit Graph

471 Commits (27754d18fc1b5a5c6a6e86ababf44b382a6dc7d9)

Author SHA1 Message Date
Jagan Teki 41bccb8142 spi: omap3: Fix multiple definition of 'priv' 9 years ago
Jagan Teki 77b8d04854 spi: omap3: Convert to driver model 9 years ago
Jagan Teki 03661d85f0 spi: omap3: Make local functions as static 9 years ago
Jagan Teki 682c172350 spi: omap3: Move headers code inside the driver 9 years ago
Lokesh Vutla e6601df8ac dm: ti_qspi: Fix conversion of address to a pointer 9 years ago
Christophe Ricard 674f3609aa spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN 9 years ago
Christophe Ricard 3963919e5b spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx 9 years ago
Mugunthan V N 518b0afc33 spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined 9 years ago
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