aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocYan Burman2-6/+2
2006-12-04[POWERPC] Move MPC52xx PIC driver into arch/powerpc/platforms/52xxGrant Likely2-539/+0
2006-12-04[POWERPC] Add of_platform support for ROM devicesVitaly Wool2-0/+32
2006-12-04[POWERPC] Don't compile arch/powerpc mpc52xx_pic driver for ARCH=ppcGrant Likely1-1/+1
2006-12-04[POWERPC] Make pci_read_irq_line the default on mpc7448hpc2 boardZang Roy-r619111-6/+42
2006-12-04[POWERPC] Cell iommu supportJeremy Kerr1-3/+0
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt1-22/+9
2006-12-04[POWERPC] Improve MPIC driver auto-configuration from DTBenjamin Herrenschmidt1-13/+37
2006-12-04[POWERPC] Support for DCR based MPICBenjamin Herrenschmidt1-36/+100
2006-12-04[POWERPC] Generic DCR infrastructureBenjamin Herrenschmidt3-2/+177
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras9-16/+15
2006-11-13[PATCH] Optimize qe_brg struct to use an arrayTimur Tabi1-2/+1
2006-11-13[PATCH] Slight refactor of interrupt mapping for FSL partsAndy Fleming1-17/+11
2006-11-13[PATCH] Add MPC5200 Interrupt Controller support.Nicolas DET2-0/+539
2006-11-01[POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDRTimur Tabi1-2/+1
2006-11-01[POWERPC] Use 4kB iommu pages even on 64kB-page systemsLinas Vepstas2-8/+1
2006-10-25[POWERPC] Fix CHRP platforms with only 8259Benjamin Herrenschmidt1-0/+5
2006-10-25[POWERPC] IPIC: Fix spinlock recursion in set_irq_handlerScott Wood1-2/+2
2006-10-25[POWERPC] Fix the UCC rx/tx clock of QELiu Dave-r632381-0/+2
2006-10-23[POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.cTimur Tabi2-2/+2
2006-10-23[POWERPC] Fix compiler warning message on get_property callZang Roy-r619111-2/+2
2006-10-16[POWERPC] Remove todc code from ARCH=powerpcDavid Gibson2-393/+0
2006-10-09[HEADERS] Put linux/config.h out of its misery.Dave Jones1-1/+0
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering7-17/+14
2006-10-07[POWERPC] Fix fsl_soc build breaksOlof Johansson1-4/+5
2006-10-05[PATCH] powerpc: irq change build breaksOlof Johansson2-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds1-1/+0
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds13-9/+2387
2006-10-04[PATCH] Add Hypertransport capability definesEric W. Biederman1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-04[POWERPC] Add QUICC Engine (QE) infrastructureLi Yang10-0/+2330
2006-10-04Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQPaul Mackerras3-9/+57
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03POWERPC: 8272ads merge to powerpc: common stuffVitaly Bordug3-9/+57
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds6-5/+858
2006-09-28Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQPaul Mackerras6-5/+858
2006-09-26MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-1/+1
2006-09-22[POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t.Scott Wood1-0/+2
2006-09-22[POWERPC] Fix IPIC pending register assignmentsScott Wood1-21/+21
2006-09-21POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug1-1/+7
2006-09-21POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2-0/+97
2006-09-21POWERPC: Get rid of remapping the whole immrVitaly Bordug4-23/+34
2006-09-21POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug4-0/+479
2006-09-21POWERPC: Add cpm2 stuff support to the fsl_soc.cVitaly Bordug2-5/+265
2006-09-14Merge branch 'linux-2.6'Paul Mackerras1-1/+6
2006-09-13[POWERPC] Fix G5 DART (IOMMU) race causing occasional data corruptionBenjamin Herrenschmidt1-1/+6
2006-08-31Merge branch 'merge'Paul Mackerras4-159/+394
2006-08-30[POWERPC] Support for "weird" MPICs and fixup mpc7448_hpc2Zang Roy-r619111-59/+164
2006-08-30[POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to set IRQ senseKim Phillips2-98/+228