summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko2024-05-033-61/+9
* spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko2024-05-033-46/+2
* spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko2024-05-034-7/+22
* spi: pxa2xx: Remove outdated documentationAndy Shevchenko2024-05-032-210/+1
* spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko2024-05-035-53/+37
* spi: pxa2xx: Provide num-cs for Sharp PDAs via device propertiesAndy Shevchenko2024-05-031-7/+18
* spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko2024-05-031-1/+5
* spi: use 'time_left' instead of 'timeout' withMark Brown2024-05-018-43/+45
|\
| * spi: xlp: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-4/+4
| * spi: sun6i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-8/+9
| * spi: sun4i: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-4/+5
| * spi: pic32: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-3/+3
| * spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-3/+3
| * spi: imx: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-10/+10
| * spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-7/+7
| * spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-4/+4
* | Add add SPI-NAND Flash controller driver for EN7581Mark Brown2024-05-015-0/+1214
|\ \
| * | spi: dt-bindings: airoha: Add YAML schema for SNFI controllerLorenzo Bianconi2024-04-301-0/+65
| * | spi: airoha: add SPI-NAND Flash controller driverLorenzo Bianconi2024-04-304-0/+1149
| |/
* / spi: use spi_valid_{tx,rx}buf() in stats functionDavid Lechner2024-05-011-7/+5
|/
* spi: cadence-qspi: add mobileye,eyeq5-ospi compatibleThéo Lebrun2024-04-261-0/+10
* spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()Théo Lebrun2024-04-261-8/+23
* spi: cadence-qspi: add no-IRQ mode to indirect readsThéo Lebrun2024-04-261-4/+9
* spi: cadence-qspi: allow FIFO depth detectionThéo Lebrun2024-04-261-7/+30
* spi: spi-s3c64xx.c: Remove of_node_put for auto cleanupShivani Gupta2024-04-241-3/+3
* spi: mux: Fix master controller settings after mux selectHeikki Keranen2024-04-231-0/+2
* spi: dt-bindings: armada-3700: convert to dtschemaKousik Sanagavarapu2024-04-212-25/+55
* spi: cs42l43: Correct name of ACPI propertyMaciej Strozek2024-04-191-1/+1
* spi: oc-tiny: Remove unused of_gpio.hAndy Shevchenko2024-04-171-2/+0
* spi: cs42l43: Use devm_add_action_or_reset()Charles Keepax2024-04-171-8/+4
* spi: renesas,sh-msiof: Add r8a779h0 supportGeert Uytterhoeven2024-04-171-0/+1
* Add bridged amplifiers to cs42l43Mark Brown2024-04-17833-4843/+10722
|\
| * spi: cs42l43: Add bridged cs35l56 amplifiersMaciej Strozek2024-04-162-4/+120
| * spi: Update swnode based SPI devices to use the fwnode nameCharles Keepax2024-04-161-0/+5
| * spi: Switch to using is_acpi_device_node() in spi_dev_set_name()Charles Keepax2024-04-161-3/+4
| * gpio: swnode: Add ability to specify native chip selects for SPICharles Keepax2024-04-163-0/+57
| * Linux 6.9-rc3v6.9-rc3Linus Torvalds2024-04-071-1/+1
| * Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-0717-41/+166
| |\
| | * x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)2024-04-061-0/+1
| | * Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar2024-04-06397-2689/+6406
| | |\
| | * | x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)2024-04-041-1/+3
| | * | x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-048-39/+49
| | * | x86/cc: Add cc_platform_set/_clear() helpersBorislav Petkov (AMD)2024-04-042-0/+64
| | * | x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORMBorislav Petkov (AMD)2024-04-041-0/+1
| | * | x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld2024-04-043-0/+45
| | * | x86/numa/32: Include missing <asm/pgtable_areas.h>Arnd Bergmann2024-04-041-0/+1
| | * | x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre2024-04-031-1/+2
| * | | Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-04-079-36/+121
| |\ \ \
| | * | | timers/migration: Return early on deactivationAnna-Maria Behnsen2024-04-051-0/+27
| | * | | timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker2024-04-051-1/+4