aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-14[ARM] 5302/1: ARM: OMAP: Revert omap3 WDT changes to avoid merge conflictTony Lindgren1-10/+1
2008-10-14[ARM] 5305/1: ARM: OMAP: Fix compile of McBSP by removing unnecessary checkTony Lindgren1-7/+0
2008-10-14[ARM] 5301/1: ARM: OMAP: Add missing irq definesTony Lindgren1-0/+18
2008-10-10Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into omap-allRussell King35-90/+5477
2008-10-10ARM: OMAP3: Add default kernel config for OMAP LDPNishant Kamat1-0/+1044
2008-10-10ARM: OMAP3: Add basic board support for OMAP LDPNishant Kamat5-0/+131
2008-10-10ARM: OMAP3: Defconfig for the Gumstix Overo board (rev 3)Steve Sakoman1-0/+1885
2008-10-09Merge branch 'omap2-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into omap-allRussell King33-249/+798
2008-10-09ARM: OMAP3: Add support for the Gumstix Overo board (rev 3)Steve Sakoman4-0/+272
2008-10-09ARM: OMAP3: Add Beagle defconfigSyed Mohammed, Khasim1-0/+1321
2008-10-09ARM: OMAP3: Add minimal Beagle board supportSyed Mohammed, Khasim6-1/+287
2008-10-09ARM: OMAP3: Add minimal omap3430 supportSyed Mohammed, Khasim25-90/+538
2008-10-09ARM: OMAP2: Fix sparse, checkpatch warnings in OMAP2/3 IRQ codePaul Walmsley1-29/+40
2008-10-08ARM: OMAP: Fixes to omap_mcbsp_request functionJarkko Nikula1-4/+9
2008-10-08ARM: OMAP: Add support for OMAP2430 in McBSPJarkko Nikula2-10/+72
2008-10-08ARM: OMAP: Add support for McBSP devices 3 - 5 on 34xxChandra Shekhar2-1/+60
2008-10-08ARM: OMAP: Allocate McBSP devices dynamicallyChandra Shekhar4-216/+270
2008-10-08Fix sections for omap-mcbsp platform driverUwe Kleine-König1-3/+3
2008-10-06ARM: OMAP2: Misc updates from linux-omap treeTony Lindgren21-86/+256
2008-10-06ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremapPaul Walmsley3-23/+64
2008-10-06ARM: OMAP2: Add pinmux support for omap34xxVikram Pandita2-19/+339
2008-10-06ARM: OMAP2: Use omap_globals for CPU detection for multi-omapTony Lindgren4-16/+34
2008-10-06ARM: OMAP2: Move sleep.S into sleep24xx.STony Lindgren3-19/+21
2008-10-06ARM: OMAP2 Provide function to enable/disable uart clocksJouni Hogander3-60/+47
2008-10-03Merge unstable branch 'omap-rmk'Russell King383-3872/+80550
2008-10-03Merge branch 'omap2-clock' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.gitRussell King23-147/+3578
2008-09-05[ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King4-15/+15
2008-09-05[ARM] omap: fix inappropriate casting in gpio.cRussell King2-36/+36
2008-09-05[ARM] omap: DSP registers don't need to be castedRussell King2-4/+4
2008-09-05[ARM] omap: make sure virtual mmio addresses are __iomem pointer-likeRussell King2-7/+7
2008-09-05[ARM] omap: Fix IO_ADDRESS() macrosRussell King14-77/+79
2008-09-05[ARM] omap: convert mcbsp to use ioremap()Russell King4-29/+28
2008-09-05[ARM] omap: allow ioremap() to use our fixed IO mappingsRussell King3-1/+90
2008-09-05[ARM] omap: improve is_omap_port()Russell King1-6/+6
2008-09-04[ARM] omap: fix virtual vs physical address space confusionsRussell King4-2/+17
2008-09-04[ARM] remove unused #include <version.h>Huang Weiyi1-1/+0
2008-09-03[ARM] omap: fix gpio.c build errorRussell King1-1/+1
2008-09-02[x86] Fix TSC calibration issuesThomas Gleixner1-54/+181
2008-09-02m68k: atari_keyb_init operator precedence fixMichael Schmitz1-3/+6
2008-09-02fix typo in arch/parisc/hpux/fs.cStephen Rothwell1-1/+1
2008-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-32/+62
2008-09-02Un-break printk strings in x86 PCI probing codeLinus Torvalds1-6/+3
2008-08-30sparc64: setup_valid_addr_bitmap_from_pavail() should be __initDavid S. Miller1-1/+1
2008-08-29Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3"Linus Torvalds1-78/+0
2008-08-28sparc: Fix resource flags for PCI children in OF device tree.David S. Miller2-11/+28
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds39-311/+17499
2008-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds214-57/+55366
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-253/+383
2008-08-28[ARM] 5226/1: remove unmatched comment end.Jean-Christophe DUBOIS1-1/+1
2008-08-28Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEMichael Hennerich2-98/+89