Age | Commit message (Expand) | Author | Files | Lines |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
2014-11-08 | powerpc/8xx: Remove Kconfig symbol FADS | Paul Bolle | 1 | -4/+0 |
2014-09-25 | powerpc: make of_device_ids const | Uwe Kleine-König | 5 | -5/+5 |
2014-06-26 | powerpc/8xx: Remove empty asm/mpc8xx.h | Scott Wood | 3 | -3/+0 |
2014-06-26 | pcmcia: Remove m8xx_pcmcia driver | Scott Wood | 2 | -63/+0 |
2013-12-30 | powerpc: Remove unused REDBOOT Kconfig parameter | Michael Opdenacker | 1 | -1/+0 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -0/+7 |
2013-10-11 | powerpc/8xx/tqm8xx: Fix incorrect placement of __initdata tag | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2013-10-10 | powerpc: add explicit OF includes | Rob Herring | 4 | -0/+7 |
2013-07-02 | powerpc/8xx: Erroneous double irq_eoi() on CPM IRQ in MPC8xx | LEROY Christophe | 1 | -10/+3 |
2013-06-20 | powerpc: Mark low level irq handlers NO_THREAD | Thomas Gleixner | 1 | -0/+1 |
2013-03-20 | powerpc: remove redundant GENERIC_GPIO selection | Alexandre Courbot | 1 | -1/+0 |
2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 3 | -3/+0 |
2012-02-22 | of: Only compile OF_DYNAMIC on PowerPC pseries and iseries | Grant Likely | 1 | -0/+1 |
2011-11-01 | powerpc: remove non-required uses of include <linux/module.h> | Paul Gortmaker | 1 | -1/+0 |
2011-05-04 | powerpc/irq: Stop exporting irq_map | Grant Likely | 1 | -1/+1 |
2011-03-29 | powerpc: Convert to new irq_* function names | Thomas Gleixner | 1 | -3/+3 |
2011-03-15 | powerpc/8xx: remove obsolete mgsuvd board | Holger Brunck | 3 | -99/+0 |
2011-03-10 | powerpc: platforms/8xx irq_data conversion. | Lennert Buytenhek | 1 | -2/+7 |
2010-08-04 | powerpc/8xx: Add support for the MPC8xx based boards from TQC | Heiko Schocher | 3 | -0/+163 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-10-30 | powerpc/8xx: Fix build breakage with sparse irq changes | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-05-19 | powerpc/cpm: Remove some cruft code and defines | Kumar Gala | 1 | -4/+0 |
2009-03-30 | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 1 | -1/+0 |
2008-09-16 | powerpc: Add support for the MPC852 based mgsuvd board from keymile. | Heiko Schocher | 3 | -0/+99 |
2008-07-28 | powerpc: implement GPIO LIB API on CPM1 Freescale SoC. | Jochen Friedrich | 1 | -0/+10 |
2008-07-14 | powerpc/CPM: Add i2c pins to dts and board setup | Jochen Friedrich | 2 | -0/+7 |
2008-04-17 | [POWERPC] CPM: Always use new binding. | Scott Wood | 1 | -4/+0 |
2008-02-26 | [POWERPC] 8xx: Timebase frequency should not depend on bus-frequency | Anton Vorontsov | 1 | -6/+1 |
2008-02-06 | [POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups. | Scott Wood | 2 | -4/+3 |
2008-01-28 | [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c | Jochen Friedrich | 3 | -2/+3 |
2008-01-28 | [POWERPC] 8xx: Get rid of conditional includes of board specific setup | Jochen Friedrich | 2 | -2/+2 |
2008-01-28 | [POWERPC] 8xx: Remove sysdev/commproc.h | Jochen Friedrich | 5 | -6/+26 |
2008-01-28 | [POWERPC] 8xx: Remove unneeded and misspelled prototype m8xx_calibrate_decr | Jochen Friedrich | 1 | -1/+0 |
2008-01-28 | [POWERPC] 8xx: Rename m8xx_pic_init to mpc8xx_pics_init | Jochen Friedrich | 4 | -5/+5 |
2008-01-24 | [POWERPC] 8xx: Use machine_*_initcall() hooks in platform code | Grant Likely | 3 | -9/+6 |
2008-01-24 | [POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdata | Scott Wood | 1 | -1/+1 |
2008-01-24 | [POWERPC] 8xx: Analogue & Micro Adder875 board support. | Scott Wood | 3 | -0/+128 |
2007-12-14 | [POWERPC] 8xx: Convert mpc866ads to the new device binding. | Scott Wood | 3 | -253/+81 |
2007-12-03 | [POWERPC] Add missing spaces in printk formats | joe@perches.com | 1 | -1/+1 |
2007-10-04 | [POWERPC] 8xx/wrapper: Embedded Planet EP88xC support | Scott Wood | 3 | -0/+187 |
2007-10-04 | [POWERPC] 8xx: mpc885ads cleanup | Scott Wood | 3 | -336/+153 |
2007-10-04 | [POWERPC] 8xx: Work around CPU15 erratum. | Scott Wood | 1 | -0/+16 |
2007-10-04 | [POWERPC] 8xx: Infrastructure code cleanup. | Scott Wood | 5 | -94/+22 |
2007-10-04 | [POWERPC] Add early debug console for CPM serial ports. | Scott Wood | 1 | -0/+1 |
2007-09-22 | [POWERPC] Convert define_machine(mpc885_ads) to C99 initializer syntax | Tony Breeds | 1 | -6/+11 |
2007-08-23 | [POWERPC] Remove old includes from arch/ppc | Kumar Gala | 5 | -6/+2 |
2007-08-22 | [POWERPC] Whitespace cleanup in arch/powerpc | Scott Wood | 1 | -36/+36 |
2007-08-17 | [POWERPC] 8xx: Remove unnecessary loops_per_jiffy initialization code | Jon Loeliger | 2 | -28/+0 |
2007-07-17 | powerpc: 8xx: fix whitespace and indentation | Vitaly Bordug | 1 | -67/+58 |