Linux-fbdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-03 12:13:57 to 2024-01-22 11:04:07 UTC [more...]

[PATCH v2 00/47] tty: vt: cleanup and documentation
 2024-01-22 11:03 UTC 

[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

[PATCH v3 0/3] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-01-22 10:28 UTC  (9+ 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

[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  (65+ 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 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [DO NOT MERGE v6 06/37] sh: kernel/setup Update DT support
` [DO NOT MERGE v6 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [DO NOT MERGE v6 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v6 10/37] sh: Common PCI Framework driver support
` [DO NOT MERGE v6 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [DO NOT MERGE v6 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [DO NOT MERGE v6 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [DO NOT MERGE v6 14/37] clk: Compatible with narrow registers
` [DO NOT MERGE v6 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [DO NOT MERGE v6 16/37] irqchip: Add SH7751 INTC driver
` [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v6 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [DO NOT MERGE v6 20/37] serial: sh-sci: fix SH4 OF support
` [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  (5+ 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

[PATCH 0/4] hyperv, sysfb: Do not use screen_info in drivers
 2024-01-08  9:36 UTC  (10+ messages)
` [PATCH 1/4] drm/hyperv: Remove firmware framebuffers with aperture helper
` [PATCH 2/4] fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpers
` [PATCH 3/4] firmware/sysfb: Clear screen_info state after consuming it
` [PATCH 4/4] fbdev/hyperv_fb: Do not clear global screen_info

[PATCH] fbdev/intelfb: Remove driver
 2024-01-08  9:30 UTC  (4+ messages)

[PATCH] fbdev/sis: Remove dependency on screen_info
 2024-01-08  9:16 UTC  (2+ messages)

[PATCH] fbdev/vt8500lcdfb: Remove unnecessary print function dev_err()
 2024-01-05  2:06 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).