summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * OMAP: DSS2: DSI: print errors in dsi_vc_flush_receive_data()Tomi Valkeinen2010-08-031-4/+4
| * OMAP: DSS2: OMAPFB: Add some locking debug checksVille Syrjälä2010-08-034-0/+13
| * OMAP: DSS2: OMAPFB: Make lockdep happyVille Syrjälä2010-08-033-13/+36
| * OMAP: DSS2: OMAPFB: Convert the memory region locking to rwsemVille Syrjälä2010-08-034-25/+10
| * OMAP: DSS2: OMAPFB: Add locking for memory regionsVille Syrjälä2010-08-034-21/+140
| * OMAP: DSS2: OMAPFB: Add support for switching memory regionsVille Syrjälä2010-08-035-64/+183
| * OMAP: DSS2: OMAPFB: Skip unnecessary set_overlay_info()Ville Syrjälä2010-08-031-0/+2
| * OMAP: DSS2: OMAPFB: Check var even if there isn't memoryVille Syrjälä2010-08-031-6/+5
| * OMAP: DSS2: OMAPFB: Refactor overlay address calculationsVille Syrjälä2010-08-031-25/+38
| * OMAP: DSS2: Fix update area calculations with multiple scaled overlaysTomi Valkeinen2010-08-031-63/+78
| * OMAP: DSS2: clear spurious SYNC_LOST_DIGIT interruptsVille Syrjälä2010-08-031-1/+10
| * OMAP: DSS2: Make wait_for_go() succeed for disabled displaysVille Syrjälä2010-08-031-2/+5
| * OMAP: DSS2: Check if display supports update mode changesVille Syrjälä2010-08-031-0/+3
| * OMAP: DSS2: DSI: Increase HS TX timeoutTomi Valkeinen2010-08-031-1/+1
| * OMAP: DSS2: storage class should be before const qualifierTobias Klauser2010-08-031-2/+2
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-08-08154-6534/+6420
|\ \
| * \ Merge branch 'v2.6.35-omap-mailbox-for-next' of git://gitorious.org/~doyu/lk/...Tony Lindgren2010-08-046-279/+241
| |\ \
| | * | omap: mailbox: reorganize headersFelipe Contreras2010-08-044-8/+4
| | * | omap: mailbox: standarize on 'omap-mailbox'Felipe Contreras2010-08-044-8/+6
| | * | omap: mailbox: only compile for configured archsFelipe Contreras2010-08-041-2/+13
| | * | omap: mailbox: simplify omap_mbox_register()Felipe Contreras2010-08-044-97/+50
| | * | omap: mailbox: reorganize registeringFelipe Contreras2010-08-042-83/+66
| | * | omap: mailbox: add IRQ namesFelipe Contreras2010-08-042-0/+5
| | * | omap: mailbox: remove unecessary fieldsFelipe Contreras2010-08-041-8/+0
| | * | omap: mailbox: don't export unecessary symbolsFelipe Contreras2010-08-042-4/+0
| | * | omap: mailbox: update omap1 probingFelipe Contreras2010-08-041-14/+14
| | * | omap: mailbox: use correct config for omap1Felipe Contreras2010-08-041-1/+1
| | * | omap: mailbox: 2420 should be detected at run-timeFelipe Contreras2010-08-041-1/+2
| | * | omap: mailbox: reorganize structuresFelipe Contreras2010-08-041-33/+35
| | * | omap: mailbox: trivial cleanupsFelipe Contreras2010-08-043-9/+9
| | * | omap mailbox: Set a device in logical mbox instance for traceabilityHiroshi DOYU2010-08-041-1/+16
| | * | omap: mailbox: convert block api to kfifoOhad Ben-Cohen2010-08-043-68/+64
| | * | omap: mailbox: remove (un)likely macros from cold pathsOhad Ben-Cohen2010-08-041-5/+5
| | * | omap: mailbox cleanup: split MODULE_AUTHOR lineOhad Ben-Cohen2010-08-042-2/+4
| | * | omap: mailbox: convert rwlocks to spinlockOhad Ben-Cohen2010-08-041-10/+10
| | * | Mailbox: disable mailbox interrupt when request queueFernando Guzman Lugo2010-08-041-1/+9
| | * | Mailbox: new mutext lock for h/w mailbox configurationHiroshi DOYU2010-08-041-5/+6
| | * | Mailbox: Check valid registered callback before callingFernando Guzman Lugo2010-08-041-1/+2
| | * | Mailbox: flush pending deferred works before freeing blk queueFernando Guzman Lugo2010-08-041-0/+2
| | * | Mailbox: free mailbox interrupt before freeing blk queueFernando Guzman Lugo2010-08-041-2/+1
| | |/
| * | Remove ARM default configurations which duplicate omap3_defconfigVincent Sanders2010-08-0419-3467/+0
| * | omap: 3630: disable TLL SAR on 3630 ES1Anand Gadiyar2010-08-041-2/+10
| * | OMAP3630: Add ES1.1 and ES1.2 detectionAnand Gadiyar2010-08-042-7/+36
| * | omap: device: improve errors handlingArtem Bityutskiy2010-08-041-1/+3
| * | Merge branch 'devel-map-io' into omap-for-linusTony Lindgren2010-08-04514-6667/+18527
| |\ \
| | * | omap3: introduce omap3_map_ioMike Rapoport2010-08-0417-105/+23
| | * | omap3: Unify omap2_set_globals_3[43,6x]x functionsSergio Aguirre2010-08-0418-26/+19
| * | | omap: Fix DEBUG_LL uart to access phys addr when MMU isn't enableJason Wang2010-08-042-11/+28
| * | | Merge branch 'for_2.6.36' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-08-0424-225/+790
| |\ \ \
| | * | | OMAP: PM constraints: add omap_pm_set_min_clk_rate()Paul Walmsley2010-07-272-0/+88