summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-271-5/+0Star
|\
| * ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-5/+0Star
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2519-40/+36Star
|\ \
| * \ Merge branch 'next-samsung-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2011-07-214-18/+18
| |\ \
| * | | omap: mcbsp: Remove port number enumsJarkko Nikula2011-07-071-2/+2
| * | | Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Tony Lindgren2011-06-292-4/+8
| |\ \ \ | | | |/ | | |/|
| * | | omap2+: Reserve clocksource and timesource and initialize dmtimer laterTony Lindgren2011-06-271-4/+0Star
| * | | omap: Set separate timer init functions to avoid cpu_is_omap testsTony Lindgren2011-06-2016-18/+18
| * | | omap: Use separate init_irq functions to avoid cpu_is_omap tests earlyTony Lindgren2011-06-1616-16/+16
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-231-7/+7
|\ \ \ \
| * \ \ \ Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-151-7/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | PM: Rename clock management functionsRafael J. Wysocki2011-07-021-3/+3
| | * | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-4/+4
| | | |/ | | |/|
* | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-223-0/+77
|\ \ \ \ | |/ / / |/| | |
| * | | gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-163-0/+6
| * | | gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman2011-06-163-0/+13
| * | | gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-163-0/+6
| * | | gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-163-0/+52
| | |/ | |/|
* | | omap: drop __initdata tags from static struct platform_device declarationsJanusz Krzysztofik2011-07-044-18/+18
| |/ |/|
* | OMAP1: PM: register notifiers with generic clock ops even when !PM_RUNTIMEKevin Hilman2011-06-142-4/+8
|/
* arch/arm/mach-omap1/dma.c: Invert calls to platform_device_put and platform_d...Julia Lawall2011-06-011-5/+6
*---. Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-231-1/+1
|\ \ \
| * | | ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ...Marc Zyngier2011-05-201-1/+1
| | |/ | |/|
* | | clocksource: convert OMAP1 to 32-bit down counting clocksourceRussell King2011-05-231-17/+6Star
* | | ARM: omap1: convert to using readl/writel instead of volatile structRussell King2011-05-231-15/+16
* | | ARM: omap1: delete useless interrupt handlerRussell King2011-05-231-15/+0Star
* | | OMAP1 / PM: Use generic clock manipulation routines for runtime PMRafael J. Wysocki2011-05-161-47/+22Star
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-314-4/+4
|/
* arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-291-2/+2
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-295-18/+18
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-1812-147/+369
|\
| * OMAP1: McBSP: fix build break for non-multi-OMAP1 configsPaul Walmsley2011-03-091-6/+12
| * OMAP: McBSP: Convert McBSP to platform device modelKishon Vijay Abraham I2011-02-241-68/+259
| * Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren2011-02-1611-79/+104
| |\
| | * wip: fix section mismatches in omap1_defconfigUwe Kleine-König2011-02-102-3/+3
| | * ARM: omap1/nokia770: mark some functions __initUwe Kleine-König2011-02-101-3/+3
| | * arm: mach-omap1: board-voiceblue: add missing includeAaro Koskinen2011-01-281-0/+1
| | * ARM: OMAP: Allow platforms to hook reset cleanlyRussell King - ARM Linux2011-01-283-48/+85
| | * arm: mach-omap1: board-h3: make nand_platdata staticAaro Koskinen2011-01-281-1/+1
| | * arm: mach-omap1: board-htcherald: make htcpld_chips and htcpld_pfdata staticAaro Koskinen2011-01-281-2/+2
| | * arm: mach-omap1: board-innovator: make innovator_mmc_init() staticAaro Koskinen2011-01-281-1/+1
| | * arm: mach-omap1: board-h2: make h2_nand_platdata staticAaro Koskinen2011-01-281-1/+1
| | * arm: omap1: fix a bunch of section mismatchesFelipe Balbi2011-01-282-8/+8
| | * arm: omap1: fix compile warningFelipe Balbi2011-01-281-13/+0Star
* | | Merge branch 'p2v' into develRussell King2011-03-171-3/+6
|\ \ \
| * | | ARM: 6651/1: omap: Fix DEBUG_LL code for p2v changesTony Lindgren2011-02-181-3/+6
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. | | Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King2011-03-173-3/+7
|\ \ \ \| | | |_|_|_|/ |/| | | |
| | * | | ARM: 6649/1: omap: use fncpy to copy the PM code functions to SRAMJean Pihet2011-02-043-3/+7
| |/ / /
* | | | OMAP1: Fix non-working LCD on OMAP310Marek Vasut2011-02-021-12/+12