]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2024-05-23  Mark Brownsoi: Don't call DMA sync API when not needed
2024-05-23  Uwe Kleine... spi: stm32: Revert change that enabled controller befor...
2024-05-23  Andy Shevchenkospi: Check if transfer is mapped before calling DMA...
2024-05-23  Andy Shevchenkospi: Don't mark message DMA mapped when no transfer...
2024-05-09  Geert Uytterhoevenspi: dw: Bail out early on unsupported target mode
2024-05-09  Conor Dooleyspi: microchip-core-qspi: fix setting spi bus clock...
2024-05-08  Andy Shevchenkospi: Remove unneded check for orig_nents
2024-05-07  Lukas BulwahnMAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
2024-05-07  Andy Shevchenkospi: pxa2xx: Drop the stale entry in documentation TOC
2024-05-06  Mark Brownspi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
2024-05-06  Mark Brownspi: dw: Auto-detect number of native CS
2024-05-03  Andy Shevchenkospi: pxa2xx: Don't provide struct chip_data for others
2024-05-03  Andy Shevchenkospi: pxa2xx: Remove timeout field from struct chip_data
2024-05-03  Andy Shevchenkospi: pxa2xx: Remove DMA parameters from struct chip_data
2024-05-03  Andy Shevchenkospi: pxa2xx: Drop struct pxa2xx_spi_chip
2024-05-03  Andy Shevchenkospi: pxa2xx: Don't use "proxy" headers
2024-05-03  Andy Shevchenkospi: pxa2xx: Remove outdated documentation
2024-05-03  Andy Shevchenkospi: pxa2xx: Move contents of linux/spi/pxa2xx_spi...
2024-05-03  Andy Shevchenkospi: pxa2xx: Provide num-cs for Sharp PDAs via device...
2024-05-03  Andy Shevchenkospi: pxa2xx: Allow number of chip select pins to be...
2024-05-03  Kousik Sanagavarapuspi: dt-bindings: ti,qspi: convert to dtschema
2024-05-03  Andy Shevchenkospi: bitbang: Add missing MODULE_DESCRIPTION()
2024-05-03  Andy Shevchenkospi: bitbang: Use NSEC_PER_*SEC rather than hard coding
2024-05-03  Serge Seminspi: dw: Drop default number of CS setting
2024-05-03  Serge Seminspi: dw: Convert dw_spi::num_cs to u32
2024-05-03  Serge Seminspi: dw: Add a number of native CS auto-detection
2024-05-03  Serge Seminspi: dw: Convert to using BITS_TO_BYTES() macro
2024-05-03  Ben Wolsiefferspi: stm32: enable controller before asserting CS
2024-05-01  Mark Brownspi: use 'time_left' instead of 'timeout' with
2024-05-01  Mark BrownAdd add SPI-NAND Flash controller driver for EN7581
2024-05-01  Mans Rullgardspi: fix null pointer dereference within spi_sync
2024-05-01  David Lechnerspi: use spi_valid_{tx,rx}buf() in stats function
2024-04-30  Wolfram Sangspi: xlp: use 'time_left' variable with wait_for_comple...
2024-04-30  Wolfram Sangspi: sun6i: use 'time_left' variable with wait_for_comp...
2024-04-30  Wolfram Sangspi: sun4i: use 'time_left' variable with wait_for_comp...
2024-04-30  Wolfram Sangspi: pic32: use 'time_left' variable with wait_for_comp...
2024-04-30  Wolfram Sangspi: pic32-sqi: use 'time_left' variable with wait_for_...
2024-04-30  Wolfram Sangspi: imx: use 'time_left' variable with wait_for_comple...
2024-04-30  Wolfram Sangspi: fsl-lpspi: use 'time_left' variable with wait_for_...
2024-04-30  Wolfram Sangspi: armada-3700: use 'time_left' variable with wait_fo...
2024-04-30  Lorenzo Bianconispi: dt-bindings: airoha: Add YAML schema for SNFI...
2024-04-30  Lorenzo Bianconispi: airoha: add SPI-NAND Flash controller driver
2024-04-26  Théo Lebrunspi: cadence-qspi: add mobileye,eyeq5-ospi compatible
2024-04-26  Théo Lebrunspi: cadence-qspi: add early busywait to cqspi_wait_for...
2024-04-26  Théo Lebrunspi: cadence-qspi: add no-IRQ mode to indirect reads
2024-04-26  Théo Lebrunspi: cadence-qspi: allow FIFO depth detection
2024-04-24  Shivani Guptaspi: spi-s3c64xx.c: Remove of_node_put for auto cleanup
2024-04-23  Heikki Keranenspi: mux: Fix master controller settings after mux...
2024-04-21  Kousik Sanagavarapuspi: dt-bindings: armada-3700: convert to dtschema
2024-04-19  Maciej Strozekspi: cs42l43: Correct name of ACPI property
2024-04-17  Andy Shevchenkospi: oc-tiny: Remove unused of_gpio.h
2024-04-17  Charles Keepaxspi: cs42l43: Use devm_add_action_or_reset()
2024-04-17  Geert Uytterhoevenspi: renesas,sh-msiof: Add r8a779h0 support
2024-04-17  Mark BrownAdd bridged amplifiers to cs42l43
2024-04-16  Mark Brownspi: More refacroings after multi-CS support
2024-04-16  Maciej Strozekspi: cs42l43: Add bridged cs35l56 amplifiers
2024-04-16  Charles Keepaxspi: Update swnode based SPI devices to use the fwnode...
2024-04-16  Charles Keepaxspi: Switch to using is_acpi_device_node() in spi_dev_s...
2024-04-16  Charles Keepaxgpio: swnode: Add ability to specify native chip select...
2024-04-16  Devyn Liuspi: hisi-kunpeng: Delete the dump interface of data...
2024-04-15  Andy Shevchenkospi: Consistently use BIT for cs_index_mask (part 2)
2024-04-15  Andy Shevchenkospi: Introduce spi_for_each_valid_cs() in order of...
2024-04-15  Andy Shevchenkospi: Extract spi_toggle_csgpiod() helper for better...
2024-04-15  Andy Shevchenkospi: pxa2xx: Move number of CS pins validation out...
2024-04-15  Krzysztof Kozlowskispi: altera: Drop unneeded MODULE_ALIAS
2024-04-14  David Lechnerspi: axi-spi-engine: fix version format string
2024-04-11  Lukas BulwahnMAINTAINERS: adjust file entry in TEXAS INSTRUMENTS...
2024-04-10  Mark Brownspi: cadence-qspi: Prepare to add Mobileye EyeQ5 support
2024-04-10  Théo Lebrunspi: dt-bindings: cdns,qspi-nor: make cdns,fifo-depth...
2024-04-10  Théo Lebrunspi: dt-bindings: cdns,qspi-nor: add mobileye,eyeq5...
2024-04-10  Théo Lebrunspi: dt-bindings: cdns,qspi-nor: sort compatibles alpha...
2024-04-10  Kousik Sanagavarapuspi: cadence-xspi: use for_each_available_child_of_node...
2024-04-08  Théo Lebrunspi: cadence-qspi: minimise register accesses on each...
2024-04-08  Théo Lebrunspi: cadence-qspi: store device data pointer in private...
2024-04-08  Théo Lebrunspi: cadence-qspi: allow building for MIPS
2024-04-07  Linus TorvaldsLinux 6.9-rc3 v6.9-rc3
2024-04-07  Linus TorvaldsMerge tag 'x86-urgent-2024-04-07' of git://git.kernel...
2024-04-07  Linus TorvaldsMerge tag 'timers-urgent-2024-04-07' of git://git.kerne...
2024-04-07  Linus TorvaldsMerge tag 'perf-urgent-2024-04-07' of git://git.kernel...
2024-04-06  Linus TorvaldsMerge tag 'nfsd-6.9-2' of git://git.kernel.org/pub...
2024-04-06  Linus TorvaldsMerge tag 'i2c-for-6.9-rc3' of git://git.kernel.org...
2024-04-06  Linus TorvaldsMerge tag 'xfs-6.9-fixes-2' of git://git.kernel.org...
2024-04-06  Linus TorvaldsMerge tag '6.9-rc2-smb3-client-fixes' of git://git...
2024-04-06  Borislav Petkov... x86/retpoline: Add NOENDBR annotation to the SRSO dummy...
2024-04-06  Ingo MolnarMerge branch 'linus' into x86/urgent, to pick up depend...
2024-04-06  Wolfram SangMerge tag 'i2c-host-fixes-6.9-rc3' of git://git.kernel...
2024-04-06  Linus TorvaldsMerge tag 'firewire-fixes-6.9-rc2' of git://git.kernel...
2024-04-06  Adam Goldmanfirewire: ohci: mask bus reset interrupts between ISR...
2024-04-06  Linus TorvaldsMerge tag 'spi-fix-v6.9-rc2' of git://git.kernel.org...
2024-04-06  Linus TorvaldsMerge tag 'regulator-fix-v6.9-rc2' of git://git.kernel...
2024-04-06  Linus TorvaldsMerge tag 'regmap-fix-v6.9-rc2' of git://git.kernel...
2024-04-06  Linus TorvaldsMerge tag 'block-6.9-20240405' of git://git.kernel...
2024-04-05  Linus TorvaldsMerge tag 'io_uring-6.9-20240405' of git://git.kernel...
2024-04-05  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2024-04-05  Linus TorvaldsMerge tag 'devicetree-fixes-for-6.9-1' of git://git...
2024-04-05  Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-04-05-11-30' of...
2024-04-05  Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2024-04-05  Linus TorvaldsMerge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel...
2024-04-05  Linus TorvaldsMerge tag 's390-6.9-3' of git://git.kernel.org/pub...
2024-04-05  Linus TorvaldsMerge tag 'pm-6.9-rc3' of git://git.kernel.org/pub...
next