| Commit message (Expand) | Author | Age | Files | Lines |
* | [POWERPC] ppc: Replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-01 | 1 | -4/+4 |
* | [POWERPC] PPC440EP Interrupt Triggering and Level Settings | Wolfgang Ocker | 2008-02-16 | 1 | -3/+3 |
* | scheduled OSS driver removal | Adrian Bunk | 2008-02-06 | 1 | -81/+0 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-31 | 1 | -21/+0 |
|\ |
|
| * | i2c: the scheduled I2C RTC driver removal | Adrian Bunk | 2008-01-27 | 3 | -62/+0 |
* | | [PPC] Remove 85xx from arch/ppc | Kumar Gala | 2008-01-28 | 19 | -3052/+0 |
* | | [PPC] Remove 83xx from arch/ppc | Kumar Gala | 2008-01-28 | 3 | -404/+0 |
* | | [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c | Jochen Friedrich | 2008-01-28 | 2 | -2/+2 |
* | | [POWERPC] Move RapidIO support code from arch/ppc | Kumar Gala | 2008-01-24 | 3 | -4/+3 |
* | | [POWERPC] arch/ppc: Remove an unnecessary pci_dev_put | Julia Lawall | 2007-12-20 | 1 | -1/+0 |
* | | [POWERPC] arch/ppc: Remove duplicate includes | Lucas Woods | 2007-12-20 | 1 | -1/+0 |
* | | Merge branch 'linux-2.6' | Paul Mackerras | 2007-12-10 | 1 | -0/+8 |
|\| |
|
| * | [POWERPC] virtex bug fix: Use canonical value for AC97 interrupt xparams | Grant Likely | 2007-12-07 | 1 | -0/+8 |
* | | [POWERPC] Add missing spaces in printk formats in arch/ppc | joe@perches.com | 2007-12-03 | 1 | -2/+2 |
|/ |
|
* | [POWERPC] 4xx: balance ioremap/ioumap calls for Yucca | Roel Kluin | 2007-11-19 | 1 | -0/+1 |
* | [POWERPC] 4xx: Fix 4xx flush_tlb_page() | Benjamin Herrenschmidt | 2007-11-01 | 3 | -3/+3 |
* | [POWERPC] allocation fix in ppc/platforms/4xx/luan.c | Roel Kluin | 2007-11-01 | 1 | -1/+6 |
* | define global BIT macro | Jiri Slaby | 2007-10-19 | 1 | -1/+0 |
* | [POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMG | Robert P. J. Day | 2007-10-09 | 2 | -6/+0 |
* | [POWERPC] Remove APUS support from arch/ppc | Adrian Bunk | 2007-09-17 | 4 | -1043/+0 |
* | serial: add early_serial_setup() back to header file | Yinghai Lu | 2007-07-18 | 13 | -0/+13 |
* | [POWERPC] Abolish unused ucBoardRev variables | David Gibson | 2007-06-28 | 1 | -3/+0 |
* | [POWERPC] Spelling fixes: arch/ppc/ | Simon Arlott | 2007-05-12 | 16 | -31/+31 |
* | fix file specification in comments | Uwe Kleine-König | 2007-05-09 | 1 | -1/+1 |
* | Merge branch 'linux-2.6' into for-2.6.22 | Paul Mackerras | 2007-04-30 | 3 | -26/+28 |
|\ |
|
| * | [PPC] Fix compilation and linking errors of mpc86xads build. | Vitaly Bordug | 2007-04-12 | 1 | -8/+9 |
| * | [PPC] Fix compilation and linking errors of mpc885ads build. | Vitaly Bordug | 2007-04-12 | 1 | -10/+10 |
| * | [PPC] MPC8272 ADS compile fixed, defconfig refreshed. | Vitaly Bordug | 2007-04-12 | 1 | -8/+9 |
* | | [POWERPC] Remove the unused HTDMSOUND driver | Adrian Bunk | 2007-04-30 | 3 | -49/+0 |
* | | [POWERPC] Don't define a custom bd_t for Xilixn Virtex based boards. | Grant Likely | 2007-04-30 | 1 | -14/+1 |
* | | [POWERPC] Add sane defaults for Xilinx EDK generated xparameters files | Grant Likely | 2007-04-30 | 1 | -0/+60 |
* | | [POWERPC] Stop using ppc_sys for Xilinx Virtex boards | Grant Likely | 2007-04-30 | 5 | -184/+9 |
* | | [POWERPC] Merge common virtex header files | Grant Likely | 2007-04-30 | 5 | -105/+31 |
* | | [POWERPC] Rework Kconfig dependancies for Xilinx Virtex ppc405 platform | Grant Likely | 2007-04-30 | 1 | -8/+7 |
* | | [POWERPC] Ocotea board: ntpd complains that the frequency error exceeds the t... | Bart Van Assche | 2007-04-12 | 1 | -1/+1 |
* | | [POWERPC] ppc: Fix PCIX configuration of Ocotea & Taishan for > 512MB DDR | Stefan Roese | 2007-03-26 | 2 | -2/+2 |
|/ |
|
* | [POWERPC] ppc: Add support for AMCC Taishan 440GX eval board | Stefan Roese | 2007-02-13 | 4 | -2/+471 |
* | [PATCH] Dynamic kernel command-line: ppc | Alon Bar-Lev | 2007-02-12 | 3 | -4/+4 |
* | [POWERPC] Fix apparent typo "CONFIG_SERIAL_CPM_SMC". | Robert P. J. Day | 2007-02-07 | 1 | -1/+1 |
* | [POWERPC] Remove the broken Gemini support | Adrian Bunk | 2007-01-24 | 6 | -914/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2007-01-18 | 13 | -19/+25 |
|\ |
|
| * | kconfig: Standardize "depends" -> "depends on" in Kconfig files | Robert P. J. Day | 2006-12-12 | 1 | -1/+1 |
| * | [POWERPC] Compilation fixes for ppc4xx PCI-less configs | Wojtek Kaniewski | 2006-12-04 | 3 | -0/+6 |
| * | [PATCH] Slight refactor of interrupt mapping for FSL parts | Andy Fleming | 2006-11-13 | 9 | -18/+18 |
* | | [MTD] replace kmalloc+memset with kzalloc | Burman Yan | 2006-11-29 | 1 | -2/+1 |
|/ |
|
* | [POWERPC] Off-by-one in /arch/ppc/platforms/mpc8* | Eric Sesterhenn | 2006-10-16 | 3 | -6/+6 |
* | [POWERPC] ARCH=ppc pt_regs fixes | Al Viro | 2006-10-10 | 4 | -20/+18 |
* | [POWERPC] Fix up after irq changes | Olaf Hering | 2006-10-07 | 4 | -12/+12 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 1 | -1/+0 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 9 | -9/+9 |