linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 18:28:27 to 2019-11-07 15:08:14 UTC [more...]

Investment opportunity
 2019-11-07 15:08 UTC 

[RFC PATCH 00/12] i2c: replace i2c_new_probed_device with an ERR_PTR variant
 2019-11-07  8:33 UTC  (4+ messages)
` [RFC PATCH 05/12] video: fbdev: matrox: convert to i2c_new_scanned_device

[PATCH 00/46] ARM: pxa: towards multiplatform support
 2019-11-05 10:17 UTC  (23+ messages)
` [PATCH 05/46] ARM: pxa: split up mach/hardware.h
` [PATCH 08/46] ARM: pxa: move regs-lcd.h into driver
` [PATCH 38/46] video: backlight: tosa: use gpio lookup table

[PATCH v2] fbdev: c2p: Fix link failure on non-inlining
 2019-11-04  9:50 UTC  (3+ messages)

[PATCH v7 0/9] backlight: gpio: simplify the driver
 2019-11-04  9:22 UTC  (19+ messages)
` [PATCH v7 1/9] backlight: gpio: remove unneeded include
` [PATCH v7 2/9] backlight: gpio: remove stray newline
` [PATCH v7 3/9] backlight: gpio: explicitly set the direction of the GPIO
` [PATCH v7 4/9] sh: ecovec24: add additional properties to the backlight device
` [PATCH v7 5/9] backlight: gpio: simplify the platform data handling
` [PATCH v7 6/9] sh: ecovec24: don't set unused fields in platform data
` [PATCH v7 7/9] backlight: gpio: remove unused fields from "
` [PATCH v7 8/9] backlight: gpio: use a helper variable for &pdev->dev
` [PATCH v7 9/9] backlight: gpio: pull gpio_backlight_initial_power_state() into probe

[PATCH] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-02  6:17 UTC  (5+ messages)

[PATCH] backlight: lp855x: disable enable regulator when remove
 2019-11-01  6:53 UTC 

[PATCH V10 1/8] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
 2019-11-01  6:39 UTC  (6+ messages)
` [PATCH V10 4/8] backlight: qcom-wled: Rename PM8941* to WLED3
` [PATCH V10 5/8] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V10 6/8] backlight: qcom-wled: Add support for WLED4 peripheral
` [PATCH V10 7/8] backlight: qcom-wled: add support for short circuit handling
` [PATCH V10 8/8] backlight: qcom-wled: Add auto string detection logic

[PATCH] fbdev: potential information leak in do_fb_ioctl()
 2019-10-31 22:12 UTC  (8+ messages)

[PATCH next] dt-bindings: backlight: lm3630a: fix missing include
 2019-10-30  7:50 UTC  (2+ messages)

[PATCH 0/2] staging: sm750fb: Fixing codestyle error
 2019-10-30  5:27 UTC  (4+ messages)
` [PATCH 1/2] staging: sm750fb: Fix typo in comment
  ` [Outreachy kernel] "
` [PATCH 2/2] staging: sm750fb: Replace multiple spaces with tabs when it suits

[PATCH v4 0/2] backlight_lm3630a: add enable_gpios property
 2019-10-29 12:16 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: backlight: lm3630a: add enable_gpios

Hi
 2019-10-27 21:17 UTC 

[PATCH 0/3] staging: sm750fb: align arguments with open parenthesis
 2019-10-24 16:38 UTC  (4+ messages)
` [PATCH 1/3] staging: sm750fb: align arguments with open parenthesis in ddk750_sii164.c
` [PATCH 2/3] staging: sm750fb: align arguments with open parenthesis in file sm750_accel.h
` [PATCH 3/3] staging: sm750fb: align arguments with open parenthesis in file sm750_cursor.h

[PATCH v2 0/4] backlight: pwm_bl: optimizations and small fix for cie1913
 2019-10-23 20:21 UTC  (4+ messages)
` [PATCH v2 1/4] backlight: pwm_bl: fix cie1913 comments and constant

[PATCH v3 0/2] staging: sm750fb: format description of parameters to the kernel-doc format
 2019-10-23 16:30 UTC  (3+ messages)
` [PATCH v3 1/2] staging: sm750fb: format description of parameters in accel.c
` [PATCH v3 2/2] staging: sm750fb: format description of parameters in accel.h

