Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
fcac1ddd0f64194bebb214f093beb24581132992
/
drivers
/
spi
fcac1dd
spi: ich: Separate out the read/write trace from normal debugging
by Simon Glass
· 9 years ago
c45aec9
rockchip: spi: Remove the explicit pinctrl setting
by Simon Glass
· 9 years ago
2c9693c
rockchip: spi: Correct chip-enable code
by Simon Glass
· 9 years ago
58a52e8
rockchip: spi: Implement the delays
by Simon Glass
· 9 years ago
f9ed818
rockchip: spi: Correct the bus init code
by Simon Glass
· 9 years ago
30508e9
rockchip: spi: Remember the last speed to avoid re-setting it
by Simon Glass
· 9 years ago
f2e033f
rockchip: spi: Avoid setting the pinctrl twice
by Simon Glass
· 9 years ago
a95049e
rockchip: spi: Update the driver to use the new clock ID
by Simon Glass
· 9 years ago
2e29b64
spi: ti_qspi: Use 4-byte opcode for mmap read
by Vignesh R
· 9 years ago
7ccac29
spi: rk_spi: Fix debug format warning
by Tom Rini
· 9 years ago
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
27139a6
spi: kirkwood_spi.c: Add driver model support
by Stefan Roese
· 9 years ago
ff74ca4
spi: kirkwood_spi.c: Prepare for driver model support
by Stefan Roese
· 9 years ago
540a115
drivers: spi: ti_qspi: convert driver to adopt device driver model
by Mugunthan V N
· 9 years ago
4b0f40c
spi: Add support for dual and quad mode
by Mugunthan V N
· 9 years ago
cd46773
drivers: spi: ti_qspi: prepare driver for DM conversion
by Mugunthan V N
· 9 years ago
e206d30
drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
by Mugunthan V N
· 9 years ago
132e007
drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
by Mugunthan V N
· 9 years ago
155c19f
spi: Rename op_mode_rx to mode_rx
by Jagan Teki
· 9 years ago
3dce555
spi: Rename SPI_OPM_RX_* to SPI_RX_*
by Jagan Teki
· 9 years ago
71331b3
spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD
by Jagan Teki
· 9 years ago
26a0b19
spi: Use mode instead of op_mode_tx
by Jagan Teki
· 9 years ago
44f65f8
spi: fsl_qspi: fix an error of using GENMASK
by Gong Qianyu
· 9 years ago
b115078
spi: zynq_qspi: Add configuration to disable LQSPI feature
by Nathan Rossi
· 9 years ago
9b2c8a9
fsl_qspi: Pet the watchdog while reading/writing
by Alexander Stein
· 9 years ago
7465f31
spi: xilinx: Add new compatible strings
by Michal Simek
· 9 years ago
f5a0371
spi: Kconfig: Fix correct target name for ZynqMP
by Michal Simek
· 9 years ago
8eb23ec
spi: zynq_spi: Add cadence compatible string
by Michal Simek
· 9 years ago
e955f90
spi: ti_qspi: Fix SPI_3WIRE checking using mode
by Jagan Teki
· 9 years ago
d3868fd
spi: Get spi-3wire from dts
by Jagan Teki
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
8760394
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
28d7e4e
dm: spi: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 9 years ago
3f1f1a2
altera_spi: change ioremap to map_physmem
by Thomas Chou
· 9 years ago
43ad9ce
spi: ti_qspi: Add dummy readl for bus sync
by Vignesh R
· 9 years ago
5fb0c84
Tegra: T210: Add QSPI driver
by Tom Warren
· 9 years ago
ef4b350
spi: altera_spi: minor clean up
by Thomas Chou
· 9 years ago
cb4ac0b
spi: cadence_qspi: Ensure check for max frequency in place
by Chin Liang See
· 9 years ago
f1d200f
spi: cadence_qspi: Fix fdt read of spi-max-frequency
by Chin Liang See
· 9 years ago
36431f9
spi: cadence_qspi: Ensure spi_calibration is run when sclk change
by Chin Liang See
· 9 years ago
5ded014
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
a6f4875
spi: altera_spi: Minor cleanup
by Jagan Teki
· 9 years ago
8e7c888
spi: altera_spi: Use BIT macro
by Jagan Teki
· 9 years ago
42c65e8
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
a2888d0
spi: xilinx_spi: Use GENMASK
by Jagan Teki
· 9 years ago
54badcb
spi: tegra: Use GENMASK
by Jagan Teki
· 9 years ago
1a56d6c
spi: omap3_spi: Use GENMASK
by Jagan Teki
· 9 years ago
da1fdfd
spi: fsl_qspi: Use GENMASK
by Jagan Teki
· 9 years ago
fac4491
spi: designware_spi: Use GENMASK
by Jagan Teki
· 9 years ago
493d28a
spi: atmel_spi: Use GENMASK
by Jagan Teki
· 9 years ago
f0a0141
spi: xilinx_spi: Use BIT macro
by Jagan Teki
· 9 years ago
f16e4db
spi: ti_qspi: Use BIT macro
by Jagan Teki
· 9 years ago
7f7ccf7
spi: tegra: Use BIT macro
by Jagan Teki
· 9 years ago
3857b34
spi: sh_qspi: Use BIT macro
by Jagan Teki
· 9 years ago
5b79e43
spi: omap3_spi: Use BIT macro
by Jagan Teki
· 9 years ago
f9c9f6a
spi: mpc8xxx_spi: Use BIT macro
by Jagan Teki
· 9 years ago
827afe5
spi: ich: Use BIT macro
by Jagan Teki
· 9 years ago
c97ca92
spi: fsl: Use BIT macro
by Jagan Teki
· 9 years ago
b17746d
spi: designware_spi: Use BIT macro
by Jagan Teki
· 9 years ago
99d7167
spi: cadence_qspi_apb: Use BIT macro
by Jagan Teki
· 9 years ago
42e3db7
spi: bfin_spi6xx: Use BIT macro
by Jagan Teki
· 9 years ago
8722286
spi: atmel_spi: Use BIT macro
by Jagan Teki
· 9 years ago
e1af6ae
spi: zynq_[q]spi: Use GENMASK macro
by Jagan Teki
· 9 years ago
f94b3f7
spi: zynq_[q]spi: Use BIT macro
by Jagan Teki
· 9 years ago
cc7ae3d
spi: zynq_qspi: Minor cleanups
by Jagan Teki
· 9 years ago
697cdaa
spi: zynq_spi: Remove unneeded headers
by Jagan Teki
· 9 years ago
c27f1c1
spi: zynq_qspi: Fix to configure CPOL, CPHA mask
by Jagan Teki
· 9 years ago
12c941e
spi: zynq_spi: Store cs value into private data
by Jagan Teki
· 9 years ago
08dd095
spi: zynq_spi: Rename baudrate divisor mask name
by Jagan Teki
· 9 years ago
be47fc3
spi: zynq_spi: Add config reg shift named macros
by Jagan Teki
· 9 years ago
f2e1c41
spi: Kconfig: Add Zynq QSPI controller entry
by Jagan Teki
· 9 years ago
7fbea8a
spi: Add zynq qspi controller driver
by Jagan Teki
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
c589954
spi : convert altera_spi to driver model
by Thomas Chou
· 9 years ago
374c56f
x86: spi: Add support for Wildcat Point
by George McCollister
· 9 years ago
960dad9
spi: tegra20: Add support for mode selection
by Mirza Krak
· 9 years ago
a61e216
spi: zynq_spi: Fix to configure CPOL, CPHA mask
by Jagan Teki
· 9 years ago
0dc543f
spi: xilinx_spi: Fix to configure CPOL, CPHA mask
by Jagan Teki
· 9 years ago
69bab55
bitops: introduce BIT() definition
by Heiko Schocher
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
d1c1377
rockchip: Add SPI driver
by Simon Glass
· 9 years ago
0971778
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
9c09d39
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
a5bba8d
spi: ti_qspi: Use DMA to read from qspi flash
by Vignesh R
· 9 years ago
41c1f4a
ti: qspi: set flash quad bit based on quad support flag
by vishalm@ti.com
· 9 years ago
74f8486
ARM: exynos: move SoC sources to mach-exynos
by Thomas Abraham
· 9 years ago
8fb39c4
spi: omap3_spi: add am43xx support to omap3_spi
by Nikita Kiryanov
· 9 years ago
aa5b66c
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type
by York Sun
· 9 years ago
905ed0b
exynos: spi: Convert the timeout to debug()
by Simon Glass
· 9 years ago
2e0ddea
spi: zynq_spi: Simplify debug macro
by Michal Simek
· 9 years ago
0cf97aa
spi: Fix zynq SPI binding
by Michal Simek
· 9 years ago
d941aaf
dm: spi: Make local functions static
by Simon Glass
· 9 years ago
f18e41c
fdt: armv8: Fix build warnings on armv8
by Haikun Wang
· 9 years ago
1694012
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
bf1623b
dm: spi: Correct BIOS protection logic for ICH9
by Simon Glass
· 9 years ago
6634f81
dm: spi: Correct status register access width
by Simon Glass
· 9 years ago
7f66bc1
dm: spi: Correct minor nits in ICH driver
by Simon Glass
· 9 years ago
f206f71
spi: cadence_qspi: support FIFO width other than 4 bytes
by Vikas Manocha
· 9 years ago
480f3b5
spi: cadence_qspi: get sram size from device tree
by Vikas Manocha
· 9 years ago
215cea0
spi: cadence_qspi: move the sram partition in init
by Vikas Manocha
· 9 years ago
Next »