summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: davinci: Adapt transfer's timeout to transfer's lengthBastien Curutchet2024-08-281-1/+7
* spi: bcmbca-hsspi: Simpify resource lookupJinjie Ruan2024-08-231-9/+2
* spi: atmel-quadspi: Simpify resource lookupJinjie Ruan2024-08-231-4/+2
* spi: wpcm-fiu: Use devm_platform_ioremap_resource_byname()Jinjie Ruan2024-08-231-4/+2
* spi: bcm63xx: Fix two bugsMark Brown2024-08-191-4/+5
|\
| * spi: bcm63xx: Fix missing pm_runtime_disable()Jinjie Ruan2024-08-191-4/+4
| * spi: bcm63xx: Fix module autoloadingJinjie Ruan2024-08-191-0/+1
* | spi: s3c64xx: Fix module autoloadingJinjie Ruan2024-08-191-0/+1
* | spi: cadence: Make cdns_mrvl_xspi_clk_div_list staticJinjie Ruan2024-08-191-1/+1
|/
* spi: cadence-quadspi: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-141-7/+2
* spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko2024-08-141-3/+3
* spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke2024-08-141-0/+3
* spi: rpc-if: Add missing MODULE_DEVICE_TABLEBiju Das2024-07-311-0/+7
* spi: cadence: Add 64BIT Kconfig dependencyWitold Sadowski2024-07-301-1/+1
* Marvell HW overlay support for Cadence xSPIMark Brown2024-07-291-16/+676
|\
| * spi: cadence: Try to read spi-tx/rx-bus width property using ACPIWitold Sadowski2024-07-291-2/+72
| * spi: cadence: Change cs property reading.Witold Sadowski2024-07-291-3/+8
| * spi: cadence: Change resource mappingWitold Sadowski2024-07-291-9/+22
| * spi: cadence: Add Marvell xfer operation supportWitold Sadowski2024-07-291-0/+272
| * spi: cadence: Add Marvell xSPI interrupt changesWitold Sadowski2024-07-291-4/+24
| * spi: cadence: Add Marvell SDMA operationsWitold Sadowski2024-07-291-3/+79
| * spi: cadence: Add clock configuration for Marvell xSPI overlayWitold Sadowski2024-07-291-2/+95
| * spi: cadence: Add static PHY configuration in Marvell overlayWitold Sadowski2024-07-291-1/+112
* | Add support for AD4000 series of ADCsMark Brown2024-07-294-4/+53
|\ \
| * | spi: spi-axi-spi-engine: Add support for MOSI idle configurationMarcelo Schmitt2024-07-291-3/+12
| * | spi: spi-gpio: Add support for MOSI idle state configurationMarcelo Schmitt2024-07-291-1/+11
| * | spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt2024-07-291-0/+24
| * | spi: Enable controllers to extend the SPI protocol with MOSI idle configurationMarcelo Schmitt2024-07-291-0/+6
| |/
* | spi: spi-mt65xx: Use threaded interrupt for non-SPIMEM transferAngeloGioacchino Del Regno2024-07-291-15/+25
* | spi: meson-spicc: convert comma to semicolonChen Ni2024-07-291-11/+11
* | spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke2024-07-291-0/+3
* | spi: axi-spi-engine: don't emit XFER_BITS for empty xferDavid Lechner2024-07-291-1/+1
|/
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-284-7/+7
* Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-286-14/+19
|\
| * ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-122-3/+3
| * mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
* | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-2813-146/+174
|\ \
| * | cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-127-112/+76
| |\ \
| | * | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-123-84/+4
| | * | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-121-1/+4
| | * | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-123-9/+57
| | * | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| | |/
| * | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-111-1/+1
| * | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-111-7/+27