summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-56/+16
2023-06-21powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring1-12/+4
2023-06-21powerpc: fsl: Use of_property_read_reg() to parse "reg"Rob Herring2-19/+5
2023-06-21powerpc: fsl_rio: Use of_range_to_resource() for "ranges" parsingRob Herring1-27/+9
2023-06-01iommu/fsl: Use driver_managed_dma to allow VFIO to workJason Gunthorpe1-0/+1
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-54/+23
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+16
2023-04-04powerpc: Use of_address_to_resource()Rob Herring1-3/+3
2023-04-04powerpc/fsl_rio: Use of_iomap()Rob Herring1-20/+3
2023-04-04powerpc/xics: Use of_address_count()Rob Herring1-12/+5
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring6-15/+9
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-30powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-03-28powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman1-1/+1
2023-03-17powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+15
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann1-1/+1
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch1-4/+4
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-5/+19
2022-12-17powerpc/msi: Fix deassociation of MSI descriptorsMarc Zyngier2-0/+2
2022-11-30powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primaryPali Rohár1-0/+13
2022-11-24powerpc/mpic_msgr: fix cast removes address space of expression warningsruanjinjie1-2/+2
2022-11-24powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang1-0/+1
2022-11-24powerpc/sysdev: Remove some duplicate prefix in some messagesChristophe JAILLET1-3/+3
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2-2/+2
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch1-11/+11
2022-09-06powerpc/xive: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-05powerpc/fsl_pci: Remove of_node_put() when reference escaped outLiang He1-1/+0
2022-09-05powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He1-0/+2
2022-09-05powerpc/sysdev: Add missing of_node_put()sLiang He3-7/+23
2022-08-01powerpc/xive: Fix refcount leak in xive_get_max_prioMiaoqian Lin1-0/+1
2022-07-28powerpc/sysdev: Fix comment typoJason Wang1-1/+1
2022-07-28powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy1-0/+2
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-2/+10
2022-07-27powerpc/fsl-pci: Fix Class Code of PCIe Root PortPali Rohár2-0/+9
2022-07-09Merge branch 'fixes' into nextMichael Ellerman1-2/+3
2022-06-24powerpc/xive/spapr: correct bitmap allocation sizeNathan Lynch1-2/+3
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-19/+22
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy1-0/+1
2022-05-24powerpc/xics: Include missing headerChristophe Leroy1-0/+1
2022-05-22powerpc/iommu: Add missing of_node_put in iommu_init_early_dartPeng Wu1-2/+4
2022-05-22powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin1-0/+2
2022-05-22powerpc/xive: Fix refcount leak in xive_spapr_initMiaoqian Lin1-2/+5
2022-05-22powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy4-452/+0
2022-05-22powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi1-0/+1
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2-4/+4
2022-05-08powerpc: Add missing headersChristophe Leroy25-22/+40
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy5-5/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall8-8/+8
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-03-16powerpc/xive: fix return value of __setup handlerRandy Dunlap1-3/+3