summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/maple/setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-1/+2
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy1-1/+0
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch1-2/+2
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2021-02-08powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran1-3/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-03-25powerpc/maple: Fix declaration made after definitionNathan Chancellor1-17/+17
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2020-01-25powerpc/maple: Fix comparing pointer to 0Chen Zhou1-1/+1
2020-01-14arch/powerpc/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens1-2/+2
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt1-13/+2
2016-07-21powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt1-4/+2
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt1-1/+0
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt1-7/+0
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-3/+5
2015-04-11powerpc/maple: Move controller ops from ppc_md to controller_opsDaniel Axtens1-1/+1
2015-04-11powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens1-1/+1
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-2/+2
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+1
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-1/+1
2011-11-01powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-06-29powerpc/maple: Register CPC925 EDAC device on all boards with CPC925Dmitry Eremin-Solenikov1-22/+19
2010-09-02powerpc/maple: Add of_node_put to avoid memory leakJulia Lawall1-0/+1
2010-07-14lmb: rename to memblockYinghai Lu1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-06-19edac: cpc925 MC platform device setupHarry Ciao1-0/+59
2008-12-23powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov1-6/+0
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-03-26[POWERPC] maple: Use platform name in define_machine()Nathan Lynch1-1/+1
2008-02-14[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+1
2008-01-17[POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.Jon Loeliger1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-24[POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQSMichael Ellerman1-1/+1
2007-04-12[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-6/+6
2007-04-12[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-04-12[POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering1-1/+0
2007-02-07[POWERPC] Maple: use mmio nvramNathan Lynch1-0/+3
2007-01-09[POWERPC] Fix unbalanced uses of of_node_putNathan Lynch1-1/+0
2006-12-08[POWERPC] maple: Use RTAS for reboot and haltNathan Lynch1-0/+12
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-1/+1
2006-08-01Merge branch 'merge'Paul Mackerras1-4/+13
2006-07-31[POWERPC] maple: Constify & voidify get_property()Jeremy Kerr1-17/+10
2006-07-28[POWERPC] Fix new interrupt code (MPIC detection)Segher Boessenkool1-4/+11
2006-07-28[POWERPC] Fix new interrupt code (MPIC endianness)Segher Boessenkool1-0/+2
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-29/+59