diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 21:09:33 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 21:09:33 -0400 |
| commit | 9e9ac896667a55ae9a3df119611ee5322abe2890 (patch) | |
| tree | 82d486ff50b822aff5691bd396247f8cbc1aa800 /drivers/video/fbdev/Makefile | |
| parent | 34b20e6df6970e36b93f445669ba5ef7a05fe01a (diff) | |
| parent | e4e42b8ad24cabf4d6d3c20a63f18dd6b954d9c2 (diff) | |
Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
Pull fbdev updates from Tomi Valkeinen:
- much better HDMI infoframe support for OMAP
- Cirrus Logic CLPS711X framebuffer driver
- DT support for PL11x CLCD driver
- various small fixes
* tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux: (35 commits)
OMAPDSS: DSI: fix depopulating dsi peripherals
video: hyperv: hyperv_fb: refresh the VM screen by force on VM panic
video: ARM CLCD: Fix DT-related build problems
drivers: video: fbdev: atmel_lcdfb.c: Add ability to inverted backlight PWM.
video: ARM CLCD: Add DT support
drm/omap: Add infoframe & dvi/hdmi mode support
OMAPDSS: HDMI: remove the unused code
OMAPDSS: HDMI5: add support to set infoframe & HDMI mode
OMAPDSS: HDMI4: add support to set infoframe & HDMI mode
OMAPDSS: HDMI: add infoframe and hdmi_dvi_mode fields
OMAPDSS: add hdmi ops to hdmi-connector and tpd12s015
OMAPDSS: add hdmi ops to hdmi_ops and omap_dss_driver
OMAPDSS: HDMI: remove custom avi infoframe
OMAPDSS: HDMI5: use common AVI infoframe support
OMAPDSS: HDMI4: use common AVI infoframe support
OMAPDSS: Kconfig: select HDMI
OMAPDSS: HDMI: fix name conflict
OMAPDSS: DISPC: clean up dispc_mgr_timings_ok
OMAPDSS: DISPC: reject interlace for lcd out
OMAPDSS: DISPC: fix debugfs reg dump
...
Diffstat (limited to 'drivers/video/fbdev/Makefile')
| -rw-r--r-- | drivers/video/fbdev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile index 0b2090d2e52e..1979afffccfe 100644 --- a/drivers/video/fbdev/Makefile +++ b/drivers/video/fbdev/Makefile | |||
| @@ -14,7 +14,8 @@ obj-$(CONFIG_FB_WMT_GE_ROPS) += wmt_ge_rops.o | |||
| 14 | # Hardware specific drivers go first | 14 | # Hardware specific drivers go first |
| 15 | obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o | 15 | obj-$(CONFIG_FB_AMIGA) += amifb.o c2p_planar.o |
| 16 | obj-$(CONFIG_FB_ARC) += arcfb.o | 16 | obj-$(CONFIG_FB_ARC) += arcfb.o |
| 17 | obj-$(CONFIG_FB_CLPS711X) += clps711xfb.o | 17 | obj-$(CONFIG_FB_CLPS711X) += clps711x-fb.o |
| 18 | obj-$(CONFIG_FB_CLPS711X_OLD) += clps711xfb.o | ||
| 18 | obj-$(CONFIG_FB_CYBER2000) += cyber2000fb.o | 19 | obj-$(CONFIG_FB_CYBER2000) += cyber2000fb.o |
| 19 | obj-$(CONFIG_FB_GRVGA) += grvga.o | 20 | obj-$(CONFIG_FB_GRVGA) += grvga.o |
| 20 | obj-$(CONFIG_FB_PM2) += pm2fb.o | 21 | obj-$(CONFIG_FB_PM2) += pm2fb.o |
