Age | Commit message (Expand) | Author | Files | Lines |
2012-12-04 | powerpc/512x: don't compile any platform DIU code if the DIU is not enabled | Timur Tabi | 4 | -24/+16 |
2012-10-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 3 | -8/+5 |
2012-10-05 | sections: fix section conflicts in arch/powerpc | Andi Kleen | 1 | -1/+1 |
2012-09-09 | powerpc: Option FB_FSL_DIU is not really optional for mpc512x | Paul Gortmaker | 2 | -6/+1 |
2012-09-09 | powerpc: 512x: Fix mpc5121_clk_get() | Richard Weinberger | 1 | -2/+4 |
2012-02-16 | irq_domain/powerpc: constify irq_domain_ops | Grant Likely | 1 | -1/+1 |
2012-02-16 | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 1 | -2/+1 |
2012-02-15 | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 1 | -6/+5 |
2011-11-13 | powerpc/mpc5121: drop "select MPC5121_ADS_CPLD" | Paul Bolle | 1 | -1/+0 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | powerpc: Fix up modules that should be including module.h | Paul Gortmaker | 1 | -0/+1 |
2011-10-05 | drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supported | Timur Tabi | 1 | -1/+1 |
2011-09-23 | gpio: move mpc8xxx/512x gpio driver to drivers/gpio | Wolfram Sang | 1 | -0/+1 |
2011-07-13 | drivers/video: use strings to specify the Freescale DIU monitor port | Timur Tabi | 1 | -13/+9 |
2011-05-19 | powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNORE | Milton Miller | 1 | -3/+3 |
2011-05-04 | powerpc/irq: Stop exporting irq_map | Grant Likely | 1 | -2/+2 |
2011-03-29 | powerpc: Convert to new irq_* function names | Thomas Gleixner | 1 | -2/+2 |
2011-03-29 | powerpc: Use proper accessors for IRQ_* flags | Thomas Gleixner | 1 | -1/+1 |
2011-03-10 | powerpc: platforms/512x irq_data conversion. | Lennert Buytenhek | 1 | -7/+7 |
2011-01-01 | of/flattree: Add of_flat_dt_match() helper function | Grant Likely | 1 | -11/+2 |
2010-09-01 | powerpc/512x: fix clk_get() return value | Akinobu Mita | 1 | -1/+1 |
2010-08-06 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-08-02 | powerpc/5121: shared DIU framebuffer support | Anatolij Gustschin | 4 | -0/+290 |
2010-08-02 | powerpc/512x: add clock structure for Video-IN (VIU) unit | Anatolij Gustschin | 1 | -0/+18 |
2010-08-02 | powerpc/5121: add initial support for PDM360NG board | Anatolij Gustschin | 3 | -0/+137 |
2010-08-02 | powerpc/512x: Group mpc512x board's selection menu | Anatolij Gustschin | 1 | -9/+4 |
2010-07-24 | powerpc: remove references to of_device and to_of_device | Grant Likely | 1 | -1/+1 |
2010-05-25 | powerpc/mpc5121: move PSC FIFO memory init to platform code | Anatolij Gustschin | 1 | -0/+78 |
2010-02-19 | Merge commit 'gcl/next' into next | Benjamin Herrenschmidt | 5 | -7/+51 |
2010-02-17 | powerpc: Remove whitespace in irq chip name fields | Anton Blanchard | 1 | -1/+1 |
2010-02-16 | powerpc/mpc5121: create and register NFC device | Anatolij Gustschin | 1 | -0/+8 |
2010-02-16 | powerpc/mpc5121: Add machine restart support | Anatolij Gustschin | 4 | -0/+33 |
2010-02-16 | powerpc/mpc5121: avoid using arch_initcall for clock init | Anatolij Gustschin | 5 | -7/+10 |
2009-11-24 | powerpc: Fixup last users of irq_chip->typename | Thomas Gleixner | 1 | -1/+1 |
2009-10-30 | powerpc: Remove get_irq_desc() | Michael Ellerman | 1 | -1/+1 |
2009-06-17 | powerpc/5121: make clock debug output more readable | Wolfram Sang | 1 | -4/+4 |
2009-06-17 | powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function | Wolfgang Denk | 3 | -25/+1 |
2009-03-11 | powerpc/kconfig: Kill PPC_MULTIPLATFORM | Benjamin Herrenschmidt | 1 | -2/+2 |
2009-01-10 | powerpc/mpc5121: fix NULL test in mpc5121_clk_get utility function. | roel kluin | 1 | -2/+2 |
2008-10-13 | powerpc/5121: Add PCI support. | John Rigby | 2 | -0/+12 |
2008-07-12 | powerpc/mpc5121: Add support for CPLD on MPC5121ADS board | John Rigby | 5 | -1/+233 |
2008-07-12 | powerpc/mpc5121: Add generic board support for MPC5121 platforms | John Rigby | 6 | -63/+177 |
2008-07-12 | powerpc/mpc5121: Add clock driver | John Rigby | 3 | -0/+731 |
2008-02-14 | [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE | Grant Likely | 1 | -1/+0 |
2008-02-07 | [POWERPC] mpc512x: Basic platform support | John Rigby | 3 | -0/+128 |