Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294207
b: refs/heads/master
c: 702686a
h: refs/heads/master
i:
  294205: b8f8312
  294203: 1837a40
  294199: e418c81
  294191: 5fbab75
  294175: 1bbbb59
  294143: 518a0c1
v: v3
  • Loading branch information
Bernie Thompson committed Mar 2, 2012
1 parent 1815d6b commit fa37e12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d04c58aa41652f2adc369926bd944cbeb7ba5a2
refs/heads/master: 702686ad72b8c215ec197bdbbae3141a96f0dd01
9 changes: 9 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,15 @@ F: Documentation/filesystems/quota.txt
F: fs/quota/
F: include/linux/quota*.h

DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
M: Bernie Thompson <bernie@plugable.com>
L: linux-fbdev@vger.kernel.org
S: Maintained
W: http://plugable.com/category/projects/udlfb/
F: drivers/video/udlfb.c
F: include/video/udlfb.h
F: Documentation/fb/udlfb.txt

DISTRIBUTED LOCK MANAGER (DLM)
M: Christine Caulfield <ccaulfie@redhat.com>
M: David Teigland <teigland@redhat.com>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap2/displays/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config PANEL_GENERIC_DPI

config PANEL_DVI
tristate "DVI output"
depends on OMAP2_DSS_DPI && I2C
depends on OMAP2_DSS_DPI
help
Driver for external monitors, connected via DVI. The driver uses i2c
to read EDID information from the monitor.
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/video/omap2/dss/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,6 @@ int dss_ovl_enable(struct omap_overlay *ovl)

spin_unlock_irqrestore(&data_lock, flags);

/* wait for overlay to be enabled */
wait_pending_extra_info_updates();

mutex_unlock(&apply_lock);

return 0;
Expand Down Expand Up @@ -1316,9 +1313,6 @@ int dss_ovl_disable(struct omap_overlay *ovl)

spin_unlock_irqrestore(&data_lock, flags);

/* wait for the overlay to be disabled */
wait_pending_extra_info_updates();

mutex_unlock(&apply_lock);

return 0;
Expand Down

0 comments on commit fa37e12

Please sign in to comment.