Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-29 16:46:25 to 2025-02-14 04:04:00 UTC [more...]

[PATCH v6 0/3] Apple DWI backlight driver
 2025-02-14  4:02 UTC 

[PATCH 0/6] fbcon: Fix 'cursor_blink' sysfs attribute
 2025-02-13 22:47 UTC  (7+ messages)
` [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

[PATCH v1 0/2] mfd: lm3533: convert to use OF
 2025-02-13 21:32 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: mfd: Document TI LM3533 MFD
` [PATCH v1 2/2] mfd: lm3533: convert to use OF

[PATCH] drivers: video: backlight: Fix NULL Pointer Dereference in backlight_device_register()
 2025-02-13 21:07 UTC  (3+ messages)

[PATCH v5 RESEND 0/3] Apple DWI backlight driver
 2025-02-13 20:51 UTC  (6+ messages)
` [PATCH v5 RESEND 1/3] dt-bindings: leds: backlight: apple,dwi-bl: Add Apple DWI backlight
` [PATCH v5 RESEND 2/3] backlight: apple_dwi_bl: Add Apple DWI backlight driver
` [PATCH v5 RESEND 3/3] MAINTAINERS: Add entries for Apple DWI backlight controller

[PATCH 6.6 088/273] m68k: vga: Fix I/O defines
 2025-02-13 14:27 UTC 

[PATCH 6.13 154/443] m68k: vga: Fix I/O defines
 2025-02-13 14:25 UTC 

[PATCH 6.12 140/422] m68k: vga: Fix I/O defines
 2025-02-13 14:24 UTC 

[RFC PATCH 00/13] backlight, lcd, led: Remove fbdev dependencies
 2025-02-13 14:34 UTC  (18+ messages)
` [PATCH 01/13] fbdev: Rework fb_blank()
` [PATCH 02/13] fbdev: Track display blanking state
` [PATCH 03/13] fbdev: Send old blank state in FB_EVENT_BLANK
` [PATCH 04/13] backlight: Implement fbdev tracking with blank state from event
` [PATCH 05/13] backlight: Move blank-state handling into helper
` [PATCH 06/13] backlight: Replace fb events with a dedicated function call
` [PATCH 07/13] backlight: lcd: Maintain global list of lcd devices
` [PATCH 08/13] backlight: lcd: Move event handling into helpers
` [PATCH 09/13] backlight: lcd: Replace fb events with a dedicated function call
` [PATCH 10/13] leds: backlight trigger: Maintain global list of led backlight triggers
` [PATCH 11/13] leds: backlight trigger: Move blank-state handling into helper
` [PATCH 12/13] leds: backlight trigger: Replace fb events with a dedicated function call
` [PATCH 13/13] fbdev: Remove constants of unused events

[PATCH 1/1] fbdev: hyperv_fb: iounmap() the correct memory when removing a device
 2025-02-13  3:43 UTC  (10+ messages)

[PATCH v2] staging: sm750fb: fix checkpatch warning architecture specific defines should be avoided
 2025-02-12 10:12 UTC 

[PATCH] staging: sm750fb: fix checkpatch warning architecture specific defines should be avoided
 2025-02-12  8:00 UTC  (2+ messages)

[PATCH v4 0/9] add support for Software mode on AD7606's iio backend driver
 2025-02-11 19:57 UTC  (13+ messages)
` [PATCH v4 1/9] dt-bindings: iio: dac: adi-axi-adc: add ad7606 variant
` [PATCH v4 2/9] iio: adc: ad7606: move the software mode configuration
` [PATCH v4 3/9] iio: adc: ad7606: move software functions into common file
` [PATCH v4 4/9] iio: adc: adi-axi-adc: add struct axi_adc_info
` [PATCH v4 5/9] iio: adc: adi-axi-adc: add platform children support
` [PATCH v4 6/9] iio: adc: adi-axi-adc: add support for AD7606 register writing
` [PATCH v4 7/9] iio: adc: ad7606: protect register access
` [PATCH v4 8/9] iio: adc: ad7606: change channel macros parameters
` [PATCH v4 9/9] iio: adc: ad7606: add support for writing registers when using backend

hyper_bf soft lockup on Azure Gen2 VM when taking kdump or executing kexec
 2025-02-11 19:45 UTC  (13+ messages)

[PATCH] backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()
 2025-02-11 14:12 UTC  (3+ messages)
` (subset) "

