Nothing particularly stands out in this pull request. The biggest part of the changes are cleanups. Maybe one fix to mention is the "fb: reorder the lock sequence to fix potential dead lock" which hopefully fixes the fb locking issues reported by multiple persons. There are also a few commits that have changes to arch/arm/mach-at91 and arch/avr32, which have been acked by the maintainers. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAABAgAGBQJSg2oCAAoJEPo9qoy8lh71vXsP/2AjkzOlcKBPutMG/W30QMHT tkKfr/RL8C3oXcimkE6ch3ksbFj2t5corxa/DLTdESdTpeFAgxj72pcdhN3X4+Xs 7IokExM2W5s6p4pP66PTr2A5XhEyAHtEMp+2JbHPRzwZitblzBLZvuPUJljwJDpj Z9+sD00xv/MZrXDCsEN8k2xdJ3rFn6JgX267y1qajlsocZoseTF2ed94IN/YnIM7 B2hra1B4E21FPYLzRDOJRmZa0YGomLTymezPnPg33hLBhnJU/aG4HLDHKUZWhduz /6UwACH63ja7I2z/8AZHQ1ACdbGheRtHbjwV9LLYlbaAvPmUqNTZ4b6UeQOb/EZ0 3SPCYbwD6+RMhSx/j/XhySvw82RY0i1aTlTDyjgOggfrfdi4x1Wk54bUWp5l9O3D SX1vSpNLGSh4GKXRzJjf3jouG/LcOzlpDlVZXzgsPzkyirluUv6QdMTopJwFwIGx rFgtsbkvhEsFvaNhhVIqQXKfwZ69r42U5JC+fDM5u7VX0mqyJ1usUNGvNSeifcDg EwUAI6RGnOXCO6crj2BZYpRTdc61tnY9b4CGLHDCeQkEXokEsEJ7Mz+8YfSwFo7X wqh+dAPQaixeHtUFZ8GhHXeAsjoQRSBXygf3NSNmCeP3WsmuozbauuujSrrTHITp LOXFPhU9uxHu4mDd6wrq =59+j -----END PGP SIGNATURE----- Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux Pull fbdev changes from Tomi Valkeinen: "Nothing particularly stands out in this pull request. The biggest part of the changes are cleanups. Maybe one fix to mention is the "fb: reorder the lock sequence to fix potential dead lock" which hopefully fixes the fb locking issues reported by multiple persons. There are also a few commits that have changes to arch/arm/mach-at91 and arch/avr32, which have been acked by the maintainers" * tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux: (143 commits) fb: reorder the lock sequence to fix potential dead lock fbdev: shmobile-lcdcfb: Convert to clk_prepare/unprepare fbdev: shmobile-hdmi: Convert to clk_prepare/unprepare omapdss: Add new panel driver for Topolly td028ttec1 LCD. video: exynos_mipi_dsi: Unlock the mutex before returning video: da8xx-fb: remove unwanted define video: Remove unnecessary semicolons simplefb: use write-combined remapping simplefb: fix unmapping fb during destruction OMAPDSS: connector-dvi: fix releasing i2c_adapter OMAPDSS: DSI: fix perf measuring ifdefs framebuffer: Use fb_<level> framebuffer: Add fb_<level> convenience logging macros efifb: prevent null-deref when iterating dmi_list fbdev: fix error return code in metronomefb_probe() video: xilinxfb: Fix for "Use standard variable name convention" OMAPDSS: Fix de_level in videomode_to_omap_video_timings() video: xilinxfb: Simplify error path video: xilinxfb: Use devm_kzalloc instead of kzalloc video: xilinxfb: Use standard variable name convention ...
81 lines
2.0 KiB
Plaintext
81 lines
2.0 KiB
Plaintext
menu "OMAP Display Device Drivers (new device model)"
|
|
depends on OMAP2_DSS
|
|
|
|
config DISPLAY_ENCODER_TFP410
|
|
tristate "TFP410 DPI to DVI Encoder"
|
|
help
|
|
Driver for TFP410 DPI to DVI encoder.
|
|
|
|
config DISPLAY_ENCODER_TPD12S015
|
|
tristate "TPD12S015 HDMI ESD protection and level shifter"
|
|
help
|
|
Driver for TPD12S015, which offers HDMI ESD protection and level
|
|
shifting.
|
|
|
|
config DISPLAY_CONNECTOR_DVI
|
|
tristate "DVI Connector"
|
|
depends on I2C
|
|
help
|
|
Driver for a generic DVI connector.
|
|
|
|
config DISPLAY_CONNECTOR_HDMI
|
|
tristate "HDMI Connector"
|
|
help
|
|
Driver for a generic HDMI connector.
|
|
|
|
config DISPLAY_CONNECTOR_ANALOG_TV
|
|
tristate "Analog TV Connector"
|
|
help
|
|
Driver for a generic analog TV connector.
|
|
|
|
config DISPLAY_PANEL_DPI
|
|
tristate "Generic DPI panel"
|
|
help
|
|
Driver for generic DPI panels.
|
|
|
|
config DISPLAY_PANEL_DSI_CM
|
|
tristate "Generic DSI Command Mode Panel"
|
|
depends on BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
Driver for generic DSI command mode panels.
|
|
|
|
config DISPLAY_PANEL_SONY_ACX565AKM
|
|
tristate "ACX565AKM Panel"
|
|
depends on SPI && BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
This is the LCD panel used on Nokia N900
|
|
|
|
config DISPLAY_PANEL_LGPHILIPS_LB035Q02
|
|
tristate "LG.Philips LB035Q02 LCD Panel"
|
|
depends on SPI
|
|
help
|
|
LCD Panel used on the Gumstix Overo Palo35
|
|
|
|
config DISPLAY_PANEL_SHARP_LS037V7DW01
|
|
tristate "Sharp LS037V7DW01 LCD Panel"
|
|
depends on BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
LCD Panel used in TI's SDP3430 and EVM boards
|
|
|
|
config DISPLAY_PANEL_TPO_TD028TTEC1
|
|
tristate "TPO TD028TTEC1 LCD Panel"
|
|
depends on SPI
|
|
help
|
|
LCD panel used in Openmoko.
|
|
|
|
config DISPLAY_PANEL_TPO_TD043MTEA1
|
|
tristate "TPO TD043MTEA1 LCD Panel"
|
|
depends on SPI
|
|
help
|
|
LCD Panel used in OMAP3 Pandora
|
|
|
|
config DISPLAY_PANEL_NEC_NL8048HL11
|
|
tristate "NEC NL8048HL11 Panel"
|
|
depends on SPI
|
|
depends on BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
This NEC NL8048HL11 panel is TFT LCD used in the
|
|
Zoom2/3/3630 sdp boards.
|
|
|
|
endmenu
|