aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/mpc832x_mds.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-20powerpc: drop MPC832x_MDS platform supportPaul Gortmaker1-101/+0
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy1-1/+0
2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy1-9/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2021-02-09powerpc/83xx: Move PHB discoveryOliver O'Halloran1-0/+1
2019-12-09powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQRasmus Villemoes1-1/+1
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov1-1/+1
2016-09-25powerpc/83xx: factor out the common codes of setup arch functionsKevin Hao1-4/+1
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt1-3/+1
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-2/+2
2015-12-22QE: use subsys_initcall to init qeZhao Qiang1-2/+0
2012-11-15powerpc: Fix typos in Freescale copyright claimsYang Li1-1/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-11-24powerpc/83xx: merge PCI bridge additionsDmitry Eremin-Solenikov1-4/+1
2011-11-24powerpc/83xx: consolidate of_platform_bus_probe callsDmitry Eremin-Solenikov1-17/+1
2011-11-24powerpc/83xx: consolidate init_IRQ functionsDmitry Eremin-Solenikov1-29/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2008-12-30powerpc/83xx: Fix sparse warnings in board filesAnton Vorontsov1-5/+4
2008-07-29powerpc/fsl: proliferate simple-bus compatibility to soc nodesKim Phillips1-0/+1
2008-07-16powerpc: Move mpc83xx_add_bridge to fsl_pci.cJohn Rigby1-0/+1
2008-01-28[POWERPC] QE: get rid of most device_types and modelAnton Vorontsov1-4/+7
2008-01-23[POWERPC] 83xx: convert boards to use machine_device_initcallKumar Gala1-4/+1
2007-12-11[POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger1-2/+2
2007-11-20[POWERPC] 8xxx: MDS board RTC fixesKim Phillips1-24/+0
2007-11-19[POWERPC] 83xx: mpc832x mds: Fix board PHY reset codeKim Phillips1-3/+4
2007-10-08[POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascadingAnton Vorontsov1-1/+1
2007-10-08[POWERPC] Use for_each_ matching routinues for pci PHBsKumar Gala1-1/+1
2007-09-14[POWERPC] 83xx: Removed PCI exclude of PHBKumar Gala1-1/+0
2007-08-22[POWERPC] Remove old includes from arch/ppcKumar Gala1-1/+0
2007-08-10[POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with...Kim Phillips1-1/+0
2007-06-29[POWERPC] kill isa_{io,mem}_base definitions for !PCIArnd Bergmann1-5/+0
2007-06-29[POWERPC] rename add_bridge to avoid namespace clashesArnd Bergmann1-1/+1
2007-05-02[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UECKim Phillips1-0/+1
2007-03-26[POWERPC] 83xx: Removed dead headerKumar Gala1-1/+0
2007-02-17[POWERPC] 83xx: Use of_platform_bus_probe to setup QE devicesKumar Gala1-13/+9
2007-02-17[POWERPC] 83xx: use default value of loops_per_jiffyKumar Gala1-11/+0
2007-02-17[POWERPC] 83xx: Remove obsolete setting of ROOT_DEV.Kumar Gala1-11/+0
2007-02-17[POWERPC] 83xx: Cleaning up machine probing and board initcallsKumar Gala1-15/+8
2007-01-30[POWERPC] 83xx: Fix compiler warnings on 836x and 832xLi Yang1-0/+1
2007-01-26[POWERPC] 83xx: Make platform *_init_IRQ() staticKumar Gala1-1/+1
2007-01-22[POWERPC] Fix OF node refcnt underflow in 836x and 832x platform codeLi Yang1-1/+1
2006-12-04[POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpcBenjamin Herrenschmidt1-2/+0
2006-11-22[POWERPC] Fix ucc_geth of_device discovery on mpc832xKim Phillips1-0/+19
2006-10-04[POWERPC] Add support for the mpc832x mds boardKim Phillips1-0/+215