summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rproc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...HEADmasterLinus Torvalds22 hours6-112/+97
|\
| * remoteproc: st: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski11 days1-8/+2
| * remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski11 days1-8/+2
| * remoteproc: st: Simplify with dev_err_probeKrzysztof Kozlowski11 days1-24/+20
| * remoteproc: omap: Simplify returning syscon PTR_ERRKrzysztof Kozlowski11 days1-5/+2
| * remoteproc: keystone: Simplify returning syscon PTR_ERRKrzysztof Kozlowski11 days1-5/+2
| * remoteproc: k3-r5: Add devm action to release tspBeleswar Padhi2025-01-061-6/+11
| * remoteproc: k3-r5: Use devm_rproc_add() helperBeleswar Padhi2025-01-061-6/+2
| * remoteproc: k3-r5: Use devm_ioremap_wc() helperBeleswar Padhi2025-01-061-30/+8
| * remoteproc: k3-r5: Use devm_kcalloc() helperBeleswar Padhi2025-01-061-3/+1
| * remoteproc: k3-r5: Add devm action to release reserved memoryBeleswar Padhi2025-01-061-8/+13
| * remoteproc: mtk_scp: Only populate devices for SCP coresChen-Yu Tsai2024-12-161-2/+10
| * remoteproc: omap: Handle ARM dma_iommu_mappingRobin Murphy2024-12-061-0/+17
| * remoteproc: core: Fix ida_free call while not allocatedArnaud Pouliquen2024-12-021-7/+7
* | Merge tag 'linux-watchdog-6.14-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds22 hours6-13/+25
|\ \
| * | dt-bindings: watchdog: Document Qualcomm IPQ5424Manikanta Mylavarapu2025-01-061-0/+1
| * | watchdog: rti_wdt: Fix an OF node leak in rti_wdt_probe()Joe Hattori2025-01-061-0/+1
| * | watchdog: max77620: fix excess field in kerneldocLuca Ceresoli2025-01-061-1/+0
| * | watchdog: sp805_wdt: Drop documentation of non-existent `status` memberLad Prabhakar2025-01-061-1/+0
| * | watchdog: rzv2h_wdt: Use local `dev` pointer in probeLad Prabhakar2025-01-061-8/+8
| * | watchdog: da9052_wdt: add support for bootstatus bitsMarcus Folkesson2025-01-061-1/+12
| * | watchdog: sp805: Report correct timeleft at maximumMike Crowe2025-01-061-1/+1
| * | watchdog: rti: Fix off-by-one in heartbeat recoveryAlexander Sverdlin2025-01-061-1/+2
* | | Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds22 hours43-1683/+3428
|\ \ \
| * \ \ Merge tag 'nand/for-6.14' into mtd/nextMiquel Raynal3 days2549-15864/+25377
| |\ \ \
| | * | | mtd: spinand: skyhigh: Align with recent read from cache variant changesMiquel Raynal7 days1-2/+2
| | * | | mtd: spinand: winbond: Add support for DTR operationsMiquel Raynal11 days1-0/+5
| | * | | mtd: spinand: winbond: Add comment about namingMiquel Raynal11 days1-0/+5
| | * | | mtd: spinand: winbond: Update the *JW chip definitionsMiquel Raynal11 days1-2/+11
| | * | | mtd: spinand: Add support for read DTR operationsMiquel Raynal11 days1-0/+35
| | * | | mtd: spinand: Enhance the logic when picking a variantMiquel Raynal11 days1-3/+10
| | * | | mtd: spinand: Add an optional frequency to read from cache macrosMiquel Raynal11 days1-2/+3
| | * | | mtd: spinand: Create distinct fast and slow read from cache variantsMiquel Raynal11 days12-34/+46
| | * | | Merge tag 'spi-mem-dtr-2' into nand/nextMiquel Raynal11 days2518-14144/+21895
| | |\ \ \
| | * | | | mtd: rawnand: davinci: add ROM supported OOB layoutMarcus Folkesson11 days1-2/+43
| | * | | | mtd: rawnand: davinci: Reduce polling interval in NAND_OP_WAITRDY_INSTRBastien Curutchet2025-01-081-1/+1
| | * | | | mtd: rawnand: qcom: Fix build issue on x86 architectureMd Sadre Alam2025-01-082-9/+12
| | * | | | Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/nextMiquel Raynal2024-12-244-1446/+1563
| | |\ \ \ \
| | | * | | | mtd: rawnand: qcom: use FIELD_PREP and GENMASKMd Sadre Alam2024-12-242-61/+67
| | | * | | | mtd: nand: Add qpic_common API fileMd Sadre Alam2024-12-244-1081/+1240
| | | * | | | mtd: rawnand: qcom: Add qcom prefix to common apiMd Sadre Alam2024-12-241-160/+160
| | | * | | | mtd: rawnand: qcom: cleanup qcom_nandc driverMd Sadre Alam2024-12-241-282/+234
| | | | |_|/ | | | |/| |
| | * | | | mtd: rawnand: davinci: Implement setup_interface() operationBastien Curutchet2024-12-241-0/+79
| | * | | | mtd: rawnand: davinci: Add clock resourceBastien Curutchet2024-12-241-0/+7
| | * | | | mtd: rawnand: davinci: Always depends on TI_AEMIFBastien Curutchet2024-12-241-2/+2
| | * | | | Merge tag 'memory-controller-drv-ti-6.14' of https://git.kernel.org/pub/scm/l...Miquel Raynal2024-12-242-76/+148
| | |\ \ \ \
| | * | | | | dt-bindings: mtd: cadence: convert cadence-nand-controller.txt to yamlNiravkumar L Rabara2024-12-243-54/+76
| | * | | | | mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoCHui-Ping Chen2024-12-243-0/+1038
| | * | | | | dt-bindings: mtd: nuvoton,ma35d1-nand: add new bindingsHui-Ping Chen2024-12-241-0/+95
| | * | | | | mtd: rawnand: brcmnand: fix status read of brcmnand_waitfuncdavid regan2024-12-241-0/+5