aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
Commit message (Expand)AuthorAgeFilesLines
* OMAP2: cpu_is_omap2*: fix compile-time removal of unused codeKevin Hilman2010-03-111-2/+6
* omap: Checkpatch cleanup for blizzard.hAndrea Gelmini2010-03-111-1/+1
* omap: pass the reboot command to the boot loaderAaro Koskinen2010-03-112-4/+4
* omap2/3/4: ehci: avoid compiler error with touchbookFelipe Balbi2010-03-111-1/+1
* Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-03-021-51/+66
|\
| * OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helperTomi Valkeinen2010-02-251-0/+1
| * OMAP: DSS2: move timing functionsTomi Valkeinen2010-02-241-7/+11
| * OMAP: DSS2: move set/get_wss()Tomi Valkeinen2010-02-241-3/+3
| * OMAP: DSS2: move enable/disable/suspend/resumeTomi Valkeinen2010-02-241-7/+11
| * OMAP: DSS2: move update() and sync()Tomi Valkeinen2010-02-241-6/+18
| * OMAP: DSS2: move set/get_update_mode()Tomi Valkeinen2010-02-241-5/+4
| * OMAP: DSS2: move enable/get_te()Tomi Valkeinen2010-02-241-3/+2
| * OMAP: DSS2: move get_recommended_bpp()Tomi Valkeinen2010-02-241-4/+3
| * OMAP: DSS2: move get_resolution()Tomi Valkeinen2010-02-241-2/+5
| * OMAP: DSS2: move enable/disable_channel to overlay managerTomi Valkeinen2010-02-241-0/+3
| * OMAP: DSS2: move wait_vsync()Tomi Valkeinen2010-02-241-1/+1
| * OMAP: DSS2: move get/set_rotate()Tomi Valkeinen2010-02-241-3/+0
| * OMAP: DSS2: move set/get_mirror()Tomi Valkeinen2010-02-241-3/+0
| * OMAP: DSS2: move memory_read()Tomi Valkeinen2010-02-241-4/+0
| * OMAP: DSS2: move run_test()Tomi Valkeinen2010-02-241-1/+0
| * OMAP: DSS2: remove sub-panel systemTomi Valkeinen2010-02-181-3/+0
| * OMAP: DSS2: DSI: export dsi_vc_enable_hs()Tomi Valkeinen2010-02-151-0/+2
| * OMAP: DSS2: DSI: add helpers for DCS read/writeTomi Valkeinen2010-02-151-0/+3
* | Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-011-0/+1
|\ \
| * \ Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-0/+1
| |\ \
| | * | ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar2010-02-151-0/+1
* | | | omap: i2c: Fix muxing for command line enabled busJarkko Nikula2010-02-251-3/+2
* | | | Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-02-246-64/+179
|\ \ \ \
| * | | | OMAP4: clock: Add dummy clock nodes for interface clocksSantosh Shilimkar2010-02-241-0/+2
| * | | | OMAP hwmod: add hwmod class supportPaul Walmsley2010-02-241-9/+28
| * | | | OMAP hwmod: convert header files with static allocations into C filesPaul Walmsley2010-02-241-0/+8
| * | | | OMAP hwmod: convert hwmod to use hardware clock names rather than clkdev dev+conPaul Walmsley2010-02-241-16/+10
| * | | | OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core codePaul Walmsley2010-02-241-0/+1
| * | | | OMAP4 clock: drop the ALWAYS_ENABLED clock flagPaul Walmsley2010-02-241-1/+0
| * | | | OMAP clock: drop RATE_FIXED clock flagPaul Walmsley2010-02-241-7/+6
| * | | | OMAP2 clock: drop DELAYED_APP clock flagPaul Walmsley2010-02-241-4/+3
| * | | | OMAP clock: drop .id field; ensure each clock has a unique namePaul Walmsley2010-02-241-1/+0
| * | | | OMAP clock: compress clock flags down to a u8Paul Walmsley2010-02-241-15/+9
| * | | | OMAP2 clock: drop CONFIG_PARTICIPANT clock flagPaul Walmsley2010-02-241-1/+1
| * | | | OMAP4 clock: drop the CLOCK_IN_OMAP4430 clock flagPaul Walmsley2010-02-241-2/+2
| * | | | OMAP2/3/4 clock: fix DPLL multiplier value errors; also copyrights, includes,...Paul Walmsley2010-02-241-12/+52
| * | | | OMAP3 clock: add support for 192Mhz DPLL4M2 outputVishwanath BS2010-02-241-0/+2
| * | | | OMAP3 clock: Introduce 3630 DPLL4 HSDivider changesVishwanath BS2010-02-241-2/+3
| * | | | OMAP3 clock: introduce DPLL4 JtypeRichard Woodruff2010-02-241-0/+5
| * | | | OMAP: HWMOD: Add support for early device register into omap device layerThara Gopinath2010-02-241-2/+3
| * | | | OMAP3: hwmod: support to specify the offset position of various SYSCONFIG reg...Thara Gopinath2010-02-241-15/+58
| * | | | OMAP2/3 clock: Extend find_idlest() to pass back idle state valueRanjith Lohithakshan2010-02-242-3/+6
| * | | | OMAP3 PM: Adding counters for power domain logic off and mem off during reten...Thara Gopinath2010-02-241-0/+2
| * | | | OMAP2/3 PM: Adding powerdomain APIs for reading the next logic and mem stateThara Gopinath2010-02-241-0/+2
| * | | | OMAP: omap_device: add omap_device_is_valid()Kevin Hilman2010-02-241-0/+2