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

[PATCH] media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequencies" props
 2023-06-06 13:31 UTC 

[PATCH 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-06 13:19 UTC  (10+ 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 001/001] drivers/staging/vme_user/vme.c: Fixed alignment issues
 2023-06-06 11:23 UTC 

[PATCH 00/30] fbdev: Make userspace interfaces optional
 2023-06-06  8:05 UTC  (43+ 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 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  (7+ messages)
` [PATCH 1/4] staging: rtl8192e: Rename variable SetWirelessMode
` [PATCH 2/4] staging: rtl8192e: Rename variable SetBWModeHandler
` [PATCH 3/4] staging: rtl8192e: Rename variable LeisurePSLeave
` [PATCH 4/4] staging: rtl8192e: Rename variable InitialGainHandler

[PATCH 00/21] media: atomisp: Use selection API info to determine sensor padding
 2023-05-31 11:28 UTC  (40+ messages)
` [PATCH 01/21] media: atomisp: Update TODO
` [PATCH 02/21] media: atomisp: ov2680: s/ov2680_device/ov2680_dev/
` [PATCH 03/21] media: atomisp: ov2680: s/input_lock/lock/
` [PATCH 04/21] media: atomisp: ov2680: Add missing ov2680_calc_mode() call to probe()
` [PATCH 05/21] media: atomisp: ov2680: Add init_cfg pad-op
` [PATCH 06/21] media: atomisp: ov2680: Implement selection support
` [PATCH 07/21] media: atomisp: Remove a bunch of sensor related custom IOCTLs
` [PATCH 08/21] media: atomisp: Remove redundant atomisp_subdev_set_selection() calls from atomisp_set_fmt()
` [PATCH 09/21] media: atomisp: Simplify atomisp_subdev_set_selection() calls in atomisp_set_fmt()
` [PATCH 10/21] media: atomisp: Add target validation to atomisp_subdev_set_selection()
` [PATCH 11/21] media: atomisp: Remove bogus fh use from atomisp_set_fmt*()
` [PATCH 12/21] media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]
` [PATCH 13/21] media: atomisp: Add ia_css_frame_pad_width() helper function
` [PATCH 14/21] media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()
` [PATCH 15/21] media: atomisp: Add support for sensors which implement selection API / cropping
` [PATCH 16/21] media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-op
` [PATCH 17/21] media: atomisp: Make atomisp_init_sensor() check if the sensor supports binning
` [PATCH 18/21] media: atomisp: Use selection API info to determine sensor padding
` [PATCH 19/21] media: atomisp: Set crop before setting fmt
` [PATCH 20/21] media: atomisp: Add enum_framesizes function for sensors with selection / crop support
` [PATCH 21/21] media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHz

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

[PATCH v5] Staging: rts5208: rtsx: Removed new line in else and else if
 2023-05-30 13:58 UTC  (2+ messages)

[PATCH v4] Staging: rts5208: rtsx: Moved else statement to same line with else if
 2023-05-30  4:15 UTC  (2+ messages)

[PATCH] media: atomisp: move the sanity checks before variable dereferences
 2023-05-30  1:11 UTC  (3+ messages)

[PATCH 0/9] staging: rtl8192e: Remove undefined functions like data_hard_stop
 2023-05-28 18:37 UTC  (4+ messages)
` [PATCH 9/9] staging: rtl8192e: Remove undefined function LedControlHandler
  ` staging: rtl8192e: Replace drivers rtllib_crypt_ccmp_... with lib80211_crypt_

[PATCH v2 0/5] staging: Switch i2c drivers back to use .probe()
 2023-05-28 16:41 UTC  (8+ messages)
` [PATCH v2 1/5] staging: iio: "
` [PATCH v2 2/5] media: atomisp: "
` [PATCH v2 3/5] media: staging: max96712: Switch i2c driver "
` [PATCH v2 4/5] staging: olpc_dcon: "
` [PATCH v2 5/5] staging: most: "

[PATCH v2] staging: rtl8192e: clean unnecessary braces warning on r8192E_phy.c
 2023-05-28 15:40 UTC 

[PATCH] staging: rtl8192e: Fix BRACES warning
 2023-05-28 15:27 UTC  (3+ messages)

[PATCH v1 1/1] staging: pi433: Remove stray gpiod_unexport() call
 2023-05-28 14:01 UTC 

[PATCH] media: atomisp: Fix buffer overrun in gmin_get_var_int()
 2023-05-28 13:23 UTC  (5+ messages)

[PATCH] staging: vchiq_arm: mark vchiq_platform_init() static
 2023-05-28  9:13 UTC  (2+ messages)

[PATCH] staging: sm750fb: fix camelCase names
 2023-05-28  9:09 UTC  (2+ messages)

[PATCH v2 1/2] axis-fifo: use devm_kasprintf() for allocating formatted strings
 2023-05-28  9:00 UTC  (11+ messages)
` [PATCH v3 "
      ` [PATCH v4 1/3] axis-fifo: fix smatch warning for format specifier
        ` [PATCH v4 2/3] axis-fifo: use devm_kasprintf() for allocating formatted strings
        ` [PATCH v4 3/3] axis-fifo: cleanup space issues with fops struct

[PATCH v2 0/5] media: atomisp: Add support for v4l2-async sensor registration
 2023-05-27 15:54 UTC  (11+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] media: atomisp: ov2680: Turn into standard v4l2 sensor driver
` [PATCH v2 3/5] media: atomisp: gc0310: "
` [PATCH v2 4/5] media: atomisp: Drop v4l2_get_acpi_sensor_info() function
` [PATCH v2 5/5] media: Move gc0310 sensor drivers to drivers/media/i2c/

[PATCH] media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()
 2023-05-27 15:48 UTC  (2+ messages)

[PATCH] Staging: rts5208: rtsx: Moved else statement to same line with else if
 2023-05-27  7:40 UTC  (4+ messages)
` [PATCH v2] "

[bug report] media: atomisp_gmin_platform: stop abusing efivar API
 2023-05-26 11:54 UTC 

[PATCH 0/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper + gc0310 sensor driver
 2023-05-24 12:16 UTC  (17+ messages)
` [PATCH 1/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper function
` [PATCH 4/9] media: atomisp: gc0310: Drop XXGC0310 ACPI hardware-id
` [PATCH 7/9] media: atomisp: gc0310: Remove gc0310_s_config() function

[PATCH] staging: Switch i2c drivers back to use .probe()
 2023-05-24 10:25 UTC  (6+ messages)

[linux-stable-rc:queue/5.15 78/106] drivers/staging/rtl8192e/rtl8192e/rtl_core.c:29:33: warning: unused variable 'rtl819xp_ops'
 2023-05-23 18:36 UTC  (3+ messages)

[PATCH v5 34/44] staging: add HAS_IOPORT dependencies
 2023-05-22 10:50 UTC 

[PATCH 9/9] media: Move gc0310 sensor drivers to drivers/media/i2c/
 2023-05-21  1:13 UTC  (2+ messages)

[PATCH 0/9] media: atomisp: Add support for v4l2-async sensor registration
 2023-05-19 13:19 UTC  (4+ messages)
` [PATCH 9/9] "


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