public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-08-30 19:11:22 to 2024-09-10 05:58:07 UTC [more...]

[PATCH 00/11] staging: rtl8723bs: Remove unused functions starting with RTW_DISABLE_FUNC
 2024-09-10  5:58 UTC  (12+ messages)
` [PATCH 01/11] staging: rtl8723bs: Remove unused function RTW_DISABLE_FUNC
` [PATCH 02/11] staging: rtl8723bs: Remove unused function rxmem_to_recvframe
` [PATCH 03/11] staging: rtl8723bs: Remove unused function rtw_hal_get_odm_var
` [PATCH 04/11] staging: rtl8723bs: Remove unused function rf_reg_dump
` [PATCH 05/11] staging: rtl8723bs: Remove unused function dump_4_rf_regs
` [PATCH 06/11] staging: rtl8723bs: Remove unused function bb_reg_dump
` [PATCH 07/11] staging: rtl8723bs: Remove unused function mac_reg_dump
` [PATCH 08/11] staging: rtl8723bs: Remove unused function dump_4_regs
` [PATCH 09/11] staging: rtl8723bs: Remove unused files rtw_debug.c and rtw_debug.h
` [PATCH 10/11] staging: rtl8723bs: Remove unused function rtw_ch2freq
` [PATCH 11/11] staging: rtl8723bs: Remove unused file rtw_rf.c

[PATCH v3 0/4] staging: rtl8723bs: Fix spelling mistakes
 2024-09-10  5:35 UTC  (6+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
` [PATCH v3 2/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
` [PATCH v3 3/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
` [PATCH v3 4/4] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c

[PATCH v6 0/7] staging: vchiq_core: Remove unused function argument
 2024-09-10  5:15 UTC  (9+ messages)
` [PATCH v6 1/7] staging: vchiq: Factor out bulk transfer for VCHIQ_BULK_MODE_WAITING
` [PATCH v6 2/7] staging: vchiq_core: Simplify vchiq_bulk_transfer()
` [PATCH v6 3/7] staging: vchiq_core: Factor out bulk transfer for blocking mode
` [PATCH v6 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode
` [PATCH v6 5/7] staging: vchiq_core: Drop vchiq_bulk_transfer()
` [PATCH v6 6/7] staging: vchiq_core: Remove unused function argument
` [PATCH v6 7/7] staging: vchiq_core: Pass enumerated flag instead of int

[PATCH v5 0/7] staging: vchiq_core: Refactor vchiq_bulk_transfer() logic
 2024-09-10  5:04 UTC  (11+ messages)
` [PATCH v5 1/7] staging: vchiq: Factor out bulk transfer for VCHIQ_BULK_MODE_WAITING
` [PATCH v5 2/7] staging: vchiq_core: Simplify vchiq_bulk_transfer()
` [PATCH v5 3/7] staging: vchiq_core: Factor out bulk transfer for blocking mode
` [PATCH v5 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode
` [PATCH v5 5/7] staging: vchiq_core: Drop vchiq_bulk_transfer()
` [PATCH v5 6/7] staging: vchiq_core: Remove unused function argument
` [PATCH v5 7/7] staging: vchiq_core: Pass enumerated flag instead of int

[PATCH v6 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2024-09-09 19:25 UTC  (12+ messages)
` [PATCH v6 01/11] media: v4l2-common: Add helpers to calculate bytesperline and sizeimage
` [PATCH v6 02/11] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v6 03/11] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v6 04/11] media: rkvdec: h264: Don't hardcode SPS/PPS parameters
` [PATCH v6 05/11] media: rkvdec: Extract rkvdec_fill_decoded_pixfmt into helper
` [PATCH v6 06/11] media: rkvdec: Move rkvdec_reset_decoded_fmt helper
` [PATCH v6 07/11] media: rkvdec: Extract decoded format enumeration into helper
` [PATCH v6 08/11] media: rkvdec: Add image format concept
` [PATCH v6 09/11] media: rkvdec: Add get_image_fmt ops
` [PATCH v6 10/11] media: rkvdec: h264: Support High 10 and 4:2:2 profiles
` [PATCH v6 11/11] media: rkvdec: Fix enumerate frame sizes

[PATCH v2 1/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
 2024-09-09 17:36 UTC  (2+ messages)

[PATCH] staging: greybus: Fix capitalization and punctuation inconsistencies
 2024-09-09 12:51 UTC  (2+ messages)

[PATCH] Revert "staging: greybus: Fix capitalization and punctuation inconsistencies"
 2024-09-09 12:48 UTC 

[PATCH] staging: rtl8723bs: Fix tabs for indent and + in comment blocks
 2024-09-09  8:00 UTC  (3+ messages)

[PATCH 0/6] staging: rtl8723bs: Fix various coding style issues
 2024-09-09  7:59 UTC  (16+ messages)
` [PATCH 1/6] staging: rtl8723bs: fix use of tab wherever possible
` [PATCH 2/6] staging: rtl8723bs: fix position of opening braces
` [PATCH 3/6] staging: rtl8723bs: fix space before tabs
` [PATCH 4/6] staging: rtl8723bs: fix comment with a trailing */ on a separate line
` [PATCH 5/6] staging: rtl8723bs: fix switch and case to be at same indent
` [PATCH 6/6] staging: rtl8723bs: fix no space before tab and statement start on tabstop

[PATCH v2 4/4] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
 2024-09-09  4:15 UTC 

[PATCH v2 3/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
 2024-09-09  4:15 UTC 

[PATCH v2 2/4] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
 2024-09-09  4:15 UTC 

[PATCH 00/16] Staging: rtl8192e: Cleanup even more camelcase variable names
 2024-09-08 20:44 UTC  (18+ messages)
` [PATCH 01/16] Staging: rtl8192e: Rename variable pReorderEntry
` [PATCH 02/16] Staging: rtl8192e: Rename variable SeqNum
` [PATCH 03/16] Staging: rtl8192e: Rename variable SignalStrength
` [PATCH 04/16] Staging: rtl8192e: Rename variable pFrame
` [PATCH 05/16] Staging: rtl8192e: Rename variable bPacketToSelf
` [PATCH 06/16] Staging: rtl8192e: Rename variable Para1
` [PATCH 07/16] Staging: rtl8192e: Rename variable Para2
` [PATCH 08/16] Staging: rtl8192e: Rename variable ScanOperationBackupHandler
` [PATCH 09/16] Staging: rtl8192e: Rename variable Operation
` [PATCH 10/16] Staging: rtl8192e: Rename variable bAssoc
` [PATCH 11/16] Staging: rtl8192e: Rename variable SignalQuality
` [PATCH 12/16] Staging: rtl8192e: Rename variable isEncrypt
` [PATCH 13/16] Staging: rtl8192e: Rename variable nStuckCount
` [PATCH 14/16] Staging: rtl8192e: Rename variable bAddNewTs
` [PATCH 15/16] Staging: rtl8192e: Rename variable RxBufShift
` [PATCH 16/16] Staging: rtl8192e: Rename variable RxDrvInfoSize

[PATCH] staging: iio: Solved warning of undefined string
 2024-09-08 11:33 UTC  (2+ messages)

[PATCH v4 0/7] staging: vchiq_core: Refactor vchiq_bulk_transfer() logic
 2024-09-08 10:41 UTC  (11+ messages)
` [PATCH v4 1/7] staging: vchiq: Factor out bulk transfer for VCHIQ_BULK_MODE_WAITING
` [PATCH v4 2/7] staging: vchiq_core: Simplify vchiq_bulk_transfer()
` [PATCH v4 3/7] staging: vchiq_core: Factor out bulk transfer for blocking mode
` [PATCH v4 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode
` [PATCH v4 5/7] staging: vchiq_core: Drop vchiq_bulk_transfer()
` [PATCH v4 6/7] staging: vchiq_core: Remove unused function argument
` [PATCH v4 7/7] staging: vchiq_core: Pass enumerated flag instead of int

[PATCH] media: atomisp: Fix eed1_8 code assigning signed values to an unsigned variable
 2024-09-07 11:17 UTC 

[PATCH] staging: rtl8723bs: core: Fix spelling mistake in rtw_xmit.c
 2024-09-07  5:34 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
 2024-09-07  5:33 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtw_io.h
 2024-09-07  5:33 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtw_xmit.h
 2024-09-07  5:33 UTC  (2+ messages)

[PATCH] media: atomisp: Use clamp_t() in ia_css_eed1_8_vmem_encode()
 2024-09-06 13:27 UTC  (8+ messages)

[PATCH v2 1/2] gpu: ipu-v3: vdic: Simplify ipu_vdi_setup()
 2024-09-06  9:01 UTC  (4+ messages)
` [PATCH v2 2/2] media: imx: vdic: Introduce mem2mem VDI deinterlacer driver

[PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtw_event.h
 2024-09-05 13:45 UTC 

[PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtl8723b_hal.h
 2024-09-05 11:27 UTC 

[PATCH v3] Staging: rtl8723bs: Rename function SelectChannel()
 2024-09-05 10:12 UTC 

[PATCH] staging: greybus: Fix coding style and syntax issues
 2024-09-05  5:03 UTC  (2+ messages)

[PATCH v3 0/7] staging: vchiq_core: Refactor vchiq_bulk_transfer() logic
 2024-09-04 19:30 UTC  (10+ messages)
` [PATCH v3 1/7] staging: vchiq: Factor out bulk transfer for VCHIQ_BULK_MODE_WAITING
` [PATCH v3 2/7] staging: vchiq_core: Simplify vchiq_bulk_transfer()
` [PATCH v3 3/7] staging: vchiq_core: Factor out bulk transfer for blocking mode
` [PATCH v3 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode
` [PATCH v3 5/7] staging: vchiq_core: Drop vchiq_bulk_transfer()
` [PATCH v3 6/7] staging: vchiq_core: Remove unused function argument
` [PATCH v3 7/7] staging: vchiq_core: Pass enumerated flag instead of int

[PATCH v2 0/2] media: staging: max96712: Add support for MAX96724
 2024-09-04 12:45 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH] gpu: ipu-v3: image-convert: Drop unused single conversion request code
 2024-09-04  9:00 UTC  (2+ messages)

