summaryrefslogtreecommitdiff
path: root/fs/dlm/midcomms.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm/midcomms.c')
0 files changed, 0 insertions, 0 deletions
kernel/commit/drivers/spi/spi-nxp-fspi.c?id=614180a54d5f21ccb4f60042d19744694d31d3f8'>spi: spi-nxp-fspi: extract function nxp_fspi_dll_override()Haibo Chen 2025-08-10spi: nxp-fspi: Remove error print for devm_add_action_or_reset()Waqar Hameed 2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2025-07-11spi: spi-nxp-fspi: Check return value of devm_mutex_init()Thomas Weißschuh 2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus 2025-05-06spi: nxp-fspi: use devm instead of remove for driver detachHan Xu 2025-05-06spi: spi-nxp-fspi: remove the unchecked return value for nxp_fspi_clk_disable...Haibo Chen 2025-05-06spi: spi-nxp-fspi: use guard(mutex) to simplify the codeHaibo Chen 2025-05-06spi: spi-nxp-fspi: enable runtime pm for fspiHaibo Chen 2025-05-06spi: spi-nxp-fspi: remove the goto in probeHaibo Chen 2025-01-09spi: nxp-fspi: Support per spi-mem operation frequency switchesMiquel Raynal 2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König 2024-09-17Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds 2024-09-11spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu 2024-09-05spi: fspi: add support for imx8ulpHaibo Chen 2024-09-05spi: fspi: involve lut_num for struct nxp_fspi_devtype_dataHaibo Chen 2024-08-29spi: nxp-fspi: Use max macroYan Zhen 2024-01-22spi: nxp-fspi: Adjust LUT debug output alignmentAlexander Stein 2023-10-30spi: Merge up fixMark Brown 2023-10-16spi: nxp-fspi: use the correct ioremap functionHan Xu 2023-09-11spi: nxp-fspi: switch to use modern nameYang Yingliang 2023-09-11spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu 2023-07-14spi: Explicitly include correct DT includesRob Herring 2023-07-09spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...Yangtao Li 2023-03-22spi: spi-nxp-fspi: use DLL calibration when clock rate > 100MHzHaibo Chen 2023-03-22spi: spi-nxp-fspi: correct the comment for the DLL configHaibo Chen 2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel 2023-03-06spi: nxp-fspi: Convert to platform remove callback returning voidUwe Kleine-König 2022-11-02spi: nxp-fspi: make const array ls1028a_soc_attr staticColin Ian King 2022-09-07spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko 2021-10-02spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundMichael Walle 2021-06-14spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen 2021-03-25spi: fspi: enable fspi driver for on imx8mpHeiko Schocher 2021-03-10spi: spi-nxp-fspi: Implement errata workaround for LS1028AKuldeep Singh 2021-03-10spi: spi-nxp-fspi: Add imx8dxl driver supportHan Xu 2021-03-10spi: spi-nxp-fspi: Add support for IP read onlyKuldeep Singh 2020-11-23spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang 2020-09-17spi: spi-nxp-fspi: Add ACPI supportkuldip dwivedi 2020-03-12spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probeDan Carpenter 2020-03-05spi: spi-nxp-fspi: Enable the Octal Mode in MCR0Han Xu 2020-03-05spi: fspi: dynamically alloc AHB memoryHan Xu 2020-03-05spi: fspi: enable fspi on imx8qxp and imx8mmHan Xu 2019-12-16spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle 2019-11-11spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan