index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
atmel-quadspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-30
spi: atmel-quadspi: Fix AHB memory accesses
Tudor Ambarus
1
-3
/
+7
2020-12-30
spi: atmel-quadspi: Disable clock in probe error path
Lukas Wunner
1
-1
/
+1
2020-12-30
spi: atmel-quadspi: Fix use-after-free on unbind
Lukas Wunner
1
-10
/
+5
2020-07-17
spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio()
Tudor Ambarus
1
-4
/
+4
2020-07-14
spi: atmel-quadspi: reject DTR ops
Pratyush Yadav
1
-0
/
+6
2020-03-20
spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses
Tudor Ambarus
1
-22
/
+97
2020-02-28
spi: atmel-quadspi: fix possible MMIO window size overrun
Tudor Ambarus
1
-0
/
+11
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-07-02
spi: atmel-quadspi: fix resume call
Tudor Ambarus
1
-3
/
+7
2019-07-02
spi: atmel-quadspi: void return type for atmel_qspi_init()
Tudor Ambarus
1
-7
/
+4
2019-05-02
Merge branch 'spi-5.2' into spi-next
Mark Brown
1
-1
/
+1
2019-05-02
spi: atmel-quadspi: fix crash while suspending
Claudiu Beznea
1
-2
/
+4
2019-03-25
spi: atmel-quadspi: Make atmel_qspi_get_name static
YueHaibing
1
-1
/
+1
2019-02-06
spi: atmel-quadspi: add support for sam9x60 qspi controller
Tudor Ambarus
1
-35
/
+128
2019-02-06
spi: atmel-quadspi: add support for named peripheral clock
Tudor Ambarus
1
-15
/
+18
2019-02-06
spi: atmel-quadspi: rework transfer macros
Tudor Ambarus
1
-9
/
+4
2019-02-06
spi: atmel-quadspi: switch to SPDX license identifiers
Tudor Ambarus
1
-12
/
+1
2019-02-06
spi: atmel-quadspi: return appropriate error code
Tudor Ambarus
1
-2
/
+2
2019-02-06
spi: atmel-quadspi: remove unnecessary cast
Tudor Ambarus
1
-1
/
+1
2019-02-06
spi: atmel-quadspi: fix naming scheme
Tudor Ambarus
1
-8
/
+8
2019-02-06
spi: atmel-quadspi: drop wrappers for iomem accesses
Tudor Ambarus
1
-28
/
+17
2019-02-06
spi: atmel-quadspi: order header files inclusion alphabetically
Tudor Ambarus
1
-5
/
+4
2019-02-06
spi: atmel-quadspi: cache MR value to avoid a write access
Tudor Ambarus
1
-1
/
+13
2018-11-07
spi: Add QuadSPI driver for Atmel SAMA5D2
Piotr Bugalski
1
-0
/
+549