aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/fsl
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+3
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2022-12-05soc: fsl: qe: request pins non-exclusivelyGravatar Dmitry Torokhov 1-27/+24
2022-11-23soc: fsl: dpio: Remove linux/msi.h includeGravatar Thomas Gleixner 1-1/+0
2022-11-02soc: fsl: qe: Switch to use fwnode instead of of_nodeGravatar Andy Shevchenko 1-1/+3
2022-11-01soc: fsl: qe: Avoid using gpio_to_desc()Gravatar Linus Walleij 1-36/+30
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-0/+1
2022-09-05soc: fsl: qbman: Add CGR update functionGravatar Sean Anderson 1-0/+48
2022-09-05soc: fsl: qbman: Add helper for sanity checking cgr opsGravatar Sean Anderson 1-10/+19
2022-09-02soc: fsl: select FSL_GUTS driver for DPIOGravatar Mathew McBride 1-0/+1
2022-07-05soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_s...Gravatar Yang Yingliang 1-0/+4
2022-07-05soc: fsl: guts: fix return value check in fsl_guts_init()Gravatar Yang Yingliang 1-2/+2
2022-06-27soc: fsl: guts: add serial_number supportGravatar Michael Walle 1-2/+46
2022-06-27soc: fsl: guts: drop platform driverGravatar Michael Walle 1-63/+71
2022-06-27soc: fsl: guts: use of_root instead of own referenceGravatar Michael Walle 1-8/+4
2022-06-27soc: fsl: guts: allocate soc_dev_attr on the heapGravatar Michael Walle 1-19/+21
2022-06-27soc: fsl: guts: embed fsl_guts_get_svr() in probe()Gravatar Michael Walle 1-31/+11
2022-06-27soc: fsl: guts: remove module_exit() and fsl_guts_remove()Gravatar Michael Walle 1-14/+1
2022-06-27soc: fsl: guts: machine variable might be unsetGravatar Michael Walle 1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-7/+13
2022-02-18soc: fsl: qe: Check of ioremap return valueGravatar Jiasheng Jiang 1-0/+2
2022-02-18soc: fsl: qe: fix typo in a commentGravatar Jason Wang 1-2/+2
2022-02-18soc: fsl: guts: Add a missing memory allocation failure checkGravatar Christophe JAILLET 1-2/+7
2022-02-18soc: fsl: guts: Revert commit 3c0d64e867edGravatar Christophe JAILLET 1-4/+3
2022-02-09soc: fsl: dpio: read the consumer index from the cache inhibited areaGravatar Ioana Ciornei 1-4/+4
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 2-2/+2
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateGravatar Yury Norov 2-2/+2
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingGravatar Thomas Gleixner 1-4/+4
2021-11-10Merge tag 'arm-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 3-7/+5
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 4-14/+7
2021-10-21soc: fsl: dpio: rename the enqueue descriptor variableGravatar Youri Querry 1-4/+4
2021-10-21soc: fsl: dpio: use an explicit NULL instead of 0Gravatar Ioana Ciornei 1-1/+1
2021-10-21soc: fsl: rcpm: Make use of the helper function devm_platform_ioremap_resource()Gravatar Cai Huoqing 1-6/+1
2021-10-21soc: fsl: guts: Make use of the helper function devm_platform_ioremap_resource()Gravatar Cai Huoqing 1-3/+1
2021-10-21soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_readGravatar Robert-Ionut Alexa 1-0/+1
2021-10-20soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Gravatar Tim Gardner 1-6/+5
2021-10-19soc: fsl: dpio: use the combined functions to protect critical zoneGravatar Meng Li 1-6/+3
2021-10-19soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_idGravatar Meng Li 1-1/+1
2021-10-15soc: fsl: dpio: add Net DIM integrationGravatar Ioana Ciornei 3-0/+81
2021-10-15soc: fsl: dpio: add support for irq coalescing per software portalGravatar Ioana Ciornei 3-0/+107
2021-10-15soc: fsl: dpio: extract the QBMAN clock frequency from the attributesGravatar Ioana Ciornei 6-0/+9
2021-08-13soc: fsl: qe: fix static checker warningGravatar Maxim Kochetkov 1-6/+5
2021-08-06soc: fsl: qe: convert QE interrupt controller to platform_deviceGravatar Maxim Kochetkov 1-31/+44
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-52/+3
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-105/+125
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Gravatar Joerg Roedel 1-52/+3
2021-04-08soc: fsl: enable acpi support in RCPM driverGravatar Peng Ma 1-2/+22
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceGravatar Christoph Hellwig 1-11/+0
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callGravatar Christoph Hellwig 1-15/+3
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableGravatar Christoph Hellwig 1-7/+0