linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 16:36:32 to 2023-06-13 11:10:37 UTC [more...]

[PATCH v3 00/38] fbdev: Make userspace interfaces optional
 2023-06-13 11:06 UTC  (9+ messages)
` [PATCH v3 06/38] backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
` [PATCH v3 07/38] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH v3 08/38] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH v3 09/38] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH v3 10/38] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH v3 11/38] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH v3 14/38] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH v3 15/38] fbdev/fsl-diu-fb: Output messages with fb_*() helpers

[PATCH v2 00/38] fbdev: Make userspace interfaces optional
 2023-06-13 10:47 UTC  (56+ messages)
` [PATCH v2 01/38] backlight/bd6107: Compare against struct fb_info.device
` [PATCH v2 02/38] backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'
` [PATCH v2 03/38] backlight/gpio_backlight: Compare against struct fb_info.device
` [PATCH v2 04/38] backlight/gpio_backlight: Rename field 'fbdev' to 'dev'
` [PATCH v2 05/38] backlight/lv5207lp: Compare against struct fb_info.device
` [PATCH v2 06/38] backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
` [PATCH v2 07/38] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 08/38] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH v2 09/38] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 10/38] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH v2 11/38] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH v2 12/38] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH v2 13/38] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH v2 14/38] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH v2 15/38] fbdev/fsl-diu-fb: Output messages with fb_*() helpers
` [PATCH v2 16/38] fbdev/mb862xxfb: Output messages with fb_dbg()
` [PATCH v2 17/38] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH v2 18/38] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 19/38] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH v2 20/38] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH v2 21/38] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH v2 22/38] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH v2 23/38] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 24/38] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH v2 25/38] fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
` [PATCH v2 26/38] fbdev/sh7760fb: Output messages with fb_dbg()
` [PATCH v2 27/38] fbdev/sh7760fb: Alloc DMA memory from hardware device
` [PATCH v2 28/38] fbdev/sh7760fb: Use hardware device with dev_() output during probe
` [PATCH v2 29/38] fbdev/sm501fb: Output message with fb_err()
` [PATCH v2 30/38] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH v2 31/38] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH v2 32/38] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH v2 33/38] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH v2 34/38] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH v2 35/38] fbdev/core: Move procfs code to separate file
` [PATCH v2 36/38] fbdev/core: Move file-I/O code into "
` [PATCH v2 37/38] fbdev/core: Rework fb init code
` [PATCH v2 38/38] fbdev: Make support for userspace interfaces configurable

[PATCH v2] fbdev/media: Use GPIO descriptors for VIA GPIO
 2023-06-13  6:33 UTC 

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-13  3:01 UTC  (9+ messages)
` [PATCH v7 1/8] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v7 3/8] PCI/VGA: Tidy up the code and comment format
` [PATCH v7 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH v7 5/8] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
` [PATCH v7 7/8] drm/amdgpu: Implement the is_boot_device callback function
` [PATCH v7 8/8] drm/radeon: "

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-13  3:00 UTC  (5+ messages)
` [PATCH v7 1/8] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v7 3/8] PCI/VGA: Tidy up the code and comment format
` [PATCH v7 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier

[PATCH] fbdev/media: Use GPIO descriptors for VIA GPIO
 2023-06-12 23:36 UTC  (3+ messages)

[PATCH 0/3] fbdev/hitfb: Various fixes
 2023-06-12 14:59 UTC  (6+ messages)
` [PATCH 1/3] fbdev/hitfb: Declare hitfb_blank() as static
` [PATCH 2/3] fbdev/hitfb: Fix integer-to-pointer cast
` [PATCH 3/3] fbdev/hitfb: Use NULL for pointers

[PATCH 00/30] fbdev: Make userspace interfaces optional
 2023-06-12 10:46 UTC  (97+ messages)
` [PATCH 01/30] backlight/bd6107: Compare against struct fb_info.device
` [PATCH 02/30] backlight/gpio_backlight: "
` [PATCH 03/30] backlight/lv5207lp: "
` [PATCH 04/30] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH 05/30] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH 06/30] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH 07/30] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH 08/30] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH 09/30] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH 10/30] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH 11/30] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH 12/30] fbdev/mb862xxfb: Output messages with fb_dbg() and fb_err()
` [PATCH 13/30] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH 14/30] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH 15/30] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH 16/30] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH 17/30] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH 19/30] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH 20/30] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH 21/30] fbdev/sm501fb: Output message with fb_err()
` [PATCH 22/30] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH 23/30] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH 24/30] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH 25/30] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH 26/30] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH 27/30] fbdev/core: Move procfs code to separate file
` [PATCH 28/30] fbdev/core: Move file-I/O code into "
` [PATCH 29/30] fbdev/core: Rework fb init code
` [PATCH 30/30] fbdev: Make support for userspace interfaces configurable

[PATCH v2 0/4] video: backlight: lp855x: modernize bindings
 2023-06-08 15:50 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize
` [PATCH v2 2/4] video: backlight: lp855x: get PWM for PWM mode during probe

[PATCH] backlight: pwm_bl: Avoid backlight flicker applying initial PWM state
 2023-06-08 14:11 UTC 

[PATCH v4 0/4] Fix up Nokia 770 regression
 2023-06-06 19:15 UTC  (5+ messages)
` [PATCH v4 1/4] Input: ads7846 - Convert to use software nodes

[PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API
 2023-06-06  8:17 UTC  (5+ messages)

[PATCH] video: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()
 2023-06-05  9:35 UTC  (2+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:45 UTC 

[GIT PULL] fbdev fixes for v6.4-rc5
 2023-06-01 22:04 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

[PATCH 00/51] video: fbdev: Convert to platform remove callback returning void
 2023-05-30 16:34 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).