linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-27 19:15:48 to 2015-03-11 11:16:50 UTC [more...]

[PATCH v2 3/6] staging: sm750fb: Make internal functions static
 2015-03-11 11:16 UTC  (6+ messages)
` [PATCH v2 4/6] staging: sm750fb: Remove unused function
` [PATCH v2 6/6] staging: sm750fb: Remove spinlock helper function

[PATCH 1/6] staging: sm750fb: Use memset_io instead of memset
 2015-03-11 10:47 UTC  (18+ messages)
` [PATCH 2/6] staging: sm750fb: Fix non-ANSI function declarations
` [PATCH 3/6] staging: sm750fb: Make internal functions static
` [PATCH 4/6] staging: sm750fb: Expose hw712_fillrect externally
` [PATCH 5/6] staging: sm750fb: Fix __iomem pointer types
` [PATCH 6/6] staging: sm750fb: Spinlock and unlock in the same block

[PATCH 1/3] staging: sm7xxfb: use module init and exit
 2015-03-11  8:59 UTC  (9+ messages)
` [PATCH 2/3] staging: sm7xxfb: remove unneeded __setup
` [PATCH 3/3] staging: sm7xxfb: change return of sm7xx_vga_setup

[PATCH 0/6] staging: sm750fb: fixed all build warnings
 2015-03-11  8:56 UTC  (14+ messages)
` [PATCH 1/6] staging: sm750fb: remove unused functions
` [PATCH 2/6] staging: sm750fb: remove unused variables
` [PATCH 3/6] staging: sm750fb: correct function return
` [PATCH 4/6] staging: sm750fb: correct incompatible pointer type
` [PATCH 5/6] staging: sm750fb: fix mixed declarations
` [PATCH 6/6] staging: sm750fb: correct integer comparison

[PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC
 2015-03-11  7:51 UTC  (6+ messages)

[PATCH v2] video: mxsfb: Make sure axi clock is enabled when accessing registers
 2015-03-11  2:58 UTC  (3+ messages)

Fwd: [PATCH] fbdev: udl: fix oops on USB unplug due to missing get_vblank_counter function
 2015-03-10 22:11 UTC 

[PATCH v2] staging: sm750fb: Fix sparse warning
 2015-03-10 15:33 UTC  (3+ messages)

[PATCH] video: treat signal like timeout as failure
 2015-03-10 15:26 UTC  (8+ messages)

[PATCH v3] staging: sm750fb: Cleanup the type of mmio750
 2015-03-10 15:25 UTC 

[PATCH v2] staging: sm750fb: Cleanup the type of mmio750
 2015-03-10 15:09 UTC  (2+ messages)

[PATCH] staging: sm750fb: Cleanup the type of mmio750
 2015-03-10 15:08 UTC  (8+ messages)

[patch] fbdev: pm3fb: cleanup some confusing indenting
 2015-03-10 12:47 UTC 

[PATCH 2/3 v3] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type
 2015-03-10 12:38 UTC  (2+ messages)

[PATCH v2] video: fbdev: use msecs_to_jiffies for time conversions
 2015-03-10 12:32 UTC  (2+ messages)

[PATCH,RESEND] framebuffer: don't link fb_devio into kernel image unconditionally
 2015-03-10 12:18 UTC  (2+ messages)

[PATCH 0/8] Cleanup and add support for SSD1305
 2015-03-10 11:28 UTC  (46+ messages)
` [PATCH 4/8] fbdev: ssd1307fb: Use vmalloc to allocate video memory
` [PATCH 5/8] fbdev: ssd1307fb: Add module parameter bitsperpixel
` [PATCH 7/8] fbdev: ssd1307fb: Add sysfs handles to expose contrast and dim setting to userspace
` [PATCHv2 00/10] fbdev: ssd1307fb: Cleanup and add support for SSD1305
  ` [PATCHv2 01/10] fbdev: ssd1307fb: fix memory address smem_start
  ` [PATCHv2 02/10] fbdev: ssd1307fb: Use vmalloc to allocate video memory
  ` [PATCHv2 03/10] Documentation: dts: add missing Solomon Systech vendor prefix
  ` [PATCHv2 04/10] fbdev: ssd1307fb: Unify init code and obtain hw specific bits from DT
  ` [PATCHv2 05/10] fbdev: ssd1307fb: fix in tree users of ssd1306
  ` [PATCHv2 06/10] fbdev: ssd1307fb: Add support for SSD1305
  ` [PATCHv2 07/10] fbdev: ssd1307fb: Add module parameter to set refresh rate of the display
  ` [PATCHv2 08/10] fbdev: ssd1307fb: Add module parameter bitsperpixel
  ` [PATCHv2 09/10] fbdev: ssd1307fb: Add sysfs handles to expose contrast and dim setting to userspace
  ` [PATCHv2 10/10] fbdev: ssd1307fb: Turn off display on driver unload
` [PATCHv3 00/10] fbdev: ssd1307fb: Cleanup and add support for SSD1305
  ` [PATCHv3 01/10] fbdev: ssd1307fb: fix memory address smem_start
  ` [PATCHv3 02/10] fbdev: ssd1307fb: Use vmalloc to allocate video memory
  ` [PATCHv3 03/10] of: Add Solomon Systech vendor prefix
  ` [PATCHv3 04/10] fbdev: ssd1307fb: Unify init code and obtain hw specific bits from DT
  ` [PATCHv3 05/10] ARM: mxs: fix in tree users of ssd1306
  ` [PATCHv3 06/10] fbdev: ssd1307fb: Add support for SSD1305
  ` [PATCHv3 07/10] fbdev: ssd1307fb: Add module parameter to set refresh rate of the display
  ` [PATCHv3 08/10] fbdev: ssd1307fb: Add module parameter bitsperpixel
  ` [PATCHv3 09/10] fbdev: ssd1307fb: Add sysfs handles to expose contrast and dim setting to userspace
  ` [PATCHv3 10/10] fbdev: ssd1307fb: Turn off display on driver unload

