public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2021-09-02 05:46:12 to 2021-09-06 18:25:26 UTC [more...]

[PATCH 00/40] staging: r8188eu: remove function pointers from struct hal_ops
 2021-09-06 18:24 UTC  (33+ messages)
` [PATCH 01/40] staging: r8188eu: remove InitSwLeds from hal_ops
` [PATCH 02/40] staging: r8188eu: remove DeInitSwLeds "
` [PATCH 03/40] staging: r8188eu: remove dm_init "
` [PATCH 04/40] staging: r8188eu: remove dm_deinit "
` [PATCH 05/40] staging: r8188eu: remove SetHalODMVarHandler "
` [PATCH 06/40] staging: r8188eu: remove empty functions
` [PATCH 07/40] staging: r8188eu: remove unused function rtw_interface_ps_func()
` [PATCH 08/40] staging: r8188eu: remove interface_ps_func from hal_ops
` [PATCH 09/40] staging: r8188eu: remove hal_dm_watchdog "
` [PATCH 10/40] staging: r8188eu: remove set_bwmode_handler "
` [PATCH 11/40] staging: r8188eu: remove set_channel_handler "
` [PATCH 12/40] staging: r8188eu: remove unused enum hal_intf_ps_func
` [PATCH 13/40] staging: r8188eu: remove Add_RateATid from hal_ops
` [PATCH 14/40] staging: r8188eu: remove hal_power_on "
` [PATCH 15/40] staging: r8188eu: remove sreset_init_value "
` [PATCH 16/40] staging: r8188eu: remove sreset_reset_value "
` [PATCH 17/40] staging: r8188eu: remove silentreset "
` [PATCH 18/40] staging: r8188eu: remove sreset_xmit_status_check "
` [PATCH 19/40] staging: r8188eu: remove sreset_linked_status_check "
` [PATCH 20/40] staging: r8188eu: remove sreset_get_wifi_status "
` [PATCH 21/40] staging: r8188eu: remove EfusePowerSwitch "
` [PATCH 22/40] staging: r8188eu: rename hal_EfusePowerSwitch_RTL8188E()
` [PATCH 23/40] staging: r8188eu: remove wrapper Efuse_PowerSwitch()
` [PATCH 24/40] staging: r8188eu: remove ReadEFuse from hal_ops
` [PATCH 25/40] staging: r8188eu: remove EFUSEGetEfuseDefinition "
` [PATCH 26/40] staging: r8188eu: remove EfuseGetCurrentSize "
` [PATCH 27/40] staging: r8188eu: remove empty comments
` [PATCH 28/40] staging: r8188eu: remove Efuse_PgPacketRead from hal_ops
` [PATCH 29/40] staging: r8188eu: remove Efuse_PgPacketWrite "
` [PATCH 30/40] staging: r8188eu: remove Efuse_WordEnableDataWrite "
` [PATCH 31/40] staging: r8188eu: remove useless assignment
` [PATCH 32/40] staging: r8188eu: remove AntDivBeforeLinkHandler from hal_ops

[PATCH v3 0/3] staging: r8188eu: Shorten and simplify calls chain
 2021-09-06 17:19 UTC  (10+ messages)
` [PATCH v3 1/3] staging: r8188eu: remove _io_ops structure
` [PATCH v3 2/3] staging: r8188eu: Shorten calls chain of rtw_read8/16/32()
` [PATCH v3 3/3] staging: r8188eu: Shorten calls chain of rtw_write8/16/32/N()

[PATCH] staging: rtl8712: Move similar execution in to a function
 2021-09-06 16:50 UTC  (3+ messages)

[PATCH] staging: r8188eu: core: remove duplicate structure
 2021-09-06 16:40 UTC  (3+ messages)

[PATCH] staging: r8188eu: fix type mismacth
 2021-09-06 15:59 UTC  (5+ messages)

[PATCH 0/8] staging: media: zoran: fusion in one module
 2021-09-06 15:06 UTC  (21+ messages)
` [PATCH 1/8] staging: media: zoran: move module parameter checks to zoran_probe
` [PATCH 2/8] staging: media: zoran: use module_pci_driver
` [PATCH 3/8] staging: media: zoran: rename debug module parameter
` [PATCH 4/8] staging: media: zoran: add debugfs
` [PATCH 5/8] staging: media: zoran: videocode: remove procfs
` [PATCH 6/8] staging: media: zoran: fusion all modules
` [PATCH 7/8] staging: media: zoran: remove vidmem
` [PATCH 8/8] staging: media: zoran: move videodev alloc

[PATCH 0/3] staging: r8188eu: Shorten and simplify calls chain
 2021-09-06 14:04 UTC  (8+ messages)
` [PATCH 1/3] staging: r8188eu: remove _io_ops structure
` [PATCH 2/3] staging: r8188eu: Shorten calls chain of rtw_read8/16/32()
` [PATCH 3/3] staging: r8188eu: Shorten calls chain of rtw_write8/16/32/N()

