aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15powerpc: remove unused chrp_event_scan() declarationGaosheng Cui1-1/+0
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy4-4/+6
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2022-05-04powerpc/time: Fix sparse warningsHe Ying1-2/+0
2021-12-23powerpc/chrp: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin1-1/+1
2021-03-24powerpc/chrp: Make hydra_init() staticGeert Uytterhoeven1-2/+1
2021-02-09powerpc/chrp: Move PHB discoveryOliver O'Halloran2-11/+9
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport1-1/+0
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed1-9/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman1-2/+1
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2-2/+2
2019-01-22powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMacFinn Thain1-4/+10
2019-01-19powerpc: chrp: Use of_node_is_type to access device_typeRob Herring1-2/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-4/+1
2018-11-26powerpc/kconfig: remove CONFIG_6xxChristophe Leroy1-1/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring2-6/+3
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-1/+1
2018-07-19chrp/nvram.c: add MODULE_LICENSE()Randy Dunlap1-0/+3
2018-05-25powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre1-2/+4
2018-05-25powerpc/chrp/pci: Make some functions staticMathieu Malaterre1-6/+6
2018-05-25powerpc/chrp/setup: Remove idu_size variable and make some functions staticMathieu Malaterre1-7/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-9/+9
2017-08-15powerpc/chrp: Store the intended structureJulia Lawall1-1/+1
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt1-2/+3
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-03-31powerpc32/chrp: fix section mismatch warningLEROY Christophe1-1/+1
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-1/+2
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-1/+1
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-2/+2
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-31powerpc/nvram: Fix endian issue when reading the NVRAM sizeCedric Le Goater1-2/+2
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli1-0/+20
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2-3/+3
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+2
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-2/+1
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1