[PATCH v2] staging: vme_user: changed geoid data type from int to u32
 2024-09-03 11:48 UTC 

[GIT PULL] media: atomisp: Changes for 6.12-1
 2024-09-03 11:44 UTC 

[PATCH 1/3] media: atomisp: csi2-bridge: Add DMI quirk for t4ka3 on Xiaomi Mipad2
 2024-09-03 11:12 UTC  (10+ messages)
` [PATCH 2/3] media: atomisp: Drop dev_dbg() calls from hmm_[alloc|free]()
` [PATCH 3/3] media: atomisp: Improve binary finding debug logging

[PATCH] staging: vme_user: changed geoid data type from int to u32
 2024-09-03  8:35 UTC  (2+ messages)

[PATCH 0/3] Staging: rtl8192e: Yet another variable rename and cleanup series
 2024-09-03  8:34 UTC  (8+ messages)
` [PATCH 1/3] Staging: rtl8192e: Rename variable pNetwork
` [PATCH 2/3] Staging: rtl8192e: Rename variable bHwError
` [PATCH 3/3] Staging: rtl8192e: Add spaces around operators

[PATCH] staging: rtl8723bs: Remove an unused struct in rtw_cmd.h
 2024-09-03  1:44 UTC 

[PATCH] staging: rtl8192e: Constify struct pci_device_id
 2024-09-02 17:37 UTC  (2+ messages)

[PATCH 0/5] staging: rtl8192e: remove RF90_PATH_{C,D}
 2024-09-02 17:37 UTC  (7+ messages)
` [PATCH 1/5] staging: rtl8192e: remove RF90_PATH_{C,D} from enum rf90_radio_path
` [PATCH 2/5] staging: rtl8192e: adjust size of rx_pwr for new RF90_PATH_MAX
` [PATCH 3/5] staging: rtl8192e: adjust size of trsw_gain_X "
` [PATCH 4/5] staging: rtl8192e: adjust size of brfpath_rxenable "
` [PATCH 5/5] staging: rtl8192e: adjust size of RxMIMOSignalStrength

[PATCH -next 0/7] spi: replace and remove {devm_}spi_alloc_master/slave()
 2024-09-02 12:59 UTC  (8+ messages)
` [PATCH -next 1/7] media: usb/msi2500: switch to use spi_alloc_host()
` [PATCH -next 2/7] media: netup_unidvb: switch to use devm_spi_alloc_host()
` [PATCH -next 3/7] spi: ch341: "
` [PATCH -next 4/7] spi: slave-mt27xx: switch to use spi_alloc_target()
` [PATCH -next 5/7] video: fbdev: mmp: switch to use spi_alloc_host()
` [PATCH -next 6/7] staging: greybus: spi: "
` [PATCH -next 7/7] spi: remove {devm_}spi_alloc_master/slave()

[PATCH -next 0/2] media: atomisp: use clamp() instead of min(max())
 2024-09-02 10:28 UTC  (3+ messages)
` [PATCH -next 1/2] media: atomisp: use clamp() in ia_css_eed1_8_encode()

[PATCH v1 1/1] media: atomisp: Replace rarely used macro from math_support.h
 2024-09-02 10:20 UTC  (2+ messages)

[PATCH v2] staging: atomisp: bnr: fix trailing statement
 2024-09-02 10:11 UTC  (2+ messages)

[PATCH] media: atomisp: move trailing */ to separate lines
 2024-09-02 10:10 UTC  (2+ messages)

[PATCH] media: atomisp: move trailing statement to next line
 2024-09-02 10:10 UTC  (2+ messages)

[PATCH] media: atomisp: Fix trailing statement in ia_css_de.host.c
 2024-09-02 10:10 UTC  (2+ messages)

[PATCH] staging: media/atomisp/include/linux: Fix spelling mistakes in atomisp.h
 2024-09-02  9:57 UTC  (2+ messages)

[PATCH v2 0/6] media: Fix last smatch warnings
 2024-09-02  7:11 UTC  (3+ messages)
` [PATCH v2 1/6] media: ar0521: Refactor ar0521_power_off()

[PATCH][next] staging: rtl8723bs: Remove trailing space after \n newline
 2024-09-01 16:15 UTC 

[PATCH v2 1/2] staging: rtl8712: Fix style issues in rtl871x_io.c
 2024-09-01  8:36 UTC  (6+ messages)

[PATCH v2 0/7] staging: vchiq_core: Refactor vchiq_bulk_transfer() logic
 2024-09-01  2:28 UTC  (9+ messages)
` [PATCH v2 1/7] staging: vchiq: Factor out bulk transfer for VCHIQ_BULK_MODE_WAITING
` [PATCH v2 2/7] staging: vchiq_core: Simplify vchiq_bulk_transfer()
` [PATCH v2 3/7] staging: vchiq_core: Factor out bulk transfer for blocking mode
` [PATCH v2 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode
` [PATCH v2 5/7] staging: vchiq_core: Drop vchiq_bulk_transfer()
` [PATCH v2 6/7] staging: vchiq_core: Remove unused function argument
` [PATCH v2 7/7] staging: vchiq_core: Pass enumerated flag instead of int

[PATCH] staging: rtl8192e: Rename variable eRFPath
 2024-08-31 15:14 UTC  (2+ messages)

[PATCH 0/7] staging: vchiq_core: Refactor vchiq_bulk_transfer() logic
 2024-08-31 15:05 UTC  (4+ messages)
` [PATCH 4/7] staging: vchiq_core: Factor out bulk transfer for (no/)callback mode


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