linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-11 20:12:25 to 2025-04-18 10:36:14 UTC [more...]

[PATCH 0/8] staging: sm750fb: cleanup ddk750_sii164
 2025-04-18 10:36 UTC  (12+ 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 v2] backlight: ktd2801: depend on GPIOLIB
 2025-04-18  8:43 UTC 

[PATCH] staging: sm750fb: clean-up `else`-blocks
 2025-04-18  3:50 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] fbdev: via: use new GPIO line value setter callbacks
 2025-04-08  7:42 UTC 

[PATCH 0/4] backlight: ktz8866: improve it and support slave
 2025-04-08  5:19 UTC  (13+ 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] fbdev/nvidiafb: Correct const string length in nvidiafb_setup()
 2025-04-07 11:55 UTC 

[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.10 8/8] 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  (11+ messages)
` [PATCH v2 2/9] rtc: pcf50633: Remove
  ` (subset) "
` [PATCH v2 4/9] Input: pcf50633-input - Remove
` [PATCH v2 6/9] power: supply: pcf50633: Remove charger
` [PATCH v2 7/9] backlight: pcf50633-backlight: Remove
  ` (subset) "
` (subset) [PATCH v2 0/9] Remove pcf50633

[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  (9+ 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 

[PATCH v3 00/11] backlight, lcd, led: Remove fbdev dependencies
 2025-03-21  8:16 UTC  (17+ messages)
` [PATCH v3 04/11] backlight: Implement fbdev tracking with blank state from event
` [PATCH v3 05/11] backlight: Move blank-state handling into helper
` [PATCH v3 06/11] backlight: Replace fb events with a dedicated function call
` [PATCH v3 07/11] backlight: lcd: Move event handling into helpers
` [PATCH v3 08/11] backlight: lcd: Replace fb events with a dedicated function call

[PATCH] staging: sm750fb: Replace architecture-specific defines with CONFIG_X86
 2025-03-20 14:12 UTC  (2+ messages)

[PATCH v2] staging: sm750fb: Remove unused enum dpms
 2025-03-20 14:12 UTC  (2+ messages)

[PATCH] [PATCH v2] staging: sm750fb: Make g_fbmode truly constant
 2025-03-20 14:09 UTC  (2+ messages)

[PATCH v2] fbcon: Use static attribute groups for sysfs entries
 2025-03-19 21:49 UTC  (3+ messages)

[PATCH] video: fbdev: sm501fb: Add some geometry checks
 2025-03-19 21:38 UTC  (2+ messages)

[PATCH RESEND 0/2] Refactoring the fbcon packed pixel drawing routines
 2025-03-19 18:04 UTC  (2+ messages)

[PATCH 1/2] fbdev: omapfb: Remove writeback deadcode
 2025-03-18 21:19 UTC  (2+ messages)
` [PATCH 29/29] fbdev: omapfb: Add 'plane' value check

[PATCH RFC] backlight: pwm_bl: Read back PWM period from provider
 2025-03-18 10:05 UTC  (4+ messages)

Go on a covert date with women!💕View My Group💕 - Mar 16, 2025
 2025-03-17  1:06 UTC 

[PATCH] backlight: tdo24m: Eliminate redundant whitespace
 2025-03-14 10:54 UTC  (2+ messages)
` (subset) "

[PATCH 0/9] Remove pcf50633
 2025-03-14 10:28 UTC  (6+ messages)
` [PATCH 4/9] mfd: pcF50633-gpio: Remove
` (subset) [PATCH 0/9] Remove pcf50633

[PATCH] fbcon: Use static attribute groups for sysfs entries
 2025-03-13 12:38 UTC 

[PATCH 1/2] fbcon: Register sysfs groups through device_add_group
 2025-03-13 12:24 UTC  (5+ messages)

[PATCH v2 1/2] fbcon: Register sysfs groups through device_add_group
 2025-03-12 15:45 UTC  (2+ messages)
` [PATCH v2 2/2] fbcon: Change return value type to void


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