linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 13:31:48 to 2023-06-13 11:10:09 UTC [more...]

[PATCH v3 00/38] fbdev: Make userspace interfaces optional
 2023-06-13 11:07 UTC  (36+ messages)
` [PATCH v3 01/38] backlight/bd6107: Compare against struct fb_info.device
` [PATCH v3 02/38] backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'
` [PATCH v3 03/38] backlight/gpio_backlight: Compare against struct fb_info.device
` [PATCH v3 04/38] backlight/gpio_backlight: Rename field 'fbdev' to 'dev'
` [PATCH v3 05/38] backlight/lv5207lp: Compare against struct fb_info.device
` [PATCH v3 06/38] backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
` [PATCH v3 07/38] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH v3 08/38] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH v3 09/38] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH v3 10/38] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH v3 11/38] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH v3 12/38] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH v3 13/38] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH v3 14/38] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH v3 15/38] fbdev/fsl-diu-fb: Output messages with fb_*() helpers
` [PATCH v3 16/38] fbdev/mb862xxfb: Output messages with fb_dbg()
` [PATCH v3 17/38] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH v3 18/38] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v3 19/38] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH v3 20/38] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH v3 21/38] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH v3 22/38] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH v3 23/38] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v3 24/38] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH v3 25/38] fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
` [PATCH v3 26/38] fbdev/sh7760fb: Output messages with fb_dbg()
` [PATCH v3 27/38] fbdev/sh7760fb: Alloc DMA memory from hardware device
` [PATCH v3 28/38] fbdev/sh7760fb: Use hardware device with dev_() output during probe
` [PATCH v3 29/38] fbdev/sm501fb: Output message with fb_err()
` [PATCH v3 30/38] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH v3 31/38] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH v3 32/38] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH v3 33/38] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH v3 34/38] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH v3 35/38] fbdev/core: Move procfs code to separate file

[PATCH v2 00/38] fbdev: Make userspace interfaces optional
 2023-06-13 10:47 UTC  (56+ messages)
` [PATCH v2 01/38] backlight/bd6107: Compare against struct fb_info.device
` [PATCH v2 02/38] backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'
` [PATCH v2 03/38] backlight/gpio_backlight: Compare against struct fb_info.device
` [PATCH v2 04/38] backlight/gpio_backlight: Rename field 'fbdev' to 'dev'
` [PATCH v2 05/38] backlight/lv5207lp: Compare against struct fb_info.device
` [PATCH v2 06/38] backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
` [PATCH v2 07/38] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 08/38] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH v2 09/38] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 10/38] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH v2 11/38] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH v2 12/38] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH v2 13/38] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH v2 14/38] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH v2 15/38] fbdev/fsl-diu-fb: Output messages with fb_*() helpers
` [PATCH v2 16/38] fbdev/mb862xxfb: Output messages with fb_dbg()
` [PATCH v2 17/38] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH v2 18/38] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 19/38] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH v2 20/38] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH v2 21/38] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH v2 22/38] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH v2 23/38] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 24/38] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH v2 25/38] fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
` [PATCH v2 26/38] fbdev/sh7760fb: Output messages with fb_dbg()
` [PATCH v2 27/38] fbdev/sh7760fb: Alloc DMA memory from hardware device
` [PATCH v2 28/38] fbdev/sh7760fb: Use hardware device with dev_() output during probe
` [PATCH v2 29/38] fbdev/sm501fb: Output message with fb_err()
` [PATCH v2 30/38] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH v2 31/38] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH v2 32/38] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH v2 33/38] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH v2 34/38] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH v2 35/38] fbdev/core: Move procfs code to separate file
` [PATCH v2 36/38] fbdev/core: Move file-I/O code into "
` [PATCH v2 37/38] fbdev/core: Rework fb init code
` [PATCH v2 38/38] fbdev: Make support for userspace interfaces configurable

[PATCH v2] media: meson: vdec: Add MODULE_FIRMWARE macro
 2023-06-13  9:59 UTC  (4+ messages)
` [PATCH v2 resend] "

