summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/maple/setup.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Explicitly include correct DT includesRob Herring2023-08-021-1/+2
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-1/+1
* powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-161-1/+0
* powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch2023-02-131-2/+2
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2021-02-091-3/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc/maple: Fix declaration made after definitionNathan Chancellor2020-03-251-17/+17
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-041-1/+1
|\
| * powerpc/maple: Fix comparing pointer to 0Chen Zhou2020-01-261-1/+1
* | arch/powerpc/setup: Drop dummy_con initializationArvind Sankar2020-01-141-3/+0
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-2/+2
* powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt2016-07-211-13/+2
* powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt2016-07-211-4/+2
* powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt2016-07-211-1/+0
* powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-211-7/+0
* powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2016-07-141-3/+5
* powerpc/maple: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-111-1/+1
* powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens2015-04-111-1/+1
* powerpc: Convert power off logic to pm_power_offAlexander Graf2014-11-031-2/+2
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0
* powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-1/+1
* powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-071-1/+1
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* powerpc/maple: Register CPC925 EDAC device on all boards with CPC925Dmitry Eremin-Solenikov2011-06-291-22/+19
* powerpc/maple: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-0/+1
* lmb: rename to memblockYinghai Lu2010-07-141-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* edac: cpc925 MC platform device setupHarry Ciao2009-06-181-0/+59
* powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov2008-12-231-6/+0
* Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-061-1/+0
* [POWERPC] maple: Use platform name in define_machine()Nathan Lynch2008-03-261-1/+1
* [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-131-1/+1
* [POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.Jon Loeliger2008-01-171-1/+1
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-1/+1
* [POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQSMichael Ellerman2007-04-241-1/+1
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-6/+6
* [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-131-1/+1
* [POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering2007-04-131-1/+0
* [POWERPC] Maple: use mmio nvramNathan Lynch2007-02-071-0/+3
* [POWERPC] Fix unbalanced uses of of_node_putNathan Lynch2007-01-091-1/+0
* [POWERPC] maple: Use RTAS for reboot and haltNathan Lynch2006-12-081-0/+12
* [POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt2006-12-041-1/+1
* Merge branch 'merge'Paul Mackerras2006-08-011-4/+13
|\
| * [POWERPC] Fix new interrupt code (MPIC detection)Segher Boessenkool2006-07-281-4/+11
| * [POWERPC] Fix new interrupt code (MPIC endianness)Segher Boessenkool2006-07-281-0/+2
* | [POWERPC] maple: Constify & voidify get_property()Jeremy Kerr2006-07-311-17/+10
|/
* [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-031-29/+59