summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart2012-03-1211-50/+41
* fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_infoLaurent Pinchart2012-03-125-16/+10
* fbdev: sh_mobile_lcdc: Remove board configuration board_data fieldLaurent Pinchart2012-03-1211-55/+37
* fbdev: sh_mobile_lcdc: Remove board configuration owner fieldLaurent Pinchart2012-03-122-8/+2
* fbdev: sh_mobile_hdmi: Remove sh_mobile_hdmi_info lcd_chan fieldLaurent Pinchart2012-03-121-1/+0
* arm: mach-shmobile: Don't initialize the hdmi_info lcd_chan fieldLaurent Pinchart2012-03-122-6/+0
* fbdev: sh_mobile_hdmi: Don't hook up into board_cfg display operationsLaurent Pinchart2012-03-121-31/+6
* fbdev: sh_mipi_dsi: Don't hook up into board_cfg display operationsLaurent Pinchart2012-03-121-51/+5
* arm: mach-shmobile: Add LCDC tx_dev field to platform dataLaurent Pinchart2012-03-122-162/+175
* fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directlyLaurent Pinchart2012-03-123-5/+30
* fbdev: sh_mipi_dsi: Implement sh_mobile_lcdc_entity interfaceLaurent Pinchart2012-03-121-15/+51
* fbdev: sh_mobile_hdmi: Implement sh_mobile_lcdc_entity interfaceLaurent Pinchart2012-03-121-8/+31
* fbdev: sh_mobile_lcdc: Add sh_mobile_lcdc_entity definitionLaurent Pinchart2012-03-121-2/+16
* sh_mobile_hdmi: Remove platform data lcd_dev fieldLaurent Pinchart2012-03-124-15/+5
* fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callbackLaurent Pinchart2012-03-121-4/+4
* fbdev: sh_mobile_lcdc: Create functions to turn the display on/offLaurent Pinchart2012-03-121-25/+28
* fbdev: sh_mobile_lcdc: Don't pass struct device aroundLaurent Pinchart2012-03-121-20/+21
* fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()Laurent Pinchart2012-03-121-18/+16
* fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)Laurent Pinchart2012-03-121-2/+2
* fbdev: sh_mobile_lcdc: Reorder code into sectionsLaurent Pinchart2012-03-121-190/+231
* video:uvesafb: notice user when we failed to save hardware stateWang YanQing2012-03-081-3/+11
* video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing2012-03-081-2/+10
* udlfb: Fix invalid return codes in edid sysfs entry store functionOlivier Sobrie2012-03-081-8/+11
* MAINTAINERS: add entry for exynos mipi display driversDonghwa Lee2012-03-061-0/+9
* MAINTAINERS: add maintainer entry for Exynos DP driverJingoo Han2012-03-061-0/+6
* video: s3c-fb: Add support EXYNOS5 FIMDJingoo Han2012-03-062-13/+63
* pxafb: do console locking before calling fb_blank()Vasily Khoruzhick2012-03-061-1/+5
* Merge commit 'v3.3-rc6' into fbdev-nextFlorian Tobias Schandinat2012-03-06378-1703/+2823
|\
| * Linux 3.3-rc6v3.3-rc6Linus Torvalds2012-03-031-1/+1
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-03-031-2/+2
| |\
| | * [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh2012-02-251-2/+2
| * | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2012-03-034-2/+8
| |\ \
| | * | [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit.James Bottomley2012-02-281-0/+4
| | * | [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.hCong Wang2012-02-271-0/+2
| | * | [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...James Bottomley2012-02-272-2/+2
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-034-4/+54
| |\ \ \
| | * | | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-024-4/+54
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-031-0/+1
| |\ \ \ \
| | * | | | crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter2012-02-281-0/+1
| * | | | | vfs: export full_name_hash() function to modulesLinus Torvalds2012-03-021-0/+1
| * | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-021-14/+75
| |\ \ \ \ \
| | * | | | | hwmon: (f75375s) Catch some attempts to write to r/o registersNikolaus Schulz2012-03-021-0/+27
| | * | | | | hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enableNikolaus Schulz2012-03-021-8/+34
| | * | | | | hwmon: (f75375s) Make pwm*_mode writable for the F75387Nikolaus Schulz2012-02-281-1/+1
| | * | | | | hwmon: (f75375s) Fix writes to the pwm* attribute for the F75387Nikolaus Schulz2012-02-281-5/+13
| * | | | | | Merge tag 'fbdev-fixes-for-3.3-2' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-03-025-10/+35
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2012-03-029-19/+51
| |\ \ \ \ \ \ \
| | * | | | | | | ALSA: hda - Kill hyphenated namesTakashi Iwai2012-03-024-8/+8
| | * | | | | | | Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-03-012-4/+10
| | |\ \ \ \ \ \ \
| | | * | | | | | | ASoC: i.MX SSI: Fix DSP_A format.Javier Martin2012-02-231-1/+1
OpenPOWER on IntegriCloud