[PATCH v2 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-13  9:37 UTC  (7+ messages)
` [PATCH v2 1/3] media: atomisp: sh_css_internal: Unifying sh_css_sp_group to remove #ifdef ISP2401
` [PATCH v2 2/3] media: atomisp: ia_css_debug: remove unused HAS_WATCHDOG_SP_THREAD_DEBUG codes
` [PATCH v2 3/3] atomisp: sh_css_params: write the sp_group config according to the ISP model

[PATCH v2 0/5] Trivial code cleanup patches
 2023-06-13  9:16 UTC  (15+ messages)
` [PATCH v2 1/5] staging: rtl8192e: Remove variable SetWirelessMode
` [PATCH v2 2/5] staging: rtl8192e: Remove variable SetBWModeHandler
` [PATCH v2 3/5] staging: rtl8192e: Remove variable LeisurePSLeave
` [PATCH v2 4/5] staging: rtl8192e: Remove variable InitialGainHandler
` [PATCH v2 5/5] staging: rtl8192e: Remove DRV_NAME definition in rtllib_debug.h

[PATCH v3 0/4] Make sscanf() stricter
 2023-06-12 20:19 UTC  (12+ messages)
` [PATCH v3 1/4] limits.h: add UCHAR_MAX, SCHAR_MAX, and SCHAR_MIN
` [PATCH v3 2/4] vsscanf(): Integer overflow is a conversion failure
` [PATCH v3 3/4] vsscanf(): do not skip spaces
` [PATCH v3 4/4] Reject NUL bytes in xenstore nodes

[PATCH 00/30] fbdev: Make userspace interfaces optional
 2023-06-12 10:46 UTC  (86+ messages)
` [PATCH 01/30] backlight/bd6107: Compare against struct fb_info.device
` [PATCH 03/30] backlight/lv5207lp: "
` [PATCH 04/30] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH 05/30] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH 06/30] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH 07/30] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH 08/30] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH 09/30] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH 10/30] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH 11/30] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH 12/30] fbdev/mb862xxfb: Output messages with fb_dbg() and fb_err()
` [PATCH 13/30] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH 14/30] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH 15/30] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH 16/30] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH 17/30] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH 19/30] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH 20/30] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH 21/30] fbdev/sm501fb: Output message with fb_err()
` [PATCH 22/30] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH 23/30] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH 24/30] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH 25/30] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH 26/30] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH 27/30] fbdev/core: Move procfs code to separate file
` [PATCH 28/30] fbdev/core: Move file-I/O code into "
` [PATCH 29/30] fbdev/core: Rework fb init code
` [PATCH 30/30] fbdev: Make support for userspace interfaces configurable

[PATCH v2 0/5] staging: Switch i2c drivers back to use .probe()
 2023-06-11 19:58 UTC  (5+ messages)
` [PATCH v2 2/5] media: atomisp: "

[PATCH v2 0/3] Make sscanf() stricter
 2023-06-10 19:59 UTC  (6+ messages)
` [PATCH v2 1/3] vsscanf(): Integer overflow is a conversion failure
` [PATCH v2 2/3] vsscanf(): do not skip spaces
` [PATCH v2 3/3] Strict XenStore entry parsing

[PATCH 0/2] staging: rtl8192e: Use standard api to calculate frequency <-> channel
 2023-06-08  6:52 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8192e: Use standard api to calculate frequency to channel
` [PATCH 2/2] staging: rtl8192e: Use standard api to calculate channel to frequency

[GIT PULL] media: atomisp: Changes for 6.5-1
 2023-06-07 10:27 UTC 

[PATCH 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-07  3:20 UTC  (4+ messages)
` [PATCH 2/3] atomisp: sh_css_params: write the sp_group config according to the ISP model

[PATCH] media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequencies" props
 2023-06-06 14:28 UTC  (2+ messages)


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