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
old/tizen_20241126
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
2017-05-18
spi: kconfig: add soft spi Kconfig entry
Peng Fan
1
-0
/
+6
2017-05-17
spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit
Stefan Roese
2
-7
/
+65
2017-05-15
omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED support
Tom Rini
1
-1
/
+2
2017-05-10
rockchip: spi: enable support for the rk_spi driver for the RK3399
Jakob Unterwurzacher
1
-0
/
+1
2017-05-10
rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate setting
Philipp Tomsich
1
-3
/
+22
2017-05-10
rockchip: spi: rk_spi: dynamically select an module input rate
Philipp Tomsich
2
-8
/
+37
2017-05-08
stm32f7: use clock driver to enable qspi controller clock
Vikas Manocha
1
-1
/
+15
2017-05-03
drivers: spi: Remove duplicate .probe method
Suniel Mahesh
1
-1
/
+0
2017-05-03
zynq: spi: Honour the activation / deactivation delay
Moritz Fischer
1
-0
/
+24
2017-05-03
spi: atmel: check GPIO validity before using cs_gpios
Wenyou Yang
1
-0
/
+9
2017-04-05
Blackfin: Remove
Tom Rini
3
-616
/
+0
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
1
-2
/
+2
2017-03-28
spi: fsl_qspi: Add support for single chip select
Suresh Gupta
1
-1
/
+4
2017-03-22
drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register
Jean-Jacques Hiblot
1
-5
/
+42
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
21
-30
/
+31
2017-01-28
ARM: SPI: stm32: add stm32f746 qspi driver
Michael Kurz
3
-0
/
+637
2017-01-15
spi: Zap cf_qspi driver and related code
Jagan Teki
3
-359
/
+0
2017-01-13
spi: Zap ep93xx_spi driver and related code
Jagan Teki
2
-273
/
+0
2017-01-04
spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible
Vignesh R
1
-6
/
+16
2017-01-04
spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible
Vignesh R
1
-6
/
+20
2016-12-21
spi: Zap armada100_spi.c and env
Jagan Teki
2
-204
/
+0
2016-12-21
spi: Zap mpc52xx_spi.c, config and related code
Jagan Teki
2
-91
/
+0
2016-12-15
spi: cadence_qspi: Move DT prop code to match layout
Phil Edworthy
1
-1
/
+1
2016-12-15
spi: cadence_qspi: Fix CS timings
Phil Edworthy
1
-11
/
+12
2016-12-15
spi: cadence_qspi: Remove returns from end of void functions
Phil Edworthy
1
-8
/
+0
2016-12-15
spi: cadence_qspi: Use spi mode at the point it is needed
Phil Edworthy
3
-9
/
+5
2016-12-15
spi: cadence_qspi: Clean up the #define names
Phil Edworthy
1
-43
/
+43
2016-12-15
spi: cadence_qspi: Use #define for bits instead of bit shifts
Phil Edworthy
1
-18
/
+19
2016-12-15
spi: cadence_qspi: Better debug information on the SPI clock rate
Phil Edworthy
1
-3
/
+3
2016-12-15
spi: cadence_qspi: Fix baud rate calculation
Phil Edworthy
1
-16
/
+6
2016-12-15
spi: cadence_qspi: Fix clearing of pol/pha bits
Phil Edworthy
1
-2
/
+2
2016-12-15
spi: Add error checking for invalid bus widths
Simon Glass
1
-2
/
+2
2016-12-03
ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX
Nishanth Menon
1
-1
/
+1
2016-11-25
spi: Add a debug() on bind failure
Simon Glass
1
-1
/
+4
2016-11-25
rockchip: spi: Honour the deactivation delay
Simon Glass
1
-0
/
+8
2016-11-25
rockchip: spi: Add support for of-platdata
Simon Glass
1
-1
/
+35
2016-11-25
spi: Add of-platdata support to SPI and SPI flash
Simon Glass
1
-1
/
+12
2016-11-18
spi: kirkwood_spi: implement mvebu_spi_set_mode()
Chris Packham
1
-0
/
+15
2016-11-13
spi: ti_qspi: Fix baudrate divider calculation
Vignesh R
1
-9
/
+7
2016-10-28
dm: at91: Add driver model support for the spi driver
Wenyou Yang
2
-0
/
+296
2016-10-13
libfdt: Sync fdt_for_each_subnode() with upstream
Simon Glass
1
-1
/
+1
2016-10-12
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-2
/
+8
2016-10-06
Various, accumulated typos collected from around the tree.
Robert P. J. Day
1
-1
/
+1
2016-10-06
spi: fsl_qspi: Preserve endianness of QSPI MCR
York Sun
1
-2
/
+8
2016-09-27
spi: Add driver for Marvell Armada 3700 SoC
Stefan Roese
3
-0
/
+303
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
6
-6
/
+6
2016-09-22
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
6
-36
/
+51
2016-09-22
spi: Kconfig: Move FSL_QSPI entry to non-dm place
Jagan Teki
1
-7
/
+7
2016-09-22
spi: zynq: Use variable to remove u32 to u64 conversions
Michal Simek
1
-2
/
+5
2016-09-22
spi: Use mode for rx mode flags
Jagan Teki
4
-15
/
+10
[next]