public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-04-18 13:35:43 to 2025-05-02 09:26:46 UTC [more...]

[PATCH 0/8] Staging: gpib: Update return types and error handling for request_system_control
 2025-05-02  9:25 UTC  (13+ messages)
` [PATCH 1/8] Staging: gpib: agilent_82357a: changing return type void in int
` [PATCH 2/8] Staging: gpib: Updated return type `request_system_control`
` [PATCH 3/8] Staging: gpib: Updated return type for `request_system_control`
` [PATCH 4/8] Staging: gpib: Updated return type `ines_request_system_control`
` [PATCH 5/8] Staging: gpib: Updated return type for `ines_request_system_control`
` [PATCH 6/8] Staging: gpib: Updated return type for `request_system_control`
` [PATCH 7/8] Staging: gpib: `request_system_control` error handling in resume
` [PATCH 8/8] Staging: gpib: Optimize error handling in agilent_82357a_driver_resume

[PATCH 0/3 V2] staging: gpib: ines driver fix and cleanup
 2025-05-02  7:21 UTC  (4+ messages)
` [PATCH 1/3 V2] staging: gpib: Fix PCMCIA config identifier
` [PATCH 2/3 V2] staging: gpib: Declare driver entry points static
` [PATCH 3/3 V2] staging: gpib: Avoid unused variable warning

[PATCH 0/4] media: atomisp: Add support for using mainline mt9m114 driver
 2025-05-01 20:36 UTC  (6+ messages)
` [PATCH 1/4] media: atomisp: Rename camera to sensor
` [PATCH 2/4] media: atomisp: Avoid deadlock with sensor subdevs with state_lock set
` [PATCH 3/4] media: atomisp: Add support for sensors with a separate ISP v4l2_subdev
` [PATCH 4/4] media: atomisp: Remove atomisp-mt9m114 driver

[PATCH v10 0/4] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2025-05-01 19:55 UTC  (5+ messages)
` [PATCH v10 1/4] media: rkvdec: h264: Limit minimum profile to constrained baseline
` [PATCH v10 2/4] media: rkvdec: Initialize the m2m context before the controls
` [PATCH v10 3/4] media: rkvdec: Add get_image_fmt ops
` [PATCH v10 4/4] media: rkvdec: h264: Support High 10 and 4:2:2 profiles

[PATCH v2] media: atomisp: Remove compat ioctl32 header file
 2025-05-01 14:25 UTC  (3+ messages)

[PATCH v2 0/3] Unnecessary code cleanup patches
 2025-05-01 14:16 UTC  (3+ messages)
` [PATCH v2 1/3] staging: media: Remove duplicate NULL tests on a value in pci

[PATCH v3] media: Fix indentation to use TAB instead of spaces
 2025-05-01 14:14 UTC  (2+ messages)

[PATCH] media: atomisp: i2c: Remove unused macro definitions
 2025-05-01 14:08 UTC  (2+ messages)

[PATCH] media: atomisp: fix spelling error in ia_css_sdis2_types.h
 2025-05-01 14:07 UTC  (2+ messages)

[PATCH 0/5] staging: sm750fb: Style cleanup for sm750fb
 2025-04-30  5:55 UTC  (6+ messages)
` [PATCH 1/5] staging: sm750fb: rename sm750_hw_cursor_setSize
` [PATCH 2/5] staging: sm750fb: rename sm750_hw_cursor_setPos
` [PATCH 3/5] staging: sm750fb: rename sm750_hw_cursor_setColor
` [PATCH 4/5] staging: sm750fb: rename sm750_hw_cursor_setData
` [PATCH 5/5] staging: sm750fb: rename sm750_hw_cursor_setData2

[PATCH] staging: rtl8723bs: Replace manual mutex handling with scoped_guard()
 2025-04-29 12:25 UTC  (2+ messages)

[PATCH v2 1/2] [PATCH v2 1/2] staging: greybus: fw-management: Add detailed mutex comment
 2025-04-28 17:06 UTC  (4+ messages)
  ` [PATCH v2 2/2] [PATCH V2 2/2] staging: greybus: fix indentation in fw_mgmt_ioctl()

[PATCH v2] iio: frequency: ad9832: devicetree probing support
 2025-04-28 16:06 UTC  (4+ messages)

[PATCH] drivers/staging: Fix indentation and add mutex comment in fw-management.c
 2025-04-28  5:44 UTC  (3+ messages)

[PATCH 3/3 V2] staging: gpib: Avoid unused variable warning
 2025-04-28  5:35 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Fix CamelCase and coding style issues across driver
 2025-04-27 13:16 UTC  (4+ messages)

