summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-23Merge branch 'work/old-omapfb-removal'Tomi Valkeinen35-4632/+100
2012-02-23OMAPFB: remove remaining OMAP arch checksTomi Valkeinen3-10/+3
2012-02-23OMAP1: Remove unused LCD devices from board filesTomi Valkeinen4-24/+0
2012-02-23OMAP: Remove OMAP_TAG_LCD and OMAP_TAG_FBMEMTomi Valkeinen1-2/+0
2012-02-23OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen15-92/+64
2012-02-23OMAPFB: remove omapfb_set_platform_data()Tomi Valkeinen2-18/+0
2012-02-23OMAPFB: Move old omapfb private structs to a private include fileTomi Valkeinen2-25/+25
2012-02-23OMAPFB: remove unused fb_format_to_dss_mode()Tomi Valkeinen1-54/+0
2012-02-23OMAPFB: remove mem info from platform_dataTomi Valkeinen3-49/+0
2012-02-23OMAPFB: remove early mem alloc from old omapfbTomi Valkeinen3-141/+2
2012-02-23OAMPFB: remove unused omapfb_set_ctrl_platform_data()Tomi Valkeinen2-7/+0
2012-02-23OMAP: N770: remove HWA742 platform dataTomi Valkeinen3-30/+5
2012-02-23OMAP2+: remove unneeded #include omapfb.hTomi Valkeinen1-1/+0
2012-02-23OMAPFB: Remove video SRAM support (old omapfb)Tomi Valkeinen3-183/+1
2012-02-23OMAPDSS: Remove video SRAM supportTomi Valkeinen5-118/+9
2012-02-22OMAPFB: Remove OMAP2/3 support from old omapfb driverTomi Valkeinen7-2220/+5
2012-02-22OMAPFB: remove old blizzard driverTomi Valkeinen5-1672/+0
2012-02-21OMAPDSS: HDMI: Modify logic to configure MCLKRicardo Neri1-2/+4
2012-02-21OMAPDSS: HDMI: Implement initialization of MCLKRicardo Neri1-15/+22
2012-02-21OMAPDSS: Add DSS feature for HDMI MCLK for audioRicardo Neri2-0/+42
2012-02-21OMAPDSS: TPO-TD03MTEA1: update default gammaGrazvydas Ignotas1-1/+1
2012-02-21OMAPDSS: TPO-TD03MTEA1: fix suspend hangGrazvydas Ignotas1-43/+108
2012-02-21OMAPDSS: HDMI: Move Avi-infoframe struct to hdmi_ip_dataMythri P K3-44/+46
2012-02-21OMAPDSS: add Innolux AT080TN52 display supportYegor Yefremov1-0/+23
2012-02-21OMAPDSS: DISPC: Fix scaling constraints for OMAP4Archit Taneja1-4/+8
2012-02-21OMAPDSS: Features: Maintain dss_feats as a listArchit Taneja2-66/+128
2012-02-21OMAPDSS: cleanup probe functionsTomi Valkeinen5-71/+61
2012-02-21Merge commit 'v3.3-rc4'Tomi Valkeinen1242-53496/+11109
2012-02-19Linux 3.3-rc4v3.3-rc4Linus Torvalds1-1/+1
2012-02-19Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds66-786/+524
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-191/+212
2012-02-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2012-02-19Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+89
2012-02-19Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds1-1/+1
2012-02-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-31/+42
2012-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-8/+28
2012-02-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-7/+22
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+24
2012-02-19i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-02-17i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-02-17ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-17eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-17eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-02-17i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-02-17i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-02-16powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard1-1/+7
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2