Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 11:04:58 to 2024-02-02 12:01:46 UTC [more...]

[PATCH v2 0/8] firmware/sysfb: Track parent device for screen_info
 2024-02-02 11:58 UTC  (9+ messages)
` [PATCH v2 1/8] video: Add helpers for decoding screen_info
` [PATCH v2 2/8] video: Provide screen_info_get_pci_dev() to find screen_info's PCI device
` [PATCH v2 3/8] firmware/sysfb: Set firmware-framebuffer parent device
` [PATCH v2 4/8] fbdev/efifb: Remove PM for "
` [PATCH v2 5/8] firmware/sysfb: Create firmware device only for enabled PCI devices
` [PATCH v2 6/8] fbdev/efifb: Do not track parent device status
` [PATCH v2 7/8] firmware/sysfb: Update screen_info for relocated EFI framebuffers
` [PATCH v2 8/8] fbdev/efifb: Remove framebuffer relocation tracking

[PATCH v2 0/3] backlight: mp3309c: Allow to use on non-OF platforms
 2024-02-02 10:52 UTC  (8+ messages)
` [PATCH v2 1/3] backlight: mp3309c: Make use of device properties
` [PATCH v2 2/3] backlight: mp3309c: use dev_err_probe() instead of dev_err()
` [PATCH v2 3/3] backlight: mp3309c: Utilise temporary variable for struct device

[PATCH v2 0/4] backlight: hx8357: Clean up and make OF-independent
 2024-02-02 10:17 UTC  (6+ messages)
` [PATCH v2 1/4] backlight: hx8357: Make use of device properties
` [PATCH v2 2/4] backlight: hx8357: Move OF table closer to its consumer
` [PATCH v2 3/4] backlight: hx8357: Make use of dev_err_probe()
` [PATCH v2 4/4] backlight: hx8357: Utilise temporary variable for struct device

[PATCH 1/2] dummycon: Add dummycon_(un)register_switch_notifier
 2024-02-02  8:53 UTC  (2+ messages)
` [PATCH 2/2] fbcon: Defer console takeover for splash screens to first switch

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-02-01 21:47 UTC  (11+ messages)
` [PATCH v2 25/33] staging: fbtft: Follow renaming of SPI "master" to "controller"
` [PATCH v2 29/33] video: fbdev: mmp: "

[PATCH v5 0/4] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-02-01 11:46 UTC  (6+ messages)
` [PATCH v5 1/4] leds: introduce ExpressWire library
` [PATCH v5 2/4] leds: ktd2692: convert to use "
` [PATCH v5 3/4] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v5 4/4] backlight: Add Kinetic KTD2801 backlight support

[PATCH] fbdev/sh_mobile_lcdcfb: Replace deprecated simple_strtol with kstrtol
 2024-02-01 10:04 UTC  (2+ messages)

[PATCH] fbdev/core: Replace deprecated simple_strtol with kstrtol
 2024-02-01 10:03 UTC  (2+ messages)

[PATCH v2 00/13] of: property: add port base loop
 2024-02-01  9:18 UTC  (36+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 02/13] of: property: use of_graph_get_next_port() on of_graph_get_next_endpoint()
` [PATCH v2 03/13] of: property: add of_graph_get_next_endpoint_raw()
` [PATCH v2 04/13] drm: omapdrm: use of_graph_get_next_endpoint_raw()
` [PATCH v2 05/13] media: xilinx-tpg: "
` [PATCH v2 06/13] ASoC: audio-graph-card: "
` [PATCH v2 07/13] ASoC: audio-graph-card2: use of_graph_get_next_port()
` [PATCH v2 08/13] ASoC: audio-graph-card2: use of_graph_get_next_endpoint_raw()
` [PATCH v2 09/13] ASoC: test-component: use for_each_port_of_node()
` [PATCH v2 10/13] fbdev: omapfb: use of_graph_get_remote_port()
` [PATCH v2 11/13] fbdev: omapfb: use of_graph_get_next_port()
` [PATCH v2 12/13] fbdev: omapfb: use of_graph_get_next_endpoint_raw()
` [PATCH v2 13/13] fbdev: omapfb: use of_graph_get_next_endpoint()

