summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/4xx (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/platforms: Move files from 4xx to 44xChristophe Leroy2024-06-289-3901/+0
* powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2024-06-281-1/+1
* powerpc: Remove core support for 40xChristophe Leroy2024-06-281-100/+0
* powerpc: Use NULL instead of 0 for null pointersBenjamin Gray2023-10-191-1/+1
* powerpc/4xx: Add missing includes to fix no previous prototype errorsChristophe Leroy2023-08-182-0/+2
* powerpc: Explicitly include correct DT includesRob Herring2023-08-023-3/+3
* Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-291-11/+7
|\
| * powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-11/+7
* | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-4/+4
|\ \
| * | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-4/+4
| |/
* / gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann2023-03-061-1/+1
|/
* powerpc/msi: Fix deassociation of MSI descriptorsMarc Zyngier2022-12-171-0/+1
* powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
* powerpc: Add missing headersChristophe Leroy2022-05-083-1/+4
* powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap2022-05-041-1/+1
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-142-3/+3
|\
| * powerpc/4xx: Add __init attribute to eligible functionsNick Child2021-12-232-3/+3
* | powerpc/4xx/hsta: Rework MSI handlingThomas Gleixner2021-12-161-5/+2
* | powerpc/4xx: Remove MSI support which never workedThomas Gleixner2021-12-092-282/+0
|/
* powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song2021-08-261-1/+1
* powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-101-3/+1
* powerpc/4xx: Don't unmap NULL mbasehuhai2020-05-281-3/+1
* powerpc: remove the ppc44x ocm.c fileChristoph Hellwig2019-08-272-391/+0
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-0/+1
|\
| * powerpc/4xx/uic: clear pending interrupt after irq type/pol changeChristian Lamparter2019-07-031-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-45/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-19/+4
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* powerpc/4xx/ocm: Fix fix for phys_addr_t printf warningsMichael Ellerman2019-01-111-3/+3
* powerpc/4xx/ocm: Fix phys_addr_t printf warningsMichael Ellerman2018-12-301-3/+3
* powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usageChristian Lamparter2018-12-301-2/+2
* powerpc/4xx: Delete an unnecessary return statement in two functionsMarkus Elfring2018-12-212-3/+0
* powerpc/4xx: Delete error message for a ENOMEM in two functionsMarkus Elfring2018-12-211-4/+1
* powerpc/4xx: Use seq_putc() in ocm_debugfs_show()Markus Elfring2018-12-211-1/+1
* powerpc/4xx: Combine four seq_printf() calls into two in ocm_debugfs_show()Markus Elfring2018-12-211-6/+2
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-4/+2
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-5/+2
|\
| * powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-5/+2
* | powerpc: 4xx: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-1/+1
|/
* powerpc/4xx: Fix error return path in ppc4xx_msi_probe()Guenter Roeck2018-08-031-21/+30
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-2/+3
* powerpc/4xx: Fix error return code in ppc4xx_msi_probe()Wei Yongjun2018-03-301-1/+2
* powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2018-03-202-2/+2
* powerpc/4xx: Constify cpm_suspend_opsArvind Yadav2017-08-311-1/+1
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-236-82/+67
* powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman2017-08-102-1/+27
* powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman2017-08-1010-0/+4739
* [POWERPC] Rename 4xx paths to 40xJosh Boyer2007-08-202-209/+0