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
2016-02-05
dm: pch: Rename get_sbase op to get_spi_base
Bin Meng
1
-1
/
+1
2016-02-05
spi: ich: Change PCHV_ to ICHV_
Bin Meng
2
-8
/
+13
2016-02-05
spi: ich: Use compatible strings to distinguish controller version
Bin Meng
1
-4
/
+24
2016-02-05
spi: ich: Some clean up
Bin Meng
2
-47
/
+47
2016-01-27
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-10
/
+10
2016-01-27
spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue
Gong Qianyu
1
-3
/
+3
2016-01-27
spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
Gong Qianyu
1
-6
/
+6
2016-01-27
spi: fsl_qspi: fix compile warning for 64-bit platform
Gong Qianyu
1
-1
/
+1
2016-01-24
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
Simon Glass
1
-116
/
+36
2016-01-24
spi: ich: Separate out the read/write trace from normal debugging
Simon Glass
1
-9
/
+15
2016-01-21
rockchip: spi: Remove the explicit pinctrl setting
Simon Glass
1
-26
/
+2
2016-01-21
rockchip: spi: Correct chip-enable code
Simon Glass
1
-1
/
+6
2016-01-21
rockchip: spi: Implement the delays
Simon Glass
1
-4
/
+23
2016-01-21
rockchip: spi: Correct the bus init code
Simon Glass
1
-2
/
+2
2016-01-21
rockchip: spi: Remember the last speed to avoid re-setting it
Simon Glass
1
-1
/
+4
2016-01-21
rockchip: spi: Avoid setting the pinctrl twice
Simon Glass
1
-3
/
+6
2016-01-21
rockchip: spi: Update the driver to use the new clock ID
Simon Glass
1
-15
/
+17
2016-01-20
spi: ti_qspi: Use 4-byte opcode for mmap read
Vignesh R
1
-3
/
+3
2016-01-19
spi: rk_spi: Fix debug format warning
Tom Rini
1
-1
/
+1
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
4
-58
/
+4
2016-01-14
spi: kirkwood_spi.c: Add driver model support
Stefan Roese
1
-63
/
+159
2016-01-14
spi: kirkwood_spi.c: Prepare for driver model support
Stefan Roese
1
-13
/
+28
2016-01-13
drivers: spi: ti_qspi: convert driver to adopt device driver model
Mugunthan V N
1
-0
/
+187
2016-01-13
spi: Add support for dual and quad mode
Mugunthan V N
1
-1
/
+37
2016-01-13
drivers: spi: ti_qspi: prepare driver for DM conversion
Mugunthan V N
1
-126
/
+153
2016-01-13
drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...
Mugunthan V N
1
-60
/
+60
2016-01-13
drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
Mugunthan V N
1
-2
/
+2
2016-01-13
spi: Rename op_mode_rx to mode_rx
Jagan Teki
2
-2
/
+2
2016-01-13
spi: Rename SPI_OPM_RX_* to SPI_RX_*
Jagan Teki
2
-2
/
+2
2016-01-13
spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD
Jagan Teki
1
-1
/
+1
2016-01-13
spi: Use mode instead of op_mode_tx
Jagan Teki
1
-1
/
+1
2016-01-07
spi: fsl_qspi: fix an error of using GENMASK
Gong Qianyu
1
-1
/
+1
2015-12-18
spi: zynq_qspi: Add configuration to disable LQSPI feature
Nathan Rossi
1
-0
/
+9
2015-12-15
fsl_qspi: Pet the watchdog while reading/writing
Alexander Stein
1
-0
/
+5
2015-12-11
spi: xilinx: Add new compatible strings
Michal Simek
1
-1
/
+2
2015-12-11
spi: Kconfig: Fix correct target name for ZynqMP
Michal Simek
1
-1
/
+1
2015-12-11
spi: zynq_spi: Add cadence compatible string
Michal Simek
1
-0
/
+1
2015-12-11
spi: ti_qspi: Fix SPI_3WIRE checking using mode
Jagan Teki
1
-1
/
+1
2015-12-11
spi: Get spi-3wire from dts
Jagan Teki
1
-0
/
+2
2015-11-19
Move console definitions into a new console.h file
Simon Glass
4
-0
/
+4
2015-11-19
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
1
-0
/
+2
2015-11-19
dm: spi: Add support for all targets which requires MANUAL_RELOC
Michal Simek
1
-0
/
+20
2015-11-18
altera_spi: change ioremap to map_physmem
Thomas Chou
1
-2
/
+3
2015-11-17
spi: ti_qspi: Add dummy readl for bus sync
Vignesh R
1
-0
/
+2
2015-11-12
Tegra: T210: Add QSPI driver
Tom Warren
3
-0
/
+425
2015-11-06
spi: altera_spi: minor clean up
Thomas Chou
1
-2
/
+2
2015-11-05
spi: cadence_qspi: Ensure check for max frequency in place
Chin Liang See
1
-0
/
+3
2015-11-05
spi: cadence_qspi: Fix fdt read of spi-max-frequency
Chin Liang See
1
-4
/
+4
2015-11-05
spi: cadence_qspi: Ensure spi_calibration is run when sclk change
Chin Liang See
2
-9
/
+14
2015-10-28
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
21
-261
/
+894
[next]