index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
qspi:fsl implement AHB read
Peng Fan
2015-01-09
2
-10
/
+142
*
spi: ftssp010_spi: Simplify code flow in ftssp010_[wait|wait_tx|wait_rx]
Axel Lin
2015-01-08
1
-24
/
+12
*
spi: cadence_qspi: Fix checking return value of fdt_first_subnode()
Axel Lin
2015-01-07
1
-1
/
+1
*
spi:fsl-quadspi support bank register read write
Peng Fan
2015-01-07
1
-15
/
+145
*
dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi
Marek Vasut
2015-01-06
1
-1
/
+1
*
spi: designware_spi: Fix detecting FIFO depth
Axel Lin
2015-01-06
1
-2
/
+2
*
imx:qspi add 4K erase support
Peng Fan
2014-12-31
1
-5
/
+19
*
arm:mx6sx add QSPI support
Peng Fan
2014-12-31
1
-0
/
+19
*
QuadSPI: use correct amba_base
Peng Fan
2014-12-31
1
-5
/
+25
*
QuadSPI: use QSPI_CMD_xx instead of flash opcodes
Peng Fan
2014-12-31
1
-31
/
+33
*
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2014-12-16
5
-0
/
+1747
|
\
|
*
spi: designware_spi: Some fixes / changes
Stefan Roese
2014-12-06
1
-19
/
+20
|
*
spi: Add designware master SPI DM driver used on SoCFPGA
Stefan Roese
2014-12-06
2
-0
/
+426
|
*
spi: Add Cadence QSPI DM driver used by SoCFPGA
Stefan Roese
2014-12-06
4
-0
/
+1320
*
|
x86: ich-spi: Add Intel Tunnel Creek SPI controller support
Bin Meng
2014-12-13
1
-1
/
+2
*
|
x86: ich-spi: Set the tx operation mode for ich 7
Bin Meng
2014-12-13
1
-2
/
+7
*
|
x86: ich-spi: Set the rx operation mode for ich 7
Bin Meng
2014-12-13
1
-0
/
+4
*
|
x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address
Bin Meng
2014-12-13
1
-15
/
+2
*
|
arm: omap: add support for am57xx devices
Felipe Balbi
2014-12-04
1
-4
/
+4
|
/
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-24
1
-32
/
+2
|
\
|
*
dm: spi: Use device_bind_driver() instead of our own function
Simon Glass
2014-11-22
1
-22
/
+1
|
*
dm: spi: Correct handling of SPI chip selects in sandbox
Simon Glass
2014-11-22
1
-10
/
+1
*
|
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
3
-4
/
+4
|
/
*
spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header
Heiko Schocher
2014-11-17
1
-0
/
+4
*
SPI: mxc_spi: delay initialisation until claim bus
Markus Niebel
2014-10-27
1
-16
/
+21
*
SPI: mxc_spi: remove second reset from ECSPI config handler
Markus Niebel
2014-10-27
1
-3
/
+0
*
spi: altera: Move the config options to the top
Marek Vasut
2014-10-27
1
-8
/
+8
*
spi: altera: Clean up the use of variable d
Marek Vasut
2014-10-27
1
-10
/
+13
*
spi: altera: Zap endless loop
Marek Vasut
2014-10-27
1
-2
/
+11
*
spi: altera: Clean up most checkpatch issues
Marek Vasut
2014-10-27
1
-10
/
+13
*
spi: altera: Clean up bit definitions
Marek Vasut
2014-10-27
1
-13
/
+13
*
spi: altera: Use struct-based register access
Marek Vasut
2014-10-27
1
-24
/
+25
*
Merge branch 'master' of git://git.denx.de/u-boot-imx
Tom Rini
2014-10-27
1
-0
/
+1
|
\
|
*
ARM: i.MX: provide declaration for board_spi_cs_gpio
Eric Nelson
2014-10-21
1
-0
/
+1
*
|
dm: add entries to Kconfig
Masahiro Yamada
2014-10-23
1
-0
/
+6
*
|
spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE
Stefan Roese
2014-10-23
1
-1
/
+2
*
|
spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's
Stefan Roese
2014-10-23
1
-0
/
+10
*
|
arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h
Stefan Roese
2014-10-23
1
-1
/
+1
*
|
arm: marvell: Move arch/kirkwood.h to arch/soc.h
Stefan Roese
2014-10-23
1
-1
/
+1
*
|
dm: tegra: spi: Convert to driver model
Simon Glass
2014-10-22
6
-534
/
+392
*
|
dm: exynos: Convert SPI to driver model
Simon Glass
2014-10-22
1
-333
/
+180
*
|
dm: spi: Add soft_spi implementation
Simon Glass
2014-10-22
2
-0
/
+253
*
|
dm: spi: Remove SPI_INIT feature
Simon Glass
2014-10-22
1
-5
/
+0
*
|
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
Simon Glass
2014-10-22
2
-1
/
+1
*
|
dm: sandbox: spi: Move to driver model
Simon Glass
2014-10-22
1
-126
/
+74
*
|
dm: sandbox: Add a SPI emulation uclass
Simon Glass
2014-10-22
2
-0
/
+16
*
|
dm: spi: Add a uclass for SPI
Simon Glass
2014-10-22
2
-0
/
+394
|
/
*
kconfig: add blank Kconfig files
Masahiro Yamada
2014-09-24
1
-0
/
+0
*
spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues
Stefan Roese
2014-09-24
1
-8
/
+6
*
spi: kirkwood_spi.c: Make global variable static
Stefan Roese
2014-09-24
1
-1
/
+1
[next]