summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-08-14ARM: MX3: add ckil clockDaniel Mack1-0/+7
2009-08-14ARM: mxc: Fix i2c_board_info definitionsSascha Hauer5-18/+9
2009-08-14ARM: S3C24XX: Add SPI bus 1 on GPD8 through GPD10Ben Dooks5-1/+51
2009-08-14ARM: S3C24XX: Add platform device for AC97 controllerMark Brown3-0/+57
2009-08-14ARM: S3C24XX: Add FIQ IRQ routing supportBen Dooks2-0/+49
2009-08-14ARM: S3C: Move S3C64xx audio devices into S3C64xx directoryMark Brown3-2/+2
2009-08-14ARM: S3C64XX: Add address mapping for AC97 controllerMark Brown1-0/+1
2009-08-14ARM: S3C64XX: Add mapping for IISv4 portMark Brown1-0/+1
2009-08-14ARM: S3C64XX: Add UART2,UART3 support for SMDK6410 (resend)Matt Hsu1-6/+20
2009-08-14ARM: NCP: make ncp_iodesc static and move it to initdata sectionMarek Szyprowski1-1/+1
2009-08-13[ARM] let arch/arm/Kconfig source drivers/KconfigUwe Kleine-König1-101/+1
2009-08-13Use kernel/Kconfig.preempt for ARMUwe Kleine-König1-12/+1
2009-08-13Complete irq tracing support for ARMUwe Kleine-König3-12/+49
2009-08-13[ARM] support tracing when using newer compilersUwe Kleine-König3-0/+21
2009-08-13netx: Use get_irqnr_preamble to initialize base registerUwe Kleine-König1-3/+1
2009-08-13Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stableRussell King9-2/+479
2009-08-11[ARM] Kirkwood: Initialise SATA for OpenRD-BaseRon Lee1-0/+6
2009-08-11[ARM] Kirkwood: Marvell OpenRD-Base board supportDhaval Vasa3-0/+85
2009-08-11¶ARM] Orion5x: fix cpu window mapping for 88f6183Lennert Buytenhek1-1/+2
2009-08-11[ARM] Kirkwood: Add support for 6281-A1Siddarth Gore2-1/+5
2009-08-11[ARM] orion5x: Add LaCie NAS d2Network supportSimon Guinot3-0/+381
2009-08-07Add support for Eukrea's MBIMX27Eric Benard4-0/+279
2009-08-07Add support for Eukrea's CPUIMX27Eric Benard4-1/+275
2009-08-07MX27: Add USB platform devices and resourcesjavier Martin3-1/+104
2009-08-07MX3: add additional USB pins to iomuxDaniel Mack1-0/+13
2009-08-07ehci mxc: Fix clocksSascha Hauer1-0/+6
2009-08-07MX3: Add USB platform devices and resourcesDaniel Mack2-0/+68
2009-08-07[ARM] MXC: remove the now unused #ifndef CONFIG_COMMON_CLKDEVSascha Hauer1-154/+0
2009-08-07[ARM] MXC: Switch MX1 to clkdev supportSascha Hauer2-56/+29
2009-08-07MXC PLL decoding: calculate mfn value with less magicSascha Hauer1-7/+9
2009-08-07MXC: pwm driver fixesSascha Hauer1-1/+3
2009-08-07MXC gpio interrupt support: move register definitions to .c fileSascha Hauer4-42/+17
2009-08-07mxc gpio: CONFIG_ARCH_* -> cpu_is_*()Sascha Hauer1-14/+11
2009-08-07pcm038: Add support for SJA1000 on baseboardSascha Hauer1-0/+29
2009-08-07pcm037: Add support for SJA1000 on baseboardSascha Hauer1-0/+30
2009-08-07imxfb: Add support for multiple displaysSascha Hauer3-57/+88
2009-08-07imxfb: calculate bpix value from bits_per_pixelSascha Hauer1-1/+2
2009-08-07mx1: Codingstyle: Let the compiler count arraysSascha Hauer2-62/+39
2009-08-07mx3: Codingstyle: Let the compiler count arraysSascha Hauer4-24/+16
2009-08-07mx2: Codingstyle: Let the compiler count arraysSascha Hauer1-92/+73
2009-08-07mx2: remove mxc_irda platform deviceSascha Hauer2-25/+0
2009-08-07MXC iomux-v3: Fix defines for PAD_CTL registersSascha Hauer1-17/+13
2009-08-07mxc: turn to soc specific init_irq functionsSascha Hauer22-21/+53
2009-08-07mxc: remove do not include directlySascha Hauer5-21/+0
2009-08-07MXC: remove board specific setup of MXC_LL_UART_[PV]ADDRSascha Hauer17-119/+21
2009-08-07MXC uncompress macros: determine uart base by machine typeSascha Hauer1-18/+42
2009-08-07mxc: remove ARCH_NR_GPIOSSascha Hauer2-6/+0
2009-08-07system.c: runtime base addressSascha Hauer5-9/+19
2009-08-07MXC: pass base/irq to mxc_timer_initSascha Hauer7-25/+9
2009-08-06Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Russell King134-3419/+5033