aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/52xx
AgeCommit message (Expand)Author
2012-11-15powerpc: Fix typos in Freescale copyright claimsYang Li
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-10-06sections: fix section conflicts in arch/powerpcAndi Kleen
2012-09-14powerpc/mpc52xx_lpbfifo: optionally defer fifo transfer startAnatolij Gustschin
2012-09-14powerpc/mpc5200: add dts files for ifm camera machinesAnatolij Gustschin
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-21powerpc/5200: convert mpc5200 to use of_platform_populate()Grant Likely
2012-03-21powerpc/mpc52xx: add a4m072 board supportHeiko Schocher
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely
2011-11-08Merge remote-tracking branch 'agust/next' into mergeBenjamin Herrenschmidt
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker
2011-09-29powerpc/5200: add support for charon boardHeiko Schocher
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring
2011-07-06gpio: Move mpc5200 gpio driver to drivers/gpioGrant Likely
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-19powerpc/mpc62xx_pic: Fix get_irq handling of NO_IRQMilton Miller
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner
2011-03-29powerpc: media5200: Remove pointless set_irq_type()Thomas Gleixner
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-03-10powerpc: platforms/52xx irq_data conversion.Lennert Buytenhek
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-01-01of/flattree: Add of_flat_dt_match() helper functionGrant Likely
2010-12-23powerpc/mpc5200: include fs.h in mpc52xx_gpt.cWolfram Sang
2010-11-16suspend: constify platform_suspend_opsLionel Debroux
2010-09-08powerpc/5200: tighten up ac97 reset timingEric Millbrandt
2010-09-08powerpc/5200: efika.c: Add of_node_put to avoid memory leakJulia Lawall
2010-08-06powerpc/5200: add mpc5200_psc_ac97_gpio_resetEric Millbrandt
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-01of/address: Clean up function declarationsGrant Likely
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely
2010-07-09powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov
2010-06-15powerpc/5200: fix oops during going to standbyDmitry Baryshkov
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-04-05Merge branch 'master' into export-slabhTejun Heo