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
*
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegra
Tom Rini
2020-04-03
1
-16
/
+23
|
\
|
*
qspi: t210: Use dev_read calls to get FDT data like base, freq
Tom Warren
2020-04-02
1
-8
/
+7
|
*
qspi: t210: Fix QSPI clock and tap delays
Tom Warren
2020-04-02
1
-9
/
+15
|
*
qspi: t210: Fix claim_bus's use of the wrong bus/device
Tom Warren
2020-04-02
1
-2
/
+4
*
|
spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses
Tudor Ambarus
2020-04-02
1
-18
/
+96
*
|
spi: atmel-quadspi: fix possible MMIO window size overrun
Tudor Ambarus
2020-04-02
1
-0
/
+11
|
/
*
mpc8xxx_spi: implement real ->set_speed
Rasmus Villemoes
2020-03-31
1
-11
/
+53
*
mpc8xxx_spi: always use 8-bit characters, don't read or write garbage
Rasmus Villemoes
2020-03-31
1
-53
/
+27
*
mpc8xxx_spi: put max_cs to use
Rasmus Villemoes
2020-03-31
1
-2
/
+7
*
dm: core: Drop the inclusion of linux/compat.h in dm.h
Simon Glass
2020-02-05
1
-0
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
14
-0
/
+16
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
5
-0
/
+5
*
spi: ich: Drop while loop in hardware sequencing erase case
Wolfgang Wallner
2020-02-04
1
-10
/
+2
*
spi: cadence-qspi: Add compatible for TI AM654
Vignesh Raghavendra
2020-01-27
1
-0
/
+1
*
spi: cadence-qspi: Add support for Cadence Octal SPI controller
Vignesh Raghavendra
2020-01-27
2
-2
/
+7
*
mtd: spi-nor-core: Add octal mode support
Vignesh Raghavendra
2020-01-27
2
-0
/
+12
*
spi: cadence-qspi: Add direct mode support
Vignesh Raghavendra
2020-01-27
3
-33
/
+91
*
spi: cadence_qspi: Move to spi-mem framework
Vignesh Raghavendra
2020-01-27
3
-178
/
+91
*
spi: ti_qspi: Add support for CS other than CS0
Vignesh Raghavendra
2020-01-27
1
-8
/
+13
*
spi: prevent overriding established bus settings
Marcin Wojtas
2020-01-27
1
-9
/
+11
*
dm: spi: Check cs number before accessing slaves
Bin Meng
2020-01-27
1
-19
/
+26
*
spi: nxp_fspi: new driver for the FlexSPI controller
Michael Walle
2020-01-27
3
-0
/
+1004
*
spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360
Philippe Reynes
2020-01-23
1
-1
/
+2
*
common: Move clock functions into a new file
Simon Glass
2020-01-17
1
-0
/
+1
*
spi: Fix manual relocation calling more times
Ashok Reddy Soma
2020-01-14
1
-15
/
+19
*
Merge branch 'next'
Tom Rini
2020-01-06
6
-131
/
+469
|
\
|
*
spi: ich: Add Apollo Lake support
Simon Glass
2019-12-15
2
-5
/
+15
|
*
spi: ich: Add TPL support
Simon Glass
2019-12-15
1
-4
/
+44
|
*
spi: ich: Add support for get_mmap() method
Simon Glass
2019-12-15
1
-0
/
+32
|
*
spi: ich: Support hardware sequencing
Simon Glass
2019-12-15
2
-3
/
+245
|
*
spi: ich: Support of-platdata for fast-spi
Simon Glass
2019-12-15
1
-3
/
+15
|
*
spi: ich: Correct max-size bug in ich_spi_adjust_size()
Simon Glass
2019-12-15
1
-3
/
+5
|
*
spi: ich: Add mmio_base to struct ich_spi_platdata
Simon Glass
2019-12-15
2
-19
/
+13
|
*
spi: ich: Various small tidy-ups
Simon Glass
2019-12-15
1
-9
/
+8
|
*
spi: ich: Fix header order
Simon Glass
2019-12-15
1
-2
/
+2
|
*
spi: ich: Convert to livetree
Simon Glass
2019-12-15
1
-17
/
+5
|
*
spi: ich: Move the protection/lockdown code into a function
Simon Glass
2019-12-15
2
-20
/
+44
|
*
spi: ich: Move init function just above probe()
Simon Glass
2019-12-15
1
-61
/
+61
|
*
x86: spi: Don't enable SPI_FLASH_BAR by default
Simon Glass
2019-12-15
1
-1
/
+0
|
*
spi: Correct operations check in dm_spi_xfer()
Simon Glass
2019-12-15
2
-9
/
+5
|
*
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2019-12-15
2
-7
/
+7
*
|
spi: rk: Limit transfers to (64K - 1) bytes
Jagan Teki
2019-12-27
1
-2
/
+8
|
/
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
3
-0
/
+3
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
9
-0
/
+9
*
spi: cadence_qspi: support DM_CLK
Simon Goldschmidt
2019-11-20
2
-2
/
+20
*
configs: spi: Add the SPI_FLASH_BAR for ESPI
Xiaowei Bao
2019-11-08
1
-0
/
+1
*
spi: Add support for memory-mapped flash
Simon Glass
2019-11-03
2
-0
/
+25
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2019-10-30
8
-10
/
+41
|
\
|
*
spi: designware_spi: Disable and free clock when remove driver
Ley Foon Tan
2019-10-25
1
-1
/
+15
|
*
spi: Kconfig: Enable SPI_SUNXI for SUNXI
Jagan Teki
2019-10-25
1
-0
/
+1
[next]