aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-0/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy1-1/+0
2022-09-05powerpc/cell: Add missing of_node_put()sLiang He1-0/+2
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-01-14arch/powerpc/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-2/+1
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov1-2/+1
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
2015-04-14powerpc/cell: Fix iommu breakage caused by controller_ops changeMichael Ellerman1-2/+2
2015-04-11powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens1-0/+5
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König1-1/+1
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+2
2011-12-07powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett1-23/+0
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-1/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-04-27powerpc/pci: Make IO workarounds init implicit when first bus is registeredMichael Ellerman1-2/+0
2011-04-27powerpc/pci: Move IO workarounds to the common kernel dirMichael Ellerman1-1/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-4/+4
2011-03-10powerpc: platforms/cell irq_data conversion.Lennert Buytenhek1-2/+4
2010-07-24of: remove of_default_bus_idsJonas Bonn1-1/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2008-12-23powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov1-6/+0
2008-04-24[POWERPC] cell: Generalize io-workarounds codeIshizaki Kou1-2/+41
2008-03-20[POWERPC] Hide resources on Axon PCIE root complex nodesMichael Ellerman1-0/+36
2008-03-03[POWERPC] enable hardware watchpoints on cell bladesJens Osterkamp1-0/+7
2008-02-06[POWERPC] Search for and publish cell OF platform devices earlierMichael Ellerman1-1/+1
2008-01-17[POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely1-4/+1
2007-12-20[POWERPC] Cleanup calling mmio_nvram_initIshizaki Kou1-2/+0
2007-12-19[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger1-1/+1
2007-12-11[POWERPC] cell: Fix undefined reference to mmio_nvram_initIshizaki Kou1-0/+2
2007-10-11[POWERPC] Platforms shouldn't mess with ROOT_DEVGrant Likely1-5/+0
2007-10-09[POWERPC] cell: Add Cell memory controller register defs and expose itBenjamin Herrenschmidt1-0/+10
2007-10-09[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt1-1/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-27[POWERPC] Generic check_legacy_ioportOlaf Hering1-10/+0
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-1/+1
2006-12-04[POWERPC] cell: abstract spu management routinesGeoff Levand1-1/+2
2006-12-04[POWERPC] Cell iommu supportJeremy Kerr1-43/+0
2006-12-04[POWERPC] Generic OF platform driver for PCI host bridges.Benjamin Herrenschmidt1-0/+1
2006-12-04[POWERPC] Add DMA ops support for of_platform_device to CellBenjamin Herrenschmidt1-3/+34
2006-12-04[POWERPC] Hook of_platform_bus_probe with cellBenjamin Herrenschmidt1-0/+9
2006-12-04[POWERPC] Native cell support for MPIC in southbridgeBenjamin Herrenschmidt1-0/+44
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-9/+0
2006-08-25[POWERPC] powerpc: Make RTAS console init genericMichael Neuling1-4/+0
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-4/+9
2006-07-03[POWERPC] Use the genirq frameworkBenjamin Herrenschmidt1-3/+9
2006-07-03[POWERPC] fix implicit declaration on cell.Dave Jones1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[POWERPC] Enable the RTAS udbg console on IBM Cell BladeMichael Ellerman1-0/+4
2006-06-28[POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman1-6/+6
2006-06-21[POWERPC] spufs: further abstract priv1 register accessGeoff Levand1-0/+4
2006-06-21[POWERPC] cell: add RAS supportBenjamin Herrenschmidt1-1/+9
2006-06-09[PATCH] powerpc: Fix cell blade detectionArnd Bergmann1-6/+5
2006-05-01[PATCH] spufs: fix for CONFIG_NUMAJoel H Schopp1-75/+3
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-3/+8
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2006-01-12[PATCH] powerpc: cell namespace cleanupArnd Bergmann1-1/+1
2006-01-09[PATCH] cell: enable pause(0) in cpu_idleArnd Bergmann1-0/+2
2006-01-09[PATCH] powerpc/cell: disable legacy i/o areaDavid Woodhouse1-0/+10
2006-01-09[PATCH] spufs: fix local store page refcountingArnd Bergmann1-1/+1
2006-01-09[PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman1-0/+1
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann1-0/+75
2006-01-09[PATCH] powerpc: Merge kexecMichael Ellerman1-0/+5
2005-11-01[PATCH] powerpc: move arch/ppc64/kernel/bpa* to arch/powerpc/platforms/cellArnd Bergmann1-0/+141