Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-17 11:36:48 to 2015-06-29 17:12:30 UTC [more...]

[PATCH v4 00/19] staging: sm750fb: checkpatch.pl fixes
 2015-06-29 17:12 UTC 

[PATCH 11/11] staging: sm750fb: add required spaces around C operators
 2015-06-28 23:44 UTC 

[PATCH 10/11] staging: sm750fb: fix open brace in function declaration
 2015-06-28 23:44 UTC 

[PATCH 09/11] staging: sm750fb: remove assignment from if condition
 2015-06-28 23:44 UTC 

[PATCH 08/11] staging: sm750fb: fix 'switch and case' indentation
 2015-06-28 23:44 UTC 

[PATCH 07/11] staging: sm750fb: fix indentation in 'else' statements
 2015-06-28 23:44 UTC 

[PATCH 06/11] staging: sm750fb: put open brace on the previous line
 2015-06-28 23:43 UTC 

[PATCH 05/11] staging: sm750fb: fix indentation of pointer operator
 2015-06-28 23:43 UTC 

[PATCH 04/11] staging: sm750fb: insert space before open parenthesis
 2015-06-28 23:43 UTC 

[PATCH 03/11] staging: sm750fb: insert space between ')' and '{'
 2015-06-28 23:43 UTC 

[PATCH 02/11] staging: sm750fb: remove trailing whitespaces
 2015-06-28 23:43 UTC 

[PATCH 01/11] staging: sm750fb: replace spaces with tabs
 2015-06-28 23:43 UTC 

[PATCH 00/11] staging: sm750fb: fix checkpatch issues
 2015-06-28 23:43 UTC 

[PATCH 1/1] backlight: lp8788: Deletion of an unnecessary check before the function call "backlight_
 2015-06-28 12:36 UTC  (5+ messages)
                                  ` [PATCH 1/1] backlight: lp8788: Deletion of an unnecessary check before the function call "backli
                                    ` [PATCH v2] backlight: lp8788: Deletion of a check before backlight_device_unregister()
                                ` [PATCH] video: fbdev: omap2: displays-new: Delete "

[RFC v3 12/24] powerpc: Cleanup nvram includes
 2015-06-28  1:42 UTC  (2+ messages)
` [RFC v3 16/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_wri

[PATCH v7 0/9] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-06-27  1:16 UTC  (31+ messages)
` [PATCH v7 1/9] pci: add pci_ioremap_wc_bar()
` [PATCH v7 2/9] video: fbdev: i740fb: use arch_phys_wc_add() and pci_ioremap_wc_bar()
` [PATCH v7 3/9] video: fbdev: kyrofb: "
` [PATCH v7 4/9] video: fbdev: gxt4500: use pci_ioremap_wc_bar() for framebuffer
` [PATCH v7 5/9] PCI: Add pci_iomap_wc() variants
                ` [Xen-devel] "
` [PATCH v7 6/9] lib: devres: add pcim_iomap_wc() variants
` [PATCH v7 7/9] video: fbdev: arkfb: use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v7 8/9] video: fbdev: s3fb: "
` [PATCH v7 9/9] video: fbdev: vt8623fb: "

[PATCH v5 0/3] atyfb: address MTRR corner case
 2015-06-26  7:30 UTC  (11+ messages)
` [PATCH v5 1/3] video: fbdev: atyfb: clarify ioremap() base and length used
` [PATCH v5 2/3] video: fbdev: atyfb: replace MTRR UC hole with strong UC
` [PATCH v5 3/3] video: fbdev: atyfb: use arch_phys_wc_add() and ioremap_wc()

[PATCH v3 00/19] staging: sm750fb: checkpatch.pl fixes
 2015-06-26  5:53 UTC  (30+ messages)