[PATCH] staging: sm750fb: Fix sparse warning
 2015-03-10  9:14 UTC  (7+ messages)

[PATCH v3 1/5] staging: sm750fb: wrong type for print
 2015-03-10  8:57 UTC  (5+ messages)
` [PATCH v3 2/5] staging: sm750fb: remove pragma optimize
` [PATCH v3 3/5] staging: sm750fb: correctly define SM750LE_REVISION_ID
` [PATCH v3 4/5] staging: sm750fb: fix undeclared function
` [PATCH v3 5/5] staging: sm750fb: fix build failure

[PATCH] video: ARM CLCD: Added dt support to set tim2 register
 2015-03-09 16:16 UTC  (24+ messages)
` [PATCH] video: ARM CLCD: Added support for FBIOPAN_DISPLAY and virtual y resolution
` [PATCH] video: ARM CLCD: Added support for FBIO_WAITFORVSYNC

[PATCH v2 1/4] staging: sm750fb: wrong type for print
 2015-03-09 13:29 UTC  (13+ messages)
` [PATCH v2 2/4] staging: sm750fb: remove pragma optimize
` [PATCH v2 3/4] staging: sm750fb: correctly define SM750LE_REVISION_ID
` [PATCH v2 4/4] staging: sm750fb: fix undeclared function

[GIT PULL] fbdev fixes for 4.0
 2015-03-09 12:49 UTC 

[PATCH 1/4] staging: sm750fb: wrong type for print
 2015-03-09  9:47 UTC  (11+ messages)
` [PATCH 2/4] staging: sm750fb: remove pragma optimize
` [PATCH 3/4] staging: sm750fb: correctly define SM750LE_REVISION_ID
` [PATCH 4/4] staging: sm750fb: fix undeclared function

[PATCH v11 0/6] Add Skyworks SKY81452 device drivers
 2015-03-09  9:41 UTC  (16+ messages)
` [PATCH v11 1/6] mfd: Add support for Skyworks SKY81452 driver
` [PATCH v11 2/6] backlight: Add support Skyworks SKY81452 backlight driver
` [PATCH v11 3/6] devicetree: Add new SKY81452 mfd binding
` [PATCH v11 4/6] devicetree: Add new SKY81452 backlight binding
` [PATCH v11 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc
` [PATCH v11 6/6] devicetree: Add SKY81452 to the Trivial Devices list

[PATCH 0/2] add SM750 framebuffer driver
 2015-03-07 11:20 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: update for sm750fb driver
  ` [PATCH 1/2] staging: sm750fb: add sm750 to staging

[PATCH] staging/sm7xxfb: Make 'struct vgamode' static
 2015-03-07  0:36 UTC  (2+ messages)

[PATCH] video: mxsfb: Make sure axi clock is enabled when accessing registers
 2015-03-04  6:57 UTC  (4+ messages)

[PATCH 1/5] [resend] gxt4500: enable on non-PPC architectures
 2015-03-03 21:01 UTC  (5+ messages)
` [PATCH 2/5] [resend] gxt4500: fix 16bpp 565 mode
` [PATCH 3/5] [resend] gxt4500: fix color order
` [PATCH 4/5] [resend] gxt4500: Use write-combining for framebuffer (PAT and MTRR)
` [PATCH 5/5] [resend] gxt4500: enable panning

[PATCH 1/4] [resend] tridentfb: fix hang on Blade3D with CONFIG_CC_OPTIMIZE_FOR_SIZE
 2015-03-03 20:56 UTC  (4+ messages)
` [PATCH 2/4] [resend] tridentfb: Fix set_lwidth on TGUI9440 and CYBER9320
` [PATCH 3/4] [resend] fb_ddc: Allow I2C adapters without SCL read capability
` [PATCH 4/4] [resend] tridentfb: Add DDC support

[PATCH] OMAP: DSS: DPI: disable vt-switch on suspend/resume
 2015-03-02 21:03 UTC  (4+ messages)

[PATCH v3 0/2] fbcon: user-defined cursor blink interval
 2015-03-02 11:15 UTC  (8+ messages)
` [PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs
    ` [PATCH "
        ` [PATCH 0/2] add cursor blink interval terminal escape sequence
          ` [PATCH 2/2] fbcon: use the cursor blink interval provided by vt


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).