summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
ivers/spi/spi-pxa2xx.c?h=master&id=e17465f78eb92ebb4be17e35d6c0584406f643a0'>spi: pxa2xx: Move PM runtime handling to the glue driversAndy Shevchenko 2024-08-22spi: pxa2xx: Do not override dev->platform_data on probeAndy Shevchenko 2024-06-10spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko 2024-06-03spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko 2024-06-03spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko 2024-06-03spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko 2024-06-03spi: pxa2xx: Remove duplicate checkAndy Shevchenko 2024-06-03spi: pxa2xx: Print DMA burst size only when DMA is enabledAndy Shevchenko 2024-06-03spi: pxa2xx: Utilise temporary variable for struct deviceAndy Shevchenko 2024-06-03spi: pxa2xx: Remove hard coded number of chip select pinsAndy Shevchenko 2024-06-03spi: pxa2xx: Remove no more needed driver dataAndy Shevchenko 2024-06-03spi: pxa2xx: Reorganize the SSP type retrievalAndy Shevchenko 2024-06-03spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resourceAndy Shevchenko 2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko 2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko 2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko 2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko 2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko 2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko 2024-05-03spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko 2024-04-15spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko 2024-04-02spi: pxa2xx: Call pxa_ssp_free() after getting the SSP typeAndy Shevchenko 2024-03-28spi: pxa2xx: Skip SSP initialization if it's done elsewhereAndy Shevchenko 2024-03-28spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helperAndy Shevchenko 2024-03-28spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()Andy Shevchenko 2024-03-26spi: pxa2xx: Switch to use dev_err_probe()Andy Shevchenko 2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner 2023-08-21spi: pxa2xx: switch to use modern nameYang Yingliang 2023-08-14spi: pxa2xx: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski 2023-03-13spi: pxa2xx: Mark OF related data as maybe unusedKrzysztof Kozlowski 2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel 2023-03-06spi: pxa2xx: Convert to platform remove callback returning voidUwe Kleine-König