[PATCH 00/16] backlight: Do not include <linux/fb.h> in drivers
 2025-02-11 10:20 UTC  (18+ messages)
` [PATCH 01/16] backlight: 88pm860x_bl: Do not include <linux/fb.h>
` [PATCH 02/16] backlight: adp5520_bl: "
` [PATCH 03/16] backlight: adp8860_bl: "
` [PATCH 04/16] backlight: adp8870_bl: "
` [PATCH 05/16] backlight: as3711_bl: "
` [PATCH 06/16] backlight: bd6107_bl: "
` [PATCH 07/16] backlight: da903x_bl: "
` [PATCH 08/16] backlight: da9052_bl: "
` [PATCH 09/16] backlight: ep93xx_bl: "
` [PATCH 10/16] backlight: hp680_bl: "
` [PATCH 11/16] backlight: locomolcd: "
` [PATCH 12/16] backlight: lv5207lp: "
` [PATCH 13/16] backlight: max8925_bl: "
` [PATCH 14/16] backlight: tps65217_bl: "
` [PATCH 15/16] backlight: vgg2432a4: "
` [PATCH 16/16] backlight: wm831x_bl: "

[PATCH RESEND 00/13] fbdev: core: Deduplicate cfb/sys drawing fbops
 2025-02-10  9:24 UTC  (18+ messages)
` [PATCH RESEND 01/13] fbdev: core: Copy cfbcopyarea to fb_copyarea
` [PATCH RESEND 02/13] fbdev: core: Make fb_copyarea generic
` [PATCH RESEND 03/13] fbdev: core: Use generic copyarea for as cfb_copyarea
` [PATCH RESEND 04/13] fbdev: core: Use generic copyarea for as sys_copyarea
` [PATCH RESEND 05/13] fbdev: core: Copy cfbfillrect to fb_fillrect
` [PATCH RESEND 06/13] fbdev: core: Make fb_fillrect generic
` [PATCH RESEND 07/13] fbdev: core: Use generic fillrect for as cfb_fillrect
` [PATCH RESEND 08/13] fbdev: core: Use generic fillrect for as sys_fillrect
` [PATCH RESEND 09/13] fbdev: core: Copy cfbimgblt to fb_imageblit
` [PATCH RESEND 10/13] fbdev: core: Make fb_imageblit generic
` [PATCH RESEND 11/13] fbdev: core: Use generic imageblit for as cfb_imageblit
` [PATCH RESEND 12/13] fbdev: core: Use generic imageblit for as sys_imageblit
` [PATCH RESEND 13/13] fbdev: core: Split CFB and SYS pixel reversing configuration

[PATCH v3 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-09  6:36 UTC  (5+ messages)
` [PATCH v3 1/3] mm: refactor rmap_walk_file() to separate out traversal logic
` [PATCH v3 2/3] mm: provide mapping_wrprotect_range() function
` [PATCH v3 3/3] fb_defio: do not use deprecated page->mapping, index fields

The business loan-
 2025-02-08 22:05 UTC 

[PATCH] fbdev: fsl-diu-fb: add missing device_remove_file()
 2025-02-08 10:23 UTC 

[PATCH v2] fbdev: lcdcfb: add missing device_remove_file()
 2025-02-08  9:29 UTC 

[PATCH] fbdev: lcdcfb: add missing device_remove_file()
 2025-02-08  9:04 UTC 

The business loan-
 2025-02-08  4:43 UTC 

[PATCH 13/13] fbdev: core: Split CFB and SYS pixel reversing
 2025-02-06 19:56 UTC 

[PATCH 12/13] fbdev: core: Use generic imageblit for as sys_imageblit
 2025-02-06 19:55 UTC 

[PATCH 11/13] fbdev: core: Use generic imageblit for as cfb_imageblit
 2025-02-06 19:54 UTC 

[PATCH 10/13] fbdev: core: Make fb_imageblit generic
 2025-02-06 19:53 UTC 

[PATCH 09/13] fbdev: core: Copy cfbimgblt to fb_imageblit
 2025-02-06 19:53 UTC 

[PATCH 08/13] fbdev: core: Use generic fillrect for as sys_fillrect
 2025-02-06 19:52 UTC 

[PATCH 07/13] fbdev: core: Use generic fillrect for as cfb_fillrect
 2025-02-06 19:51 UTC 

[PATCH 06/13] fbdev: core: Make fb_fillrect generic
 2025-02-06 19:51 UTC 

