summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremapPaul Walmsley2008-10-063-23/+64
* ARM: OMAP2: Add pinmux support for omap34xxVikram Pandita2008-10-062-19/+339
* ARM: OMAP2: Use omap_globals for CPU detection for multi-omapTony Lindgren2008-10-064-16/+34
* ARM: OMAP2: Move sleep.S into sleep24xx.STony Lindgren2008-10-063-19/+21
* ARM: OMAP2 Provide function to enable/disable uart clocksJouni Hogander2008-10-063-60/+47
* Merge unstable branch 'omap-rmk'Russell King2008-10-0368-490/+17782
|\
| * [ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King2008-09-054-15/+15
| * [ARM] omap: fix inappropriate casting in gpio.cRussell King2008-09-052-36/+36
| * [ARM] omap: DSP registers don't need to be castedRussell King2008-09-052-4/+4
| * [ARM] omap: make sure virtual mmio addresses are __iomem pointer-likeRussell King2008-09-052-7/+7
| * [ARM] omap: Fix IO_ADDRESS() macrosRussell King2008-09-0514-77/+79
| * [ARM] omap: convert mcbsp to use ioremap()Russell King2008-09-054-29/+28
| * [ARM] omap: allow ioremap() to use our fixed IO mappingsRussell King2008-09-053-1/+90
| * [ARM] omap: improve is_omap_port()Russell King2008-09-051-6/+6
| * [ARM] omap: fix virtual vs physical address space confusionsRussell King2008-09-044-2/+17
| * [ARM] remove unused #include <version.h>Huang Weiyi2008-09-041-1/+0
| * [ARM] omap: fix gpio.c build errorRussell King2008-09-031-1/+1
| * [ARM] 5226/1: remove unmatched comment end.Jean-Christophe DUBOIS2008-08-281-1/+1
| * Merge branch 'omap-rmk'Russell King2008-08-2719-219/+17309
| |\
| | * [ARM] OMAP: Fix 2430 SMC91x ethernet IRQRussell King2008-08-271-1/+1
| | * [ARM] OMAP: Add and update OMAP default configuration filesRussell King2008-08-2718-218/+17308
| * | [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman2008-08-271-0/+5
| * | [ARM] use bcd2bin/bin2bcdAdrian Bunk2008-08-271-9/+9
| * | [ARM] use the new byteorder headersHarvey Harrison2008-08-271-14/+11
| * | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-277-50/+138
| |\ \
| | * | [ARM] orion5x: update defconfig to v2.6.27-rc4Nicolas Pitre2008-08-221-32/+112
| | * | [ARM] Orion: register UART1 on QNAP TS-209 and TS-409Martin Michlmayr2008-08-212-0/+2
| | * | [ARM] Orion: activate lm75 driver on DNS-323Martin Michlmayr2008-08-212-6/+2
| | * | [ARM] Orion: fix MAC detection on QNAP TS-209 and TS-409Martin Michlmayr2008-08-212-8/+8
| | * | [ARM] Orion: Fix boot crash on Kurobox ProPer Andersson2008-08-213-4/+14
| * | | Merge branch 's3c2410' of git://aeryn.fluff.org.uk/bjdooks/linux.gitRussell King2008-08-266-18/+20
| |\ \ \
| | * | | [ARM] S3C2443: Fix the S3C2443 clock register definitionsWei Shuai2008-08-261-5/+5
| | * | | [ARM] JIVE: Fix the spi bus numberingBen Dooks2008-08-261-1/+1
| | * | | [ARM] S3C24XX: pwm.c: stop debugging outputBen Dooks2008-08-261-1/+1
| | * | | [ARM] S3C24XX: Fix sparse warnings in pwm.cBen Dooks2008-08-261-1/+2
| | * | | [ARM] S3C24XX: Fix spare errors in pwm-clock driverBen Dooks2008-08-261-3/+3
| | * | | [ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.cBen Dooks2008-08-261-6/+6
| | * | | [ARM] S3C24XX: Fix nor-simtec driver sparse errorsBen Dooks2008-08-261-1/+2
| | | |/ | | |/|
| * | | [ARM] 5225/1: zaurus: Register I2C controller for audio codecsMark Brown2008-08-263-0/+6
| |/ /
* | | Merge branch 'omap2-clock' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Russell King2008-10-0323-147/+3578
|\ \ \ | |/ / |/| |
| * | [ARM] OMAP: clockdomain: add clkdm_get_pwrdm()Paul Walmsley2008-08-211-0/+16
| * | [ARM] OMAP3 pwrdm: add hardware save-and-restore (SAR) supportPaul Walmsley2008-08-212-0/+79
| * | ARM: OMAP2: Clock: Combine 34xx l3_icks and l4_icksHögander Jouni2008-08-191-38/+24
| * | ARM: OMAP2: Clockdomain: Integrate OMAP3 clocks with clockdomain codePaul Walmsley2008-08-195-24/+232
| * | ARM: OMAP2: Clockdomain: Associate clocks with clockdomainsPaul Walmsley2008-08-192-51/+190
| * | ARM: OMAP2: Clockdomain: Encode OMAP2/3 clockdomainsPaul Walmsley2008-08-194-19/+349
| * | ARM: OMAP2: Clockdomain: Connect clockdomain code to powerdomain codePaul Walmsley2008-08-193-0/+156
| * | ARM: OMAP2: Clockdomain: Add base OMAP2/3 clockdomain codePaul Walmsley2008-08-194-1/+723
| * | ARM: OMAP: Powerdomain: Add OMAP3 powerdomainsPaul Walmsley2008-08-194-7/+364
| * | ARM: OMAP2: Powerdomain: Add OMAP2 powerdomainsPaul Walmsley2008-08-193-4/+222
OpenPOWER on IntegriCloud