[PATCH 0/3] staging: gpib: ines driver fix and cleanup
 2025-04-27 10:42 UTC  (6+ messages)
` [PATCH 1/3] staging: gpib: Fix PCMCIA config identifier
` [PATCH 2/3] staging: gpib: Declare driver entry points static
` [PATCH 3/3] staging: gpib: Avoid unused variable warning

[PATCH] staging: gpib: Avoid unused variable warnings
 2025-04-27  9:31 UTC 

[PATCH V2] staging: gpib: Fix lpvo request_system_control
 2025-04-26 15:03 UTC 

[PATCH v4 0/2] staging: iio: frequency: ad9832: Fix and
 2025-04-25 13:18 UTC  (7+ messages)
` [PATCH v4 1/2] staging: iio: frequency: ad9832: Use SLEEP bit instead of RESET to disable output
` [PATCH v4 2/2] staging: iio: frequency: ad9832: Refactor powerdown control

[PATCH] [Patch]: staging: greybus: camera: fix alignment should match open parentheses
 2025-04-25 11:51 UTC  (2+ messages)

[PATCH v3 0/3] Fix and refactor output disable logic
 2025-04-25  8:19 UTC  (14+ messages)
` [PATCH v3 1/3] iio: frequency: Use SLEEP bit instead of RESET to disable output
` [PATCH v3 2/3] staging: iio: ad9832: Refactor powerdown control
` [PATCH v3 3/3] staging: iio: ad9832: Add minor improvements to ad9832_write_powerdown

Exclusive Funding Opportunity
 2025-04-25  6:45 UTC 

[PATCH 0/2] staging: rtl8723bs: Use scoped_guard for mutex handling
 2025-04-25  5:10 UTC  (4+ messages)
` [PATCH 1/2] staging: rtl8723bs: Replace manual mutex handling with scoped_guard()
` [PATCH 2/2] staging: rtl8723bs: Switch mutexes to scoped_guard

[PATCH v2 RESEND] media: imx: fix a potential memory leak in imx_media_csc_scaler_device_init()
 2025-04-24  3:10 UTC 

[PATCH v2] staging: bcm2835-camera: Initialise dev in v4l2_dev
 2025-04-23 10:47 UTC 

[PATCH] staging: sm750fb: change `enum dpms` to snake_case
 2025-04-23  4:03 UTC 

[PATCH] staging: rtl8723bs: remove multiple blank lines
 2025-04-22 21:23 UTC 

[PATCH v9 0/4] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2025-04-22 21:20 UTC  (7+ messages)
` [PATCH v9 3/4] media: rkvdec: Add get_image_fmt ops
` [PATCH v9 4/4] media: rkvdec: h264: Support High 10 and 4:2:2 profiles

[PATCH v2 0/3] Fix and refactor output disable logic
 2025-04-22 16:25 UTC  (7+ messages)
` [PATCH v2 1/3] iio: frequency: Use SLEEP bit instead of RESET to disable output
` [PATCH v2 2/3] staging: iio: ad9832: Refactor powerdown control
` [PATCH v2 3/3] staging: iio: ad9832: Add minor improvements to ad9832_write_powerdown

[PATCH v3] staging: iio: ad5933: Correct settling cycles encoding per datasheet
 2025-04-22 10:02 UTC  (4+ messages)

[PATCH] axis-fifo: Remove hardware resets for user errors
 2025-04-22  9:56 UTC  (2+ messages)

[PATCH 1/2] media: atomisp: Remove compat ioctl32 header file
 2025-04-22  8:04 UTC  (5+ messages)
` [PATCH 2/2] media: atomisp: Remove unused atomisp_compat_ioctl32() declaration

[PATCH 0/5] staging: iio: adc: ad7816: Fix channel handling and refactor
 2025-04-22  6:44 UTC  (9+ messages)
` [PATCH 1/5] staging: iio: adc: ad7816: Allow channel 7 for all devices
` [PATCH 2/5] staging: iio: adc: ad7816: Rename state structure
` [PATCH 3/5] staging: iio: adc: ad7816: Introduce chip_info and use pointer matching
` [PATCH 4/5] staging: iio: adc: ad7816: Use chip_info for device capabilities
` [PATCH 5/5] staging: iio: adc: ad7816: Simplify channel validation using chip_info

[PATCH 1/1] staging: gpib: gpio: Fix memory allocation style in gpib_bitbang.c
 2025-04-22  6:33 UTC  (4+ messages)

[PATCH] staging: gpib: Fix lpvo request_system_control
 2025-04-22  6:28 UTC  (2+ messages)

[PATCH v5 0/5] staging: iio: adc: ad7816: Fix channel handling and refactor
 2025-04-21 13:49 UTC  (12+ messages)
` [PATCH v5 1/5] staging: iio: adc: ad7816: Allow channel 7 for all devices
` [PATCH v5 2/5] staging: iio: adc: ad7816: Rename state structure
` [PATCH v5 3/5] staging: iio: adc: ad7816: Introduce chip_info and use pointer matching
` [PATCH v5 4/5] staging: iio: adc: ad7816: Use chip_info for device capabilities
` [PATCH v5 5/5] staging: iio: adc: ad7816: Simplify channel validation using chip_info