[PATCH V9 2/6] backlight: qcom-wled: Rename PM8941* to WLED3
 2019-10-23 15:43 UTC  (6+ messages)
` [PATCH V9 3/6] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V9 4/6] backlight: qcom-wled: Add support for WLED4 peripheral
` [PATCH V9 5/6] backlight: qcom-wled: add support for short circuit handling
` [PATCH V9 6/6] backlight: qcom-wled: Add auto string detection logic

[PATCH] backlight: pwm_bl: configure pwm only once per backlight toggle
 2019-10-23 15:05 UTC  (31+ messages)

[PATCH 00/36] ARM: samsung platform cleanup
 2019-10-23 13:39 UTC  (6+ messages)
  ` [PATCH 28/36] fbdev: s3c2410fb: remove mach header dependency

[PATCH v2] staging: sm750fb: format description of parameters the to kernel doc format
 2019-10-23 13:12 UTC  (2+ messages)
` [PATCH v2] staging: sm750fb: Format "

[PATCH V8 2/6] backlight: qcom-wled: Rename PM8941* to WLED3
 2019-10-22  7:32 UTC  (9+ messages)
` [PATCH V8 3/6] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V8 4/6] backlight: qcom-wled: Add support for WLED4 peripheral
` [PATCH V8 5/6] backlight: qcom-wled: add support for short circuit handling
` [PATCH V8 6/6] backlight: qcom-wled: Add auto string detection logic

[PATCH v6 0/9] backlight: gpio: simplify the driver
 2019-10-21 12:21 UTC  (14+ messages)
` [PATCH v6 1/9] backlight: gpio: remove unneeded include
` [PATCH v6 2/9] backlight: gpio: remove stray newline
` [PATCH v6 3/9] backlight: gpio: explicitly set the direction of the GPIO
` [PATCH v6 4/9] sh: ecovec24: add additional properties to the backlight device
` [PATCH v6 5/9] backlight: gpio: simplify the platform data handling
` [PATCH v6 6/9] sh: ecovec24: don't set unused fields in platform data
` [PATCH v6 7/9] backlight: gpio: remove unused fields from "
` [PATCH v6 8/9] backlight: gpio: use a helper variable for &pdev->dev
` [PATCH v6 9/9] backlight: gpio: pull gpio_backlight_initial_power_state() into probe

[PATCH] fbdev/omap: fix max fclk divider for omap36xx
 2019-10-21 11:07 UTC  (5+ messages)

[PATCH] omapfb: reduce stack usage
 2019-10-19  9:11 UTC  (5+ messages)

[PATCH v5 0/7] backlight: gpio: simplify the driver
 2019-10-18 16:20 UTC  (7+ messages)

[PATCH 29/34] backlight/jornada720: Use CONFIG_PREEMPTION
 2019-10-18  7:40 UTC  (6+ messages)

[PATCH V7 2/6] backlight: qcom-wled: Rename PM8941* to WLED3
 2019-10-18  6:54 UTC  (17+ messages)
` [PATCH V7 3/6] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V7 4/6] backlight: qcom-wled: Add support for WLED4 peripheral
` [PATCH V7 5/6] backlight: qcom-wled: add support for short circuit handling
` [PATCH V7 6/6] backlight: qcom-wled: Add auto string detection logic

[PATCH v2 24/33] vgacon: Use pr_warn instead of pr_warning
 2019-10-18  3:18 UTC 

[PATCH v2 15/15] staging/mgakms: Update matroxfb driver code for DRM
 2019-10-17 16:19 UTC  (2+ messages)

[PATCH] drivers/staging/fbtft/fb_seps525: New driver for SEPS525 (Syncoam) LCD Controllers
 2019-10-17 14:02 UTC 

[PATCH] staging: sm750fb: format description of parameters the to kernel doc format
 2019-10-17  1:52 UTC  (4+ messages)

[PATCH] omapfb/dss: remove unneeded conversions to bool
 2019-10-16 18:04 UTC 

[PATCH v2] backlight: pwm_bl: Don't assign levels table repeatedly
 2019-10-16  7:52 UTC  (2+ messages)

[PATCH v2 00/15] DRM fbconv helpers for converting fbdev drivers
 2019-10-15 18:28 UTC  (6+ messages)


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