summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/82xx
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-1/+0Star
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-121-1/+14
|\
| * powerpc/82xx: kmalloc failure ignored in ep8248e_mdio_probe()Roel Kluin2009-11-051-1/+14
* | powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-1/+1
|/
* powerpc/82xx: Add CPM USB Gadget support for MPC8272ADS boardsAnton Vorontsov2009-08-251-0/+14
* powerpc/82xx: Fix BCSR bits for MPC8272ADS boardsAnton Vorontsov2009-08-251-1/+7
* powerpc/82xx: mgcoge - updates for 2.6.32Heiko Schocher2009-08-201-9/+60
* powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov2009-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-151-6/+3Star
|\
| * powerpc/82xx: Rework Embedded Planet ep8248e platform to use of_mdioGrant Likely2009-04-271-6/+3Star
* | powerpc/cpm: Remove some cruft code and definesKumar Gala2009-05-191-13/+0Star
|/
* powerpc/kconfig: Kill PPC_MULTIPLATFORMBenjamin Herrenschmidt2009-03-111-1/+1
* arch/powerpc: Eliminate double sizeofJulia Lawall2009-02-061-1/+1
* powerpc: Introduce ppc_pci_flags accessorsJosh Boyer2008-12-161-1/+1
* Merge commit 'origin'Benjamin Herrenschmidt2008-10-151-1/+1
|\
| * phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-091-1/+1
* | powerpc: Add support for mpc8247 based board MGCOGE from keymile.Heiko Schocher2008-09-163-0/+138
|/
* Revert "powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENET"Kumar Gala2008-07-171-4/+0Star
* powerpc/ep8248e: Unconditionally select PHYLIB for mdio_bitbangKumar Gala2008-07-171-0/+1
* powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENETKumar Gala2008-07-161-0/+4
* powerpc: Add 82xx/83xx/86xx to 6xx MultiplatformKumar Gala2008-07-141-5/+6
* powerpc/CPM: Add i2c pins to dts and board setupJochen Friedrich2008-07-141-0/+4
* powerpc: Fix pq2fads irq handling with PREEMPT_RTRune Torgersen2008-07-141-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-221-3/+0Star
|\
| * [POWERPC] CPM: Always use new binding.Scott Wood2008-04-171-3/+0Star
* | phy: Change mii_bus id field to a stringAndy Fleming2008-04-171-1/+1
|/
* [POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_putJulia Lawall2008-02-062-4/+2Star
* [POWERPC] 82xx and embedded6xx: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-282-8/+2Star
* [POWERPC] 82xx: Embedded Planet EP8248E supportScott Wood2008-01-243-0/+338
* [POWERPC] pci32: Add flags modifying the PCI code behaviourBenjamin Herrenschmidt2007-12-201-1/+1
* [POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger2007-12-111-1/+1
* [POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell2007-12-111-1/+1
* [POWERPC] mpc82xx: Add pq2fads board support.Scott Wood2007-10-043-0/+210
* [POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.Scott Wood2007-10-047-550/+424Star
* [POWERPC] mpc8272ads: Change references from 82xx_ADS to 8272_ADS.Scott Wood2007-10-041-12/+12
* [POWERPC] mpc82xx: Rename mpc82xx_ads to mpc8272_ads.Scott Wood2007-10-043-5/+5
* [POWERPC] mpc82xx: Remove a bunch of cruft that duplicates generic functional...Scott Wood2007-10-044-125/+2Star
* [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-131-6/+0Star
* [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-131-5/+2Star
* [POWERPC] Remove old includes from arch/ppcKumar Gala2007-08-234-5/+0Star
* [POWERPC] Make endianess of cfg_addr for indirect pci ops runtimeKumar Gala2007-07-241-1/+2
* [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala2007-06-291-3/+1Star
* [POWERPC] Remove bus_offset in places its not really usedKumar Gala2007-06-291-1/+0Star
* [POWERPC] Pass the pci_controller into pci_exclude_deviceKumar Gala2007-06-291-1/+2
* [POWERPC] Remove set_cfg_type for PCI indirect users that don't need itKumar Gala2007-06-291-3/+0Star
* [POWERPC] mpc82xx_ads build fixArnd Bergmann2007-06-291-1/+1
* [POWERPC] rename add_bridge to avoid namespace clashesArnd Bergmann2007-06-291-2/+2
* [POWERPC] move 82xx/83xx/86xx Kconfig options to platform selectionArnd Bergmann2007-06-291-1/+1
* Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/p...Paul Mackerras2007-04-241-35/+15Star
|\
| * [POWERPC] Convert 82xx platform to unified platform KconfigKumar Gala2007-04-121-35/+15Star