Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
a9c89bf1669cbeb7bce6ae7a626eb9f2120af73f
/
drivers
/
spi
d7d0003
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 8 years ago
5f89a15
omap3: Fix SPI registers on am33xx and am43xx
by Martin Hejnfelt
· 8 years ago
5fabf2e
ath79: spi: Remove the explicit pinctrl setting
by Wills Wang
· 9 years ago
b85dc46
drivers: spi: add spi support for QCA/Atheros ath79 SOCs
by Wills Wang
· 9 years ago
7a3eff4
dm: spi: introduce dm api
by Peng Fan
· 9 years ago
102412c
dm: spi: soft_spi: switch to use linux compatible string
by Peng Fan
· 9 years ago
b6d54d5
dm: spi: soft_spi bug fix
by Peng Fan
· 9 years ago
5a824c4
mtd: cqspi: Simplify indirect read code
by Marek Vasut
· 9 years ago
26da635
mtd: cqspi: Simplify indirect write code
by Marek Vasut
· 9 years ago
9fc5663
spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU
by Stefan Roese
· 9 years ago
951f1b5
spi: kirkwood_spi.c: Add compatible match ID for Armada 375
by Stefan Roese
· 9 years ago
41bccb8
spi: omap3: Fix multiple definition of 'priv'
by Jagan Teki
· 9 years ago
77b8d04
spi: omap3: Convert to driver model
by Jagan Teki
· 9 years ago
03661d8
spi: omap3: Make local functions as static
by Jagan Teki
· 9 years ago
682c172
spi: omap3: Move headers code inside the driver
by Jagan Teki
· 9 years ago
e6601df
dm: ti_qspi: Fix conversion of address to a pointer
by Lokesh Vutla
· 9 years ago
674f360
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
by Christophe Ricard
· 9 years ago
3963919
spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx
by Christophe Ricard
· 9 years ago
518b0af
spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined
by Mugunthan V N
· 9 years ago
3e389d8
dm: pch: Rename get_sbase op to get_spi_base
by Bin Meng
· 9 years ago
6e670b5
spi: ich: Change PCHV_ to ICHV_
by Bin Meng
· 9 years ago
1f9eb59
spi: ich: Use compatible strings to distinguish controller version
by Bin Meng
· 9 years ago
9eb4339
spi: ich: Some clean up
by Bin Meng
· 9 years ago
cd85bec
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
940d2b8
spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue
by Gong Qianyu
· 9 years ago
5207014
spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
by Gong Qianyu
· 9 years ago
c2a4cb1
spi: fsl_qspi: fix compile warning for 64-bit platform
by Gong Qianyu
· 9 years ago
f2b85ab
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
by Simon Glass
· 9 years ago
fffe25d
spi: ich: Separate out the read/write trace from normal debugging
by Simon Glass
· 9 years ago
90a2847
rockchip: spi: Remove the explicit pinctrl setting
by Simon Glass
· 9 years ago
e15af8e
rockchip: spi: Correct chip-enable code
by Simon Glass
· 9 years ago
183a3a0
rockchip: spi: Implement the delays
by Simon Glass
· 9 years ago
2b9fe11
rockchip: spi: Correct the bus init code
by Simon Glass
· 9 years ago
28a943c
rockchip: spi: Remember the last speed to avoid re-setting it
by Simon Glass
· 9 years ago
6d97786
rockchip: spi: Avoid setting the pinctrl twice
by Simon Glass
· 9 years ago
71037d1
rockchip: spi: Update the driver to use the new clock ID
by Simon Glass
· 9 years ago
74d49bf
spi: ti_qspi: Use 4-byte opcode for mmap read
by Vignesh R
· 9 years ago
22bd03a
spi: rk_spi: Fix debug format warning
by Tom Rini
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
9985bdb
spi: kirkwood_spi.c: Add driver model support
by Stefan Roese
· 9 years ago
18dd3b2
spi: kirkwood_spi.c: Prepare for driver model support
by Stefan Roese
· 9 years ago
106f813
drivers: spi: ti_qspi: convert driver to adopt device driver model
by Mugunthan V N
· 9 years ago
f8e2f92
spi: Add support for dual and quad mode
by Mugunthan V N
· 9 years ago
2230914
drivers: spi: ti_qspi: prepare driver for DM conversion
by Mugunthan V N
· 9 years ago
9c42558
drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
by Mugunthan V N
· 9 years ago
ec712f4
drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
by Mugunthan V N
· 9 years ago
91292e0
spi: Rename op_mode_rx to mode_rx
by Jagan Teki
· 9 years ago
e5961f0
spi: Rename SPI_OPM_RX_* to SPI_RX_*
by Jagan Teki
· 9 years ago
cdf3393
spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD
by Jagan Teki
· 9 years ago
095a41d
spi: Use mode instead of op_mode_tx
by Jagan Teki
· 9 years ago
8770413
spi: fsl_qspi: fix an error of using GENMASK
by Gong Qianyu
· 9 years ago
04a44d3
spi: zynq_qspi: Add configuration to disable LQSPI feature
by Nathan Rossi
· 9 years ago
beedbc2
fsl_qspi: Pet the watchdog while reading/writing
by Alexander Stein
· 9 years ago
76de51a
spi: xilinx: Add new compatible strings
by Michal Simek
· 9 years ago
8e4920e
spi: Kconfig: Fix correct target name for ZynqMP
by Michal Simek
· 9 years ago
23ef5ae
spi: zynq_spi: Add cadence compatible string
by Michal Simek
· 9 years ago
cd337da
spi: ti_qspi: Fix SPI_3WIRE checking using mode
by Jagan Teki
· 9 years ago
379b49d
spi: Get spi-3wire from dts
by Jagan Teki
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
9ef671c
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
281f156
dm: spi: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 9 years ago
7313e21
altera_spi: change ioremap to map_physmem
by Thomas Chou
· 9 years ago
857db48
spi: ti_qspi: Add dummy readl for bus sync
by Vignesh R
· 9 years ago
4e675ff
Tegra: T210: Add QSPI driver
by Tom Warren
· 9 years ago
ddf34c2
spi: altera_spi: minor clean up
by Thomas Chou
· 9 years ago
4e609b6
spi: cadence_qspi: Ensure check for max frequency in place
by Chin Liang See
· 9 years ago
040f4ba
spi: cadence_qspi: Fix fdt read of spi-max-frequency
by Chin Liang See
· 9 years ago
98fbd71
spi: cadence_qspi: Ensure spi_calibration is run when sclk change
by Chin Liang See
· 9 years ago
446d37c
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
bef87ad
spi: altera_spi: Minor cleanup
by Jagan Teki
· 9 years ago
9c63d44
spi: altera_spi: Use BIT macro
by Jagan Teki
· 9 years ago
2431492
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
d243630
spi: xilinx_spi: Use GENMASK
by Jagan Teki
· 9 years ago
76538ec
spi: tegra: Use GENMASK
by Jagan Teki
· 9 years ago
0ebc0ec
spi: omap3_spi: Use GENMASK
by Jagan Teki
· 9 years ago
bad490a
spi: fsl_qspi: Use GENMASK
by Jagan Teki
· 9 years ago
95e77d9
spi: designware_spi: Use GENMASK
by Jagan Teki
· 9 years ago
a9d3b78
spi: atmel_spi: Use GENMASK
by Jagan Teki
· 9 years ago
5ea392d
spi: xilinx_spi: Use BIT macro
by Jagan Teki
· 9 years ago
847720c
spi: ti_qspi: Use BIT macro
by Jagan Teki
· 9 years ago
f692248
spi: tegra: Use BIT macro
by Jagan Teki
· 9 years ago
ccaa948
spi: sh_qspi: Use BIT macro
by Jagan Teki
· 9 years ago
3e1b4dc
spi: omap3_spi: Use BIT macro
by Jagan Teki
· 9 years ago
a048d4b
spi: mpc8xxx_spi: Use BIT macro
by Jagan Teki
· 9 years ago
69fd4c3
spi: ich: Use BIT macro
by Jagan Teki
· 9 years ago
29e6abd
spi: fsl: Use BIT macro
by Jagan Teki
· 9 years ago
431a9f0
spi: designware_spi: Use BIT macro
by Jagan Teki
· 9 years ago
b7e83b0
spi: cadence_qspi_apb: Use BIT macro
by Jagan Teki
· 9 years ago
c0d1ea4
spi: bfin_spi6xx: Use BIT macro
by Jagan Teki
· 9 years ago
a48c4eb
spi: atmel_spi: Use BIT macro
by Jagan Teki
· 9 years ago
9cf2ffb
spi: zynq_[q]spi: Use GENMASK macro
by Jagan Teki
· 9 years ago
736b4df
spi: zynq_[q]spi: Use BIT macro
by Jagan Teki
· 9 years ago
e5e0d68
spi: zynq_qspi: Minor cleanups
by Jagan Teki
· 9 years ago
86e99b9
spi: zynq_spi: Remove unneeded headers
by Jagan Teki
· 9 years ago
2775e91
spi: zynq_qspi: Fix to configure CPOL, CPHA mask
by Jagan Teki
· 9 years ago
1912699
spi: zynq_spi: Store cs value into private data
by Jagan Teki
· 9 years ago
dda6241
spi: zynq_spi: Rename baudrate divisor mask name
by Jagan Teki
· 9 years ago
46ab8a6
spi: zynq_spi: Add config reg shift named macros
by Jagan Teki
· 9 years ago
78a025a
spi: Kconfig: Add Zynq QSPI controller entry
by Jagan Teki
· 9 years ago
46d0a99
spi: Add zynq qspi controller driver
by Jagan Teki
· 9 years ago
Next »