summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* ARM/OMAP: Remove the +x bit from a couple of source filesAndrew Clayton2010-03-122-0/+0
* OMAP4: fix temporary hacks that break multi-omap PMKevin Hilman2010-03-121-7/+6Star
* omap3: pandora: add missing i2c3 board_infoGrazvydas Ignotas2010-03-121-1/+9
* omap: mach-omap2/io.c: fix function declarationsAaro Koskinen2010-03-121-4/+4
* omap3: Fix support for the LEDs connected to GPIO outputs on IGEP v2boardEnric Balletbo i Serra2010-03-111-18/+36
* omap: pass the reboot command to the boot loaderAaro Koskinen2010-03-111-2/+2
* omap2/3/4: mailbox: remove compiler warningSuman Anna2010-03-111-6/+6
* OMAP2: serial.c: Fix number of uarts in early_initThomas Weber2010-03-111-5/+10
* omap2: add USB initialization for tusb6010Francisco Alecrim2010-03-112-0/+99
* omap4: Fix build break by moving omap_smc1 into a separate .SSantosh Shilimkar2010-03-113-25/+36
* omap2/3/4: ehci: avoid compiler error with touchbookFelipe Balbi2010-03-1113-15/+15
* omap3: Fix compile for Touch Book early_paramTony Lindgren2010-03-101-5/+5
* Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-03-021-4/+0Star
|\
| * OMAP: 3430SDP: remove vdvi regulatorTomi Valkeinen2010-02-121-4/+0Star
* | Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-011-0/+54
|\ \
| * \ Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-012-1/+55
| |\ \
| | * \ Merge branch 'misc2' into develRussell King2010-02-251-0/+54
| | |\ \
| | | * | ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar2010-02-151-0/+54
* | | | | omap2: Initialize Menelaus and MMC for N8X0Tony Lindgren2010-02-271-0/+445
* | | | | AM3517 EVM: correct typo - tca6416 mispelt as tca6516Sriram2010-02-251-6/+6
* | | | | AM35x: Add missing GPIO mux config for EHCI portAjay Kumar Gupta2010-02-251-0/+3
* | | | | omap: i2c: Fix muxing for command line enabled busJarkko Nikula2010-02-251-5/+1Star
* | | | | Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-02-2543-1611/+4334
|\ \ \ \ \
| * | | | | OMAP4: clock: Remove clock hacks from timer-gp.cSantosh Shilimkar2010-02-251-5/+0Star
| * | | | | OMAP4: clock: Add dummy clock nodes for interface clocksSantosh Shilimkar2010-02-252-0/+36
| * | | | | OMAP4: clock: Rename leaf clock nodes to end with a _ick or _fckRajendra Nayak2010-02-251-264/+297
| * | | | | OMAP2+ clock: revise omap2_clk_{disable,enable}()Paul Walmsley2010-02-252-46/+99
| * | | | | OMAP2/3 clock: combine OMAP2 & 3 boot-time MPU rate change codePaul Walmsley2010-02-254-75/+107
| * | | | | OMAP clockdomain: if no autodeps exist, don't try to add or remove themPaul Walmsley2010-02-251-0/+6
| * | | | | OMAP hwmod: add hwmod class supportPaul Walmsley2010-02-257-90/+206
| * | | | | OMAP hwmod: convert header files with static allocations into C filesPaul Walmsley2010-02-246-207/+218
| * | | | | OMAP hwmod: convert hwmod to use hardware clock names rather than clkdev dev+conPaul Walmsley2010-02-244-18/+13Star
| * | | | | OMAP3: clock: add capability to change rate of dpll4_m5_ck_3630Vimarsh Zutshi2010-02-241-0/+2
| * | | | | OMAP4 clock: drop the ALWAYS_ENABLED clock flagPaul Walmsley2010-02-241-11/+0Star
| * | | | | OMAP clock: drop RATE_FIXED clock flagPaul Walmsley2010-02-244-25/+4Star
| * | | | | OMAP2 clock: drop DELAYED_APP clock flagPaul Walmsley2010-02-245-68/+1Star
| * | | | | OMAP2430 clock: make func_96m_ck parent-selectablePaul Walmsley2010-02-241-3/+0Star
| * | | | | OMAP2 clock: split OMAP2420, OMAP2430 clock data into their own filesPaul Walmsley2010-02-248-425/+2153
| * | | | | OMAP3/4 clock: split into per-chip family filesPaul Walmsley2010-02-2417-332/+450
| * | | | | OMAP clock: drop .id field; ensure each clock has a unique namePaul Walmsley2010-02-242-111/+58Star
| * | | | | OMAP2 clock: drop CONFIG_PARTICIPANT clock flagPaul Walmsley2010-02-242-35/+11Star
| * | | | | OMAP2xxx clock: drop DELAYED_APP flag from non-clksel clocksPaul Walmsley2010-02-241-4/+3Star
| * | | | | OMAP2xxx clock: GFX functional clock rates are not independently changeablePaul Walmsley2010-02-241-1/+2
| * | | | | OMAP4 clock: drop the CLOCK_IN_OMAP4430 clock flagPaul Walmsley2010-02-241-113/+11Star
| * | | | | OMAP2/3/4 clock: fix DPLL multiplier value errors; also copyrights, includes,...Paul Walmsley2010-02-246-14/+15
| * | | | | OMAP3 clock: add support for 192Mhz DPLL4M2 outputVishwanath BS2010-02-243-8/+63
| * | | | | OMAP3 clock: Introduce 3630 DPLL4 HSDivider changesVishwanath BS2010-02-242-5/+146
| * | | | | OMAP3 clock: introduce DPLL4 JtypeRichard Woodruff2010-02-245-5/+104
| * | | | | ARM: OMAP4 clock domain: Add check for avoiding dependency related update.Abhijit Pagare2010-02-241-6/+24
| * | | | | OMAP3630: Clock: Workaround for DPLL HS divider limitationMike Turquette2010-02-243-0/+65