linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-20 11:51:40 to 2021-09-22 20:06:07 UTC [more...]

[PATCH 00/47] staging: r8188eu: remove unused functions
 2021-09-22 20:04 UTC  (48+ messages)
` [PATCH 01/47] staging: r8188eu: remove EFUSE_ShadowRead()
` [PATCH 02/47] staging: r8188eu: remove efuse_GetCurrentSize()
` [PATCH 03/47] staging: r8188eu: remove efuse_GetMaxSize()
` [PATCH 04/47] staging: r8188eu: remove rtw_BT_efuse_map_write()
` [PATCH 05/47] staging: r8188eu: remove rtw_efuse_access()
` [PATCH 06/47] staging: r8188eu: remove rtw_efuse_map_write()
` [PATCH 07/47] staging: r8188eu: remove rtw_BT_efuse_map_read()
` [PATCH 08/47] staging: r8188eu: remove rtw_efuse_map_read()
` [PATCH 09/47] staging: r8188eu: remove _rtw_dequeue_network()
` [PATCH 10/47] staging: r8188eu: remove _rtw_enqueue_network()
` [PATCH 11/47] staging: r8188eu: remove rtw_get_timestampe_from_ie()
` [PATCH 12/47] staging: r8188eu: remove rtw_scan_abort()
` [PATCH 13/47] staging: r8188eu: remove issue_action_spct_ch_switch()
` [PATCH 14/47] staging: r8188eu: remove issue_probereq_p2p_ex()
` [PATCH 15/47] staging: r8188eu: remove sreset_get_wifi_status()
` [PATCH 16/47] staging: r8188eu: remove build_deauth_p2p_ie()
` [PATCH 17/47] staging: r8188eu: remove rtw_freq2ch()
` [PATCH 18/47] staging: r8188eu: remove rtw_set_802_11_add_key()
` [PATCH 19/47] staging: r8188eu: remove rtw_set_802_11_remove_key()
` [PATCH 20/47] staging: r8188eu: remove rtw_set_802_11_remove_wep()
` [PATCH 21/47] staging: r8188eu: remove rtw_set_country()
` [PATCH 22/47] staging: r8188eu: remove rtw_set_scan_mode()
` [PATCH 23/47] staging: r8188eu: remove rtw_validate_ssid()
` [PATCH 24/47] staging: r8188eu: remove rtw_set_channel_plan()
` [PATCH 25/47] staging: r8188eu: remove rtw_atoi()
` [PATCH 26/47] staging: r8188eu: remove rtw_cbuf_push()
` [PATCH 27/47] staging: r8188eu: remove rtw_cbuf_full()
` [PATCH 28/47] staging: r8188eu: remove rtw_os_read_port()
` [PATCH 29/47] staging: r8188eu: remove rtw_IOL_cmd_buf_dump()
` [PATCH 30/47] staging: r8188eu: remove action_public_str()
` [PATCH 31/47] staging: r8188eu: remove dump_ies()
` [PATCH 32/47] staging: r8188eu: remove hal_ch_offset_to_secondary_ch_offset()
` [PATCH 33/47] staging: r8188eu: remove secondary_ch_offset_to_hal_ch_offset()
` [PATCH 34/47] staging: r8188eu: remove ieee80211_get_hdrlen()
` [PATCH 35/47] staging: r8188eu: remove ieee80211_is_empty_essid()
` [PATCH 36/47] staging: r8188eu: remove rtw_action_frame_parse()
` [PATCH 37/47] staging: r8188eu: remove rtw_ies_remove_ie()
` [PATCH 38/47] staging: r8188eu: remove rtw_set_ie_ch_switch()
` [PATCH 39/47] staging: r8188eu: remove rtw_set_ie_mesh_ch_switch_parm()
` [PATCH 40/47] staging: r8188eu: remove rtw_set_ie_secondary_ch_offset()
` [PATCH 41/47] staging: r8188eu: remove enum secondary_ch_offset
` [PATCH 42/47] staging: r8188eu: remove rtw_dequeue_recvbuf()
` [PATCH 43/47] staging: r8188eu: remove rtw_enqueue_recvbuf()
` [PATCH 44/47] staging: r8188eu: remove rtw_enqueue_recvbuf_to_head()
` [PATCH 45/47] staging: r8188eu: remove rtw_init_recvframe()
` [PATCH 46/47] staging: r8188eu: remove rtw_calculate_wlan_pkt_size_by_attribue()
` [PATCH 47/47] staging: r8188eu: remove rtw_sctx_done()

[PATCH v3] PCI: of: Avoid pci_remap_iospace() when PCI_IOBASE not defined
 2021-09-22 19:57 UTC  (6+ messages)

[PATCH net-next v1] devlink: Make devlink_register to be void
 2021-09-22 13:22 UTC  (6+ messages)

[PATCH v9 00/16] staging: r8188eu: shorten and simplify calls chains
 2021-09-22 13:21 UTC  (18+ messages)
` [PATCH v9 01/16] staging: r8188eu: clean up symbols in usbctrl_vendorreq()
` [PATCH v9 02/16] staging: r8188eu: reorder declarations "
` [PATCH v9 03/16] staging: r8188eu: remove unnecessary test "
` [PATCH v9 04/16] staging: r8188eu: reorder comments "
` [PATCH v9 05/16] staging: r8188eu: remove a comment from usbctrl_vendorreq()
` [PATCH v9 06/16] staging: r8188eu: rename symbols in rtw_read*() and rtw_write*()
` [PATCH v9 07/16] staging: r8188eu: remove casts from rtw_{read,write}*()
` [PATCH v9 08/16] staging: r8188eu: change the type of a variable in rtw_write16()
` [PATCH v9 09/16] staging: r8188eu: remove an buffer from rtw_writeN()
` [PATCH v9 10/16] staging: r8188eu: remove a bitwise AND "
` [PATCH v9 11/16] staging: r8188eu: change the type of a variable in rtw_read16()
` [PATCH v9 12/16] staging: r8188eu: Remove a test from usbctrl_vendorreq()
` [PATCH v9 13/16] staging: r8188eu: call new usb_read() from rtw_read{8,16,32}()
` [PATCH v9 14/16] staging: r8188eu: call new usb_write() from rtw_write{8,16,32,N}()
` [PATCH v9 15/16] staging: r8188eu: remove shared buffer for USB requests
` [PATCH v9 16/16] staging: r8188eu: remove usb_vendor_req_mutex

[PATCH v5 00/10] VP9 codec V4L2 control interface
 2021-09-22 10:11 UTC  (11+ messages)
` [PATCH v5 01/10] hantro: postproc: Fix motion vector space size
` [PATCH v5 02/10] hantro: postproc: Introduce struct hantro_postproc_ops
` [PATCH v5 03/10] hantro: Simplify postprocessor
` [PATCH v5 04/10] hantro: Add quirk for NV12/NV12_4L4 capture format
` [PATCH v5 05/10] media: uapi: Add VP9 stateless decoder controls
` [PATCH v5 06/10] media: Add VP9 v4l2 library
` [PATCH v5 07/10] media: rkvdec: Add the VP9 backend
` [PATCH v5 08/10] media: hantro: Prepare for other G2 codecs
` [PATCH v5 09/10] media: hantro: Support VP9 on the G2 core
` [PATCH v5 10/10] media: hantro: Support NV12 "

[PATCH v3 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-09-22  9:05 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: mt7621-pci: PCIe binding documentation for MT7621 SoCs
` [PATCH v3 2/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
` [PATCH v3 3/3] MAINTAINERS: add myself as maintainer of the MT7621 PCI "

[PATCH net-next] devlink: Make devlink_register to be void
 2021-09-22  8:55 UTC  (7+ messages)

[PATCH] Staging: wlan-ng: Fix warning messages generated by checkpatch.pl
 2021-09-22  6:26 UTC  (5+ messages)

[PATCH v2 2/3] PCI: fix 'pci_remap_iospace' for architectures with PCI_IOBASE not defined
 2021-09-22  4:28 UTC  (5+ messages)

[PATCH 0/8] staging: r8188eu: remove dead dynamic tx power code
 2021-09-21 19:46 UTC  (9+ messages)
` [PATCH 1/8] staging: r8188eu: remove odm_DynamicTxPowerNIC()
` [PATCH 2/8] staging: r8188eu: remove odm_DynamicTxPowerAP()
` [PATCH 3/8] staging: r8188eu: remove odm_DynamicTxPower()
` [PATCH 4/8] staging: r8188eu: remove write-only fields from struct dm_priv
` [PATCH 5/8] staging: r8188eu: remove PowerIndex_backup "
` [PATCH 6/8] staging: r8188eu: remove dead code from rtl8188e_rf6052.c
` [PATCH 7/8] staging: r8188eu: remove DynamicTxHighPowerLvl from struct dm_priv
` [PATCH 8/8] staging: r8188eu: remove odm_DynamicTxPowerInit()

[PATCH] staging: r8188eu: Remove mp, a.k.a. manufacturing process, code
 2021-09-21 18:36 UTC  (3+ messages)

[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
 2021-09-21 17:08 UTC  (11+ messages)
` [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

[PATCH] staging: most: dim2: force fcnt=3 on Renesas GEN3
 2021-09-21 16:51 UTC 

[PATCH 1/3] staging: rtl8723bs: remove possible deadlock when disconnect (v2)
 2021-09-21  9:17 UTC  (5+ messages)
` [PATCH 2/3] staging: rtl8723bs: remove a second possible deadlock
` [PATCH 3/3] staging: rtl8723bs: remove a third "

[PATCH 0/8] staging: rts5208: remove unnecessary parentheses in all files
 2021-09-21  7:33 UTC  (9+ messages)
` [PATCH 1/8] staging: rts5208: remove unnecessary parentheses in rtsx_card.c
` [PATCH 2/8] staging: rts5208: remove unnecessary parentheses in rtsx.c
` [PATCH 3/8] staging: rts5208: remove unnecessary parentheses in rtsx_chip.c
` [PATCH 4/8] staging: rts5208: remove unnecessary parentheses in rtsx_transport.c
` [PATCH 5/8] staging: rts5208: remove unnecessary parentheses in sd.c
` [PATCH 6/8] staging: rts5208: remove unnecessary parentheses in xd.c
` [PATCH 7/8] staging: rts5208: remove unnecessary parentheses in rtsx_scsi.c
` [PATCH 8/8] staging: rts5208: remove parentheses pair in sd.c

[PATCH v8 00/19] staging: r8188eu: shorten and simplify calls chains
 2021-09-21  5:35 UTC  (13+ messages)
` [PATCH v8 15/19] staging: r8188eu: change the type of a variable in rtw_read16()

[PATCH v2] MAINTAINERS: Move Daniel Drake to credits
 2021-09-21  5:35 UTC  (2+ messages)

[PATCH] media: hantro: Constify static struct v4l2_m2m_ops
 2021-09-20 20:02 UTC 

[PATCH v12 00/35] NVIDIA Tegra power management patches for 5.16
 2021-09-20 18:11 UTC  (36+ messages)
` [PATCH v12 01/35] opp: Change type of dev_pm_opp_attach_genpd(names) argument
` [PATCH v12 02/35] soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
` [PATCH v12 03/35] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v12 04/35] soc/tegra: Don't print error message when OPPs not available
` [PATCH v12 05/35] dt-bindings: clock: tegra-car: Document new clock sub-nodes
` [PATCH v12 06/35] clk: tegra: Support runtime PM and power domain
` [PATCH v12 07/35] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v12 08/35] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v12 09/35] gpu: host1x: Add runtime PM and OPP support
` [PATCH v12 10/35] gpu: host1x: Add host1x_channel_stop()
` [PATCH v12 11/35] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v12 12/35] drm/tegra: hdmi: Add OPP support
` [PATCH v12 13/35] drm/tegra: gr2d: Support generic power domain and runtime PM
` [PATCH v12 14/35] drm/tegra: gr3d: "
` [PATCH v12 15/35] drm/tegra: vic: Support system suspend
` [PATCH v12 16/35] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v12 17/35] bus: tegra-gmi: "
` [PATCH v12 18/35] pwm: tegra: "
` [PATCH v12 19/35] mmc: sdhci-tegra: "
` [PATCH v12 20/35] mtd: rawnand: tegra: "
` [PATCH v12 21/35] spi: tegra20-slink: Add "
` [PATCH v12 22/35] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v12 23/35] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v12 24/35] media: staging: tegra-vde: Support generic "
` [PATCH v12 25/35] soc/tegra: fuse: Reset hardware
` [PATCH v12 26/35] soc/tegra: fuse: Use resource-managed helpers
` [PATCH v12 27/35] soc/tegra: regulators: Prepare for suspend
` [PATCH v12 28/35] soc/tegra: pmc: Rename 3d power domains
` [PATCH v12 29/35] soc/tegra: pmc: Rename core power domain
` [PATCH v12 30/35] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v12 31/35] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v12 32/35] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v12 33/35] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v12 34/35] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v12 35/35] ARM: tegra20/30: Disable unused host1x hardware

[PATCH 00/30] TI Video Decoder driver upstreaming to v5.14-rc6 kernel
 2021-09-20 18:07 UTC  (6+ messages)
` [PATCH 03/30] v4l: vxd-dec: Create vxd_dec Mem Manager helper library

[PATCH 5.4 142/260] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-09-20 16:42 UTC 

[PATCH 4.19 222/293] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-09-20 16:43 UTC 

[PATCH 4.14 167/217] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-09-20 16:43 UTC 

[PATCH] staging: fbtft: add docs for fbtft_write_spi()
 2021-09-20 16:37 UTC  (5+ messages)

[PATCH] staging: vt6656: Fix warning message generated by checkpatch.pl
 2021-09-20 14:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] staging: r8188eu: core: remove the function power_saving_wk_hdl
 2021-09-20 13:54 UTC  (6+ 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).