summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Replace kmalloc+memset with kzallocYan Burman2006-12-042-6/+2
* [POWERPC] Move MPC52xx PIC driver into arch/powerpc/platforms/52xxGrant Likely2006-12-042-539/+0
* [POWERPC] Add of_platform support for ROM devicesVitaly Wool2006-12-042-0/+32
* [POWERPC] Don't compile arch/powerpc mpc52xx_pic driver for ARCH=ppcGrant Likely2006-12-041-1/+1
* [POWERPC] Make pci_read_irq_line the default on mpc7448hpc2 boardZang Roy-r619112006-12-041-6/+42
* [POWERPC] Cell iommu supportJeremy Kerr2006-12-041-3/+0
* [POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt2006-12-041-22/+9
* [POWERPC] Improve MPIC driver auto-configuration from DTBenjamin Herrenschmidt2006-12-041-13/+37
* [POWERPC] Support for DCR based MPICBenjamin Herrenschmidt2006-12-041-36/+100
* [POWERPC] Generic DCR infrastructureBenjamin Herrenschmidt2006-12-043-2/+177
* Merge branch 'linux-2.6' into for-linusPaul Mackerras2006-12-049-16/+15
|\
| * [POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDRTimur Tabi2006-11-011-2/+1
| * [POWERPC] Use 4kB iommu pages even on 64kB-page systemsLinas Vepstas2006-11-012-8/+1
| * [POWERPC] Fix CHRP platforms with only 8259Benjamin Herrenschmidt2006-10-251-0/+5
| * [POWERPC] IPIC: Fix spinlock recursion in set_irq_handlerScott Wood2006-10-251-2/+2
| * [POWERPC] Fix the UCC rx/tx clock of QELiu Dave-r632382006-10-251-0/+2
| * [POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.cTimur Tabi2006-10-232-2/+2
| * [POWERPC] Fix compiler warning message on get_property callZang Roy-r619112006-10-231-2/+2
* | [PATCH] Optimize qe_brg struct to use an arrayTimur Tabi2006-11-131-2/+1
* | [PATCH] Slight refactor of interrupt mapping for FSL partsAndy Fleming2006-11-131-17/+11
* | [PATCH] Add MPC5200 Interrupt Controller support.Nicolas DET2006-11-132-0/+539
* | [POWERPC] Remove todc code from ARCH=powerpcDavid Gibson2006-10-162-393/+0
|/
* [HEADERS] Put linux/config.h out of its misery.Dave Jones2006-10-091-1/+0
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-077-17/+14
* [POWERPC] Fix fsl_soc build breaksOlof Johansson2006-10-071-4/+5
* [PATCH] powerpc: irq change build breaksOlof Johansson2006-10-052-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-041-1/+0
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-0413-9/+2387
|\ \
| * | [POWERPC] Add QUICC Engine (QE) infrastructureLi Yang2006-10-0410-0/+2330
| * | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-10-043-9/+57
| |\ \
| | * | POWERPC: 8272ads merge to powerpc: common stuffVitaly Bordug2006-10-033-9/+57
* | | | [PATCH] Add Hypertransport capability definesEric W. Biederman2006-10-041-1/+1
| |_|/ |/| |
* | | fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-036-5/+858
|\|
| * Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-09-286-5/+858
| |\
| | * POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug2006-09-211-1/+7
| | * POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2006-09-212-0/+97
| | * POWERPC: Get rid of remapping the whole immrVitaly Bordug2006-09-214-23/+34
| | * POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug2006-09-214-0/+479
| | * POWERPC: Add cpm2 stuff support to the fsl_soc.cVitaly Bordug2006-09-212-5/+265
* | | MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin2006-09-261-1/+1
|/ /
* | [POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t.Scott Wood2006-09-221-0/+2
* | [POWERPC] Fix IPIC pending register assignmentsScott Wood2006-09-221-21/+21
|/
* Merge branch 'linux-2.6'Paul Mackerras2006-09-141-1/+6
|\
| * [POWERPC] Fix G5 DART (IOMMU) race causing occasional data corruptionBenjamin Herrenschmidt2006-09-131-1/+6
* | Merge branch 'merge'Paul Mackerras2006-08-314-159/+394
|\|
| * [POWERPC] Support for "weird" MPICs and fixup mpc7448_hpc2Zang Roy-r619112006-08-301-59/+164
| * [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se...Kim Phillips2006-08-302-98/+228