` [PATCH v3 01/19] staging: sm750fb: use tabs for indentation
` [PATCH v3 02/19] staging: sm750fb: remove spacing after open parenthesis
` [PATCH v3 03/19] staging: sm750fb: remove space before close parenthesis
` [PATCH v3 04/19] staging: sm750fb: add space before open parenthesis
` [PATCH v3 05/19] staging: sm750fb: remove space between function name and parenthesis
` [PATCH v3 06/19] staging: sm750fb: add space before open brace
` [PATCH v3 07/19] staging: sm750fb: add space after close brace
` [PATCH v3 08/19] staging: sm750fb: add space after enum definition
` [PATCH v3 09/19] staging: sm750fb: add space after struct definition
` [PATCH v3 10/19] staging: sm750fb: add space after return type
` [PATCH v3 11/19] staging: sm750fb: consistent spacing around operators
` [PATCH v3 12/19] staging: sm750fb: add spaces "
` [PATCH v3 13/19] staging: sm750fb: add space after semicolon
` [PATCH v3 14/19] staging: sm750fb: remove trailing whitespace
` [PATCH v3 15/19] staging: sm750fb: remove unnecessary whitespace
` [PATCH v3 16/19] staging: sm750fb: fix brace placement
` [PATCH v3 17/19] staging: sm750fb: move while statement to follow do close brace
` [PATCH v3 18/19] staging: sm750fb: remove unnecessary braces
` [PATCH v3 19/19] staging: sm750fb: add missing blank line after declarations

[PATCH v8 0/9] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-06-26  2:12 UTC  (16+ messages)
` [PATCH v8 1/9] pci: add pci_ioremap_wc_bar()
` [PATCH v8 2/9] video: fbdev: i740fb: use arch_phys_wc_add() and pci_ioremap_wc_bar()
` [PATCH v8 3/9] video: fbdev: kyrofb: "
` [PATCH v8 4/9] video: fbdev: gxt4500: use pci_ioremap_wc_bar() for framebuffer
` [PATCH v8 5/9] PCI: Add pci_iomap_wc() variants
` [PATCH v8 6/9] lib: devres: add pcim_iomap_wc() variants
` [PATCH v8 7/9] video: fbdev: arkfb: use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v8 8/9] video: fbdev: s3fb: "
` [PATCH v8 9/9] video: fbdev: vt8623fb: "

[PATCH] staging: sm750fb: convert pr_err to pr_info
 2015-06-25  7:39 UTC  (5+ messages)

[PATCHv2] staging: sm750fb: remove redundant __func__ in debug statement
 2015-06-24 16:51 UTC 

[PATCH] staging: sm750fb: use tabs for indentation
 2015-06-24 16:29 UTC  (5+ messages)

[PATCH] staging: sm750fb: remove unused variables
 2015-06-23 13:05 UTC  (4+ messages)

[PATCH 2/2] staging: sm750fb: fix typo in debug statement
 2015-06-23 13:02 UTC  (3+ messages)

[PATCH 6/8] Staging: sm750fb: ddk750_sii164.c: Place braces on previous lines
 2015-06-23  9:53 UTC  (3+ messages)

[GIT PULL] fbdev changes for 4.2
 2015-06-23  6:46 UTC 

[PATCH 00/21] On-demand device registration
 2015-06-23  0:01 UTC  (4+ messages)

[PATCH 1/2] staging: sm750fb: remove redundant __func__ in debug statement
 2015-06-22  4:47 UTC 

Hello
 2015-06-21 17:17 UTC 

[PATCH v2 00/19] staging: sm750fb: checkpatch.pl fixes
 2015-06-20 18:36 UTC  (20+ messages)
` [PATCH 01/19] staging: sm750fb: use tabs for indentation
` [PATCH 02/19] staging: sm750fb: remove spacing after open parenthesis
` [PATCH 03/19] staging: sm750fb: remove space before close parenthesis
` [PATCH 04/19] staging: sm750fb: add space before open parenthesis
` [PATCH 05/19] staging: sm750fb: remove space between function name and parenthesis
` [PATCH 06/19] staging: sm750fb: add space before open brace
` [PATCH 07/19] staging: sm750fb: add space after close brace
` [PATCH 08/19] staging: sm750fb: add space after enum definition
` [PATCH 09/19] staging: sm750fb: add space after struct definition
` [PATCH 10/19] staging: sm750fb: add space after return type
` [PATCH 11/19] staging: sm750fb: consistent spacing around operators
` [PATCH 12/19] staging: sm750fb: add spaces "
` [PATCH 13/19] staging: sm750fb: add space after semicolon
` [PATCH 14/19] staging: sm750fb: remove trailing whitespace
` [PATCH 15/19] staging: sm750fb: remove unnecessary whitespace
` [PATCH 16/19] staging: sm750fb: fix brace placement
` [PATCH 17/19] staging: sm750fb: move while to follow do close brace
` [PATCH 18/19] staging: sm750fb: remove unnecessary braces
` [PATCH 19/19] staging: sm750fb: add missing blank line after declarations

