linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-29 11:16:28 to 2023-04-05 06:30:10 UTC [more...]

[PATCH] staging: rtl8192e: Add blank lines after declarations
 2023-04-05  6:30 UTC 

[PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support
 2023-04-05  4:21 UTC  (7+ messages)
` [PATCH 2/9] media: v4l2: Add NV12_16L16 pixel format to v4l2 format info
` [PATCH 4/9] media: v4l2: Add JPEG "

[RESEND PATCH v4 00/21] Add Tegra20 parallel video input capture
 2023-04-05  2:30 UTC  (6+ messages)
` [RESEND PATCH v4 03/21] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats

[PATCH 00/24] staging: Convert to platform remove callback returning void
 2023-04-04 16:54 UTC  (39+ messages)
` [PATCH 01/24] staging: axis-fifo: "
` [PATCH 02/24] staging: emxx_udc: "
` [PATCH 03/24] staging: fieldbus: arcx-anybus: "
` [PATCH 04/24] staging: greybus: arche-apb-ctrl: "
` [PATCH 05/24] staging: greybus: arche: "
` [PATCH 06/24] staging: media: atmel-sama5d2-isc: "
` [PATCH 07/24] staging: media: atmel-sama7g5-isc: "
` [PATCH 08/24] staging: media: imx-media-csi: "
` [PATCH 09/24] staging: media: imx-media-dev: "
` [PATCH 10/24] staging: media: imx6-mipi-csi2: "
` [PATCH 11/24] staging: media: imx8mq-mipi-csi2: "
` [PATCH 12/24] staging: media: meson: vdec: "
` [PATCH 13/24] staging: media: omap4iss: "
` [PATCH 14/24] staging: media: rkvdec: "
` [PATCH 15/24] staging: media: sunxi: cedrus: "
` [PATCH 16/24] staging: media: sun6i-isp: "
` [PATCH 17/24] staging: most: dim2: "
` [PATCH 18/24] staging: nvec: "
` [PATCH 19/24] staging: nvec: nvec_kbd: "
` [PATCH 20/24] staging: nvec_power: "
` [PATCH 21/24] staging: nvec_ps2: "
` [PATCH 22/24] staging: octeon: ethernet: "
` [PATCH 23/24] staging: vc04_services: bcm2835-camera: "
` [PATCH 24/24] staging: vc04_services: vchiq_arm: "

[PATCH 00/12] drm/tegra: Convert to platform remove callback returning void
 2023-04-04 12:14 UTC  (2+ messages)

[PATCH v2 00/11] fbdev: Maintain device ownership with aperture helpers
 2023-04-04 11:36 UTC  (9+ messages)
` [PATCH v2 07/11] video/aperture: Disable and unregister sysfb devices via "

[PATCH 0/2] improve arche_platform_wd_irq() function
 2023-04-03 15:23 UTC  (16+ messages)
` [PATCH 1/2] staging: greybus: add a single exit path to arche_platform_wd_irq()
` [PATCH 2/2] staging: greybus: refactor arche_platform_wd_irq()

[PATCH] staging: greybus: loopback: fix up checkpath macro do while error
 2023-04-03 13:50 UTC  (8+ messages)

[PATCH] staging: iio: resolver: ads1210: fix config mode
 2023-04-03  6:54 UTC  (3+ messages)

[PATCH] staging: octeon: remove typedef declaration for cvmx_fau_op_size
 2023-04-03  6:17 UTC  (2+ messages)

[PATCH 00/28] media: atomisp: Further sensor rework + exotic features removal
 2023-04-02 19:13 UTC  (39+ messages)
` [PATCH 01/28] media: atomisp: Add v4l2_get_acpi_sensor_info() helper
` [PATCH 02/28] media: atomisp: ov2680: Use v4l2_get_acpi_sensor_info() for the GPIO lookups
` [PATCH 03/28] media: atomisp: ov2680: Error handling fixes
` [PATCH 04/28] media: atomisp: gc0310: Remove some unused structure definitions
` [PATCH 05/28] media: atomisp: gc0310: Remove GC0310_TOK_*
` [PATCH 06/28] media: atomisp: gc0310: Simplify gc0310_write_reg_array()
` [PATCH 07/28] media: atomisp: gc0310: Remove enum gc0310_tok_type
` [PATCH 08/28] media: atomisp: gc0310: Replace custom reg access functions with smbus helpers
` [PATCH 09/28] media: atomisp: gc0310: Remove non working flip-controls
` [PATCH 10/28] media: atomisp: gc0310: Remove read-only exposure control
` [PATCH 11/28] media: atomisp: gc0310: Drop custom ATOMISP_IOC_S_EXPOSURE support
` [PATCH 12/28] media: atomisp: gc0310: Add exposure and gain controls
` [PATCH 13/28] media: atomisp: gc0310: Add error_unlock label to s_stream()
` [PATCH 14/28] media: atomisp: gc0310: Modernize and simply set_fmt(), get_fmt(), etc
` [PATCH 15/28] media: atomisp: gc0310: Delay power-on till streaming is started
` [PATCH 16/28] media: atomisp: gc0310: Add runtime-pm support
` [PATCH 17/28] media: atomisp: gc0310: Use devm_kzalloc() for data struct
` [PATCH 18/28] media: atomisp: gc0310: Switch over to ACPI powermanagement
` [PATCH 19/28] media: atomisp: Remove duplicate atomisp_[start|stop]_streaming prototypes
` [PATCH 20/28] media: atomisp: Remove continuous mode related code from atomisp_set_fmt()
` [PATCH 21/28] media: atomisp: Remove custom V4L2_CID_FMT_AUTO control
` [PATCH 22/28] media: atomisp: Remove snr_mbus_fmt local var from atomisp_try_fmt()
` [PATCH 23/28] media: atomisp: Remove unused ATOM_ISP_MAX_WIDTH_TMP and ATOM_ISP_MAX_HEIGHT_TMP
` [PATCH 24/28] media: atomisp: Remove atomisp_try_fmt() call from atomisp_set_fmt()
` [PATCH 25/28] media: atomisp: Drop support for streaming from 2 sensors at once
` [PATCH 26/28] media: atomisp: Remove struct atomisp_sub_device index field
` [PATCH 27/28] media: atomisp: gmin_platform: Make DMI quirks take precedence over the _DSM table
` [PATCH 28/28] media: atomisp: gmin_platform: Add Lenovo Ideapad Miix 310 gmin_vars

[PATCH v2 0/5] staging: rtl8192e: fix checkpatch issues in rtllib_crypt_ccmp.c
 2023-04-02 16:00 UTC  (7+ messages)
` [PATCH v2 1/5] staging: rtl8192e: remove extra blank lines "
` [PATCH v2 2/5] staging: rtl8192e: fix alignment to match open parenthesis
` [PATCH v2 3/5] staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPFormatErrors>
` [PATCH v2 4/5] staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPReplays>
` [PATCH v2 5/5] staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPDecryptErrors>

[PATCH] staging: wlan-ng: add comment to spinlock_t
 2023-04-02 15:36 UTC  (2+ messages)

[BUG] staging: rtl8192e: oops occurs when finding hardware rtl8192se
 2023-04-02 15:00 UTC 

[PATCH 00/10] media: atomisp: Remove depth-mode and continuous mode support
 2023-04-02 12:41 UTC  (11+ messages)
` [PATCH 02/10] media: atomisp: Remove "
` [PATCH 04/10] media: atomisp: Remove crop_needs_override from atomisp_set_fmt()

[PATCH v2 0/6] staging: rtl8192e: Remove enum RF_1T2R and useless cases for customer_id
 2023-04-02  9:52 UTC  (7+ messages)
` [PATCH v2 1/6] staging: rtl8192e: Remove RF_Type from .._dm_tx_update_tssi_weak_signal
` [PATCH v2 2/6] staging: rtl8192e: Remove enum RF_1T2R and RF_Type
` [PATCH v2 3/6] staging: rtl8192e: Remove local variable Value and powerlevelOFDM24G
` [PATCH v2 4/6] staging: rtl8192e: Remove case customer_id = RT_CID_DLINK
` [PATCH v2 5/6] staging: rtl8192e: Remove case customer_id = RT_CID_819x_CAMEO,
` [PATCH v2 6/6] staging: rtl8192e: Remove case customer_id = RT_CID_DEFAULT,

[PATCH 0/5] staging: rtl8192e: Remove enum RF_1T2R and useless cases for customer_id
 2023-04-01 22:34 UTC  (7+ messages)
` [PATCH 1/5] staging: rtl8192e: Remove enum RF_1T2R
` [PATCH 2/5] staging: rtl8192e: Remove local variable Value and powerlevelOFDM24G
` [PATCH 3/5] staging: rtl8192e: Remove case customer_id = RT_CID_DLINK
` [PATCH 4/5] staging: rtl8192e: Remove case customer_id = RT_CID_819x_CAMEO,
` [PATCH 5/5] staging: rtl8192e: Remove case customer_id = RT_CID_DEFAULT,

[PATCH 0/5] staging: rtl8192e: fix checkpatch issues in rtllib_crypt_ccmp.c
 2023-04-01 21:20 UTC  (7+ messages)
` [PATCH 1/5] staging: rtl8192e: remove extra blank lines "
` [PATCH 2/5] staging: rtl8192e: fix alignment to match open parenthesis
` [PATCH 3/5] staging: rtl8192e: avoid camel-case <dot11RSNAStatsCCMPFormatErrors>
` [PATCH 4/5] staging: rtl8192e: avoid camel-case <dot11RSNAStatsCCMPReplays>
` [PATCH 5/5] staging: rtl8192e: avoid camel-case <dot11RSNAStatsCCMPDecryptErrors>

[PATCH] staging: rtl8723bs: indent with tab, align with space
 2023-03-31 23:00 UTC 

[PATCH v4] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
 2023-03-31 16:37 UTC  (7+ messages)

[PATCH] media: staging: max96712: Add support for 3-lane C-PHY
 2023-03-31 14:19 UTC  (6+ messages)

[PATCH] staging: ks7010: remove unnecesary parentheses
 2023-03-30 20:53 UTC  (4+ messages)

[PATCH 5.10 0/1] staging: rtl8192u: Add null check in rtl8192_usb_initendpoints
 2023-03-30 20:52 UTC  (3+ messages)
` [PATCH 5.10 1/1] "

(no subject)
 2023-03-30 20:01 UTC  (2+ messages)

[PATCH 0/5] Remove acpi.h implicit include of of.h
 2023-03-30 17:18 UTC  (14+ messages)
` [PATCH 1/5] iio: adc: ad7292: Add explicit include for of.h
` [PATCH 2/5] staging: iio: resolver: ad2s1210: "
` [PATCH 3/5] net: rfkill-gpio: "
` [PATCH 4/5] serial: 8250_tegra: "
` [PATCH 5/5] ACPI: Replace irqdomain.h include with struct declarations

[PATCH] staging: greybus: refactor arche_platform_wd_irq() function
 2023-03-30 15:05 UTC  (4+ messages)

[PATCH] staging: ks7010: remove unnecessary parentheses
 2023-03-30 12:53 UTC  (2+ messages)

[PATCH] staging: ks7010: remove unnecesary parentheses
 2023-03-30 12:09 UTC 

[PATCH 0/5] staging: r8188eu: code cleanup and coding-style fix patches
 2023-03-29 18:48 UTC  (7+ messages)
` [PATCH 1/5] staging: r8188eu: add blank line after declaration
` [PATCH 2/5] staging: r8188eu: refactor block-comments
` [PATCH 3/5] staging: r8188eu: remove redundant else after return
` [PATCH 4/5] staging: r8188eu: Replace "<<" with BIT macro
` [PATCH 5/5] staging: r8188eu: place constants on right side of comparison

[PATCH] Documentation: kernel-parameters: Remove meye entry
 2023-03-29 17:17 UTC  (2+ messages)

[PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
 2023-03-29 14:30 UTC  (4+ 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).