linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-30 11:32:56 to 2022-01-07 08:33:26 UTC [more...]

[PATCH] staging: pi433: move get version func to where all other functions are
 2022-01-07  8:32 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH] staging: r8188eu: Check for null pointer after calling skb_clone
 2022-01-07  8:00 UTC 

[PATCH v2 0/2] staging: r8188eu: remove unneeded ret variables
 2022-01-07  6:52 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] staging: r8188eu: change functions to return void

[PATCH v5 0/4] clk: ralink: make system controller a reset provider
 2022-01-07  2:10 UTC  (3+ messages)

[PATCH v2] rtl8723bs: fix memory leak error
 2022-01-06 21:00 UTC  (3+ messages)

[PATCH] staging: r8188eu: rename camelcase variable peerMAC to peer_mac
 2022-01-06 14:15 UTC  (2+ messages)

[PATCH 00/56] staging: r8188eu: wifi.h macros refactoring
 2022-01-06 14:14 UTC  (60+ messages)
` [PATCH 01/56] staging: r8188eu: add parenthesis to macro SetToDs
` [PATCH 02/56] staging: r8188eu: rename camelcase SetToDs to set_to_ds
` [PATCH 03/56] staging: r8188eu: remove dead macro ClearToDs
` [PATCH 04/56] staging: r8188eu: add parenthesis to macro SetFrDs
` [PATCH 05/56] staging: r8188eu: rename camelcase SetFrDs to set_fr_ds
` [PATCH 06/56] staging: r8188eu: remove dead macro ClearFrDs
` [PATCH 07/56] staging: r8188eu: add parenthesis to macro SetMFrag
` [PATCH 08/56] staging: r8188eu: rename camelcase SetMFrag to set_m_frag
` [PATCH 09/56] staging: r8188eu: rename camelcase GetToDs to get_to_ds
` [PATCH 10/56] staging: r8188eu: rename camelcase GetFrDs to get_fr_ds
` [PATCH 11/56] staging: r8188eu: rename camelcase GetMFrag to get_m_frag
` [PATCH 12/56] staging: r8188eu: rename camelcase ClearMFrag to clear_m_frag
` [PATCH 13/56] staging: r8188eu: add parenthesis to macro clear_m_frag
` [PATCH 14/56] staging: r8188eu: remove dead macro SetRetry
` [PATCH 15/56] staging: r8188eu: rename camelcase GetRetry to get_retry
` [PATCH 16/56] staging: r8188eu: remove dead macro ClearRetry
` [PATCH 17/56] staging: r8188eu: rename camelcase SetPwrMgt to set_pwr_mgt
` [PATCH 18/56] staging: r8188eu: add parenthesis to macro set_pwr_mgt
` [PATCH 19/56] staging: r8188eu: rename camelcase GetPwrMgt to get_pwr_mgt
` [PATCH 20/56] staging: r8188eu: remove dead macro ClearPwrMgt
` [PATCH 21/56] staging: r8188eu: rename camelcase SetMData to set_m_data
` [PATCH 22/56] staging: r8188eu: add parenthesis to macro set_m_data
` [PATCH 23/56] staging: r8188eu: rename camelcase GetMData to get_m_data
` [PATCH 24/56] staging: r8188eu: remove dead macro ClearMData
` [PATCH 25/56] staging: r8188eu: rename camelcase SetPrivacy to set_privacy
` [PATCH 26/56] staging: r8188eu: add parenthesis to macro set_privacy
` [PATCH 27/56] staging: r8188eu: rename camelcase GetPrivacy to get_privacy
` [PATCH 28/56] staging: r8188eu: remove dead macro ClearPrivacy
` [PATCH 29/56] staging: r8188eu: rename camelcase GetOrder to get_order
` [PATCH 30/56] staging: r8188eu: rename camelcase GetFrameType to get_frame_type
` [PATCH 31/56] staging: r8188eu: remove dead macro SetFrameType
` [PATCH 32/56] staging: r8188eu: rename camelcase GetFrameSubType to get_frame_subtype
` [PATCH 33/56] staging: r8188eu: rename camelcase SetFrameSubType to set_frame_subtype
` [PATCH 34/56] staging: r8188eu: rename camelcase GetSequence to get_sequence
` [PATCH 35/56] staging: r8188eu: rename camelcase GetFragNum to get_frag_num
` [PATCH 36/56] staging: r8188eu: remove dead macro GetTupleCache
` [PATCH 37/56] staging: r8188eu: remove dead macro SetFragNum
` [PATCH 38/56] staging: r8188eu: rename camelcase SetSeqNum to set_seq_num
` [PATCH 39/56] staging: r8188eu: rename camelcase SetDuration to set_duration
` [PATCH 40/56] staging: r8188eu: rename camelcase SetPriority to set_priority
` [PATCH 41/56] staging: r8188eu: add parenthesis to macro set_duration
` [PATCH 42/56] staging: r8188eu: add parenthesis to macro set_priority
` [PATCH 43/56] staging: r8188eu: rename camelcase GetPriority to get_priority
` [PATCH 44/56] staging: r8188eu: rename camelcase SetEOSP to set_eosp
` [PATCH 45/56] staging: r8188eu: add parenthesis to macro set_eosp
` [PATCH 46/56] staging: r8188eu: remove dead macro GetTid
` [PATCH 47/56] staging: r8188eu: rename camelcase SetAckpolicy to set_ack_policy
` [PATCH 48/56] staging: r8188eu: add parenthesis to macro set_ack_policy
` [PATCH 49/56] staging: r8188eu: rename camelcase GetAckpolicy into get_ack_policy
` [PATCH 50/56] staging: r8188eu: rename camelcase GetAMsdu to get_a_msdu
` [PATCH 51/56] staging: r8188eu: remove dead macro SetAMsdu
` [PATCH 52/56] staging: r8188eu: rename camelcase GetAid to get_aid
` [PATCH 53/56] staging: r8188eu: rename camelcase GetAddr1Ptr to get_addr_1_ptr
` [PATCH 54/56] staging: r8188eu: rename camelcase GetAddr2Ptr to get_addr_2_ptr
` [PATCH 55/56] staging: r8188eu: rename camelcase GetAddr3Ptr to get_addr_3_ptr
` [PATCH 56/56] staging: r8188eu: rename camelcase GetAddr4Ptr to get_addr_4_ptr