[PATCH] staging: greybus: uart: fix tty use after free
 2021-09-06 12:45 UTC 

[PATCH] Media: meson: vdec: Use devm_platform_ioremap_resource_byname()
 2021-09-06 12:36 UTC  (2+ messages)

[PATCH v2] mt7621-dma: Properly format lines in "hsdma-mt7621.c" ending with an open parenthesis
 2021-09-06  9:38 UTC  (5+ messages)

[PATCH 00/14] staging: r8188eu: cleanup unset pointers in
 2021-09-06  8:25 UTC  (16+ messages)
` [PATCH 01/14] staging: r8188eu: remove rtw_hal_reset_security_engine function
` [PATCH 02/14] staging: r8188eu: remove hal_reset_security_engine from struct hal_ops
` [PATCH 03/14] staging: r8188eu: remove rtw_hal_enable_interrupt function
` [PATCH 04/14] staging: r8188eu: remove enable_interrupt from struct hal_ops
` [PATCH 05/14] staging: r8188eu: remove rtw_hal_disable_interrupt function
` [PATCH 06/14] staging: r8188eu: remove disable_interrupt from struct hal_ops
` [PATCH 07/14] staging: r8188eu: remove rtw_hal_interrupt_handler function
` [PATCH 08/14] staging: r8188eu: remove interrupt_handler from struct hal_ops
` [PATCH 09/14] staging: r8188eu: remove rtw_hal_xmitframe_enqueue function
` [PATCH 10/14] staging: r8188eu: remove hal_xmitframe_enqueue from struct hal_ops
` [PATCH 11/14] staging: r8188eu: remove Efuse_PgPacketWrite_BT function
` [PATCH 12/14] staging: r8188eu: remove Efuse_PgPacketWrite_BT from struct hal_ops
` [PATCH 13/14] staging: r8188eu: remove rtw_hal_c2h_id_filter_ccx function
` [PATCH 14/14] staging: r8188eu: remove c2h_id_filter_ccx from struct hal_ops

[PATCH v1] media: atomisp: fix compilation error
 2021-09-06  8:01 UTC  (2+ messages)

[PATCH] media: staging: media: atomisp: fix return value
 2021-09-06  7:32 UTC  (2+ messages)

[PATCH] staging: r8188eu: remove useless check
 2021-09-05 20:42 UTC 

[PATCH v2] staging: r8188eu: os_dep: simplifiy the rtw_resume function
 2021-09-05 14:48 UTC  (2+ messages)

[PATCH] staging: r8188eu: core: remove condition never execute
 2021-09-05  7:55 UTC  (3+ messages)

[PATCH v2 0/3] staging: r8188eu: Shorten and simplify calls chain
 2021-09-04 22:11 UTC  (5+ messages)
