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
/
cadence_qspi_apb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
spi: cadence_qspi: Add quad write support
Ley Foon Tan
1
-1
/
+6
2018-07-12
spi: cadence_qspi: Fix warning cast from pointer to integer of different size
Ley Foon Tan
1
-2
/
+2
2018-01-24
spi: cadence_qspi_apb: Make flash writes 32 bit aligned
Vignesh R
1
-6
/
+25
2018-01-24
Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when pos...
Vignesh R
1
-20
/
+6
2018-01-24
Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when poss...
Goldschmidt Simon
1
-16
/
+10
2018-01-24
spi: cadence_spi: Sync DT bindings with Linux
Jason Rush
1
-11
/
+4
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
1
-7
/
+7
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-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
1
-4
/
+3
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-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
1
-1
/
+1
2016-08-07
spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value
Chin Liang See
1
-2
/
+5
2016-07-09
spi: cadence_quadspi: Enable QUAD mode based on DT data
Vignesh R
1
-5
/
+5
2016-07-09
spi: cadence_qspi_apb: Support 32 bit AHB address
Vignesh R
1
-3
/
+2
2016-05-06
mtd: cqspi: Simplify indirect read code
Marek Vasut
1
-71
/
+57
2016-05-06
mtd: cqspi: Simplify indirect write code
Marek Vasut
1
-96
/
+30
2015-10-27
spi: cadence_qspi_apb: Use BIT macro
Jagan Teki
1
-14
/
+14
2015-07-03
spi: cadence_qspi: support FIFO width other than 4 bytes
Vikas Manocha
1
-23
/
+23
2015-07-03
spi: cadence_qspi: get sram size from device tree
Vikas Manocha
1
-5
/
+1
2015-07-03
spi: cadence_qspi: move the sram partition in init
Vikas Manocha
1
-11
/
+5
2014-12-06
spi: Add Cadence QSPI DM driver used by SoCFPGA
Stefan Roese
1
-0
/
+898