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-bcm-qspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
Kamal Dasu
2024-01-23
1
-2
/
+2
*
spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
Chia-Lin Kao (AceLan)
2023-11-30
1
-1
/
+1
*
spi: bcm-qspi: switch to use modern name
Yang Yingliang
2023-08-07
1
-32
/
+32
*
spi: bcm-qspi: return error if neither hif_mspi nor mspi is available
Jonas Gorski
2023-06-30
1
-7
/
+3
*
spi: bcm-qspi: Mark OF related data as maybe unused
Krzysztof Kozlowski
2023-03-13
1
-1
/
+1
*
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-5
/
+5
*
spi: bcm-qspi: Make bcm_qspi_remove() return void
Uwe Kleine-König
2022-10-18
1
-3
/
+2
*
spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()
Kamal Dasu
2022-04-06
1
-2
/
+2
*
spi: bcm-qspi: check for valid cs before applying chip select
Kamal Dasu
2022-01-28
1
-1
/
+1
*
spi: bcm-qspi: set transfer parameter only if they change
Kamal Dasu
2021-11-25
1
-0
/
+12
*
spi: bcm-qspi: choose sysclk setting based on requested speed
Kamal Dasu
2021-11-25
1
-6
/
+26
*
spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
Yang Yingliang
2021-10-26
1
-2
/
+3
*
Merge series "spi-bcm-qspi spcr3 enahancements" from Kamal Dasu <kdasu.kdev@g...
Mark Brown
2021-10-11
1
-54
/
+208
|
\
|
*
spi: bcm-qspi: add support for 3-wire mode for half duplex transfer
Kamal Dasu
2021-10-11
1
-1
/
+12
|
*
spi: bcm-qspi: Add mspi spcr3 32/64-bits xfer mode
Kamal Dasu
2021-10-11
1
-21
/
+151
|
*
spi: bcm-qspi: clear MSPI spifie interrupt during probe
Kamal Dasu
2021-10-11
1
-32
/
+45
*
|
spi: Fixed division by zero warning
Yoshitaka Ikeda
2021-09-20
1
-1
/
+2
|
/
*
spi: spi-bcm-qspi: replace 'delay_usecs' with 'delay.value' check
Alexandru Ardelean
2021-03-12
1
-1
/
+1
*
spi: spi-bcm-qspi: style: Simplify bool comparison
YANG LI
2021-01-11
1
-1
/
+1
*
spi: bcm-qspi: Fix use-after-free on unbind
Lukas Wunner
2020-11-12
1
-22
/
+12
*
spi: bcm-qspi: Clean up 7425, 7429, and 7435 settings
Ray Jui
2020-09-14
1
-12
/
+0
*
spi: bcm-qspi: Fix probe regression on iProc platforms
Ray Jui
2020-09-14
1
-1
/
+1
*
spi: bcm-qspi: Add compatible string for BRCMSTB 7445 SoCs
Ray Jui
2020-09-14
1
-0
/
+5
*
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-05-05
1
-20
/
+23
|
\
|
*
spi: bcm-qspi: Handle clock probe deferral
Florian Fainelli
2020-04-21
1
-7
/
+5
|
*
spi: bcm-qspi: when tx/rx buffer is NULL set to 0
Justin Chen
2020-04-21
1
-4
/
+4
|
*
spi: bcm-qspi: Make PM suspend/resume work with SCMI clock management
Kamal Dasu
2020-04-21
1
-2
/
+2
|
*
spi: bcm-qspi: Drive MSPI peripheral SSb pin on cs_change
Kamal Dasu
2020-04-21
1
-7
/
+12
*
|
spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllers
Kamal Dasu
2020-04-21
1
-1
/
+7
*
|
spi: bcm-qspi: add support for MSPI sys clk 108Mhz
Kamal Dasu
2020-04-21
1
-0
/
+44
*
|
spi: bcm-qspi: Use fastbr setting to allow faster MSPI speeds
Kamal Dasu
2020-04-21
1
-3
/
+33
*
|
spi: bcm-qspi: Handle lack of MSPI_REV offset
Florian Fainelli
2020-04-21
1
-2
/
+48
|
/
*
spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error message
Rayagonda Kokatanur
2020-01-07
1
-1
/
+1
*
spi: bcm-qspi: Convert to use CS GPIO descriptors
Chris Packham
2019-11-07
1
-2
/
+5
*
spi: bcm-qspi: Make BSPI default mode
Rayagonda Kokatanur
2019-08-30
1
-0
/
+1
*
Merge branch 'spi-5.3' into spi-5.4
Mark Brown
2019-08-23
1
-2
/
+2
|
\
|
*
spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex mode
Rayagonda Kokatanur
2019-08-07
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459
Thomas Gleixner
2019-06-19
1
-12
/
+1
|
/
*
spi: bcm-qspi: switch back to reading flash using smaller chunks
Rafał Miłecki
2018-10-11
1
-1
/
+1
*
spi: bcm-qspi: fix calculation of address length
Rafał Miłecki
2018-10-11
1
-1
/
+1
*
Merge branch 'spi-4.17' into spi-4.18 for the merge window
Mark Brown
2018-06-04
1
-10
/
+18
|
\
|
*
spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
Kamal Dasu
2018-05-02
1
-2
/
+2
|
*
spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
Kamal Dasu
2018-05-02
1
-8
/
+16
*
|
spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal
Boris Brezillon
2018-05-13
1
-31
/
+3
*
|
spi: bcm-qspi: Implement the spi_mem interface
Boris Brezillon
2018-05-11
1
-79
/
+111
|
/
*
spi: bcm-qspi: fIX some error handling paths
Christophe Jaillet
2018-03-14
1
-2
/
+2
*
spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error path
Florian Fainelli
2017-10-12
1
-4
/
+5
*
spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependency
Kamal Dasu
2017-07-28
1
-56
/
+33
*
Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2017-02-20
1
-66
/
+128
|
\
|
*
spi: bcm-qspi: Remove unnecessary platform_set_drvdata()
Wei Yongjun
2017-02-14
1
-1
/
+0
[next]