linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-12 18:06:45 to 2022-07-25 15:46:39 UTC [more...]

[PATCH v2 00/10] drm: Add driver for PowerPC OF displays
 2022-07-25 15:46 UTC  (17+ messages)
` [PATCH v2 01/10] drm/simpledrm: Remove mem field from device structure
` [PATCH v2 02/10] drm/simpledrm: Inline device-init helpers
` [PATCH v2 03/10] drm/simpledrm: Remove pdev field from device structure
` [PATCH v2 04/10] drm/simpledrm: Compute framebuffer stride if not set
` [PATCH v2 05/10] drm/simpledrm: Convert to atomic helpers
` [PATCH v2 06/10] drm/simpledrm: Move some functionality into fwfb helper library
` [PATCH v2 07/10] drm/ofdrm: Add ofdrm for Open Firmware framebuffers
` [PATCH v2 08/10] drm/ofdrm: Add CRTC state
` [PATCH v2 09/10] drm/ofdrm: Add per-model device function
` [PATCH v2 10/10] drm/ofdrm: Support color management

[PATCH v6 00/13] Add MediaTek MT6370 PMIC support
 2022-07-25 10:31 UTC  (32+ messages)
` [PATCH v6 01/13] dt-bindings: usb: Add MediaTek MT6370 TCPC
` [PATCH v6 02/13] dt-bindings: power: supply: Add MediaTek MT6370 Charger
` [PATCH v6 03/13] dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
` [PATCH v6 04/13] dt-bindings: leds: Add MediaTek MT6370 flashlight
` [PATCH v6 05/13] dt-bindings: backlight: Add MediaTek MT6370 backlight
` [PATCH v6 06/13] dt-bindings: mfd: Add MediaTek MT6370
` [PATCH v6 07/13] mfd: mt6370: Add MediaTek MT6370 support
` [PATCH v6 08/13] usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driver
` [PATCH v6 09/13] iio: adc: mt6370: Add MediaTek MT6370 support
` [PATCH v6 10/13] power: supply: mt6370: Add MediaTek MT6370 charger driver
` [PATCH v6 11/13] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v6 12/13] leds: flash: mt6370: Add MediaTek MT6370 flashlight support
` [PATCH v6 13/13] video: backlight: mt6370: Add MediaTek MT6370 support

[PATCH v14 00/10] drm/mediatek: Add MT8195 DisplayPort driver
 2022-07-25  9:51 UTC  (39+ messages)
` [PATCH v14 01/10] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v14 03/10] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v14 04/10] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v14 05/10] drm/mediatek: Add MT8195 Embedded DisplayPort driver
` [PATCH v14 06/10] drm/mediatek: Add MT8195 External DisplayPort support
` [PATCH v14 09/10] drm/mediatek: DP audio support for MT8195

[PATCH] fbdev: Make registered_fb[] private to fbmem.c
 2022-07-25  8:23 UTC  (3+ messages)

[PATCH 1/4] video: fb: imxfb: Drop platform data support
 2022-07-24  9:46 UTC  (8+ messages)
` [PATCH 2/4] video: fb: imxfb: Drop unused symbols from header
` [PATCH 3/4] video: fb: imxfb: Fold <linux/platform_data/video-imxfb.h> into only user
` [PATCH 4/4] video: fb: imxfb: Convert request_mem_region + ioremap to devm_ioremap_resource

[PATCH 0/6] dt-bindings: iio/panel/eeprom/misc/net/spi: drop SPI CPHA and CPOL
 2022-07-22 18:37 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: panel: explicitly list "
