index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ 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
*
dm: Expand and complete Kconfig in drivers/
Simon Glass
2015-02-12
1
-2
/
+8
*
x86: Add SPI support to quark/galileo
Bin Meng
2015-02-06
1
-1
/
+2
*
x86: spi: Support ValleyView in ICH SPI driver
Simon Glass
2015-02-06
2
-20
/
+47
*
dm: spi: Move slave details to child platdata
Simon Glass
2015-01-29
2
-43
/
+49
*
dm: spi: Set up the spi_slave device pointer in child_pre_probe()
Simon Glass
2015-01-29
1
-0
/
+10
*
dm: spi: Move the per-child data size to the uclass
Simon Glass
2015-01-29
9
-8
/
+1
*
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-0
/
+1
*
dm: spi: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
1
-34
/
+28
*
x86: spi: Add device tree support
Simon Glass
2015-01-24
1
-0
/
+7
*
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
[next]