summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-2/+0
|\
| * serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy2023-08-041-2/+0
* | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-3118-57/+42
|\ \
| * | powerpc/mpc5xxx: Add missing fwnode_handle_put()Liang He2023-08-251-1/+3
| * | powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman2023-08-241-1/+1
| * | powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy2023-08-233-11/+12
| * | powerpc/fsl_pci: Make fsl_add_bridge() staticChristophe Leroy2023-08-182-2/+1
| * | powerpc/xics: Remove unnecessary endian conversionGautam Menghani2023-08-161-1/+0
| * | powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
| * | powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy2023-08-162-23/+12
| * | powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2023-08-162-2/+0
| * | powerpc: Explicitly include correct DT includesRob Herring2023-08-0210-15/+12
| |/
* / net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy2023-08-081-3/+0
|/
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-303-56/+16
|\
| * powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring2023-06-211-12/+4
| * powerpc: fsl: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-212-19/+5
| * powerpc: fsl_rio: Use of_range_to_resource() for "ranges" parsingRob Herring2023-06-211-27/+9
* | iommu/fsl: Use driver_managed_dma to allow VFIO to workJason Gunthorpe2023-06-011-0/+1
|/
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-2810-54/+23
|\
| * powerpc: Use of_address_to_resource()Rob Herring2023-04-041-3/+3
| * powerpc/fsl_rio: Use of_iomap()Rob Herring2023-04-041-20/+3
| * powerpc/xics: Use of_address_count()Rob Herring2023-04-041-12/+5
| * powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-306-15/+9
| * powerpc: Use of_property_present() for testing DT property presenceRob Herring2023-03-301-1/+1
| * powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap2023-03-301-3/+2
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-5/+16
|\ \
| * | powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman2023-03-281-1/+1
| * | powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+15
| |/
* / gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann2023-03-061-1/+1
|/
* powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch2023-02-131-4/+4
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-194-5/+19
|\
| * powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primaryPali Rohár2022-11-301-0/+13
| * powerpc/mpic_msgr: fix cast removes address space of expression warningsruanjinjie2022-11-241-2/+2
| * powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang2022-11-241-0/+1
| * powerpc/sysdev: Remove some duplicate prefix in some messagesChristophe JAILLET2022-11-241-3/+3
* | powerpc/msi: Fix deassociation of MSI descriptorsMarc Zyngier2022-12-172-0/+2
|/
* powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-262-2/+2
* Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2022-09-141-11/+11
* powerpc/xive: fix repeated words in commentsJilin Yuan2022-09-061-1/+1
* powerpc/fsl_pci: Remove of_node_put() when reference escaped outLiang He2022-09-051-1/+0
* powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He2022-09-051-0/+2
* powerpc/sysdev: Add missing of_node_put()sLiang He2022-09-053-7/+23
* powerpc/xive: Fix refcount leak in xive_get_max_prioMiaoqian Lin2022-08-011-0/+1
* powerpc/sysdev: Fix comment typoJason Wang2022-07-281-1/+1
* powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy2022-07-281-0/+2
* powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-2/+10
* powerpc/fsl-pci: Fix Class Code of PCIe Root PortPali Rohár2022-07-272-0/+9
* Merge branch 'fixes' into nextMichael Ellerman2022-07-091-2/+3
|\
| * powerpc/xive/spapr: correct bitmap allocation sizeNathan Lynch2022-06-241-2/+3
* | powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-19/+22