linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-30 20:38:09 to 2010-04-25 19:29:16 UTC [more...]

[PATCH v3 0/6] hid: new driver for PicoLCD device
 2010-04-25 19:29 UTC  (18+ messages)
` [PATCH v3 1/6] "
        ` [PATCH v4 "
                ` [PATCH v6 0/8] "
                  ` [PATCH v6 1/8] "
                      ` [PATCH] hid: split picolcd's operation_mode sysfs attribute
                  ` [PATCH v6 6/8] hid: add experimental access to PicoLCD device's
                  ` [PATCH v6 7/8, needs improvement] hid: add suspend/resume hooks for
                    ` [PATCH v6 7/8, needs improvement] hid: add suspend/resume hooks
                  ` [PATCH v6 8/8] hid: add PM support to PicoLCD device

[RFC] Initial OLPC Viafb merge (V2)
 2010-04-25 15:56 UTC  (24+ messages)
` [PATCH 01/11] [FB] viafb: Fix various resource leaks during module_init()
` [PATCH 02/11] viafb: use proper pci config API
` [PATCH 03/11] viafb: Unmap the frame buffer on initialization error
` [PATCH 04/11] viafb: Retain GEMODE reserved bits
` [PATCH 05/11] viafb: Unify duplicated set_bpp() code
` [PATCH 06/11] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 07/11] viafb: complete support for VX800/VX855 accelerated framebuffer
` [PATCH 08/11] viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
` [PATCH 09/11] viafb: Do not probe for LVDS/TMDS on "
` [PATCH 10/11] viafb: rework the I2C support in the VIA framebuffer driver
  ` [PATCH 10/11] viafb: rework the I2C support in the VIA framebuffer
    ` [PATCH 10/11] viafb: rework the I2C support in the VIA
` [PATCH 11/11] suppress verbose debug messages: change printk() to DEBUG_MSG()

[RFC] Second OLPC Viafb series
 2010-04-24 15:07 UTC  (15+ messages)
` [PATCH 01/13] viafb: Move core stuff into via-core.c
` [PATCH 02/13] viafb: Separate global and fb-specific data
` [PATCH 03/13] viafb: add a driver for GPIO lines
` [PATCH 04/13] viafb: package often used basic io functions
` [PATCH 05/13] viafb: Convert GPIO and i2c to the new indexed port ops
` [PATCH 06/13] viafb: Turn GPIO and i2c into proper platform devices
` [PATCH 07/13] via: Do not attempt I/O on inactive I2C adapters
` [PATCH 08/13] viafb: Introduce viafb_find_i2c_adapter()
` [PATCH 09/13] via: Rationalize vt1636 detection
` [PATCH 10/13] viafb: Add a simple interrupt management infrastructure
` [PATCH 11/13] viafb: Add a simple VX855 DMA engine driver
` [PATCH 12/13] viafb: Reserve framebuffer memory for the upcoming camera driver
` [PATCH 13/13] viafb: Add a driver for the video capture engine

[PATCH] fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
 2010-04-21 13:36 UTC  (6+ messages)

[PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900
 2010-04-21  7:15 UTC  (12+ messages)
` [PATCHv3 1/5] OMAP: RX51: Add LCD Panel support
  ` [PATCHv3 2/5] OMAP: RX51: Add "vdds_sdi" supply voltage for SDI
    ` [PATCHv3 3/5] OMAP: RX51: Add Touch Controller in SPI board info
      ` [PATCHv3 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver
        ` [PATCHv3 5/5] OMAP: RX51: Update board defconfig

[PATCH 1/3] fbmem: fix aperture overlapping check
 2010-04-20 19:54 UTC  (13+ messages)
` [PATCH 2/3] fbdev: allow passing more than one aperture for handoff
` [PATCH 3/3] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
  ` [PATCH 3/3] fbmem, drm/nouveau: kick firmware framebuffers as
        ` [PATCH] vga16fb, drm/nouveau: vga16fb->nouveau handoff
          ` [PATCH] vga16fb, drm: vga16fb->drm handoff

[RFC] Initial OLPC Viafb merge
 2010-04-18 18:24 UTC  (52+ messages)
` [PATCH 01/16] [FB] viafb: Fix various resource leaks during module_init()
` [PATCH 02/16] viafb: use proper pci config API
` [PATCH 03/16] viafb: Unmap the frame buffer on initialization error
` [PATCH 04/16] viafb: Retain GEMODE reserved bits
` [PATCH 05/16] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 06/16] viafb: complete support for VX800/VX855 accelerated framebuffer
` [PATCH 07/16] viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
` [PATCH 08/16] viafb: Do not probe for LVDS/TMDS on "
` [PATCH 09/16] viafb: rework the I2C support in the VIA framebuffer driver
` [PATCH 10/16] suppress verbose debug messages: change printk() to DEBUG_MSG()
` [PATCH 11/16] Minimal support for viafb suspend/resume
` [PATCH 12/16] fix register save count, so it matches the restore count
` [PATCH 13/16] VIAFB: Update suspend/resume to selectively restore registers
` [PATCH 14/16] Remove cursor restore hack in viafb
` [PATCH 15/16] viafb: rework suspend/resume
` [PATCH 16/16] viafb: Only suspend/resume on VX855

[PATCH 1/7] viafb: package often used basic io functions
 2010-04-17 20:55 UTC  (9+ messages)
` [PATCH 2/7] viafb: unify modesetting functions
` [PATCH 3/7] viafb: move some modesetting functions to a seperate file
` [PATCH 4/7] viafb: replace inb/outb
` [PATCH 5/7] viafb: improve misc register handling
` [PATCH 6/7] viafb: fix proc entry removal
` [PATCH 7/7] viafb: make procfs entries optional

[PATCHv2] OMAP2: DSS: Add Innolux 7" display for DEVKIT8000
 2010-04-16  8:40 UTC  (4+ messages)
  ` [RFC] [PATCH] Devkit8000: Use generic panel driver instead of new driver for every panel
    ` [RFC] [PATCH] Devkit8000: Use generic panel driver instead of

[PATCH] OMAP: DSS2: TPO-TD03MTEA1: fix Kconfig dependency
 2010-04-16  7:42 UTC  (2+ messages)

[PATCHv2 0/5] OMAP: RX51: Add LCD Panel Support for N900
 2010-04-15 10:04 UTC  (8+ messages)
` [PATCHv2 1/5] OMAP: RX51: Add LCD Panel support
  ` [PATCHv2 2/5] OMAP: RX51: Add "vdds_sdi" supply voltage for SDI
    ` [PATCHv2 3/5] OMAP: RX51: Add Touch Controller in SPI board info
      ` [PATCHv2 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver
        ` [PATCHv2 5/5] OMAP: RX51: Update board defconfig

[PATCH v2 08/10] [ARM] tegra: Add framebuffer driver
 2010-04-13 23:26 UTC 

[PATCH] Add sysfs support for fbdefio delay
 2010-04-13 15:50 UTC  (7+ messages)

[PATCHv2 1/2] fbdev: allow passing more than one aperture for handoff
 2010-04-12 22:12 UTC  (2+ messages)
` [PATCHv2 2/2] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible

[Resubmit: PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-11 17:34 UTC 

[Resubmit: PATCH v3 0/1] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-11 17:34 UTC 

[PATCH] drivers/video/efifb.c: Framebuffer for NVIDIA 9400M in MacBook Pro 5,1
 2010-04-09 13:01 UTC 

[PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-07 21:16 UTC  (4+ messages)

[PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900
 2010-04-07  8:45 UTC  (8+ messages)

[PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI
 2010-04-07  5:35 UTC  (4+ messages)

[PATCH v3 0/1] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-05 21:52 UTC 

[PATCH] mb862xxfb: update Valentin's email address
 2010-04-05 21:05 UTC 

[PATCH] mb862xxfb: fix acceleration module license
 2010-04-05 20:54 UTC  (2+ messages)

[PATCH 23/24] video/matrox: fix dangling pointers
 2010-04-05 14:04 UTC  (2+ messages)

[PATCH v2] DA8XX/OMAP-L1XX: FB: Implement double buffering
 2010-04-04 16:51 UTC  (6+ messages)

PROBLEM: intelfb driver causes trace
 2010-04-04 13:23 UTC  (2+ messages)

cobalt_lcdfb: fix section mismatch cobalt_lcdfb_fix
 2010-04-03  7:42 UTC 

Nvidia fb lock up on switching user
 2010-04-02 19:49 UTC 

[PATCH v2 1/5] fbdev: section cleanup in arcfb
 2010-04-02 18:10 UTC  (2+ messages)

+ fbdev-section-cleanup-in-vesafb.patch added to -mm tree
 2010-04-02 13:03 UTC  (2+ messages)

[PATCH v2 5/5] fbdev: section cleanup in w100fb
 2010-04-02 11:59 UTC 

[PATCH v2 4/5] fbdev: section cleanup in vga16fb
 2010-04-02 11:59 UTC 

[PATCH v2 3/5] fbdev: section cleanup in vfb
 2010-04-02 11:59 UTC 

[PATCH v2 2/5] fbdev: section cleanup in hgafb
 2010-04-02 11:59 UTC 

[PATCH] added S6E63M0 AMOLED LCD Panel driver
 2010-03-31  2:56 UTC  (6+ messages)
  ` [Linux-fbdev-devel] "

compiled-in console fonts on fb with 1600x1200 too small and slim
 2010-03-31  2:36 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).