` [PATCH 2/6] dt-bindings: eeprom: at25: "
` [PATCH 3/6] dt-bindings: iio: "
` [PATCH 4/6] dt-bindings: misc: "
` [PATCH 5/6] dt-bindings: net: "
` [PATCH 6/6] spi: dt-bindings: drop CPHA and CPOL from common properties

[PATCH] fbdev: Fix order of arguments to aperture_remove_conflicting_devices()
 2022-07-21 17:50 UTC  (3+ messages)

[PATCH v2 00/11] fbdev: Maintain device ownership with aperture helpers
 2022-07-21 14:17 UTC  (13+ messages)
` [PATCH v2 02/11] fbdev/vga16fb: Create EGA/VGA devices in sysfb code
` [PATCH v2 03/11] fbdev/vga16fb: Auto-generate module init/exit code
` [PATCH v2 04/11] fbdev/core: Remove remove_conflicting_pci_framebuffers()
` [PATCH v2 05/11] fbdev: Convert drivers to aperture helpers
` [PATCH v2 06/11] fbdev: Remove conflicting devices on PCI bus
` [PATCH v2 07/11] video/aperture: Disable and unregister sysfb devices via aperture helpers
` [PATCH v2 08/11] video: Provide constants for VGA I/O range
` [PATCH v2 09/11] video/aperture: Remove conflicting VGA devices, if any
` [PATCH v2 10/11] fbdev: Acquire framebuffer apertures for firmware devices
` [PATCH v2 11/11] fbdev: Remove conflict-handling code

[PATCH v5 00/13] Add MediaTek MT6370 PMIC support
 2022-07-21 10:09 UTC  (38+ messages)
` [PATCH v5 01/13] dt-bindings: usb: Add MediaTek MT6370 TCPC
` [PATCH v5 02/13] dt-bindings: power: supply: Add MediaTek MT6370 Charger
` [PATCH v5 03/13] dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
` [PATCH v5 04/13] dt-bindings: leds: Add MediaTek MT6370 flashlight
` [PATCH v5 05/13] dt-bindings: backlight: Add MediaTek MT6370 backlight
` [PATCH v5 06/13] dt-bindings: mfd: Add MediaTek MT6370
` [PATCH v5 07/13] mfd: mt6370: Add MediaTek MT6370 support
` [PATCH v5 08/13] usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driver
` [PATCH v5 09/13] iio: adc: mt6370: Add MediaTek MT6370 support
` [PATCH v5 10/13] power: supply: mt6370: Add MediaTek MT6370 charger driver
` [PATCH v5 11/13] leds: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v5 12/13] leds: flashlight: mt6370: Add MediaTek MT6370 flashlight support
` [PATCH v5 13/13] video: backlight: mt6370: Add MediaTek MT6370 support

[RFC PATCH] dt-bindings: iio: adc: use spi-peripheral-props.yaml
 2022-07-21  9:38 UTC  (4+ messages)

[PATCH 0/3] drm: Endianness fixes
 2022-07-19 14:39 UTC  (3+ messages)
` [PATCH 3/3] drm/gud: Fix endianness in gud_xrgb8888_to_color() helper

[PATCH] video: fbdev: amba-clcd: Fix refcount leak bugs
 2022-07-19  8:25 UTC 

[PATCH] video/fbdev/sis: fix typos in SiS_GetModeID()
 2022-07-18 12:43 UTC 

[PATCH RESEND v6] backlight: lp855x: Switch to atomic PWM API
 2022-07-18  8:29 UTC  (2+ messages)

[PATCH 00/10] video: fbdev: atari: Miscellaneous fixes and cleanups
 2022-07-17 23:02 UTC  (3+ messages)

[PATCH 00/11] fbdev: Maintain device ownership with aperture helpers
 2022-07-15 11:58 UTC  (11+ messages)
` [PATCH 05/11] fbdev: Convert drivers to "
` [PATCH 06/11] fbdev: Remove conflicting devices on PCI bus
` [PATCH 10/11] fbdev: Acquire framebuffer apertures for firmware devices

[PATCH] video: fbdev: omapfb: Unexport omap*_update_window_async()
 2022-07-15  8:35 UTC 

[PATCH v2 0/5] drm/modes: Command line mode selection fixes and improvements
 2022-07-14 12:10 UTC  (11+ messages)
` [PATCH v2 1/5] drm/modes: parse_cmdline: Handle empty mode name part
` [PATCH v2 2/5] drm/modes: Extract drm_mode_parse_cmdline_named_mode()
` [PATCH v2 3/5] drm/modes: parse_cmdline: Make mode->*specified handling more uniform
` [PATCH v2 4/5] drm/modes: Add support for driver-specific named modes
` [PATCH v2 5/5] drm/modes: parse_cmdline: Add support for named modes containing dashes

[PATCH v4 00/13] Add Mediatek MT6370 PMIC support
 2022-07-14 10:15 UTC  (12+ messages)
` [PATCH v4 13/13] video: backlight: mt6370: Add Mediatek MT6370 support

[PATCH 0/5] drm/modes: Command line mode selection fixes and improvements
 2022-07-14  8:42 UTC  (11+ messages)
` [PATCH 4/5] drm/modes: Add support for driver-specific named modes

[PATCH v3 00/14] Add Mediatek MT6370 PMIC support
 2022-07-13  9:31 UTC  (6+ messages)
` [PATCH v3 07/14] mfd: mt6370: Add Mediatek MT6370 support

[PATCH] Revert "drivers/video/backlight/platform_lcd.c: add support for device tree based probe"
 2022-07-13  8:11 UTC  (2+ messages)

[PATCH v13 00/10] drm/mediatek: Add MT8195 DisplayPort driver
 2022-07-12 18:06 UTC  (5+ messages)
` [PATCH v13 01/10] dt-bindings: mediatek,dp: Add Display Port binding


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