index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-15
spi: Correct operations check in dm_spi_xfer()
Simon Glass
2
-9
/
+5
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2
-7
/
+7
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
3
-0
/
+3
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
9
-0
/
+9
2019-11-20
spi: cadence_qspi: support DM_CLK
Simon Goldschmidt
2
-2
/
+20
2019-11-08
configs: spi: Add the SPI_FLASH_BAR for ESPI
Xiaowei Bao
1
-0
/
+1
2019-11-03
spi: Add support for memory-mapped flash
Simon Glass
2
-0
/
+25
2019-10-30
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
8
-10
/
+41
2019-10-25
Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips
Tom Rini
1
-126
/
+121
2019-10-25
spi: mt7621-spi: restore default register value after each xfer
Weijie Gao
1
-13
/
+17
2019-10-25
spi: mt7621-spi: remove data cache and rewrite its xfer function
Weijie Gao
1
-106
/
+91
2019-10-25
spi: mt7621-spi: use clock frequency from clk driver
Weijie Gao
1
-7
/
+13
2019-10-25
spi: designware_spi: Disable and free clock when remove driver
Ley Foon Tan
1
-1
/
+15
2019-10-25
spi: Kconfig: Enable SPI_SUNXI for SUNXI
Jagan Teki
1
-0
/
+1
2019-10-25
dm: spi: Change cs_info op to return -EINVAL for invalid cs num
Bin Meng
5
-5
/
+5
2019-10-25
dm: spi: Return 0 if driver does not implement ops->cs_info
Bin Meng
1
-4
/
+3
2019-10-25
spi: Kconfig: Add help text
Jagan Teki
1
-0
/
+17
2019-10-24
spi: zynqmp: Remove unused platform headers
Michal Simek
1
-2
/
+0
2019-10-15
dm: spi: Do not assume first SPI bus
Thomas Fitzsimmons
1
-1
/
+1
2019-10-11
spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock.
Kursad Oney
1
-10
/
+9
2019-10-11
spi: bcm63xx_hsspi: switch to raw I/O functions.
Kursad Oney
1
-14
/
+14
2019-10-11
spi: hsspi: allow to be used on bcm6858 and bcm63158
Kursad Oney
1
-1
/
+1
2019-10-08
spi: fsl_qspi: Add support for QSPI on iMX7ULP
Ye Li
1
-0
/
+10
2019-10-08
spi: fsl_qspi: Update to use driver data
Ye Li
1
-34
/
+79
2019-10-08
spi: fsl_qspi: Update write data size for page program LUT
Ye Li
1
-11
/
+1
2019-10-08
spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms
Ye Li
1
-15
/
+16
2019-10-08
spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver
Lukasz Majewski
1
-2
/
+32
2019-10-08
spi: fix: Call mxs_reset_block() during DM/DTS probe
Lukasz Majewski
1
-0
/
+2
2019-10-08
spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi
Lukasz Majewski
1
-1
/
+1
2019-09-16
spi: Add spi_write_then_read
Jagan Teki
1
-0
/
+24
2019-09-16
spi: Kconfig: Unmark DEPRECATED for MXS_SPI
Lukasz Majewski
1
-1
/
+0
2019-09-16
spi: soft_spi: Fix data abort if slave is not probed
Christophe Kerello
1
-2
/
+2
2019-09-16
spi: mvebu_a3700_spi: Fix clock prescale computation
Marek BehĂșn
1
-3
/
+2
2019-08-09
x86: ich-spi: Convert driver to spi-mem ops
Bernhard Messerklinger
2
-172
/
+95
2019-07-27
Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-83
/
+317
2019-07-27
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
7
-381
/
+716
2019-07-25
spi: Drop obsolete mtk_qspi driver references
Weijie Gao
3
-368
/
+0
2019-07-25
spi: add spi-mem driver for MediaTek MT7629 SoC
Weijie Gao
3
-0
/
+328
2019-07-22
spi: stm32_qspi: Remove "st, stm32-qspi" compatible string
Patrice Chotard
1
-1
/
+0
2019-07-19
spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)
Lukasz Majewski
1
-83
/
+317
2019-07-18
spi: Add SiFive SPI driver
Bhargav Shah
3
-0
/
+379
2019-07-18
drivers/spi: fsl_qspi: improve timeout calculation
Thomas Schaefer
1
-11
/
+6
2019-07-18
drivers/spi: fsl_qspi: fix read timeout
Thomas Schaefer
1
-5
/
+4
2019-07-18
spi: spi-mem: Fix read data size issue
Ye Li
1
-3
/
+5
2019-07-14
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2
-16
/
+19
2019-07-12
spi: stm32: Fix warnings when compiling with W=1
Patrick Delaunay
1
-5
/
+6
2019-07-12
spi: stm32_qspi: avoid warnings when building with W=1 option
Patrick Delaunay
1
-11
/
+13
2019-07-11
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2
-5
/
+12
2019-07-11
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
1
-36
/
+16
2019-07-11
km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards
Pascal Linder
1
-36
/
+0
[prev]
[next]