aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/4xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy3-1/+4
2022-05-04powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-3/+3
2021-12-23powerpc/4xx: Add __init attribute to eligible functionsNick Child2-3/+3
2021-12-16powerpc/4xx/hsta: Rework MSI handlingThomas Gleixner1-5/+2
2021-12-09powerpc/4xx: Remove MSI support which never workedThomas Gleixner2-282/+0
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-1/+1
2021-08-10powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-3/+1
2020-05-28powerpc/4xx: Don't unmap NULL mbasehuhai1-3/+1
2019-08-27powerpc: remove the ppc44x ocm.c fileChristoph Hellwig2-391/+0
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2019-07-03powerpc/4xx/uic: clear pending interrupt after irq type/pol changeChristian Lamparter1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner3-45/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-19/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-11powerpc/4xx/ocm: Fix fix for phys_addr_t printf warningsMichael Ellerman1-3/+3
2018-12-30powerpc/4xx/ocm: Fix phys_addr_t printf warningsMichael Ellerman1-3/+3
2018-12-30powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usageChristian Lamparter1-2/+2
2018-12-21powerpc/4xx: Delete an unnecessary return statement in two functionsMarkus Elfring2-3/+0
2018-12-21powerpc/4xx: Delete error message for a ENOMEM in two functionsMarkus Elfring1-4/+1
2018-12-21powerpc/4xx: Use seq_putc() in ocm_debugfs_show()Markus Elfring1-1/+1
2018-12-21powerpc/4xx: Combine four seq_printf() calls into two in ocm_debugfs_show()Markus Elfring1-6/+2
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-4/+2
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+2
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-5/+2
2018-09-28powerpc: 4xx: get cpu node with of_get_cpu_nodeRob Herring1-1/+1
2018-08-03powerpc/4xx: Fix error return path in ppc4xx_msi_probe()Guenter Roeck1-21/+30
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-03-31powerpc/4xx: Fix error return code in ppc4xx_msi_probe()Wei Yongjun1-1/+2
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2-2/+2
2017-08-31powerpc/4xx: Constify cpm_suspend_opsArvind Yadav1-1/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring6-82/+67
2017-08-10powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman2-1/+27
2017-08-10powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman10-0/+4739
2007-08-20[POWERPC] Rename 4xx paths to 40xJosh Boyer2-209/+0
2007-04-24[POWERPC] Re-organize Kconfig code for 4xx in arch/powerpcDavid Gibson1-222/+150
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-1/+1
2005-10-11ppc: Various minor compile fixesPaul Mackerras1-0/+1
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-0/+280