summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix compile error with 85xx/p1022_ds.cMichael Neuling2012-01-171-0/+1
* powerpc: fix compile error with 85xx/p1010rdb.cTony Breeds2012-01-041-2/+0
* powerpc: fix compile error with 85xx/p1023_rds.cMichael Neuling2012-01-041-1/+0
* powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-0717-20/+18
* powerpc/mpic: Search for open-pic device-tree node if NULLKyle Moffett2011-12-0717-198/+21
* powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett2011-12-0717-138/+19
* powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"Kyle Moffett2011-12-079-40/+23
* Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2011-11-2522-407/+139
|\
| * powerpc/85xx: Renamed mpc85xx_common.c to common.cKumar Gala2011-11-242-1/+1
| * powerpc/85xx: Additional consolidate of_platform_bus_probe callsKumar Gala2011-11-244-29/+7
| * powerpc/85xx: consolidate of_platform_bus_probe callsDmitry Eremin-Solenikov2011-11-2416-218/+40
| * powerpc/85xx: separate cpm2 pic initDmitry Eremin-Solenikov2011-11-2416-157/+89
| * powerpc/8xxx: Update device tree bus probe for new RapidIO node bindingKai Jiang2011-11-242-2/+2
| * powerpc/85xx: Fix compile error on p3060_qds.cKumar Gala2011-11-231-1/+1
| * powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO'Paul Bolle2011-11-231-1/+1
* | powerpc/85xx: Mark cascade irq IRQF_NO_THREADThomas Gleixner2011-11-251-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-3/+0
|\
| * powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-313-3/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-067-27/+126
|\ \ | |/ |/|
| * powerpc/p3060qds: Add support for P3060QDS boardShengzhou Liu2011-11-033-0/+90
| * powerpc/85xx: Make kexec to interate over online cpusMatthew McClintock2011-11-031-1/+1
| * powerpc/85xx: Setup secondary cores PIR with hard SMP idKumar Gala2011-10-131-4/+5
| * powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boardsTimur Tabi2011-10-111-4/+7
| * powerpc/85xx: fix PHYS_64BIT selection for P1022DSAnatolij Gustschin2011-10-111-1/+1
| * powerpc/85xx: Fix support for enabling doorbells for IPIsMatthew McClintock2011-10-111-0/+1
| * powerpc/85xx: Rename p2040_rdb.c to p2041_rdb.cMingkai Hu2011-10-063-13/+13
| * powerpc/85xx: sbc8560 - correct compilation if CONFIG_PHYS_ADDR_T_64BIT is setDmitry Eremin-Solenikov2011-10-061-1/+1
| * gpio: move mpc8xxx/512x gpio driver to drivers/gpioWolfram Sang2011-09-231-4/+8
* | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-10-301-25/+22
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...Florian Tobias Schandinat2011-08-291-25/+22
| |\ \ | | |/ | |/|
| | * drivers/video: use strings to specify the Freescale DIU monitor portTimur Tabi2011-07-131-25/+22
* | | Kconfig: remove redundant CONFIG_ prefix on two symbolsPaul Bolle2011-10-131-1/+1
|/ /
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-2513-49/+552
|\ \
| * | powerpc/85xx: fix mpic configuration in CAMP modeFabio Baltieri2011-07-222-3/+5
| * | powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_initLaurentiu TUDOR2011-07-081-4/+5
| * | powerpc/85xx: Add p2040 RDB board supportMingkai Hu2011-07-083-0/+101
| * | powerpc/85xx: disable timebase synchronization under the hypervisorTimur Tabi2011-06-273-0/+33
| * | powerpc/85xx: Add P1010RDB board supportPrabhakar Kushwaha2011-06-273-0/+133
| * | powerpc/85xx: clamp the P1022DS DIU pixel clock to allowed valuesTimur Tabi2011-06-271-1/+6
| * | powerpc/e500mc: Add support for the wait instruction in e500_idleScott Wood2011-06-273-0/+7
| * | powerpc/p1022ds: add missing iounmap calls to platform fileTimur Tabi2011-06-271-3/+8
| * | powerpc/85xx: add board support for the Freescale hypervisorTimur Tabi2011-06-275-3/+55
| * | powerpc/85xx: Add PCI support in 64-bit mode on P5020DSKumar Gala2011-06-221-0/+5
| * | powerpc/85xx: Add basic P1023RDS board supportRoy Zang2011-06-223-0/+169
| * | powerpc/85xx: Set up doorbells even with no mpicScott Wood2011-06-221-9/+12
| * | powerpc/85xx: Cleanup PCIe support on corenet_ds boardsKumar Gala2011-06-222-30/+17
| * | powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-201-1/+1
| |/
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-2/+2
|/
* powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-191-2/+4
OpenPOWER on IntegriCloud