Age | Commit message (Expand) | Author | Files | Lines |
2016-09-20 | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 1 | -1/+1 |
2016-07-31 | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 8 | -26/+12 |
2016-07-21 | powerpc: Move 32-bit probe() machine to later in the boot process | Benjamin Herrenschmidt | 8 | -24/+10 |
2016-07-14 | powerpc: Make ppc_md.{halt, restart} __noreturn | Daniel Axtens | 1 | -2/+2 |
2016-06-08 | powerpc: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB | Linus Walleij | 1 | -1/+1 |
2014-12-29 | powerpc/44x/Akebono: Remove select of IBM_EMAC_RGMII_WOL | Paul Bolle | 1 | -1/+0 |
2014-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
2014-11-20 | Merge Linus' tree to be be to apply submitted patches to newer code than | Jiri Kosina | 9 | -11/+12 |
2014-11-03 | powerpc: Convert power off logic to pm_power_off | Alexander Graf | 1 | -1/+1 |
2014-10-29 | IBM Akebono: Remove obsolete config select | Alistair Popple | 1 | -1/+0 |
2014-09-25 | powerpc: Fix build failure when CONFIG_USB=y | Pranith Kumar | 1 | -1/+1 |
2014-09-25 | powerpc: Fix build failure on 44x | Pranith Kumar | 1 | -2/+2 |
2014-09-25 | powerpc: make of_device_ids const | Uwe Kleine-König | 8 | -8/+8 |
2014-08-09 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 1 | -0/+1 |
2014-05-01 | ppc476: Enable a linker work around for IBM errata #46 | Alistair Popple | 2 | -0/+29 |
2014-05-01 | powerpc: Added PCI MSI support using the HSTA module | Alistair Popple | 1 | -0/+2 |
2014-05-01 | IBM Akebono: Add the Akebono platform | Alistair Popple | 3 | -23/+116 |
2014-05-01 | IBM Currituck: Clean up board specific code before adding Akebono code | Alistair Popple | 2 | -5/+5 |
2014-02-19 | usb: host: remove selects of USB_ARCH_HAS_?HCI | Paul Bolle | 1 | -1/+0 |
2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang | 1 | -1/+0 |
2013-07-01 | powerpc: Delete __cpuinit usage from all users | Paul Gortmaker | 2 | -4/+4 |
2013-06-20 | powerpc: Update currituck pci/usb fixup for new board revision | Alistair Popple | 1 | -2/+37 |
2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -1/+0 |
2013-04-10 | USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbol | Florian Fainelli | 1 | -0/+2 |
2013-03-20 | powerpc: remove redundant GENERIC_GPIO selection | Alexandre Courbot | 1 | -1/+0 |
2013-01-10 | powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board | Vinh Nguyen Huu Tuong | 1 | -0/+8 |
2013-01-04 | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -2/+2 |
2012-09-12 | powerpc/swiotlb: Enable at early stage and disable if not necessary | Jia Hongtao | 1 | -8/+2 |
2012-07-03 | powerpc: Fix assmption of end_of_DRAM() returns end address | Bharat Bhushan | 1 | -1/+1 |
2012-05-03 | powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board | Mai La | 1 | -0/+2 |
2012-03-17 | powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board | Vinh Nguyen Huu Tuong | 1 | -0/+1 |
2012-03-17 | powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board | Vinh Nguyen Huu Tuong | 1 | -1/+1 |
2012-02-23 | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 2 | -3/+2 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -17/+1 |
2011-12-20 | powerpc/44x: Fix build error on currituck platform | Josh Boyer | 1 | -1/+1 |
2011-12-16 | Merge remote-tracking branch 'jwb/next' into next | Benjamin Herrenschmidt | 3 | -0/+219 |
2011-12-09 | powerpc/47x: Add support for the new IBM currituck platform | Tony Breeds | 3 | -0/+215 |
2011-12-09 | powerpc/476fpe: Add 476fpe SoC code | Tony Breeds | 1 | -0/+4 |
2011-12-07 | powerpc/mpic: Invert the meaning of MPIC_PRIMARY | Kyle Moffett | 1 | -1/+1 |
2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -27/+28 |
2011-11-13 | powerpc/4xx: Fix typo 'PCC4xx_MSI' | Paul Bolle | 1 | -1/+1 |
2011-11-01 | powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
2011-10-29 | powerpc: 4xx: remove commented out Kconfig entries | Paul Bolle | 1 | -16/+0 |
2011-08-19 | net: fix IBM EMAC driver after rename. | Tony Breeds | 1 | -27/+27 |
2011-07-12 | powerpc: rename ppc_pci_*_flags to pci_*_flags | Rob Herring | 4 | -4/+4 |
2011-05-26 | powerpc/4xx: Adding PCIe MSI support | Rupjyoti Sarmah | 1 | -0/+6 |
2011-04-20 | powerpc/smp: smp_ops->kick_cpu() should be able to fail | Michael Ellerman | 1 | -2/+4 |
2011-02-02 | powerpc/44x: PHY fixup for USB on canyonlands board | Rupjyoti Sarmah | 5 | -2/+139 |
2010-11-29 | powerpc/4xx: Add suspend and idle support | Victor Gallardo | 1 | -1/+4 |
2010-10-13 | powerpc/44x: Add support for the AMCC APM821xx SoC | Tirumala Marri | 2 | -0/+17 |