summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl
AgeCommit message (Expand)Author
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2026-08-07soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()Linkai Gong
2026-08-07soc: fsl: guts: implement the RCW override procedureVladimir Oltean
2026-08-07soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()Vladimir Oltean
2026-08-07soc: fsl: guts: make it easier to determine on which SoC we are runningIoana Ciornei
2026-08-07soc: fsl: guts: add a central fsl_guts_read() functionIoana Ciornei
2026-08-07soc: fsl: guts: add a global structure to hold stateIoana Ciornei
2026-08-07soc: fsl: guts: use a macro to encode the DCFG CCSR spaceIoana Ciornei
2026-08-07soc: fsl: guts: perform fsl_guts_init() error teardown in reverse order of setupVladimir Oltean
2026-08-07soc: fsl: qe: Add support of IRQs in QE GPIOPaul Louvel
2026-08-03soc: fsl: qe: Rename irq variable to parent_irqPaul Louvel
2026-08-03soc: fsl: qe: Convert to generic IRQ chipPaul Louvel
2026-08-03soc: fsl: qe: Handle spurious interruptsPaul Louvel
2026-08-03soc: fsl: qe: Iterate over all pending interrupts in cascade handlerPaul Louvel
2026-08-03soc: fsl: qe: Use generic_handle_domain_irq()Paul Louvel
2026-08-03soc: fsl: qe: Add chained_irq_{enter,exit}() calls in cascade handlerPaul Louvel
2026-08-03soc: fsl: qe: implement get_direction()Christophe Leroy (CS GROUP)
2026-08-03soc: fsl: dpio: Remove redundant dev_err()Pan Chuang
2026-08-03soc: fsl: qe: properly scan GPIO nodes at startupChristophe Leroy (CS GROUP)
2026-07-29powerpc: Move CONFIG_QE_GPIO to SoCChristophe Leroy (CS GROUP)
2026-07-09soc: fsl: qe_ports_ic: Use generic I/O helper instead of specific powerPC onesChristophe Leroy (CS GROUP)
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-05-18Merge tag 'soc_fsl-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2026-04-04soc: fsl: qe: panic on ioremap() failure in qe_reset()Wang Jun
2026-03-25soc: fsl: qe_ports_ic: switch to irq_domain_create_linear()Christophe Leroy (CS GROUP)
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich
2026-03-13soc: fsl: qe_ports_ic: Add missing cleanup on device removalFelix Gu
2026-03-12soc: fsl: guts: don't access of_root directlyBartosz Golaszewski
2026-02-23soc: fsl: cpm1: qmc: Fix error check for devm_ioremap_resource() in qmc_qe_in...Chen Ni
2026-02-23soc: fsl: qbman: fix race condition in qman_destroy_fqRichard Genoud
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-21soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler install/removeChen Ni
2026-01-10soc: fsl: qe: Add an interrupt controller for QUICC Engine PortsChristophe Leroy (CS GROUP)
2026-01-06soc: fsl: qe: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2025-11-26soc: fsl: qbman: use kmalloc_array() instead of kmalloc()Gongwei Li
2025-11-26soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-10-02Merge tag 'sound-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-09-22soc/fsl/qbman: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang
2025-09-22soc: fsl: qe: Drop legacy-of-mm-gpiochip.h header from GPIO driverChristophe Leroy
2025-09-22soc: fsl: qe: Change GPIO driver to a proper platform driverChristophe Leroy
2025-09-18soc: fsl: qmc: Only set completion interrupt when neededChristophe Leroy
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-07-21soc: fsl: qe: convert set_multiple() to returning an integerBartosz Golaszewski
2025-07-08soc: Use dev_fwnode()Jiri Slaby (SUSE)
2025-07-08soc: fsl: qe: use new GPIO line value setter callbacksBartosz Golaszewski
2025-05-31Merge tag 'soc-drivers-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-22Merge tag 'soc_fsl-6.16-1' of https://github.com/chleroy/linux into soc/driversArnd Bergmann
2025-05-17soc: fsl: qe: Consolidate chained IRQ handler install/removeChen Ni
2025-05-16soc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)