linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-21 09:58:35 to 2025-05-05 22:15:03 UTC [more...]

[PATCH AUTOSEL 6.14 024/642] fbdev: fsl-diu-fb: add missing device_remove_file()
 2025-05-05 22:04 UTC 

[PATCH] video: fbdev: arkfb: Cast ics5342_init() allocation type
 2025-05-02  7:36 UTC  (6+ messages)

[PATCH v2 0/3] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
 2025-05-02  4:05 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Export vmf_insert_mixed_mkwrite()
` [PATCH v2 2/3] fbdev/deferred-io: Support contiguous kernel memory framebuffers
` [PATCH v2 3/3] fbdev: hyperv_fb: Fix mmap of framebuffers allocated using alloc_pages()

[PATCH RFC] backlight: pwm_bl: Read back PWM period from provider
 2025-04-30 12:33 UTC  (9+ messages)

[PATCH 0/5] staging: sm750fb: Style cleanup for sm750fb
 2025-04-30  5:55 UTC  (6+ messages)
` [PATCH 1/5] staging: sm750fb: rename sm750_hw_cursor_setSize
` [PATCH 2/5] staging: sm750fb: rename sm750_hw_cursor_setPos
` [PATCH 3/5] staging: sm750fb: rename sm750_hw_cursor_setColor
` [PATCH 4/5] staging: sm750fb: rename sm750_hw_cursor_setData
` [PATCH 5/5] staging: sm750fb: rename sm750_hw_cursor_setData2

[PATCH 0/2] fbdev: Prevent null-ptr-deref in fb_videomode_to_var
 2025-04-28 15:34 UTC  (3+ messages)
` [PATCH 1/2] fbdev: Fix do_register_framebuffer to prevent "
` [PATCH 2/2] fbdev: Fix fb_ser_var "

[PATCH RFC 1/1] vgacon: Add check for vc_origin address range in vgacon_scroll()
 2025-04-27 15:40 UTC  (2+ messages)

[PATCH] fbdev/nvidiafb: Correct const string length in nvidiafb_setup()
 2025-04-25 11:21 UTC  (4+ messages)

[PATCH v1 1/1] atyfb: Remove unused PCI vendor ID
 2025-04-24 22:15 UTC  (2+ messages)

[PATCH][next] fbdev/carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEM
 2025-04-24 22:12 UTC  (2+ messages)

[PATCH] fbdev: via: use new GPIO line value setter callbacks
 2025-04-24 10:39 UTC  (4+ messages)

[PATCH] staging: sm750fb: change `enum dpms` to snake_case
 2025-04-23  4:03 UTC 

[PATCH 0/4] backlight: ktz8866: improve it and support slave
 2025-04-18 18:19 UTC  (16+ messages)
` [PATCH 1/4] dt-bindings: backlight: kinetic,ktz8866: add ktz8866 slave compatible
` [PATCH 2/4] backlight: ktz8866: add slave handler
` [PATCH 3/4] backlight: ktz8866: improve current sinks setting
` [PATCH 4/4] backlight: ktz8866: add definitions to make it more readable

[PATCH AUTOSEL 5.10 8/8] fbdev: omapfb: Add 'plane' value check
 2025-04-18 17:07 UTC  (2+ messages)

[PATCH 0/4] staging: sm750fb: remove unused code/files
 2025-04-18 15:17 UTC  (5+ messages)
  ` [PATCH 1/4] staging: sm750fb: Remove ddk750_sii164
  ` [PATCH 2/4] staging: sm750fb: remove ddk750_dvi
  ` [PATCH 3/4] staging: sm750fb: remove ddk750_hwi2c
  ` [PATCH 4/4] staging: sm750fb: remove irrelevant TODO line

[PATCH 0/8] staging: sm750fb: cleanup ddk750_sii164
 2025-04-18 12:09 UTC  (17+ messages)
  ` [PATCH 1/8] staging: sm250fb: remove USE_HW_I2C check
  ` [PATCH 2/8] staging: sm750fb: rename gDviCtrlChipName
  ` [PATCH 3/8] staging: sm750fb: rename vendorID to vendor_id
  ` [PATCH 4/8] staging: sm750fb: rename sii164_init_chip params
  ` [PATCH 5/8] staging: sm750fb: rename sii164_set_power's param
  ` [PATCH 6/8] staging: sm750fb: rename sii164SelectHotPlugDetectionMode
  ` [PATCH 7/8] staging: sm750fb: rename detectReg to detect_reg
  ` [PATCH 8/8] staging: sm750fb: rename hotPlugValue to hot_plug_value

[PATCH] staging: sm750fb: clean-up `else`-blocks
 2025-04-18 10:39 UTC  (2+ messages)

[PATCH v2] backlight: ktd2801: depend on GPIOLIB
 2025-04-18  8:43 UTC 

[PATCH] staging: sm750fb: fix instances of camel case
 2025-04-17 17:46 UTC  (4+ messages)

[PATCH v4 00/11] backlight, lcd, led: Remove fbdev dependencies
 2025-04-15 17:27 UTC  (20+ messages)
` [PATCH v4 01/11] fbdev: Rework fb_blank()
` [PATCH v4 02/11] fbdev: Track display blanking state
` [PATCH v4 03/11] fbdev: Send old blank state in FB_EVENT_BLANK
` [PATCH v4 04/11] backlight: Implement fbdev tracking with blank state from event
` [PATCH v4 05/11] backlight: Move blank-state handling into helper
` [PATCH v4 06/11] backlight: Replace fb events with a dedicated function call
` [PATCH v4 07/11] backlight: lcd: Move event handling into helpers
` [PATCH v4 08/11] backlight: lcd: Replace fb events with a dedicated function call
` [PATCH v4 09/11] leds: backlight trigger: Move blank-state handling into helper
` [PATCH v4 10/11] leds: backlight trigger: Replace fb events with a dedicated function call
` [PATCH v4 11/11] fbdev: Remove constants of unused events
` [GIT PULL] Immutable branch between Backlight, fbdev and LEDs for the v6.16 merge window

[PATCH] backlight: ktd2801: depend on GPIOLIB
 2025-04-11 21:07 UTC  (2+ messages)

[PATCH 0/3] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
 2025-04-11  3:40 UTC  (9+ messages)
` [PATCH 1/3] mm: Export vmf_insert_mixed_mkwrite()
` [PATCH 2/3] fbdev/deferred-io: Support contiguous kernel memory framebuffers
` [PATCH 3/3] fbdev: hyperv_fb: Fix mmap of framebuffers allocated using alloc_pages()