[PATCH] staging: kpc2000: kpc2000_spi: Check for null pointer after calling devm_ioremap
 2022-01-06 14:01 UTC  (2+ messages)

[PATCH 0/6] staging: vc04_services: rename ocurrences of 'bm2835*' to 'bcm2835*'
 2022-01-06 13:49 UTC  (9+ messages)
` [PATCH 1/6] staging: vc04_services: rename structures bm2835_mmal_dev and bm2835_mmal_v4l2_ctrl
` [PATCH 2/6] staging: vc04_services: rename functions containing bm2835_* to bcm2835_*
` [PATCH 3/6] staging: vc04_services: rename variables "
` [PATCH 4/6] staging: vc04_services: rename string literal containing bm2835_* to bcm2835*_
` [PATCH 5/6] staging: vc04_services: rename macros BM2835_MMAL_VERSION and BM2835_MMAL_MODULE_NAME
` [PATCH 6/6] staging: vc04_services: rename BM2835 to BCM2835 in headers comments

[PATCH v2 0/3] staging: vc04_services: avoid the use of typedef for function pointers
 2022-01-06 12:51 UTC  (5+ messages)
` [PATCH v2 2/3] staging: vc04_services: bcm2835-camera: "
` [PATCH v2 3/3] staging: vc04_services: update TODO file

[PATCH 00/32] staging: r8188eu: remove odm_interface and odm_precomp.h
 2022-01-06 12:26 UTC  (3+ messages)
