messages from 2024-08-06 04:58:40 to 2024-09-04 09:05:16 UTC [more...]
[PATCH v2 1/2] gpu: ipu-v3: vdic: Simplify ipu_vdi_setup()
2024-09-04 9:05 UTC (2+ messages)
[PATCH] gpu: ipu-v3: image-convert: Drop unused single conversion request code
2024-09-04 9:00 UTC (2+ messages)
[PATCH v3 00/43] drm: Provide fbdev emulation per memory manager
2024-09-04 8:29 UTC (10+ messages)
` [PATCH v3 21/43] drm/fbdev-dma: Implement damage handling and deferred I/O
[PATCH v5 0/9] of: property: add of_graph_get_next_port/port_endpoint()
2024-09-04 7:56 UTC (11+ messages)
` [PATCH v5 1/9] of: property: add of_graph_get_next_port()
` [PATCH v5 2/9] of: property: add of_graph_get_next_port_endpoint()
` [PATCH v5 3/9] ASoC: test-component: use new of_graph functions
` [PATCH v5 4/9] ASoC: rcar_snd: "
` [PATCH v5 5/9] ASoC: audio-graph-card: "
` [PATCH v5 6/9] ASoC: audio-graph-card2: "
` [PATCH v5 7/9] gpu: drm: omapdrm: "
` [PATCH v5 8/9] fbdev: omapfb: "
` [PATCH v5 9/9] media: xilinx-tpg: "
[PATCH -next] backlight: ktz8866: fix module autoloading
2024-09-03 16:03 UTC (3+ messages)
[PATCH -next] backlight: 88pm860x_bl: Simplify with scoped for each OF child loop
2024-09-03 15:08 UTC (2+ messages)
[PATCH 00/28] backlight: lcd: Remove fbdev dependencies
2024-09-03 14:58 UTC (33+ messages)
` [PATCH 01/28] backlight: lcd: Rearrange code in fb_notifier_callback()
` [PATCH 02/28] backlight: lcd: Test against struct fb_info.lcd_dev
` [PATCH 03/28] backlight: lcd: Add LCD_POWER_ constants for power states
` [PATCH 04/28] backlight: corgi_lcd: Use lcd power constants
` [PATCH 05/28] backlight: hx8357: "
` [PATCH 06/28] backlight: ili922x: "
` [PATCH 07/28] backlight: ili9320: "
` [PATCH 08/28] backlight: jornada720_lcd: Include <linux/io.h> for IOMEM() macro
` [PATCH 09/28] backlight: jornada720_lcd: Use lcd power constants
` [PATCH 10/28] backlight: l4f00242t03: "
` [PATCH 11/28] backlight: lms283gf05: "
` [PATCH 12/28] backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h>
` [PATCH 13/28] backlight: lms501kf03: Use lcd power constants
` [PATCH 14/28] backlight: ltv350qv: "
` [PATCH 15/28] backlight: otm3225a: "
` [PATCH 16/28] backlight: platform_lcd: Remove include statement for <linux/backlight.h>
` [PATCH 17/28] backlight: platform_lcd: Remove match_fb from struct plat_lcd_data
` [PATCH 18/28] backlight: platform_lcd: Use lcd power constants
` [PATCH 19/28] backlight: tdo24m: "
` [PATCH 20/28] fbdev: clps711x-fb: Replace check_fb in favor of struct fb_info.lcd_dev
` [PATCH 21/28] fbdev: clps711x-fb: Use lcd power constants
` [PATCH 22/28] fbdev: imxfb: Replace check_fb in favor of struct fb_info.lcd_dev
` [PATCH 23/28] fbdev: imxfb: Use lcd power constants
` [PATCH 24/28] fbdev: omap: "
` [PATCH 25/28] HID: picoLCD: Replace check_fb in favor of struct fb_info.lcd_dev
` [PATCH 26/28] backlight: lcd: Replace check_fb with controls_device
` [PATCH 27/28] backlight: lcd: Remove struct fb_videomode from set_mode callback
` [PATCH 28/28] backlight: lcd: Do not include <linux/fb.h> in lcd header
WARNING: CPU: 0 PID: 8 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x45/0x160 (was: Re: BUG: kernel NULL pointer dereference, address: 0000000000000000 on boot with linux-next-20240829)
2024-09-03 9:57 UTC (6+ messages)
` WARNING: CPU: 0 PID: 8 at drivers/video/fbdev/core/fbmem.c:467 unregister_framebuffer+0x45/0x160
[PATCH] fbdev: imsttfb: convert comma to semicolon
2024-09-02 11:56 UTC (2+ messages)
[PATCH] fbdev: pxa3xx-gcu: Convert comma to semicolon
2024-09-02 7:57 UTC
[PATCH] fbdev/hyperv_fb: Convert comma to semicolon
2024-09-02 7:44 UTC
[PATCH v3 0/9] of: property: add of_graph_get_next_port/port_endpoint()
2024-09-02 4:00 UTC (21+ messages)
` [PATCH v3 1/9] of: property: add of_graph_get_next_port()
` [PATCH v3 2/9] of: property: add of_graph_get_next_port_endpoint()
` [PATCH v3 3/9] ASoC: test-component: use new of_graph functions
` [PATCH v3 4/9] ASoC: rcar_snd: "
` [PATCH v3 5/9] ASoC: audio-graph-card: "
` [PATCH v3 6/9] ASoC: audio-graph-card2: "
` [PATCH v3 7/9] gpu: drm: omapdrm: "
` [PATCH v3 8/9] fbdev: omapfb: "
` [PATCH v3 9/9] media: xilinx-tpg: "
[PATCH] fbdev: Introduce devm_register_framebuffer()
2024-08-30 10:22 UTC (4+ messages)
Regression on linux-next (next-20240829)
2024-08-30 8:51 UTC
[PATCH 0/5] fbdev: devm_register_framebuffer() and some fixes for efifb
2024-08-30 8:44 UTC (12+ messages)
` [PATCH 1/5] fbdev/efifb: Use stack memory for screeninfo structs
` [PATCH 2/5] fbdev/efifb: Register sysfs groups through driver core
` [PATCH 3/5] fbdev: Introduce devm_register_framebuffer()
` [PATCH 4/5] fbdev/efifb: Use devm_register_framebuffer()
` [PATCH 5/5] fbdev/efifb: Use driver-private screen_info for sysfs
[PATCH v4 0/9] of: property: add of_graph_get_next_port/port_endpoint()
2024-08-29 23:41 UTC (20+ messages)
` [PATCH v4 1/9] of: property: add of_graph_get_next_port()
` [PATCH v4 2/9] of: property: add of_graph_get_next_port_endpoint()
` [PATCH v4 3/9] ASoC: test-component: use new of_graph functions
` [PATCH v4 4/9] ASoC: rcar_snd: "
` [PATCH v4 5/9] ASoC: audio-graph-card: "
` [PATCH v4 6/9] ASoC: audio-graph-card2: "
` [PATCH v4 7/9] gpu: drm: omapdrm: "
` [PATCH v4 8/9] fbdev: omapfb: "
` [PATCH v4 9/9] media: xilinx-tpg: "
[PATCH] fbdev: omapfb: panel-sony-acx565akm: Simplify show_cabc_available_modes()
2024-08-28 18:08 UTC (7+ messages)
[PATCH] fbdev: omapfb: Use sysfs_emit_at() to simplify code
2024-08-28 18:08 UTC (3+ messages)
[PATCH] fbdev: mmp: Use devm_clk_get_enabled() helpers
2024-08-28 18:01 UTC (2+ messages)
[PATCH v4] drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframes
2024-08-28 8:31 UTC (3+ messages)
[PATCH v3] drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframes
2024-08-26 16:18 UTC
BUG: KASAN: vmalloc-out-of-bounds Write in imageblit
2024-08-24 22:38 UTC
[PATCH v2 0/9] of: property: add of_graph_get_next_port/port_endpoint()
2024-08-24 14:56 UTC (14+ messages)
` [PATCH v2 1/9] of: property: add of_graph_get_next_port()
` [PATCH v2 2/9] of: property: add of_graph_get_next_port_endpoint()
` [PATCH v2 3/9] ASoC: test-component: use new of_graph functions
` [PATCH v2 4/9] ASoC: rcar_snd: "
` [PATCH v2 5/9] ASoC: audio-graph-card: "
` [PATCH v2 6/9] ASoC: audio-graph-card2: "
` [PATCH v2 7/9] gpu: drm: omapdrm: "
` [PATCH v2 8/9] fbdev: omapfb: "
` [PATCH v2 9/9] media: xilinx-tpg: "
[syzbot] [fbdev?] KASAN: vmalloc-out-of-bounds Write in imageblit (4)
2024-08-21 10:13 UTC
[PATCH 0/9] of: property: add of_graph_get_next_port/port_endpoint()
2024-08-20 4:34 UTC (22+ messages)
` [PATCH 1/9] of: property: add of_graph_get_next_port()
` [PATCH 2/9] of: property: add of_graph_get_next_port_endpoint()
` [PATCH 3/9] ASoC: test-component: use new of_graph functions
` [PATCH 4/9] ASoC: rcar_snd: "
` [PATCH 5/9] ASoC: audio-graph-card: "
` [PATCH 6/9] ASoC: audio-graph-card2: "
` [PATCH 7/9] gpu: drm: omapdrm: "
` [PATCH 8/9] fbdev: omapfb: "
` [PATCH 9/9] media: xilinx-tpg: "
[PATCH 0/8] Add iio backend compatibility for ad7606
2024-08-17 15:47 UTC (18+ messages)
` [PATCH 1/8] dt-bindings: iio: adc: ad7606: Make corrections on spi conditions
` [PATCH 2/8] dt-bindings: iio: adc: ad7606: Add iio backend bindings
` [PATCH 3/8] Documentation: iio: Document ad7606 driver
` [PATCH 4/8] pwm: Export pwm_get_state_hw
` [PATCH 5/8] platform: add platform_get_device_match_data() helper
` [PATCH 6/8] iio: adc: ad7606: Add PWM support for conversion trigger
` [PATCH 7/8] iio: adc: ad7606: Switch to xxx_get_device_match_data
` [PATCH 8/8] iio:adc:ad7606: Add iio-backend support
HI DEAR !
2024-08-16 13:15 UTC
[PATCH 0/9] fbdev: Use backlight power constants
2024-08-16 8:11 UTC (3+ messages)
[PATCH] staging: vme_user: vme_bridge.h: Document mutex in vme_dma_resource structure
2024-08-14 9:30 UTC (3+ messages)
State of affairs with Ilitek 9341 support
2024-08-13 10:59 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).