[PATCH 0/4] staging: sm750fb: checkpatch.pl fixes
 2015-06-20 15:40 UTC  (8+ messages)
` [PATCH 1/4] staging: sm750fb: use tabs for indentation
` [PATCH 2/4] staging: sm750fb: fix spacing issues
` [PATCH 3/4] staging: sm750fb: fix brace placement
` [PATCH 4/4] staging: sm750fb: add missing blank line after declarations

doubt about sm7xxfb (was: Re: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-06-20 11:32 UTC  (3+ messages)
    ` doubt about sm7xxfb (was: Re: [PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus dr

[PATCH v3] staging: sm750fb: use tabs for indentation
 2015-06-20  8:07 UTC  (3+ messages)

[PATCH] staging: sm750fb: fix c99 comments
 2015-06-20  6:04 UTC  (3+ messages)
` [PATCH] Staging: sm750fb: Fix C99 Comments

[PATCH v2] staging: sm750fb: use tabs for indentation
 2015-06-20  5:49 UTC  (3+ messages)

[PATCH v6 0/4] pci: add and use pci_iomap_wc()
 2015-06-19 21:18 UTC  (11+ messages)
` [PATCH v6 1/4] pci: add pci_iomap_wc() variants

[PATCH v2 0/9] fix sm7xxfb
 2015-06-19 14:51 UTC  (12+ messages)
` [PATCH v2 5/9] staging: sm7xxfb: fix alignment
` [PATCH v2 7/9] staging: sm7xxfb: move mode table
` [PATCH v2 8/9] staging: sm7xxfb: fix indention
` [PATCH v2 9/9] staging: sm7xxfb: fix camelcase

[PATCH 9/9] Staging: sm750fb: ddk750_swi2c.c: Shorten lines to 80 characters
 2015-06-19  5:09 UTC 

[PATCH] drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errors
 2015-06-18 20:06 UTC 

[PATCH] nvidia/noveau: Fix color mask
 2015-06-18 15:31 UTC  (3+ messages)

[PATCH] fbdev: remove unnecessary memset in vfb
 2015-06-18 13:01 UTC 

[PATCH] framebuffer: disable vgacon on microblaze arch
 2015-06-17 19:40 UTC 

[PATCH v3 0/4] pci: add and use pci_ioremap_wc_bar()
 2015-06-17 17:32 UTC  (9+ messages)
    ` [Cocci] "

[PATCH 00/11] OMAPDSS: scaling & misc fixes
 2015-06-17 12:54 UTC  (12+ messages)
` [PATCH 01/11] OMAPDSS: DISPC: work-around for errata i631
` [PATCH 02/11] OMAPDSS: DISPC: fix predecimation for YUV modes
` [PATCH 03/11] OMAPDSS: DISPC: fix check_horiz_timing_omap3 args
` [PATCH 04/11] OMAPDSS: DISPC: add check for scaling limits
` [PATCH 05/11] OMAPDSS: DISPC: fix row_inc for OMAP3
` [PATCH 06/11] OMAPDSS: DISPC: fix 64 bit issue in 5-tap
` [PATCH 07/11] OMAPDSS: DISPC: check if scaling setup failed
` [PATCH 08/11] OMAPDSS: DISPC: do only y decimation on OMAP3
` [PATCH 09/11] OMAPDSS: DISPC: scaler debug print
` [PATCH 10/11] OMAPDSS: HDMI4: fix error handling
` [PATCH 11/11] OMAPDSS: HDMI: wait for framedone when stopping video

[PATCH 1/8] staging: sm7xxfb: declare struct as const
 2015-06-17 11:42 UTC  (6+ messages)
` [PATCH 7/8] staging: sm7xxfb: move mode table


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 read-only IMAP folder(s) and NNTP newsgroup(s).