[syzbot] Monthly fbdev report (Apr 2025)
 2025-04-10 10:47 UTC 

[PATCH 0/8] staging: sm750fb: change function naming style
 2025-04-08 11:03 UTC  (19+ messages)
` [PATCH 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
` [PATCH 2/8] staging: sm750fb: change sii164ResetChip "
` [PATCH 3/8] staging: sm750fb: change sii164SetPower "
` [PATCH 4/8] staging: sm750fb: change sii164GetChipString "
` [PATCH 5/8] staging: sm750fb: change sii164EnableHotPlugDetection "
` [PATCH 6/8] staging: sm750fb: change sii164IsConnected "
` [PATCH 7/8] staging: sm750fb: change sii164CheckInterrupt "
` [PATCH 8/8] staging: sm750fb: change sii164ClearInterrupt "

[PATCH v2 0/8] staging: sm750fb: change function naming style
 2025-04-08 10:20 UTC  (9+ messages)
` [PATCH v2 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
` [PATCH v2 2/8] staging: sm750fb: change sii164ResetChip "
` [PATCH v2 3/8] staging: sm750fb: change sii164SetPower "
` [PATCH v2 4/8] staging: sm750fb: change sii164GetChipString "
` [PATCH v2 5/8] staging: sm750fb: change sii164EnableHotPlugDetection "
` [PATCH v2 6/8] staging: sm750fb: change sii164IsConnected "
` [PATCH v2 7/8] staging: sm750fb: change sii164CheckInterrupt "
` [PATCH v2 8/8] staging: sm750fb: change sii164ClearInterrupt "

[PATCH 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
 2025-04-05 11:42 UTC  (4+ messages)

[PATCH 7/8] staging: sm750fb: change sii164CheckInterrupt to snake_case
 2025-04-05 11:34 UTC 

[PATCH 6/8] staging: sm750fb: change sii164IsConnected to snake_case
 2025-04-05 11:22 UTC 

[PATCH 5/8] staging: sm750fb: change sii164EnableHotPlugDetection to snake_case
 2025-04-05 11:12 UTC 

[PATCH 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
 2025-04-05 11:05 UTC  (2+ messages)

[PATCH 4/8] staging: sm750fb: change sii164GetChipString to snake_case
 2025-04-05 10:48 UTC 

[PATCH 3/8] staging: sm750fb: change sii164SetPower to snake_case
 2025-04-05 10:34 UTC 

[PATCH 2/8] staging: sm750fb: change sii164ResetChip to snake_case
 2025-04-05 10:21 UTC 

[PATCH v3] backlight: pm8941: Add NULL check in wled_configure()
 2025-04-04 15:19 UTC  (11+ messages)
      ` [PATCH v4] "
        ` (subset) "
      ` [v4?] "

[PATCH] staging: sm750fb: modify function name to kernel code style
 2025-04-04  7:36 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 8/9] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:20 UTC 

[PATCH AUTOSEL 5.15 11/12] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:20 UTC 

[PATCH AUTOSEL 6.1 18/20] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:19 UTC 

[PATCH AUTOSEL 6.6 20/23] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:18 UTC 

[PATCH AUTOSEL 6.12 29/33] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:16 UTC 

[PATCH AUTOSEL 6.13 33/37] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:15 UTC 

[PATCH AUTOSEL 6.14 39/44] fbdev: omapfb: Add 'plane' value check
 2025-04-03 19:13 UTC 

[PATCH 0/1] fbdev: atyfb: Fix buffer overflow
 2025-04-01 16:26 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] drivers: video: backlight: Fix NULL Pointer Dereference in backlight_device_register()
 2025-04-01 14:29 UTC  (3+ messages)

[PATCH v2 0/9] Remove pcf50633
 2025-04-01 11:31 UTC  (3+ messages)
` [PATCH v2 4/9] Input: pcf50633-input - Remove

[PATCH v2] backlight: pm8941: Add NULL check in wled_configure()
 2025-03-31 20:23 UTC  (3+ messages)

[PATCH] backlight: qcom-wled: Add NULL check in the wled_configure
 2025-03-31 11:50 UTC  (3+ messages)

[PATCH] staging: sm750fb: fix function name to kernel code style
 2025-03-31  4:38 UTC 

[GIT PULL] fbdev updates for v6.15-rc1
 2025-03-29  1:01 UTC  (2+ messages)

fbdev deferred I/O broken in some scenarios
 2025-03-24 13:59 UTC  (6+ messages)

[PATCH] staging: sm750fb: fix casing style on getDeviceID
 2025-03-23 22:46 UTC 

[PATCH] video: fbdev: kyro: Add some geometry checks
 2025-03-23 18:57 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 NNTP newsgroup(s).