[PATCH v3 0/5] staging: iio: adc: ad7816: Fix channel handling
 2025-04-21 13:44 UTC  (10+ messages)
` [PATCH v3 1/5] staging: iio: adc: ad7816: Allow channel 7 for all devices
` [PATCH v3 2/5] staging: iio: adc: ad7816: Rename state structure
` [PATCH v3 3/5] staging: iio: adc: ad7816: Introduce chip_info and use pointer matching
` [PATCH v3 4/5] staging: iio: adc: ad7816: Use chip_info for device capabilities
` [PATCH v3 5/5] staging: iio: adc: ad7816: Simplify channel validation using chip_info

[PATCH] iio: frequency: Use SLEEP bit instead of RESET to disable output
 2025-04-21 13:38 UTC  (7+ messages)

[PATCH v4] staging: iio: ad5933: Correct settling cycles encoding per datasheet
 2025-04-21 12:42 UTC  (3+ messages)

[PATCH v2] staging: iio: accel: adis16203: Fix single-axis representation
 2025-04-21 11:53 UTC  (2+ messages)

[PATCH] iio: ad5933: Correct settling cycles encoding per datasheet
 2025-04-20  1:12 UTC  (7+ messages)

[PATCH v6 0/2] Cleanup duplicate NULL tests on a value
 2025-04-19 16:25 UTC  (5+ messages)
` [PATCH v6 1/2] staging: rtl8723bs: Remove duplicate NULL tests on pstat
` [PATCH v6 2/2] staging: rtl8723bs: Prevent duplicate NULL tests on psta pointer

[PATCH] staging: axis-fifo: Correct handling of tx_fifo_depth for size validation
 2025-04-19  1:29 UTC 

[PATCH v2] iio: adc: Include valid channel for channel selection
 2025-04-18 20:55 UTC  (3+ messages)

[PATCH v2] iio: ad5933: Correct settling cycles encoding per datasheet
 2025-04-18 18:10 UTC 

[PATCH] iio: accel: adis16203: Fix single-axis representation and CALIBBIAS handling
 2025-04-18 17:38 UTC  (3+ messages)

[PATCH 0/8] staging: gpib: Fixes and cleanup for gpio driver
 2025-04-18 17:34 UTC  (9+ messages)
` [PATCH 1/8] staging: gpib: Fix request_system_control in gpio
` [PATCH 2/8] staging: gpib: Fix setting controller-in-charge
` [PATCH 3/8] staging: gpib: Enable SRQ irq on request_system_control
` [PATCH 4/8] staging: gpib: Remove dependency on LED subsystem
` [PATCH 5/8] staging: gpib: Remove atn_asserted global variable
` [PATCH 6/8] staging: gpib: Change error code for no listener
` [PATCH 7/8] staging: gpib: Cleanup allocate_gpios code
` [PATCH 8/8] staging: gpib: Set control lines in attach

[PATCH v3] iio: adc: Correct conditional logic for store mode
 2025-04-18 16:56 UTC  (5+ messages)

[PATCH 0/4] staging: sm750fb: remove unused code/files
 2025-04-18 15:17 UTC  (5+ messages)
  ` [PATCH 1/4] staging: sm750fb: Remove ddk750_sii164
  ` [PATCH 2/4] staging: sm750fb: remove ddk750_dvi
  ` [PATCH 3/4] staging: sm750fb: remove ddk750_hwi2c
  ` [PATCH 4/4] staging: sm750fb: remove irrelevant TODO line

[PATCH v2] iio: frequency: ad9832: Remove unused parameter from data documentation
 2025-04-18 15:22 UTC  (2+ messages)

[PATCH v8] iio: frequency: ad9832: Use FIELD_PREP macro to set bit fields
 2025-04-18 15:22 UTC  (3+ messages)

[PATCH V2] staging: gpib: Add return value to request_control
 2025-04-18 13:35 UTC 


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