Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
12ca05a38bd47b207a6e616e80f2ab0453faf527
/
drivers
/
spi
df87e6b
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
711b534
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
fc0b594
Various, accumulated typos collected from around the tree.
by Robert P. J. Day
· 8 years ago
3c6b176
spi: fsl_qspi: Preserve endianness of QSPI MCR
by York Sun
· 8 years ago
3fda4ef
spi: Add driver for Marvell Armada 3700 SoC
by Stefan Roese
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
19d051a
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 8 years ago
21b1dd1
spi: Kconfig: Move FSL_QSPI entry to non-dm place
by Jagan Teki
· 8 years ago
5f647c2
spi: zynq: Use variable to remove u32 to u64 conversions
by Michal Simek
· 8 years ago
08fe9c2
spi: Use mode for rx mode flags
by Jagan Teki
· 8 years ago
28b69f6
spi: ti_qspi: Remove unnecessary udelay for AM437x
by Vignesh R
· 8 years ago
2603685
spi: ti_qspi: use 128 bit transfer mode when writing to flash
by Vignesh R
· 8 years ago
d299828
spi: zynq_spi: Fix infinite looping while xfer
by Lad, Prabhakar
· 8 years ago
4832c7f
spi: tegra: fix hang in set_mode()
by Stephen Warren
· 8 years ago
5405817
spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value
by Chin Liang See
· 8 years ago
04e5c6d
driver: spi: fsl-qspi: remove compile Warnings
by Yunhui Cui
· 8 years ago
a6f56ad
spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock
by Vignesh R
· 8 years ago
fee3b6a
spi: ti_qspi: Remove delay in read path for dra7xx
by Vignesh R
· 8 years ago
c595a28
spi: ti_qspi: Fix compiler warning when DEBUG macro is set
by Vignesh R
· 8 years ago
69eeefa
spi: ti_qspi: Fix failure on multiple READ_ID cmd
by Vignesh R
· 8 years ago
9119548
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
2e3f1ff
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
96907c0
dm: spi: Read default speed and mode values from DT
by Vignesh R
· 8 years ago
2372e14
spi: cadence_quadspi: Enable QUAD mode based on DT data
by Vignesh R
· 8 years ago
dac3bf2
spi: cadence_qspi_apb: Support 32 bit AHB address
by Vignesh R
· 8 years ago
192bb75
spi: davinci_spi: Convert to driver to adapt to DM
by Vignesh R
· 8 years ago
c8864d7
spi: spi-uclass: fix typo in debug output
by Anatolij Gustschin
· 9 years ago
8dfd6e2
driver: qspi: correct QSPI disable CS reset value
by Praneeth Bajjuri
· 8 years ago
135aa95
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
e19b900
spi: pic32_spi: add SPI master driver for PIC32 SoC.
by Purna Chandra Mandal
· 8 years ago
fc15b9b
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
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
febffe8
spi: fsl_qspi: Enable Spansion S25FS-S family flashes
by Yuan Yao
· 9 years ago
4e14741
spi: fsl_qspi: Assign AMBA mem according CS num in dts
by Yuan Yao
· 9 years ago
bf9bffa
spi: fsl_qspi: Fix issues on arm64
by Yuan Yao
· 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
Next »