summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/mpc85xx_cds.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker2023-06-211-387/+0
* powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-161-1/+0
* powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy2023-03-151-10/+1
* powerpc/85xx: Fix fall-through warning for ClangGustavo A. R. Silva2022-09-081-0/+1
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+2
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc/85xx: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc: Replace setup_irq() by request_irq()afzal mohammed2020-03-251-7/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc: Convert fsl_rstcr_restart to a reset handlerAndrey Smirnov2016-09-251-7/+18
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-2/+2
* powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt2016-07-211-3/+1
* powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2016-07-141-1/+1
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-4/+2
* powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2015-09-141-1/+2
* fsl/pci: The new pci suspend/resume implementationWang Dongsheng2014-03-191-0/+1
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao2012-09-121-13/+31
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0
* powerpc/85xx: mpc8548cds - Add FPGA node to dtschenhui zhao2012-03-161-16/+34
* powerpc/85xx: mpc85xxcds - Fix PCI I/O space resource of PCI bridgechenhui zhao2012-03-161-2/+29
* powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-2/+1
* powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-071-1/+1
* powerpc/mpic: Search for open-pic device-tree node if NULLKyle Moffett2011-12-071-14/+1
* powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett2011-12-071-8/+1
* Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2011-11-251-13/+3
|\
| * powerpc/85xx: consolidate of_platform_bus_probe callsDmitry Eremin-Solenikov2011-11-241-13/+1
| * powerpc/85xx: separate cpm2 pic initDmitry Eremin-Solenikov2011-11-241-0/+2
* | powerpc/85xx: Mark cascade irq IRQF_NO_THREADThomas Gleixner2011-11-251-1/+1
|/
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-1/+0
|\
| * cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-301-1/+0
* | powerpc/85xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov2009-03-241-0/+1
|/
* powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce2008-10-221-4/+0
* powerpc/85xx: publish of device for cds platformsDave Jiang2008-07-141-0/+14
* [POWERPC] 85xx: convert boards to use machine_device_initcallKumar Gala2008-01-231-5/+1
* [POWERPC] 85xx: Killed <asm/mpc85xx.h>Kumar Gala2007-10-111-1/+9
* [POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala2007-10-081-3/+2
* [POWERPC] Use for_each_ matching routinues for pci PHBsKumar Gala2007-10-081-7/+11
* [POWERPC] 85xx: Remove unnecessary loops_per_jiffy initialization code.Jon Loeliger2007-09-141-13/+0
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-09-141-1/+1
|\
| * [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCIKumar Gala2007-09-101-1/+1
* | [POWERPC] Remove old includes from arch/ppcKumar Gala2007-08-221-1/+0
|/
* [POWERPC] 85xxCDS: Misc 8548 PCI Corrections.Randy Vinson2007-07-241-4/+4
* [POWERPC] 85xxCDS: Delay 8259 cascade hookup.Randy Vinson2007-07-241-11/+25