` [PATCH v2 1/3] staging: r8188eu: remove _io_ops structure
` [PATCH v2 2/3] staging: r8188eu: Shorten calls chain of rtw_read8/16/32()
` [PATCH 3/3] staging: r8188eu: Shorten calls chain of rtw_write8/16/32/N()

[PATCH 0/6] staging: r8188eu: remove some functions from hal_ops
 2021-09-04 19:06 UTC  (9+ messages)
` [PATCH 1/6] staging: r8188eu: remove intf_chip_configure "
` [PATCH 2/6] staging: r8188eu: remove read_adapter_info "
` [PATCH 3/6] staging: r8188eu: remove read_chip_version "
` [PATCH 4/6] staging: r8188eu: remove wrapper around ReadChipVersion8188E()
` [PATCH 5/6] staging: r8188eu: remove GetHalODMVarHandler from hal_ops
` [PATCH 6/6] staging: r8188eu: remove init_default_value "

[PATCH] staging: r8188eu: remove _rtw_mutex_{init,free}
 2021-09-04 12:47 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] staging: r8188eu: os_dep: simplifiy the rtw_resume function
 2021-09-04 12:04 UTC  (3+ messages)

[PATCH] Fix formatting for file "hsdma-mt7621.c"
 2021-09-04 11:11 UTC  (10+ messages)

[PATCH] staging: r8188eu: os_dep: use kmemdup instead of kzalloc and memcpy
 2021-09-04  9:40 UTC  (3+ messages)

[PATCH v5] staging: r8188eu: Remove _enter/_exit_critical_mutex()
 2021-09-04  8:15 UTC  (5+ messages)

[PATCH] staging: fbtft: fbtft-core: fix 'trailing statements should be on next line' coding style error
 2021-09-04  8:09 UTC 

[PATCH] Fix ERROR: trailing statements should be on next line
 2021-09-04  7:00 UTC  (2+ messages)

[PATCH v4] staging: r8188eu: core: remove null check before vfree
 2021-09-04  6:00 UTC  (5+ messages)

[PATCH] staging: r8188eu: hal: remove condition with no effect
 2021-09-04  5:44 UTC 

[PATCH] staging: r8188eu: os_dep: use kmemdup instead of kzalloc and memcpy
 2021-09-04  4:51 UTC  (4+ messages)

[PATCH 0/3] staging: r8188eu: clean up dead code and use in-kernel arc4
 2021-09-03 19:04 UTC  (4+ messages)
` [PATCH 1/3] staging: r8188eu: remove unused constant CRC32_POLY
` [PATCH 2/3] staging: r8188eu: use in-kernel arc4 encryption
` [PATCH 3/3] staging: r8188eu: remove rtw_use_tkipkey_handler()

[PATCH 1/2] staging: r8188eu: fix memory leak in rtw_set_key
 2021-09-03 18:18 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: remove useless memset

[PATCH] Use BIT macro instead of (1 << HSDMA_GLO_BT_SHIFT)
 2021-09-03 15:52 UTC  (7+ messages)

[PATCH 0/6] staging: r8188eu: remove unused code
 2021-09-03  9:33 UTC  (7+ messages)
` [PATCH 1/6] staging: r8188eu: remove header file rtw_ioctl_rtl.h
` [PATCH 2/6] staging: r8188eu: remove unused defines from mp_custom_oid.h
` [PATCH 3/6] staging: r8188eu: remove unused enum from ieee80211.h
` [PATCH 4/6] staging: r8188eu: remove unused enum rt_eeprom_type
` [PATCH 5/6] staging: r8188eu: remove IS_HARDWARE_TYPE_8188* macros
` [PATCH 6/6] staging: r8188eu: remove enum hardware_type

[PATCH v5 0/3] staging: r8188eu: fix sparse warnings
 2021-09-03  8:11 UTC  (8+ messages)
` [PATCH v5 1/3] staging: r8188eu: restricted __be16 degrades to int
` [PATCH v5 2/3] staging: r8188eu: incorrect type in csum_ipv6_magic
` [PATCH v5 3/3] staging: r8188eu: incorrect type in assignment

[GIT PULL] Staging / IIO driver changes for 5.15-rc1
 2021-09-02 22:39 UTC  (5+ messages)

[PATCH 0/2] media: HEVC: RPS clean up
 2021-09-02 16:55 UTC  (3+ messages)

config issue with SoundWire mockup device support
 2021-09-02 15:16 UTC  (3+ messages)

[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
 2021-09-02 11:19 UTC  (10+ messages)
` [PATCH v2 1/3] MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT
` [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

[PATCH v2] staging: rtl8723bs: remove possible deadlock when disconnect
 2021-09-02  9:35 UTC 

[PATCH] staging: rtl8723bs: remove possible deadlock when disconnect
 2021-09-02  9:29 UTC  (3+ messages)

[PATCH 1/2] staging: r8188eu: remove unused constants from wifi.h
 2021-09-02  9:23 UTC  (3+ messages)

[PATCH v3] staging: greybus: Convert uart.c from IDR to XArray
 2021-09-02  9:15 UTC  (2+ messages)


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