index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32-qspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()
Andy Shevchenko
2022-08-31
1
-2
/
+1
*
spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
2022-08-31
1
-2
/
+2
*
spi: stm32-qspi: Fix pm_runtime management in stm32_qspi_transfer_one_message()
Patrice Chotard
2022-08-29
1
-1
/
+7
*
spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error path
Patrice Chotard
2022-08-28
1
-2
/
+4
*
spi: stm32_qspi: Add transfer_one_message() spi callback
Patrice Chotard
2022-08-23
1
-9
/
+109
*
spi: stm32-qspi: Remove stm32_qspi_wait_poll_status() unused parameter
Patrice Chotard
2022-06-06
1
-3
/
+2
*
spi: stm32-qspi: Remove stm32_qspi_wait_cmd() unused parameter
Patrice Chotard
2022-06-06
1
-3
/
+2
*
spi: stm32-qspi: Remove stm32_qspi_get_mode() unused parameter
Patrice Chotard
2022-06-06
1
-4
/
+4
*
spi: stm32-qspi: flags management fixes
Mark Brown
2022-05-11
1
-9
/
+2
|
\
|
*
spi: stm32-qspi: Remove SR_BUSY bit check before sending command
Patrice Chotard
2022-05-11
1
-4
/
+0
|
*
spi: stm32-qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()
Patrice Chotard
2022-05-11
1
-4
/
+0
|
*
spi: stm32-qspi: Fix wait_cmd timeout in APM mode
Patrice Chotard
2022-05-11
1
-1
/
+2
*
|
spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_ge...
Minghao Chi
2022-04-12
1
-20
/
+10
|
/
*
spi: stm32-qspi: Update spi registering
Patrice Chotard
2022-01-19
1
-30
/
+17
*
spi: Fixed division by zero warning
Yoshitaka Ikeda
2021-09-20
1
-1
/
+1
*
Merge remote-tracking branch 'spi/for-5.14' into spi-next
Mark Brown
2021-06-25
1
-10
/
+78
|
\
|
*
spi: stm32-qspi: Remove unused qspi field of struct stm32_qspi_flash
Patrice Chotard
2021-06-15
1
-2
/
+0
|
*
spi: stm32-qspi: add automatic poll status feature
Patrice Chotard
2021-06-03
1
-8
/
+78
*
|
spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()
Patrice Chotard
2021-06-03
1
-1
/
+4
|
/
*
spi: stm32-qspi: fix debug format string
Arnd Bergmann
2021-04-22
1
-1
/
+1
*
spi: stm32-qspi: Fix compilation warning in ARM64
Patrice Chotard
2021-04-20
1
-1
/
+1
*
spi: stm32-qspi: Add dirmap support
Patrice Chotard
2021-04-19
1
-16
/
+67
*
spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer
Patrice Chotard
2021-04-19
1
-2
/
+3
*
spi: stm32-qspi: fix pm_runtime usage_count counter
Christophe Kerello
2021-04-19
1
-4
/
+14
*
spi: stm32-qspi: fix reference leak in stm32 qspi operations
Zhang Qilong
2020-11-09
1
-2
/
+6
*
spi: stm32-qspi: Fix error path in case of -EPROBE_DEFER
Patrice Chotard
2020-06-17
1
-20
/
+26
*
spi: stm32-qspi: Fix unbalanced pm_runtime_enable issue
Patrice Chotard
2020-04-29
1
-0
/
+5
*
spi: stm32-qspi: Add pm_runtime support
Patrice Chotard
2020-04-17
1
-4
/
+53
*
spi: stm32-qspi: properly manage probe errors
Lionel Debieve
2020-02-11
1
-12
/
+15
*
spi: stm32-qspi: defer probe for reset controller
Etienne Carriere
2020-02-11
1
-1
/
+5
*
spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-6
/
+24
*
spi: stm32-qspi: Fix kernel oops when unbinding driver
Patrice Chotard
2019-10-04
1
-1
/
+2
*
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-02
1
-4
/
+1
*
Merge branch 'spi-5.3' into spi-next
Mark Brown
2019-07-04
1
-7
/
+3
|
\
|
*
spi: stm32-qspi: remove signal sensitive on completion
Ludovic Barre
2019-06-28
1
-7
/
+3
*
|
spi: spi-stm32-qspi: Remove CR_FTHRES_MASK usage
Patrice Chotard
2019-06-24
1
-2
/
+2
|
/
*
spi: stm32-qspi: manage the get_irq error case
Fabien Dessenne
2019-05-02
1
-0
/
+6
*
spi: stm32-qspi: add dma support
Ludovic Barre
2019-03-26
1
-1
/
+135
*
spi: stm32-qspi: add spi_master_put in release function
Ludovic Barre
2019-03-26
1
-18
/
+28
*
spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be static
kbuild test robot
2019-03-20
1
-1
/
+1
*
spi: spi-mem: stm32-qspi: add suspend/resume support
Ludovic Barre
2019-03-15
1
-4
/
+35
*
spi: spi-mem: stm32-qspi: avoid memory corruption at low frequency
Ludovic Barre
2019-03-15
1
-3
/
+1
*
spi: spi-mem: add stm32 qspi controller
Ludovic Barre
2018-10-19
1
-0
/
+512