` [PATCH 20/32] staging: r8188eu: make odm_RefreshRateAdaptiveMask() static

Re: [PATCH] staging: greybus: audio: Check null pointer
 2022-01-06 10:27 UTC  (3+ messages)
`  "

[PATCH 00/10] staging: r8188eu: clean up private ioctls
 2022-01-06  8:52 UTC  (3+ messages)
` [PATCH 09/10] staging: r8188eu: remove the private "test" ioctl

[PATCH] qlge: refactor qlge_change_rx_buffers() in qlge_main.c
 2022-01-06  8:35 UTC  (2+ messages)

[PATCH 0/7] staging: r8188eu: clean up tx power arrays
 2022-01-06  7:57 UTC  (9+ messages)
` [PATCH 1/7] staging: r8188eu: rfPath is always 0
` [PATCH 2/7] staging: r8188eu: make Index24G_CCK_Base a 1-D array
` [PATCH 3/7] staging: r8188eu: make Index24G_BW40_Base "
` [PATCH 4/7] staging: r8188eu: CCK_24G_Diff is set but not used
` [PATCH 5/7] staging: r8188eu: BW40_24G_Diff "
` [PATCH 6/7] staging: r8188eu: make OFDM_24G_Diff a 1-D array
` [PATCH 7/7] staging: r8188eu: make BW20_24G_Diff "

[PATCH v3 0/2] Fix styling issues and remove unused code in rtl8723bs
 2022-01-05 14:47 UTC  (3+ messages)
` [PATCH v3 1/2] staging: rtl8723bs: address style guide warnings

[PATCH v4 0/2] media: HEVC: RPS clean up
 2022-01-05 12:28 UTC  (6+ messages)
` [PATCH v4 1/2] media: hevc: Remove RPS named flags
` [PATCH v4 2/2] media: hevc: Embedded indexes in RPS

[PATCH] staging: rtl8723bs: Fix styling issues
 2022-01-05  9:57 UTC  (2+ messages)

[PATCH 0/5] staging: r8188eu: some trivial cleanups
 2022-01-04 20:52 UTC  (10+ messages)
` [PATCH 1/5] staging: r8188eu: remove unused power management defines
` [PATCH 2/5] staging: r8188eu: internal autosuspend is always false
` [PATCH 3/5] staging: r8188eu: fix_rate is set but not used
` [PATCH 4/5] staging: r8188eu: cmd_issued_cnt "
` [PATCH 5/5] staging: r8188eu: turbo scan is always off for r8188eu

[PATCH v3] staging: greybus: audio: Check null pointer
 2022-01-04 20:46 UTC  (2+ messages)

[PATCH] staging: r8188eu: rename camelcase variable uintPeerChannel
 2022-01-04 16:09 UTC 

[PATCH] staging: r8188eu: remove unneeded parameter from rtl8188e_SetHalODMVar
 2022-01-04  9:07 UTC 

[PATCH v3] staging: pi433: add comment to rx_lock mutex definition
 2022-01-03 23:26 UTC  (3+ messages)
  ` [PATCH v4] "

[PATCH] staging: pi433: fix frequency deviation check
 2022-01-03 22:28 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] staging: r8188eu: remove unneeded ret variables
 2022-01-03 18:19 UTC  (4+ messages)

[PATCH v2] staging: greybus: audio: Check null pointer
 2022-01-03 15:10 UTC  (2+ messages)

[PATCH] staging: r8188eu: add spaces around P2P_AP_P2P_CH_SWITCH_PROCESS_WK
 2022-01-03 11:56 UTC 

[PATCH 00/11] staging: r8188eu: the next set of cleanups
 2022-01-02 18:06 UTC  (13+ messages)
` [PATCH 01/11] staging: r8188eu: remove MAX_CHANNEL_NUM_2G
` [PATCH 02/11] staging: r8188eu: remove struct rt_channel_plan_2g
` [PATCH 03/11] staging: r8188eu: remove unused enum and defines
` [PATCH 04/11] staging: r8188eu: struct rx_hpc is not used
` [PATCH 05/11] staging: r8188eu: clean up struct rtw_dig
` [PATCH 06/11] staging: r8188eu: clean up struct sw_ant_switch
` [PATCH 07/11] staging: r8188eu: struct odm_sta_info is not used
` [PATCH 08/11] staging: r8188eu: enum hw90_block "
` [PATCH 09/11] staging: r8188eu: remove unneeded comments from Hal8188EPhyCfg.h
` [PATCH 10/11] staging: r8188eu: remove unused defines "
` [PATCH 11/11] staging: r8188eu: remove unused defines from rtw_eeprom.h

