index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
spi: dt-bindings: Drop Pratyush Yadav
Krzysztof Kozlowski
3
-3
/
+3
2022-08-11
spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
Neil Armstrong
1
-28
/
+101
2022-08-05
MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE
Lukas Bulwahn
1
-1
/
+1
2022-08-05
spi: spi.c: Add missing __percpu annotations in users of spi_statistics
David Jander
1
-7
/
+7
2022-07-29
Add SPI Driver to HPE GXP Architecture
Mark Brown
5
-0
/
+391
2022-07-29
MAINTAINERS: add spi support to GXP
Nick Hawkins
1
-0
/
+2
2022-07-29
spi: dt-bindings: add documentation for hpe,gxp-spifi
Nick Hawkins
1
-0
/
+56
2022-07-29
spi: spi-gxp: Add support for HPE GXP SoCs
Nick Hawkins
3
-0
/
+333
2022-07-26
spi: a3700: support BE for AC5 SPI driver
Noam
1
-2
/
+2
2022-07-26
spi/panel: dt-bindings: drop CPHA and CPOL from common properties
Krzysztof Kozlowski
6
-10
/
+23
2022-07-25
spi: bcm2835: enable shared interrupt support
Martin Sperl
1
-2
/
+6
2022-07-22
spi: dt-bindings: spi-controller: correct example indentation
Krzysztof Kozlowski
1
-4
/
+4
2022-07-20
spi: npcm-fiu: add Arbel NPCM8XX support
Mark Brown
2
-3
/
+38
2022-07-20
spi: dt-bindings: qcom,spi-geni-qcom: allow three interconnects
Krzysztof Kozlowski
1
-1
/
+4
2022-07-20
spi: npcm-fiu: Add NPCM8XX support
Tomer Maimon
1
-0
/
+25
2022-07-20
dt-binding: spi: Add npcm845 compatible to npcm-fiu document
Tomer Maimon
1
-1
/
+12
2022-07-20
spi: npcm-fiu: Modify direct read dummy configuration
Tomer Maimon
1
-2
/
+1
2022-07-18
spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}
Claudiu Beznea
1
-11
/
+4
2022-07-18
spi: dt-bindings: Add compatible for MediaTek MT8188
Johnson Wang
1
-0
/
+1
2022-07-18
spi: dt-bindings: mediatek,spi-mtk-nor: Update bindings for nor flash
Allen-KH Cheng
1
-6
/
+9
2022-07-14
spi: dt-bindings: atmel,at91rm9200-spi: convert to json-schema
Sergiu Moga
2
-36
/
+75
2022-07-13
Add support for Intel Thunder Bay SPI controller
Mark Brown
4
-16
/
+12
2022-07-13
spi: microchip-core: fix and cleanups
Mark Brown
1
-36
/
+20
2022-07-13
spi: tegra20-slink: fix UAF in tegra_slink_remove()
Yang Yingliang
1
-1
/
+2
2022-07-13
spi: Fix simplification of devm_spi_register_controller
Yang Yingliang
1
-5
/
+14
2022-07-13
spi: microchip-core: switch to use dev_err_probe()
Yang Yingliang
1
-25
/
+17
2022-07-13
spi: microchip-core: switch to use devm_spi_alloc_master()
Yang Yingliang
1
-13
/
+7
2022-07-13
spi: microchip-core: fix UAF in mchp_corespi_remove()
Yang Yingliang
1
-2
/
+0
2022-07-13
spi: dw: Add support for Intel Thunder Bay SPI controller
Nandhini Srikandan
2
-6
/
+5
2022-07-13
spi: dw: Add support for master mode selection for DWC SSI controller
Nandhini Srikandan
2
-9
/
+4
2022-07-13
spi: Add bindings for Intel Thunder Bay SOC
Nandhini Srikandan
1
-0
/
+2
2022-07-13
spi: dw: Fix IP-core versions macro
Nandhini Srikandan
1
-1
/
+1
2022-07-11
spi: remove duplicate parameters check in acpi_spi_add_resource()
Andy Shevchenko
1
-3
/
+0
2022-07-11
spi: propagate error code to the caller of acpi_spi_device_alloc()
Andy Shevchenko
1
-1
/
+1
2022-07-11
spi: Return deferred probe error when controller isn't yet available
Andy Shevchenko
1
-1
/
+1
2022-07-06
spi: AMD SPI controller driver bug fix and cleanups
Mark Brown
1
-23
/
+30
2022-07-06
spi: amd: Add struct and enum kernel-doc comments
Cristian Ciocaltea
1
-2
/
+12
2022-07-06
spi: amd: Drop io_base_addr member from struct amd_spi
Cristian Ciocaltea
1
-1
/
+0
2022-07-06
spi: amd: Make use of dev_err_probe()
Cristian Ciocaltea
1
-11
/
+8
2022-07-06
spi: amd: Make use of devm_spi_alloc_master()
Cristian Ciocaltea
1
-11
/
+4
2022-07-06
spi: amd: Limit max transfer and message size
Cristian Ciocaltea
1
-0
/
+8
2022-07-04
spi: dt-bindings: zynqmp-qspi: add missing 'required'
Krzysztof Kozlowski
1
-0
/
+7
2022-07-04
spi: dt-bindings: cadence: add missing 'required'
Krzysztof Kozlowski
1
-0
/
+7
2022-07-01
spi: dt-bindings: dw-apb-ssi: update spi-{r,t}x-bus-width
Conor Dooley
1
-6
/
+0
2022-06-30
Fix some coding style issues
Mark Brown
2
-94
/
+94
2022-06-30
spi: spi.c: Remove redundant else block
David Jander
1
-5
/
+5
2022-06-30
spi: spi.c: Fix comment style
David Jander
2
-88
/
+88
2022-06-30
spi: spi.c: White-space fix in __spi_pump_messages()
David Jander
1
-1
/
+1
2022-06-30
spi: pxa2xx: Add support for Intel Meteor Lake-P
Jarkko Nikula
1
-0
/
+4
2022-06-29
spi support for Exynos Auto v9 SoC
Mark Brown
2
-10
/
+49
[next]