linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-09 22:22:11 to 2015-03-20 12:12:21 UTC [more...]

[PATCH 0/8] Cleanup and add support for SSD1305
 2015-03-20 12:12 UTC  (41+ 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
` [PATCHv3 00/10] fbdev: ssd1307fb: Cleanup and add support for SSD1305
  ` [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
` [PATCHv4 00/10] Cleanup and add support for SSD1305
  ` [PATCHv4 01/10] fbdev: ssd1307fb: fix memory address smem_start
  ` [PATCHv4 02/10] fbdev: ssd1307fb: Allocate page aligned video memory
  ` [PATCHv4 03/10] of: Add Solomon Systech vendor prefix
  ` [PATCHv4 04/10] fbdev: ssd1307fb: Unify init code and obtain hw specific bits from DT
  ` [PATCHv4 05/10] ARM: mxs: fix in tree users of ssd1306
  ` [PATCHv4 06/10] fbdev: ssd1307fb: Add support for SSD1305
  ` [PATCHv4 07/10] fbdev: ssd1307fb: Add a module parameter to set the refresh rate
  ` [PATCHv4 08/10] fbdev: ssd1307fb: Turn off display on driver unload
  ` [PATCHv4 09/10] fbdev: ssd1307fb: add backlight controls for setting the contrast
  ` [PATCHv4 10/10] fbdev: ssd1307fb: Add blank mode

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

[PATCH] video: fbdev: sh_mobile_lcdcfb: Fix ROP3 sysfs attribute parsing
 2015-03-20 11:15 UTC  (4+ messages)

[PATCH] staging: sm750fb: fixing multiple checkpatch errors and warnings
 2015-03-19 20:21 UTC  (2+ messages)

[PATCH] sm750fb: Fix Comment and if else braces
 2015-03-19 18:17 UTC  (2+ messages)

[PATCH] sm750fb: Fix C99 Comments and if else braces
 2015-03-19 18:06 UTC  (3+ messages)

possible typo in ancient radeon code
 2015-03-19 12:52 UTC  (2+ messages)

[PATCH v3] video: mxsfb: Make sure axi clock is enabled when accessing registers
 2015-03-19  6:07 UTC 

[PATCH RESEND 1/5] staging: sm750fb: Use memset_io instead of memset
 2015-03-18 19:10 UTC  (21+ messages)
` [PATCH RESEND 2/5] staging: sm750fb: Make internal functions static
` [PATCH RESEND 3/5] staging: sm750fb: Remove unused function
` [PATCH RESEND 4/5] staging: sm750fb: Fix __iomem pointer types
` [PATCH RESEND 5/5] staging: sm750fb: Remove spinlock helper function

[PATCH RESEND v2 1/5] staging: sm750fb: Use memset_io instead of memset
 2015-03-18 19:04 UTC  (2+ messages)
` [PATCH RESEND v2 4/5] staging: sm750fb: Fix __iomem pointer types

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

[PATCH] staging/sm75fb: Declare static functions as such
 2015-03-16 20:54 UTC  (3+ messages)

[PATCH 00/35 linux-next] constify of_device_id array
 2015-03-16 19:29 UTC  (3+ messages)
  ` [PATCH 16/35 linux-next] video: "

[PATCH] staging:sm750fb:Fixed no space and indent warnings
 2015-03-16 14:20 UTC  (2+ messages)

[PATCH v3 0/2] fbcon: user-defined cursor blink interval
 2015-03-14 17:48 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 1/2] vt: add cursor blink interval "

[PATCH] staging: sm750fb: braces, indents, spaces fix
 2015-03-14  8:39 UTC  (5+ messages)

fbdev: sh_mobile_lcdc: Implement overlays support
 2015-03-13 15:45 UTC  (2+ messages)

[RFC 1/6] drm: Add top level Kconfig option for DRM fbdev emulation
 2015-03-13 11:12 UTC  (4+ messages)

related to frame buffer rotation to 180 degree
 2015-03-13 10:12 UTC  (2+ messages)

[PATCH] staging: sm750fb: braces, indents, spaces fix
 2015-03-13  5:54 UTC 

[PATCH 0/8] powerpc/8xx: Getting rid of CONFIG_8xx
 2015-03-12 20:20 UTC  (2+ messages)

[PATCH 4/8] net: freescale: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 19:27 UTC  (2+ messages)

[PATCH 7/8] isdn: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 19:27 UTC  (3+ messages)

[PATCH 8/8] powerpc: get rid of CONFIG_8xx
 2015-03-12 15:24 UTC 

[PATCH 6/8] mtd: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 15:24 UTC 

[PATCH 5/8] tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1
 2015-03-12 15:23 UTC 

[PATCH 3/8] video: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 15:23 UTC 

[PATCH 2/8] um: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 15:23 UTC 

[PATCH 1/8] powerpc: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 15:23 UTC 

[PATCHv2] framebuffer: don't link fb_devio into kernel image unconditionally
 2015-03-12 13:43 UTC 

[PATCH] staging: sm750fb: if else block checkpath warnings
 2015-03-12 10:44 UTC  (2+ messages)

[PATCH] staging: sm750fb: moved open brace next to declaration
 2015-03-12  9:50 UTC 

Add Xylon logiCVC framebuffer driver
 2015-03-11 15:27 UTC  (11+ messages)
` [PATCH 01/10] fbdev: Xylon "
` [PATCH 02/10] fbdev: xylon: Framebuffer driver core
` [PATCH 03/10] fbdev: xylon: Framebuffer driver ioctl
` [PATCH 04/10] fbdev: xylon: Framebuffer driver pixel clock
` [PATCH 05/10] fbdev: xylon: logiCVC IP core definitions
` [PATCH 06/10] fbdev: xylon: Framebuffer driver kernel and make configuration
` [PATCH 07/10] uapi: linux: Xylon framebuffer driver header file
` [PATCH 08/10] fbdev: Xylon framebuffer driver to fbdev Kconfig and Makefile
` [PATCH 09/10] bindings: video: Xylon logiCVC IP core device binding
` [PATCH 10/10] bindings: video: Xylon framebuffer driver binding

[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  (8+ messages)
` [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)

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] 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


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