summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)Author
2024-02-06powerpc: udbg_memcons: mark functions staticArnd Bergmann
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-01powerpc/fsl-pci: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen
2023-11-27powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan
2023-11-27powerpc/32: Drop unused grackle_set_stg()Michael Ellerman
2023-10-20powerpc/fsl_msi: Use device_get_match_data()Rob Herring
2023-10-19powerpc: Explicitly reverse bytes when checking for byte reversalBenjamin Gray
2023-10-19powerpc/xive: Fix endian conversion sizeBenjamin Gray
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-25powerpc/mpc5xxx: Add missing fwnode_handle_put()Liang He
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy
2023-08-18powerpc/fsl_pci: Make fsl_add_bridge() staticChristophe Leroy
2023-08-16powerpc/xics: Remove unnecessary endian conversionGautam Menghani
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy
2023-08-08net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy
2023-08-04serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-06-21powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring
2023-06-21powerpc: fsl: Use of_property_read_reg() to parse "reg"Rob Herring
2023-06-21powerpc: fsl_rio: Use of_range_to_resource() for "ranges" parsingRob Herring
2023-06-01iommu/fsl: Use driver_managed_dma to allow VFIO to workJason Gunthorpe
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-04powerpc: Use of_address_to_resource()Rob Herring
2023-04-04powerpc/fsl_rio: Use of_iomap()Rob Herring
2023-04-04powerpc/xics: Use of_address_count()Rob Herring
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring
2023-03-30powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap
2023-03-28powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman
2023-03-17powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-12-17powerpc/msi: Fix deassociation of MSI descriptorsMarc Zyngier
2022-11-30powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primaryPali Rohár
2022-11-24powerpc/mpic_msgr: fix cast removes address space of expression warningsruanjinjie
2022-11-24powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang
2022-11-24powerpc/sysdev: Remove some duplicate prefix in some messagesChristophe JAILLET
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch
2022-09-06powerpc/xive: fix repeated words in commentsJilin Yuan
2022-09-05powerpc/fsl_pci: Remove of_node_put() when reference escaped outLiang He
2022-09-05powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He
2022-09-05powerpc/sysdev: Add missing of_node_put()sLiang He