summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2007-10-1719-0/+2535
|\
| * [POWERPC] bestcomm: GenBD task supportSylvain Munaut2007-10-176-0/+449
| * [POWERPC] bestcomm: FEC task supportSylvain Munaut2007-10-176-0/+509
| * [POWERPC] bestcomm: ATA task supportSylvain Munaut2007-10-175-0/+267
| * [POWERPC] bestcomm: core bestcomm support for Freescale MPC5200Sylvain Munaut2007-10-178-0/+1310
* | [POWERPC] Add missing semicolon for fsl_pci.cTony Li2007-10-161-1/+1
|/
* Use dcr_host_t.base in dcr_unmap()Michael Ellerman2007-10-151-2/+2
* Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2007-10-151-2/+2
* missed bio_endio() in axonramAl Viro2007-10-121-2/+2
* [POWERPC] PCI: Add 64-bit physical address support to setup_indirect_pciValentine Barshak2007-10-121-2/+4
* Merge branch 'virtex-for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2007-10-111-1/+1
|\
| * [POWERPC] Don't build arch/powerpc/sysdev/dcr.c for ARCH=ppc kernelsGrant Likely2007-10-101-1/+1
* | [POWERPC] Move of_platform_driver initialisations: arch/powerpcStephen Rothwell2007-10-112-5/+9
|/
* [POWERPC] spi: Support non-QE processorsPeter Korsgaard2007-10-081-0/+4
* [POWERPC] QE: pario - support for MPC85xx layoutAnton Vorontsov2007-10-081-0/+3
* [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascadingAnton Vorontsov2007-10-081-22/+7Star
* [POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala2007-10-082-0/+39
* [POWERPC] FSL: Access PCIe LTSSM register with correct sizeKumar Gala2007-10-081-2/+2
* [POWERPC] Treat 8610 PCIe host bridge as transparentJason Jin2007-10-081-0/+1
* [POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi2007-10-086-282/+236Star
* [POWERPC] MPC8568E-MDS: add support for ds1374 rtcAnton Vorontsov2007-10-041-0/+1
* [POWERPC] fsl_soc: fix uninitialized i2c_board_info structureAnton Vorontsov2007-10-041-2/+1Star
* [POWERPC] cpm: Describe multi-user ram in its own device node.Scott Wood2007-10-043-24/+181
* [POWERPC] fsl_soc: rtc-ds1307 supportPeter Korsgaard2007-10-041-0/+6
* [POWERPC] fsl_soc: Fix trivial printk typo.Peter Korsgaard2007-10-041-1/+1
* [POWERPC] cpm2: Add cpm2_set_pin().Scott Wood2007-10-041-0/+33
* [POWERPC] cpm2: Add SCCs to cpm2_clk_setup(), and cpm2_smc_clk_setup().Scott Wood2007-10-041-5/+95
* [POWERPC] cpm2: Infrastructure code cleanup.Scott Wood2007-10-042-16/+42
* [POWERPC] 8xx: Add pin and clock setting functions.Scott Wood2007-10-041-0/+201
* [POWERPC] 8xx: Infrastructure code cleanup.Scott Wood2007-10-043-39/+59
* [POWERPC] Add early debug console for CPM serial ports.Scott Wood2007-10-042-0/+47
* [POWERPC] Introduce new CPM device bindings.Scott Wood2007-10-041-0/+2
* [POWERPC] CPM: Change from fsl,brg-frequency to brg/clock-frequencyScott Wood2007-10-041-10/+14
* [POWERPC] Virtex: add xilinx interrupt controller driverGrant Likely2007-10-032-0/+152
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-1/+1
|\
| * [POWERPC] Fix copy'n'paste typo in commproc.cJochen Friedrich2007-09-281-1/+1
* | [POWERPC] Update mpic to use dcr_host_t.baseMichael Ellerman2007-10-031-17/+11Star
* | [POWERPC] Store the base address in dcr_host_tMichael Ellerman2007-10-031-1/+1
* | [POWERPC] Implement {read,update}_persistent_clockTony Breeds2007-10-032-86/+0Star
* | [POWERPC] Inline u3msi_compose_msi_msg()Michael Ellerman2007-10-031-15/+9Star
* | [POWERPC] Simplify error logic in u3msi_setup_msi_irqs()Michael Ellerman2007-10-031-9/+2Star
* | [POWERPC] Support setting affinity for U3/U4 MSI sourcesOlof Johansson2007-09-223-1/+3
* | [POWERPC] Add Marvell mv64x60 udbg putc/getc functionsDale Farnsworth2007-09-223-1/+155
* | [POWERPC] Fix section mismatch in PCI codeStephen Rothwell2007-09-191-5/+1Star
* | [POWERPC] fsl_soc: add support for fsl_spiAnton Vorontsov2007-09-142-0/+94
* | [POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS portKumar Gala2007-09-141-0/+2
* | [POWERPC] fsl_soc.c cleanupScott Wood2007-09-141-10/+17
* | [POWERPC] Add workaround for MPICs with broken register readsOlof Johansson2007-09-131-2/+12
* | [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-136-36/+0Star
* | [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-1313-66/+41Star