public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-05-31 05:31:40 to 2023-06-12 14:14:04 UTC [more...]

[PATCH v2 00/38] fbdev: Make userspace interfaces optional
 2023-06-12 14:08 UTC  (24+ 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 v3 0/4] Make sscanf() stricter
 2023-06-12 11:19 UTC  (9+ 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  (99+ messages)
` [PATCH 01/30] backlight/bd6107: Compare against struct fb_info.device
` [PATCH 02/30] backlight/gpio_backlight: "
` [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/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-12  5:57 UTC  (4+ 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-12  1:52 UTC  (14+ 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 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  (11+ messages)
` [PATCH 1/3] media: atomisp: sh_css_internal: Unifying sh_css_sp_group to remove #ifdef ISP2401
` [PATCH 2/3] atomisp: sh_css_params: write the sp_group config according to the ISP model
` [PATCH 3/3] media: atomisp: ia_css_debug: remove unused codes

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

[PATCH 001/001] drivers/staging/vme_user/vme.c: Fixed alignment issues
 2023-06-06 11:23 UTC 

[PATCH 0/5] media: atomisp: ov2680 work + add testing instructions
 2023-06-05  9:29 UTC  (10+ messages)
` [PATCH 1/5] media: atomisp: Stop resetting selected input to 0 between /dev/video# opens
` [PATCH 2/5] media: atomisp: ov2680: Stop using half pixelclock for binned modes
` [PATCH 3/5] media: atomisp: ov2680: Remove unnecessary registers from ov2680_global_setting[]
` [PATCH 4/5] media: atomisp: ov2680: Rename unknown/0x370a to sensor_ctrl_0a
` [PATCH 5/5] media: atomisp: Add testing instructions to TODO file

[PATCH] staging: rtl8192e: Add cfg80211.h and remove defined variables
 2023-06-03  8:52 UTC 

Wyższa konwersja w e-sklepie
 2023-06-02  8:40 UTC 

[PATCH] staging: rtl8192e: remove blank lines
 2023-06-01 19:52 UTC  (2+ messages)

[PATCH 0/3] media: atomisp: Selection API support bugfixes
 2023-06-01 16:04 UTC  (5+ messages)
` [PATCH 1/3] media: atomisp: Take minimum padding requirement on BYT/ISP2400 into account
` [PATCH 2/3] media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits with padding
` [PATCH 3/3] media: atomisp: Fix binning check in atomisp_set_crop()

[PATCH 0/4] Trivial code cleanup patches
 2023-05-31 15:46 UTC  (4+ messages)
` [PATCH 1/4] staging: rtl8192e: Rename variable SetWirelessMode

[PATCH 00/21] media: atomisp: Use selection API info to determine sensor padding
 2023-05-31 11:28 UTC  (9+ messages)
` [PATCH 05/21] media: atomisp: ov2680: Add init_cfg pad-op
` [PATCH 14/21] media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()

Fotowoltaika- propozycja instalacji
 2023-05-31  8:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox