linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 06:15:55 to 2022-06-14 15:59:16 UTC [more...]

[PATCH 0/2] Clean up some macros
 2022-06-14 15:58 UTC  (11+ messages)
` [PATCH 1/2] staging: r8188eu: simplify "
    ` [PATCH v2 0/2] "
      ` [PATCH v2 1/2] staging: r8188eu: replace LE_BITS_TO_1BYTE with clearer codes
            ` [PATCH v3 0/2] get rid of confusing macros
              ` [PATCH v3 1/2] staging: r8188eu: replace "
      ` [PATCH v2 2/2] staging: r8188eu: remove unused macros
` [PATCH 2/2] staging: r8188eu: replace FIELD_OFFSET with offsetof

[PATCH v8 00/17] Move HEVC stateless controls out of staging
 2022-06-14 15:47 UTC  (29+ messages)
` [PATCH v8 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v8 02/17] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v8 03/17] vivid: add dynamic array test control
` [PATCH v8 04/17] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v8 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v8 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry
` [PATCH v8 07/17] media: uapi: HEVC: Add SEI pic struct flags
` [PATCH v8 08/17] media: uapi: HEVC: Add documentation to uAPI structure
` [PATCH v8 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
    `  "
` [PATCH v8 10/17] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v8 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v8 12/17] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v8 13/17] media: controls: Log HEVC stateless control in .std_log
` [PATCH v8 14/17] media: hantro: Stop using Hantro dedicated control
` [PATCH v8 15/17] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v8 16/17] media: uapi: Change data_bit_offset definition
` [PATCH v8 17/17] media: uapi: move HEVC stateless controls out of staging

[PATCH 0/4] remove wrappers on _rtw_IOL_append_*_cmd
 2022-06-14 14:47 UTC  (7+ messages)
` [PATCH 1/4] staging: r8188eu: remove leading '_' on _rtw_IOL_append_WB_cmd
` [PATCH 2/4] staging: r8188eu: remove leading '_' on _rtw_IOL_append_WW_cmd
` [PATCH 3/4] staging: r8188eu: remove leading '_' on _rtw_IOL_append_WD_cmd
` [PATCH 4/4] staging: r8188eu: remove leading '_' on _rtw_IOL_append_WRF_cmd

[PATCH v1 1/5] media: rkvdec: Disable H.264 error detection
 2022-06-14 14:44 UTC  (16+ messages)
` [PATCH v1 2/5] media: rkvdec: Add an ops to check for decode errors
` [PATCH v1 3/5] media: rkvdec: Fix RKVDEC_ERR_PKT_NUM macro
` [PATCH v1 4/5] media: rkvdec: Re-enable H.264 error detection
` [PATCH v1 5/5] media: rkvdec: Improve error handling

[PATCH v2] driver: r8188eu: remove NULL check before vfree
 2022-06-14 13:32 UTC 

[PATCH 00/40] media: atomisp: Various hmm and other cleanups
 2022-06-14 13:18 UTC  (50+ messages)
` [PATCH 01/40] media: atomisp: remove the unused RAW_BUF_STRIDE macro
` [PATCH 02/40] media: atomisp: remove unused ia_css_frame_allocate_contiguous*() functions
` [PATCH 03/40] media: atomisp: drop contiguous argument from ia_css_frame_allocate_with_buffer_size()
` [PATCH 04/40] media: atomisp: drop contiguous argument from frame_allocate_with_data()
` [PATCH 05/40] media: atomisp: drop contiguous argument from frame_create()
` [PATCH 06/40] media: atomisp: drop IA_CSS_FRAME_FORMAT_MIPI support from ia_css_frame_init_planes()
` [PATCH 07/40] media: atomisp: drop contiguous flag from struct ia_css_frame
` [PATCH 08/40] media: atomisp: drop ATOMISP_MAP_FLAG_CONTIGUOUS
` [PATCH 09/40] media: atomisp: remove dynamic and reserved pool code
` [PATCH 10/40] media: atomisp: remove hmm_pool_[un]register()
` [PATCH 11/40] media: atomisp: remove hmm pool code
` [PATCH 12/40] media: atomisp: remove hmm_mem_stats
` [PATCH 13/40] media: atomisp: remove pool related kernel cmdline options
` [PATCH 14/40] media: atomisp: remove unused attribute argument from ia_css_frame_map()
` [PATCH 15/40] media: atomisp: drop hmm_page_type
` [PATCH 16/40] media: atomisp: removed unused hmm_bo_get_page_info() function
` [PATCH 17/40] media: atomisp: remove bogus comment above hmm_bo_allocated() prototype
` [PATCH 18/40] media: atomisp: remove private acceleration ioctls
` [PATCH 19/40] media: atomisp: remove atomisp_acc.c
` [PATCH 20/40] media: atomisp: remove unused atomisp_*css_* functions
` [PATCH 21/40] media: atomisp: asc.acc.pipeline is always NULL
` [PATCH 22/40] media: atomisp: remove no longer used atomisp_css_acc_done() function
` [PATCH 23/40] media: atomisp: remove atomisp_is_acc_enabled()
` [PATCH 24/40] media: atomisp: drop unused ATOMISP_ACC_FW_LOAD_* defines
` [PATCH 25/40] media: atomisp: drop ATOMISP_MAP_FLAG_CLEARED
` [PATCH 26/40] media: atomisp: drop unused ATOMISP_MAP_FLAG_* flags
` [PATCH 27/40] media: atomisp: remove unused hmm address translation functions
` [PATCH 28/40] media: atomisp: add hmm_create_from_userdata() helper
` [PATCH 29/40] media: atomisp: Simplify hmm_alloc() calls
` [PATCH 30/40] media: atomisp: drop highmem var/arg from the hmm code
` [PATCH 31/40] media: atomisp: drop HMM_BO_SHARE type
` [PATCH 32/40] media: atomisp: remove hmm_page_object
` [PATCH 33/40] media: atomisp: fix __get_frame_info() error handling
` [PATCH 34/40] media: atomisp: add error checking to atomisp_create_pipes_stream()
` [PATCH 35/40] media: atomisp: add error logging to atomisp_destroy_pipes_stream_force()
` [PATCH 36/40] media: atomisp: use atomisp_create_pipes_stream() in more places
` [PATCH 37/40] media: atomisp: use atomisp_css_update_stream() "
` [PATCH 38/40] media: atomisp: use atomisp_destroy_pipes_stream_force() "
` [PATCH 39/40] media: atomisp: remove force argument from __destroy_[stream[s]|pipe[s]]()
` [PATCH 40/40] media: atomisp: Add a notes.txt file

[linux-next:master] BUILD REGRESSION 6d0c806803170f120f8cb97b321de7bd89d3a791
 2022-06-14  9:54 UTC  (3+ messages)

[PATCH] driver: r8188eu: remove NULL check before vfree
 2022-06-14  9:21 UTC  (3+ messages)

[PATCH v7 00/17] Move HEVC stateless controls out of staging
 2022-06-14  8:11 UTC  (20+ messages)
` [PATCH v7 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v7 02/17] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v7 03/17] vivid: add dynamic array test control
` [PATCH v7 04/17] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v7 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v7 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry
` [PATCH v7 07/17] media: uapi: HEVC: Add SEI pic struct flags
` [PATCH v7 08/17] media: uapi: HEVC: Add documentation to uAPI structure
` [PATCH v7 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v7 10/17] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v7 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v7 12/17] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v7 13/17] media: controls: Log HEVC stateless control in .std_log
` [PATCH v7 14/17] media: hantro: Stop using Hantro dedicated control
` [PATCH v7 15/17] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v7 16/17] media: uapi: Change data_bit_offset definition
` [PATCH v7 17/17] media: uapi: move HEVC stateless controls out of staging

[PATCH 0/3] media: atomisp: fix "don't pass a pointer to a local variable"
 2022-06-14  7:19 UTC  (9+ messages)
` [PATCH 1/3] media: atomisp: revert "
` [PATCH 2/3] media: atomisp: fix uninitialized stack mem usage in ia_css_rmgr_acq_vbuf()
` [PATCH 3/3] media: atomisp: fix -Wdangling-pointer warning

[PATCH v6 00/17] Move HEVC stateless controls out of staging
 2022-06-13 18:17 UTC  (11+ messages)
` [PATCH v6 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` Re: [PATCH v6 16/17] media: uapi: Change data_bit_offset definition
  `  "
      ` Re: "

[bug report] staging: vchiq_arm: pass vchiq instance to 'handle_to_service'
 2022-06-13 13:40 UTC 

[PATCH v2] staging: qlge: qlge_main.c: rewrite do-while loops into more compact for loops
 2022-06-13  2:52 UTC  (3+ messages)

[PATCH v5 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-06-12 15:53 UTC  (2+ messages)
` [PATCH v5 2/3] media: hantro: Add support for RK356x encoder

[PATCH] staging: r8188eu: put spaces after commas
 2022-06-12  4:55 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: uninitialize static variable
 2022-06-12  3:07 UTC 

[PATCH] staging: ftbft: Use backlight helper
 2022-06-10 20:49 UTC  (5+ messages)

[PATCH v2] staging: greybus: audio: fix loop cursor use after iteration
 2022-06-10 14:56 UTC  (6+ messages)
    ` [greybus-dev] "

[PATCH] staging: olpc_dcon: Replace flush_scheduled_work() with flush_work()
 2022-06-10 10:08 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] staging: greybus: audio: replace safe list iteration
 2022-06-10  7:53 UTC 

[PATCH] staging: olpc_dcon: mark driver as broken
 2022-06-10  7:10 UTC  (3+ messages)

[PATCH] Staging: rts5208: spi: Removed unnecessary ftrace-like logging
 2022-06-10  7:01 UTC  (2+ messages)

[PATCH] staging: qlge: qlge_main.c: convert do-while loops to for loops
 2022-06-09 19:39 UTC  (5+ messages)

[PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c
 2022-06-09 17:38 UTC  (5+ messages)
      ` Mark olpc_dcon BROKEN [Was: [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c]

[PATCH AUTOSEL 5.15 24/51] staging: rtl8723bs: Fix alignment to match open parenthesis
 2022-06-09 13:55 UTC  (4+ messages)

[PATCH] media: hantro: fix compatible string deprecation warning
 2022-06-09  8:47 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: Allocate full pwep structure
 2022-06-08 21:55 UTC 

[PATCH] staging: r8188eu: remove HW_VAR_SLOT_TIME from SetHwReg8188EU()
 2022-06-08 12:21 UTC  (6+ messages)
` [BUG] staging: r8188eu: driver stopped working with commit ("staging: r8188eu: add check for kzalloc")

Napływ Klientów ze strony
 2022-06-08  8:10 UTC 


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