[PATCH 05/13] fbdev: core: Copy cfbfillrect to fb_fillrect
 2025-02-06 19:50 UTC 

[PATCH 04/13] fbdev: core: Use generic copyarea for as sys_copyarea
 2025-02-06 19:49 UTC 

[PATCH 03/13] fbdev: core: Use generic copyarea for as cfb_copyarea
 2025-02-06 19:48 UTC 

[PATCH 02/13] fbdev: core: Make fb_copyarea generic
 2025-02-06 19:47 UTC 

[PATCH 01/13] fbdev: core: Copy cfbcopyarea to fb_copyarea
 2025-02-06 19:46 UTC 

[PATCH 00/13] Deduplicate cfb/sys drawing fbops
 2025-02-06 19:44 UTC 

[PATCH v2 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-06 15:33 UTC  (4+ messages)
` [PATCH v2 1/3] mm: refactor rmap_walk_file() to separate out traversal logic
` [PATCH v2 2/3] mm: provide mapping_wrprotect_range() function
` [PATCH v2 3/3] fb_defio: do not use deprecated page->mapping, index fields

[syzbot] Monthly fbdev report (Feb 2025)
 2025-02-06  9:15 UTC 

[PATCH 6.13 432/623] efi: sysfb_efi: fix W=1 warnings when EFI is not set
 2025-02-05 13:42 UTC 

[PATCH 6.12 398/590] efi: sysfb_efi: fix W=1 warnings when EFI is not set
 2025-02-05 13:42 UTC 

[PATCH 6.6 277/393] efi: sysfb_efi: fix W=1 warnings when EFI is not set
 2025-02-05 13:43 UTC 

[PATCH 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-04 10:19 UTC  (13+ messages)
` [PATCH 1/3] mm: refactor rmap_walk_file() to separate out traversal logic
` [PATCH 2/3] mm: provide mapping_wrprotect_page() function
` [PATCH 3/3] fb_defio: do not use deprecated page->mapping, index fields

[RFC PATCH 00/12] Deduplicate cfb/sys drawing fbops
 2025-02-03 21:01 UTC  (15+ messages)
` [RFC PATCH 01/12] "
  ` [RFC PATCH 02/12] "
    ` [RFC PATCH 03/12] "
      ` [RFC PATCH 04/12] "
        ` [RFC PATCH 05/12] "
          ` [RFC PATCH 06/12] fbdev: core: Make fb_fillrect generic
            ` [RFC PATCH 07/12] fbdev: core: Use generic fillrect for as, cfb_fillrect
              ` [RFC PATCH 08/12] fbdev: core: Use generic fillrect for as, sys_fillrect
                ` [RFC PATCH 09/12] fbdev: core: Copy cfbimgblt to fb_imageblit
                  ` [RFC PATCH 10/12] fbdev: core: Make fb_imageblit generic
                    ` [RFC PATCH 11/12] fbdev: core: Use generic imageblit for as, cfb_imageblit
                      ` [RFC PATCH 12/12] fbdev: core: Use generic imageblit for as, sys_imageblit

[PATCH] Use correct erase colour for clearing in fbcon
 2025-02-03 19:42 UTC  (2+ messages)

[PATCH] fbdev: core: tileblit: Implement missing margin clearing for tileblit
 2025-02-03 19:41 UTC  (2+ messages)

[RFC PATCH v2 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-03 10:54 UTC  (10+ messages)
` [RFC PATCH v2 3/3] fb_defio: do not use deprecated page->mapping, index fields

[PATCH v3 00/10] add support for Software mode on AD7606's iio backend driver
 2025-02-01 13:14 UTC  (18+ messages)
` [PATCH v3 01/10] dt-bindings: iio: dac: adi-axi-adc: fix ad7606 pwm-names
` [PATCH v3 02/10] dt-bindings: iio: dac: adi-axi-adc: add ad7606 variant
` [PATCH v3 03/10] iio: adc: ad7606: fix wrong scale available
` [PATCH v3 06/10] iio: adc: adi-axi-adc: add platform children support
` [PATCH v3 07/10] iio: adc: adi-axi-adc: add support for AD7606 register writing
` [PATCH v3 08/10] iio: adc: ad7606: change r/w_register signature
` [PATCH v3 10/10] iio: adc: ad7606: add support for writing registers when using backend

[syzbot] [fbdev?] UBSAN: array-index-out-of-bounds in fbcon_info_from_console
 2025-01-31 17:38 UTC 


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