[PATCH v3 0/7] staging: r8188eu: clean up struct hal_data_8188e
 2022-01-02 17:28 UTC  (15+ messages)
` [PATCH v3 1/7] staging: r8188eu: bRDGEnable is always false
` [PATCH v3 2/7] staging: r8188eu: UsbRxHighSpeedMode is set but never used
` [PATCH v3 3/7] staging: r8188eu: bTXPowerDataReadFromEEPORM "
` [PATCH v3 4/7] staging: r8188eu: bAPKThermalMeterIgnore "
` [PATCH v3 5/7] staging: r8188eu: remove unused fields from struct hal_data_8188e
` [PATCH v3 6/7] staging: r8188eu: IntArray and C2hArray are set but never used
` [PATCH v3 7/7] staging: r8188eu: FwRsvdPageStartOffset is "

[PATCH v2 0/7] staging: r8188eu: clean up struct hal_data_8188e
 2022-01-01  8:32 UTC  (9+ messages)
` [PATCH v2 1/7] staging: r8188eu: bRDGEnable is always false
` [PATCH v2 2/7] staging: r8188eu: UsbRxHighSpeedMode is set but never used
` [PATCH v2 3/7] staging: r8188eu: bTXPowerDataReadFromEEPORM "
` [PATCH v2 4/7] staging: r8188eu: bAPKThermalMeterIgnore "
` [PATCH v2 5/7] staging: r8188eu: remove unused fields from struct hal_data_8188e
` [PATCH v2 6/7] staging: r8188eu: IntArray and C2hArray are set but never used
` [PATCH v2 7/7] staging: r8188eu: FwRsvdPageStartOffset is "

[PATCH 0/7] staging: r8188eu: clean up struct hal_data_r8188e
 2022-01-01  8:21 UTC  (10+ messages)
` [PATCH 1/7] staging: r8188eu: bRDGEnable is always false
` [PATCH 2/7] staging: r8188eu: UsbRxHighSpeedMode is set but never used
` [PATCH 3/7] staging: r8188eu: bTXPowerDataReadFromEEPORM "
` [PATCH 4/7] staging: r8188eu: bAPKThermalMeterIgnore "
` [PATCH 5/7] staging: r8188eu: remove unused fields from struct hal_data_8188e
` [PATCH 6/7] staging: r8188eu: IntArray and C2hArray are set but never used
` [PATCH 7/7] staging: r8188eu: FwRsvdPageStartOffset is "

[PATCH] staging: vc04_services: Fix RCU dereference check
 2021-12-31 19:54 UTC  (7+ messages)
    ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH v3] staging: pi433: add docs to packet_format and tx_start_condition enum
 2021-12-31  0:19 UTC 

[PATCH v2] staging: pi433: add docs to packet_format and tx_start_condition enum
 2021-12-30 17:12 UTC  (2+ messages)

[PATCH] staging: pi433: add docs to packet_format and tx_start_condition enum
 2021-12-30 15:53 UTC  (3+ messages)

[PATCH v2] staging: pi433: add comment to rx_lock mutex definition
 2021-12-30 14:56 UTC  (3+ 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).