[PATCH 1/1] fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
 2024-02-01  8:17 UTC  (2+ messages)

[PATCH v3 00/24] of: property: add port base loop
 2024-02-01  0:12 UTC  (30+ messages)
` [PATCH v3 01/24] of: property: add missing kerneldoc for of_graph_get_endpoint_count()
` [PATCH v3 02/24] of: property: use unsigned int return on of_graph_get_endpoint_count()
` [PATCH v3 03/24] of: property: rename of_graph_get_next_endpoint() to of_graph_get_next_device_endpoint()
` [PATCH v3 04/24] video: fbdev: switch to use of_graph_get_next_device_endpoint()
` [PATCH v3 05/24] media: i2c: "
` [PATCH v3 06/24] media: platform: "
` [PATCH v3 07/24] gpu: drm: "
` [PATCH v3 08/24] hwtracing: "
` [PATCH v3 09/24] staging: "
` [PATCH v3 10/24] ASoC: "
` [PATCH v3 11/24] of: remove of_graph_get_next_endpoint() define
` [PATCH v3 12/24] of: property: add port base loop
` [PATCH v3 13/24] of: property: use of_graph_get_next_port() on of_graph_get_next_endpoint()
` [PATCH v3 14/24] of: property: add of_graph_get_next_endpoint()
` [PATCH v3 15/24] drm: omapdrm: use of_graph_get_next_endpoint()
` [PATCH v3 16/24] media: xilinx-tpg: "
` [PATCH v3 17/24] ASoC: audio-graph-card: "
` [PATCH v3 18/24] ASoC: audio-graph-card2: use of_graph_get_next_port()
` [PATCH v3 19/24] ASoC: audio-graph-card2: use of_graph_get_next_endpoint()
` [PATCH v3 20/24] ASoC: test-component: use for_each_port_of_node()
` [PATCH v3 21/24] fbdev: omapfb: use of_graph_get_remote_port()
` [PATCH v3 22/24] fbdev: omapfb: use of_graph_get_next_port()
` [PATCH v3 23/24] fbdev: omapfb: use of_graph_get_next_endpoint()
` [PATCH v3 24/24] fbdev: omapfb: use of_graph_get_next_device_endpoint()

[PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
 2024-01-31 19:32 UTC  (4+ messages)

[PATCH] backlight: mp3309c: Use pwm_apply_might_sleep()
 2024-01-31 16:00 UTC  (4+ messages)

[PATCH] backlight: ktz8866: Correct the check for of_property_read_u32
 2024-01-31 14:34 UTC  (2+ messages)

[PATCH 0/8] firmware/sysfb: Track parent device for screen_info
 2024-01-30 13:12 UTC  (22+ messages)
` [PATCH 1/8] video: Add helpers for decoding screen_info
` [PATCH 2/8] video: Provide screen_info_get_pci_dev() to find screen_info's PCI device
` [PATCH 3/8] firmware/sysfb: Set firmware-framebuffer parent device
` [PATCH 4/8] fbdev/efifb: Remove PM for "
` [PATCH 5/8] firmware/sysfb: Create firmware device only for enabled PCI devices
` [PATCH 6/8] fbdev/efifb: Do not track parent device status
` [PATCH 7/8] firmware/sysfb: Update screen_info for relocated EFI framebuffers
` [PATCH 8/8] fbdev/efifb: Remove framebuffer relocation tracking

[PATCH v1 0/4] backlight: hx8357: Clean up and make OF-independent
 2024-01-28 14:39 UTC  (11+ messages)
` [PATCH v1 1/4] backlight: hx8357: Make use of device properties
` [PATCH v1 2/4] backlight: hx8357: Move OF table closer to its consumer
` [PATCH v1 3/4] backlight: hx8357: Make use of dev_err_probe()
` [PATCH v1 4/4] backlight: hx8357: Utilise temporary variable for struct device

[PATCH 00/13] of: property: add port base loop
 2024-01-27 15:57 UTC  (16+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] of: property: use of_graph_get_next_port() on of_graph_get_next_endpoint()
` [PATCH 03/13] of: property: add of_graph_get_next_endpoint_raw()
` [PATCH 04/13] drm: omapdrm: use of_graph_get_next_endpoint_raw()
` [PATCH 05/13] media: xilinx-tpg: "
` [PATCH 06/13] ASoC: audio-graph-card.c: "
` [PATCH 07/13] ASoC: audio-graph-card2: use of_graph_get_next_port()
` [PATCH 08/13] ASoC: audio-graph-card2.c: use of_graph_get_next_endpoint_raw()
` [PATCH 09/13] ASoC: test-component: use for_each_port_of_node()
` [PATCH 10/13] fbdev: omapfb: use of_graph_get_remote_port()
` [PATCH 11/13] fbdev: omapfb: use of_graph_get_next_port()
` [PATCH 12/13] fbdev: omapfb: use of_graph_get_next_endpoint_raw()
` [PATCH 13/13] fbdev: omapfb: use of_graph_get_next_endpoint()

fb_defio and page->mapping
 2024-01-25 20:22 UTC  (2+ messages)

[PATCH v4 0/3] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-01-25 13:44 UTC  (8+ messages)
` [PATCH v4 1/3] leds: ktd2692: move ExpressWire code to library
` [PATCH v4 2/3] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v4 3/3] backlight: Add Kinetic KTD2801 backlight support

[PATCH v1 1/1] backlight: hx8357: Fix potential NULL pointer dereference
 2024-01-25 13:23 UTC  (2+ messages)
` (subset) "

[GIT PULL] fbdev fix for v6.8-rc2
 2024-01-24 19:49 UTC  (2+ messages)

[PATCH v2 0/3] video: Simplify Kconfig options
 2024-01-23  9:23 UTC  (3+ messages)

[PATCH 6.7 265/641] fbdev/sm712fb: Use correct initializer macros for struct fb_ops
 2024-01-22 23:52 UTC 

[BUG][BISECTED] Freeze at loading init ramdisk
 2024-01-22 22:06 UTC  (5+ messages)

[PATCH] fbcon: Fix incorrect printed function name in fbcon_prepare_logo()
 2024-01-22 21:42 UTC  (2+ messages)

[PATCH v2 00/47] tty: vt: cleanup and documentation
 2024-01-22 20:00 UTC  (16+ messages)
` [PATCH v2 27/47] consoles: use if instead of switch-case in consw::con_cursor()
` [PATCH v2 28/47] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
` [PATCH v2 29/47] tty: vt: remove CM_* constants
` [PATCH v2 30/47] tty: vt: make consw::con_switch() return a bool
` [PATCH v2 31/47] tty: vt: stop using -1 for blank mode in consw::con_blank()
` [PATCH v2 32/47] tty: vt: define a common enum for VESA blanking constants
` [PATCH v2 33/47] tty: vt: use "
` [PATCH v2 34/47] tty: vt: use enum constants for VESA blanking modes
` [PATCH v2 35/47] tty: vt: make types around consw::con_blank() bool
` [PATCH v2 36/47] tty: vt: make font of consw::con_font_set() const
` [PATCH v2 37/47] tty: vt: make consw::con_font_default()'s name const
` [PATCH v2 38/47] tty: vt: change consw::con_set_origin() return type
` [PATCH v2 39/47] fbcon: remove consw::con_screen_pos()
` [PATCH v2 42/47] fbcon: remove fbcon_getxy()

[PATCH v3 0/3] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-01-22 18:13 UTC  (13+ messages)
` [PATCH v3 1/3] leds: ktd2692: move ExpressWire code to library
` [PATCH v3 3/3] backlight: Add Kinetic KTD2801 backlight support


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