| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux | Linus Torvalds | 2010-03-02 | 1 | -51/+66 |
|\ |
|
| * | OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helper | Tomi Valkeinen | 2010-02-25 | 1 | -0/+1 |
| * | OMAP: DSS2: move timing functions | Tomi Valkeinen | 2010-02-24 | 1 | -7/+11 |
| * | OMAP: DSS2: move set/get_wss() | Tomi Valkeinen | 2010-02-24 | 1 | -3/+3 |
| * | OMAP: DSS2: move enable/disable/suspend/resume | Tomi Valkeinen | 2010-02-24 | 1 | -7/+11 |
| * | OMAP: DSS2: move update() and sync() | Tomi Valkeinen | 2010-02-24 | 1 | -6/+18 |
| * | OMAP: DSS2: move set/get_update_mode() | Tomi Valkeinen | 2010-02-24 | 1 | -5/+4 |
| * | OMAP: DSS2: move enable/get_te() | Tomi Valkeinen | 2010-02-24 | 1 | -3/+2 |
| * | OMAP: DSS2: move get_recommended_bpp() | Tomi Valkeinen | 2010-02-24 | 1 | -4/+3 |
| * | OMAP: DSS2: move get_resolution() | Tomi Valkeinen | 2010-02-24 | 1 | -2/+5 |
| * | OMAP: DSS2: move enable/disable_channel to overlay manager | Tomi Valkeinen | 2010-02-24 | 1 | -0/+3 |
| * | OMAP: DSS2: move wait_vsync() | Tomi Valkeinen | 2010-02-24 | 1 | -1/+1 |
| * | OMAP: DSS2: move get/set_rotate() | Tomi Valkeinen | 2010-02-24 | 1 | -3/+0 |
| * | OMAP: DSS2: move set/get_mirror() | Tomi Valkeinen | 2010-02-24 | 1 | -3/+0 |
| * | OMAP: DSS2: move memory_read() | Tomi Valkeinen | 2010-02-24 | 1 | -4/+0 |
| * | OMAP: DSS2: move run_test() | Tomi Valkeinen | 2010-02-24 | 1 | -1/+0 |
| * | OMAP: DSS2: remove sub-panel system | Tomi Valkeinen | 2010-02-18 | 1 | -3/+0 |
| * | OMAP: DSS2: DSI: export dsi_vc_enable_hs() | Tomi Valkeinen | 2010-02-15 | 1 | -0/+2 |
| * | OMAP: DSS2: DSI: add helpers for DCS read/write | Tomi Valkeinen | 2010-02-15 | 1 | -0/+3 |
* | | Merge with mainline to remove plat-omap/Kconfig conflict | Tony Lindgren | 2010-03-01 | 3 | -1/+3 |
|\ \ |
|
| * \ | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 3 | -1/+3 |
| |\ \ |
|
| | * | | ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc... | Kukjin Kim | 2010-02-24 | 1 | -0/+1 |
| | * | | ARM: 5917/1: OMAP4: Add L2 Cache support | Santosh Shilimkar | 2010-02-15 | 1 | -0/+1 |
| | * | | ARM: Add caller information to ioremap | Russell King | 2010-02-15 | 1 | -1/+1 |
* | | | | omap: i2c: Fix muxing for command line enabled bus | Jarkko Nikula | 2010-02-25 | 2 | -5/+10 |
* | | | | Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linus | Tony Lindgren | 2010-02-24 | 8 | -76/+267 |
|\ \ \ \ |
|
| * | | | | OMAP4: clock: Add dummy clock nodes for interface clocks | Santosh Shilimkar | 2010-02-24 | 2 | -0/+12 |
| * | | | | OMAP hwmod: add hwmod class support | Paul Walmsley | 2010-02-24 | 1 | -9/+28 |
| * | | | | OMAP hwmod: convert header files with static allocations into C files | Paul Walmsley | 2010-02-24 | 1 | -0/+8 |
| * | | | | OMAP hwmod: convert hwmod to use hardware clock names rather than clkdev dev+con | Paul Walmsley | 2010-02-24 | 1 | -16/+10 |
| * | | | | OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core code | Paul Walmsley | 2010-02-24 | 2 | -0/+28 |
| * | | | | OMAP4 clock: drop the ALWAYS_ENABLED clock flag | Paul Walmsley | 2010-02-24 | 1 | -1/+0 |
| * | | | | OMAP clock: drop RATE_FIXED clock flag | Paul Walmsley | 2010-02-24 | 1 | -7/+6 |
| * | | | | OMAP2 clock: drop DELAYED_APP clock flag | Paul Walmsley | 2010-02-24 | 1 | -4/+3 |
| * | | | | OMAP clock: drop .id field; ensure each clock has a unique name | Paul Walmsley | 2010-02-24 | 2 | -3/+0 |
| * | | | | OMAP clock: compress clock flags down to a u8 | Paul Walmsley | 2010-02-24 | 1 | -15/+9 |
| * | | | | OMAP2 clock: drop CONFIG_PARTICIPANT clock flag | Paul Walmsley | 2010-02-24 | 1 | -1/+1 |
| * | | | | OMAP4 clock: drop the CLOCK_IN_OMAP4430 clock flag | Paul Walmsley | 2010-02-24 | 1 | -2/+2 |
| * | | | | OMAP2/3/4 clock: fix DPLL multiplier value errors; also copyrights, includes,... | Paul Walmsley | 2010-02-24 | 1 | -12/+52 |
| * | | | | OMAP3 clock: add support for 192Mhz DPLL4M2 output | Vishwanath BS | 2010-02-24 | 1 | -0/+2 |
| * | | | | OMAP3 clock: Introduce 3630 DPLL4 HSDivider changes | Vishwanath BS | 2010-02-24 | 1 | -2/+3 |
| * | | | | OMAP3 clock: introduce DPLL4 Jtype | Richard Woodruff | 2010-02-24 | 1 | -0/+5 |
| * | | | | OMAP: HWMOD: Add support for early device register into omap device layer | Thara Gopinath | 2010-02-24 | 2 | -6/+32 |
| * | | | | OMAP3: hwmod: support to specify the offset position of various SYSCONFIG reg... | Thara Gopinath | 2010-02-24 | 1 | -15/+58 |
| * | | | | OMAP2/3 clock: Extend find_idlest() to pass back idle state value | Ranjith Lohithakshan | 2010-02-24 | 2 | -3/+6 |
| * | | | | OMAP3 PM: Adding counters for power domain logic off and mem off during reten... | Thara Gopinath | 2010-02-24 | 1 | -0/+2 |
| * | | | | OMAP2/3 PM: Adding powerdomain APIs for reading the next logic and mem state | Thara Gopinath | 2010-02-24 | 1 | -0/+2 |
| * | | | | OMAP: omap_device: when 'called from invalid state', print state | Kevin Hilman | 2010-02-24 | 1 | -6/+6 |
| * | | | | OMAP: omap_device: add omap_device_is_valid() | Kevin Hilman | 2010-02-24 | 2 | -0/+18 |
* | | | | | Merge branch 'pm-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/khi... | Tony Lindgren | 2010-02-23 | 1 | -0/+17 |
|\ \ \ \ \ |
|