index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: ich-spi: Convert driver to spi-mem ops
Bernhard Messerklinger
2019-08-09
2
-172
/
+95
*
Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-07-27
1
-83
/
+317
|
\
|
*
spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)
Lukasz Majewski
2019-07-19
1
-83
/
+317
*
|
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
2019-07-27
7
-381
/
+716
|
\
\
|
*
|
spi: Drop obsolete mtk_qspi driver references
Weijie Gao
2019-07-25
3
-368
/
+0
|
*
|
spi: add spi-mem driver for MediaTek MT7629 SoC
Weijie Gao
2019-07-25
3
-0
/
+328
|
*
|
spi: Add SiFive SPI driver
Bhargav Shah
2019-07-18
3
-0
/
+379
|
*
|
drivers/spi: fsl_qspi: improve timeout calculation
Thomas Schaefer
2019-07-18
1
-11
/
+6
|
*
|
drivers/spi: fsl_qspi: fix read timeout
Thomas Schaefer
2019-07-18
1
-5
/
+4
|
*
|
spi: spi-mem: Fix read data size issue
Ye Li
2019-07-18
1
-3
/
+5
|
|
/
*
/
spi: stm32_qspi: Remove "st, stm32-qspi" compatible string
Patrice Chotard
2019-07-22
1
-1
/
+0
|
/
*
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2019-07-14
2
-16
/
+19
|
\
|
*
spi: stm32: Fix warnings when compiling with W=1
Patrick Delaunay
2019-07-12
1
-5
/
+6
|
*
spi: stm32_qspi: avoid warnings when building with W=1 option
Patrick Delaunay
2019-07-12
1
-11
/
+13
*
|
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2019-07-11
2
-5
/
+12
|
\
\
|
*
|
spi: Avoid using malloc() in a critical function
Simon Glass
2019-07-10
1
-4
/
+11
|
*
|
sandbox: Correct spi flash operation
Simon Glass
2019-07-10
1
-1
/
+1
|
|
/
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2019-07-11
1
-36
/
+16
|
\
\
|
*
|
km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards
Pascal Linder
2019-07-11
1
-36
/
+0
|
*
|
km/spi: add weak functions to kirkwood_spi driver (DM part)
Pascal Linder
2019-07-11
1
-0
/
+16
|
|
/
*
/
spi: Add SPI controller driver for UniPhier SoCs
Kunihiko Hayashi
2019-07-10
3
-0
/
+422
|
/
*
spi: Add Atmel QuadSPI driver
Tudor Ambarus
2019-07-09
3
-0
/
+545
*
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2019-06-17
1
-0
/
+4
|
\
|
*
spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED
Jagan Teki
2019-06-13
1
-0
/
+1
|
*
spi: Kconfig: Mark SOFT_SPI as DEPRECATED
Jagan Teki
2019-06-13
1
-0
/
+1
|
*
spi: Kconfig: Mark SH_SPI as DEPRECATED
Jagan Teki
2019-06-13
1
-0
/
+1
|
*
spi: Kconfig: Mark MXS_SPI has DEPRECATED
Jagan Teki
2019-06-13
1
-0
/
+1
*
|
Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
Tom Rini
2019-06-11
3
-0
/
+624
|
\
\
|
*
|
spi: stm32: Add Serial Peripheral Interface driver for STM32MP
Patrice Chotard
2019-06-06
3
-0
/
+624
*
|
|
Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx
Tom Rini
2019-06-11
1
-24
/
+53
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: imx: work with cs greater 0
Heiko Schocher
2019-06-11
1
-22
/
+52
|
*
|
spi: imx: remove doubled pointer from mxc_spi_probe
Heiko Schocher
2019-06-11
1
-4
/
+3
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2019-06-10
2
-96
/
+193
|
\
\
|
|
/
|
/
|
|
*
spi: mpc8xxx: Convert to DM
Jagan Teki
2019-06-10
2
-42
/
+112
|
*
spi: mpc8xxx: Use get_timer
Mario Six
2019-06-10
1
-4
/
+7
|
*
spi: mpc8xxx: Fix if check
Mario Six
2019-06-10
1
-1
/
+1
|
*
spi: mpc8xxx: Re-order transfer setup
Mario Six
2019-06-10
1
-5
/
+5
|
*
spi: mpc8xxx: Document LEN setting better
Mario Six
2019-06-10
1
-11
/
+5
|
*
spi: mpc8xxx: Rename variable
Mario Six
2019-06-10
1
-4
/
+4
|
*
spi: mpc8xxx: Make code more readable
Mario Six
2019-06-10
1
-8
/
+19
|
*
spi: mpc8xxx: Reduce scope of loop variables
Mario Six
2019-06-10
1
-6
/
+5
|
*
spi: mpc8xxx: Simplify logic a bit
Mario Six
2019-06-10
1
-10
/
+13
|
*
spi: mpc8xxx: Get rid of is_read
Mario Six
2019-06-10
1
-5
/
+7
|
*
spi: mpc8xxx: Simplify if
Mario Six
2019-06-10
1
-7
/
+5
|
*
spi: mpc8xxx: Use IO accessors
Mario Six
2019-06-10
1
-19
/
+19
|
*
spi: mpc8xxx: Replace defines with enums
Mario Six
2019-06-10
1
-7
/
+19
|
*
spi: mpc8xxx: Fix function names in strings
Mario Six
2019-06-10
1
-4
/
+5
|
*
spi: mpc8xxx: Fix space after cast
Mario Six
2019-06-10
1
-3
/
+3
|
*
spi: mpc8xxx: Rename camel-case variables
Mario Six
2019-06-10
1
-11
/
+11
|
*
spi: mpc8xxx: Fix comments
Mario Six
2019-06-10
1
-8
/
+14
[next]