Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 08:24:21 to 2024-01-22 18:08:29 UTC [more...]

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-01-22 18:07 UTC  (2+ messages)
` [PATCH v2 29/33] video: fbdev: mmp: Follow renaming of SPI "master" to "controller"

[PATCH v3 0/3] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-01-22 17:50 UTC  (16+ messages)
` [PATCH v3 1/3] leds: ktd2692: move ExpressWire code to library
` [PATCH v3 2/3] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v3 3/3] backlight: Add Kinetic KTD2801 backlight support

[PATCH] fbcon: Fix incorrect printed function name in fbcon_prepare_logo()
 2024-01-22 15:04 UTC 

[PATCH v2 00/47] tty: vt: cleanup and documentation
 2024-01-22 11:03 UTC  (24+ messages)
` [PATCH v2 01/47] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
` [PATCH v2 02/47] fbcon: make display_desc a static array in fbcon_startup()
` [PATCH v2 07/47] tty: vt: pass vc_resize_user as a parameter
` [PATCH v2 19/47] tty: vt: make consw::con_debug_*() return void
` [PATCH v2 20/47] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH v2 21/47] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH v2 22/47] tty: vt: remove checks for count in consw::con_clear() implementations
` [PATCH v2 24/47] tty: vt: eliminate unneeded consw::con_putc() implementations
` [PATCH v2 25/47] tty: vt: sanitize consw::con_putc() parameters
` [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 v1 0/4] backlight: hx8357: Clean up and make OF-independent
 2024-01-22 10:43 UTC  (13+ 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

[BUG][BISECTED] Freeze at loading init ramdisk
 2024-01-22 10:20 UTC  (8+ messages)

[PATCH] video: fbdev: sis: Error out if pixclock equals zero
 2024-01-21  8:01 UTC  (2+ messages)

REGRESSION: no console on current -git
 2024-01-20 18:11 UTC  (7+ messages)

[GIT PULL] One fbdev regression fix for v6.8-rc1
 2024-01-20 17:29 UTC  (2+ messages)

[PATCH v2 0/2] Kinetic KTD2801 backlight driver
 2024-01-19 17:36 UTC  (10+ messages)
` [PATCH v2 1/2] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v2 2/2] backlight: Add Kinetic KTD2801 driver

[PATCH] sh: ecovec24: Rename missed backlight field from fbdev to dev
 2024-01-19  8:18 UTC  (3+ messages)

[PATCH v2 0/3] video: Simplify Kconfig options
 2024-01-18 14:17 UTC  (5+ messages)
` [PATCH v2 1/3] video/cmdline: Introduce CONFIG_VIDEO for video= parameter
` [PATCH v2 2/3] video/cmdline: Hide __video_get_options() behind CONFIG_FB_CORE
` [PATCH v2 3/3] video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEO

[PATCH] hwmon: (peci/cputemp) Add a null pointer check to the wled_configure
 2024-01-18  9:47 UTC 

[PATCH 00/45] tty: vt: cleanup and documentation
 2024-01-18  8:56 UTC  (30+ messages)
` [PATCH 01/45] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
` [PATCH 02/45] fbcon: make display_desc a static array in fbcon_startup()
` [PATCH 07/45] tty: vt: pass vc_resize_user as a parameter
` [PATCH 18/45] tty: vt: make consw::con_debug_*() return void
` [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH 20/45] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 21/45] tty: vt: remove checks for count in consw::con_clear() implementations
` [PATCH 23/45] tty: vt: eliminate unneeded consw::con_putc() implementations
` [PATCH 24/45] tty: vt: sanitize consw::con_putc() parameters
` [PATCH 26/45] consoles: use if instead of switch-case in consw::con_cursor()
` [PATCH 27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
` [PATCH 28/45] tty: vt: remove CM_* constants
` [PATCH 29/45] tty: vt: make consw::con_switch() return a bool
` [PATCH 30/45] tty: vt: stop using -1 for blank mode in consw::con_blank()
` [PATCH 31/45] tty: vt: use VESA blanking constants
` [PATCH 32/45] tty: vt: use enum for VESA blanking modes
` [PATCH 33/45] tty: vt: make types around consw::con_blank() bool
` [PATCH 34/45] tty: vt: make font of consw::con_font_set() const
` [PATCH 35/45] tty: vt: make consw::con_font_default()'s name const
` [PATCH 36/45] tty: vt: change consw::con_set_origin() return type
` [PATCH 37/45] fbcon: remove consw::con_screen_pos()
` [PATCH 40/45] fbcon: remove fbcon_getxy()

[PATCH] video: fbdev: savage: Error out if pixclock equals zero
 2024-01-18  3:49 UTC 

[PATCH 0/3] video: Simplify Kconfig options
 2024-01-17 21:52 UTC  (5+ messages)
` [PATCH 1/3] video/cmdline: Introduce CONFIG_VIDEO for video= parameter
` [PATCH 2/3] video/cmdline: Hide __video_get_options() behind CONFIG_FB_CORE
` [PATCH 3/3] video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEO

[PATCH 0/8] firmware/sysfb: Track parent device for screen_info
 2024-01-17 12:39 UTC  (9+ 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

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-01-17 10:06 UTC  (53+ messages)
` [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup
` [DO NOT MERGE v6 02/37] sh: Kconfig unified OF supported targets
` [DO NOT MERGE v6 03/37] sh: Enable OF support for build and configuration
` [DO NOT MERGE v6 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v6 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: "
` [DO NOT MERGE v6 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v6 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v6 23/37] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v6 24/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [DO NOT MERGE v6 25/37] dt-bindings: vendor-prefixes: Add iodata
` [DO NOT MERGE v6 26/37] dt-bindings: vendor-prefixes: Add smi
` [DO NOT MERGE v6 27/37] dt-bindings: ata: ata-generic: Add new targets
` [DO NOT MERGE v6 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [DO NOT MERGE v6 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [DO NOT MERGE v6 30/37] sh: add RTS7751R2D Plus DTS
` [DO NOT MERGE v6 31/37] sh: Add IO DATA LANDISK dts
` [DO NOT MERGE v6 32/37] sh: Add IO DATA USL-5P dts
` [DO NOT MERGE v6 33/37] sh: j2_mimas_v2.dts update
` [DO NOT MERGE v6 34/37] sh: Add dtbs target support
` [DO NOT MERGE v6 35/37] sh: RTS7751R2D Plus OF defconfig
` [DO NOT MERGE v6 36/37] sh: LANDISK "
` [DO NOT MERGE v6 37/37] sh: j2_defconfig: update

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

[PATCH 00/42] Fix coccicheck warnings
 2024-01-16  4:51 UTC  (2+ messages)
  ` [PATCH 41/42] drivers/video/fbdev/uvesafb: Convert snprintf to sysfs_emit

[PATCH v1 1/1] backlight: hx8357: Fix potential NULL pointer dereference
 2024-01-15 17:21 UTC  (2+ messages)

[GIT PULL] fbdev fixes and updates for v6.8-rc1
 2024-01-12 23:25 UTC  (2+ messages)

[PATCH] vt: remove superfluous CONFIG_HW_CONSOLE
 2024-01-11  7:21 UTC  (2+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2024-01-10 10:20 UTC  (4+ messages)
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes


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