Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-20 11:32:06 to 2015-07-01 09:41:07 UTC [more...]

[PATCH v2 0/12] Discover and probe dependencies
 2015-07-01  9:41 UTC  (13+ messages)
` [PATCH v2 01/12] device: property: delay device-driver matches
` [PATCH v2 02/12] device: property: find dependencies of a firmware node
` [PATCH v2 03/12] string: Introduce strends()
` [PATCH v2 04/12] gpio: register dependency parser for firmware nodes
` [PATCH v2 05/12] gpu: host1x: "
` [PATCH v2 06/12] backlight: Document consumers of backlight nodes
` [PATCH v2 07/12] backlight: register dependency parser for firmware nodes
` [PATCH v2 08/12] USB: EHCI: "
` [PATCH v2 09/12] regulator: "
` [PATCH v2 10/12] pwm: "
` [PATCH v2 11/12] ASoC: tegra: "
` [PATCH v2 12/12] driver-core: probe dependencies before probing

[RFC PATCH 00/15] pwm: add support for atomic update
 2015-07-01  8:22 UTC  (16+ messages)
` [RFC PATCH 01/15] pwm: add the pwm_is_enabled() helper
` [RFC PATCH 02/15] pwm: fix pwm_get_period and pwm_get_duty_cycle prototypes
` [RFC PATCH 03/15] pwm: add pwm_get_polarity helper function
` [RFC PATCH 04/15] pwm: make use of pwm_get_xxx helpers where appropriate
` [RFC PATCH 05/15] pwm: introduce default period and polarity concepts
` [RFC PATCH 06/15] pwm: define a new pwm_state struct
` [RFC PATCH 07/15] pwm: move the enabled/disabled info to "
` [RFC PATCH 08/15] backlight: pwm_bl: remove useless call to pwm_set_period
` [RFC PATCH 09/15] pwm: declare a default PWM state
` [RFC PATCH 10/15] pwm: add the PWM initial state retrieval infra
` [RFC PATCH 11/15] pwm: add the core infrastructure to allow atomic update
` [RFC PATCH 12/15] pwm: rockchip: add initial state retrieval
` [RFC PATCH 13/15] pwm: rockchip: add support for atomic update
` [RFC PATCH 14/15] regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
` [RFC PATCH 15/15] regulator: pwm: properly initialize the ->state field

[PATCH 1/1] backlight: lp8788: Deletion of an unnecessary check before the function call "backlight_
 2015-07-01  8:06 UTC  (6+ 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 "

[PATCH 0/2] Drivers: hv: vmbus: Change memory-mapped I/O management for Hyper-V paravirt
 2015-07-01  8:00 UTC  (4+ messages)
` [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available
  ` [PATCH 2/2] drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus

[PATCH] OMAPDSS: fix probing if rfbi device is enabled
 2015-06-30 12:03 UTC 

[RFC 1/6] drm: Add top level Kconfig option for DRM fbdev emulation
 2015-06-30  9:18 UTC  (9+ messages)

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

[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 

[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  (23+ messages)
` [PATCH v7 5/9] PCI: Add pci_iomap_wc() variants
                ` [Xen-devel] "

[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 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  (4+ messages)
` [PATCH 1/4] staging: sm750fb: use tabs for indentation

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


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