summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-22/+26
2025-05-16powerpc: Switch to irq_find_mapping()Jiri Slaby (SUSE)5-6/+6
2025-05-16powerpc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)9-16/+20
2025-05-04powerpc: sysdev/gpio: use new line value setter callbacksBartosz Golaszewski1-2/+4
2025-04-16powerpc: mpic: Use str_enabled_disabled() helper functionThorsten Blum1-3/+4
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)5-5/+5
2025-02-26powerpc: Remove DCR_MMIO and the DCR generic layerMichael Ellerman1-182/+0
2025-02-26powerpc: Remove PPC_PMI and driverMichael Ellerman2-268/+0
2025-02-24arch/powerpc: Remove unused function icp_native_cause_ipi_rm()Gautam Menghani1-21/+0
2025-02-24powerpc/ipic: Stop printing address of registersChristophe Leroy1-2/+1
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven1-1/+1
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2024-11-14powerpc/xive: Use cpumask_intersects()Costa Shulyupin1-1/+1
2024-10-29powerpc/machdep: Drop include of seq_file.hMichael Ellerman1-0/+1
2024-09-10powerpc: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2-5/+2
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman1-2/+2
2024-05-07powerpc: Fix typosBjorn Helgaas2-3/+3
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao1-2/+0
2024-05-07powerpc: Fix kernel-doc comments in fsl_gtm.cYang Li1-3/+3
2024-04-29powerpc/dart: Drop unnecessary call to kmemleak_no_scan()Michael Ellerman1-4/+0
2024-04-03powerpc/fsl-soc: hide unused const variableArnd Bergmann1-0/+2
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-9/+5
2024-02-22powerpc: pmi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-22powerpc: fsl_msi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-14powerpc: mpic: make mpic_subsys constRicardo B. Marliere1-1/+1
2024-02-06powerpc: udbg_memcons: mark functions staticArnd Bergmann1-3/+3
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2023-12-02powerpc/fsl-pci: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen1-2/+2
2023-11-27powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan1-0/+2
2023-11-27powerpc/32: Drop unused grackle_set_stg()Michael Ellerman1-19/+0
2023-10-20powerpc/fsl_msi: Use device_get_match_data()Rob Herring1-6/+4
2023-10-19powerpc: Explicitly reverse bytes when checking for byte reversalBenjamin Gray1-1/+1
2023-10-19powerpc/xive: Fix endian conversion sizeBenjamin Gray1-1/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds18-57/+42
2023-08-25powerpc/mpc5xxx: Add missing fwnode_handle_put()Liang He1-1/+3
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman1-1/+1
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy3-11/+12
2023-08-18powerpc/fsl_pci: Make fsl_add_bridge() staticChristophe Leroy2-2/+1
2023-08-16powerpc/xics: Remove unnecessary endian conversionGautam Menghani1-1/+0
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy2-23/+12
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2-2/+0
2023-08-09net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy1-3/+0
2023-08-04serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy1-2/+0
2023-08-02powerpc: Explicitly include correct DT includesRob Herring10-15/+12
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