messages from 2021-09-05 20:42:21 to 2021-09-08 09:25:35 UTC [more...]
[PATCH 0/3] three simple cleanups
2021-09-08 8:57 UTC (4+ messages)
` [PATCH 1/3] staging: r8188eu: remove unused function prototype
` [PATCH 2/3] staging: r8188eu: remove unused define
` [PATCH 3/3] staging: r8188eu: this endless loop is executed only once
[PATCH] media: imx: set a media_device bus_info string
2021-09-08 8:47 UTC
[PATCH] staging: greybus: uart: fix tty use after free
2021-09-08 7:56 UTC (3+ messages)
` [greybus-dev] "
[PATCH] staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P}
2021-09-08 5:01 UTC
[PATCH] staging: r8188eu: remove unused function Hal_ProSetCrystalCap()
2021-09-07 22:29 UTC (2+ messages)
[PATCH] staging: r8188eu: remove redundant variable hoffset
2021-09-07 22:10 UTC (2+ messages)
[PATCH] media: hantro: Fix media device bus_info string
2021-09-07 14:56 UTC
[PATCH] staging: vchiq: convert to use a miscdevice
2021-09-07 11:50 UTC
[PATCH] staging: axis-fifo: convert to use miscdevice
2021-09-07 11:40 UTC (2+ messages)
` [PATCH v2] "
[PATCH v3 0/3] staging: r8188eu: Shorten and simplify calls chain
2021-09-07 10:17 UTC (13+ 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: r8188eu: Remove _enter/_exit_critical_mutex()" added to staging-testing
2021-09-07 10:08 UTC (2+ messages)
[PATCH v3 00/40] staging: r8188eu: remove function pointers from struct hal_ops
2021-09-07 5:00 UTC (43+ messages)
` [PATCH v3 01/40] staging: r8188eu: remove InitSwLeds from hal_ops
` [PATCH v3 02/40] staging: r8188eu: remove DeInitSwLeds "
` [PATCH v3 03/40] staging: r8188eu: remove dm_init "
` [PATCH v3 04/40] staging: r8188eu: remove dm_deinit "
` [PATCH v3 05/40] staging: r8188eu: remove SetHalODMVarHandler "
` [PATCH v3 06/40] staging: r8188eu: remove empty functions
` [PATCH v3 07/40] staging: r8188eu: remove unused function rtw_interface_ps_func()
` [PATCH v3 08/40] staging: r8188eu: remove interface_ps_func from hal_ops
` [PATCH v3 09/40] staging: r8188eu: remove hal_dm_watchdog "
` [PATCH v3 10/40] staging: r8188eu: remove set_bwmode_handler "
` [PATCH v3 11/40] staging: r8188eu: remove set_channel_handler "
` [PATCH v3 12/40] staging: r8188eu: remove unused enum hal_intf_ps_func
` [PATCH v3 13/40] staging: r8188eu: remove Add_RateATid from hal_ops
` [PATCH v3 14/40] staging: r8188eu: remove hal_power_on "
` [PATCH v3 15/40] staging: r8188eu: remove sreset_init_value "
` [PATCH v3 16/40] staging: r8188eu: remove sreset_reset_value "
` [PATCH v3 17/40] staging: r8188eu: remove silentreset "
` [PATCH v3 18/40] staging: r8188eu: remove sreset_xmit_status_check "
` [PATCH v3 19/40] staging: r8188eu: remove sreset_linked_status_check "
` [PATCH v3 20/40] staging: r8188eu: remove sreset_get_wifi_status "
` [PATCH v3 21/40] staging: r8188eu: remove EfusePowerSwitch "
` [PATCH v3 22/40] staging: r8188eu: rename hal_EfusePowerSwitch_RTL8188E()
` [PATCH v3 23/40] staging: r8188eu: remove wrapper Efuse_PowerSwitch()
` [PATCH v3 24/40] staging: r8188eu: remove ReadEFuse from hal_ops
` [PATCH v3 25/40] staging: r8188eu: remove EFUSEGetEfuseDefinition "
` [PATCH v3 26/40] staging: r8188eu: remove EfuseGetCurrentSize "
` [PATCH v3 27/40] staging: r8188eu: remove empty comments
` [PATCH v3 28/40] staging: r8188eu: remove Efuse_PgPacketRead from hal_ops
` [PATCH v3 29/40] staging: r8188eu: remove Efuse_PgPacketWrite "
` [PATCH v3 30/40] staging: r8188eu: remove Efuse_WordEnableDataWrite "
` [PATCH v3 31/40] staging: r8188eu: remove useless assignment
` [PATCH v3 32/40] staging: r8188eu: remove AntDivBeforeLinkHandler from hal_ops
` [PATCH v3 33/40] staging: r8188eu: remove AntDivCompareHandler "
` [PATCH v3 34/40] staging: r8188eu: remove empty function rtl8188e_start_thread()
` [PATCH v3 35/40] staging: r8188eu: remove empty function rtl8188e_stop_thread()
` [PATCH v3 36/40] staging: r8188eu: remove hal_notch_filter from hal_ops
` [PATCH v3 37/40] staging: r8188eu: remove free_hal_data "
` [PATCH v3 38/40] staging: r8188eu: remove unused function rtl8188e_clone_haldata()
` [PATCH v3 39/40] staging: r8188eu: remove SetBeaconRelatedRegistersHandler from hal_ops
` [PATCH v3 40/40] staging: r8188eu: remove UpdateHalRAMask8188EUsb "
[PATCH 00/14] staging: r8188eu: cleanup unset pointers in
2021-09-06 23:05 UTC (17+ 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 v2 00/40] staging: r8188eu: remove function pointers from struct hal_ops
2021-09-06 18:53 UTC (41+ messages)
` [PATCH v2 01/40] staging: r8188eu: remove InitSwLeds from hal_ops
` [PATCH v2 02/40] staging: r8188eu: remove DeInitSwLeds "
` [PATCH v2 03/40] staging: r8188eu: remove dm_init "
` [PATCH v2 04/40] staging: r8188eu: remove dm_deinit "
` [PATCH v2 05/40] staging: r8188eu: remove SetHalODMVarHandler "
` [PATCH v2 06/40] staging: r8188eu: remove empty functions
` [PATCH v2 07/40] staging: r8188eu: remove unused function rtw_interface_ps_func()
` [PATCH v2 08/40] staging: r8188eu: remove interface_ps_func from hal_ops
` [PATCH v2 09/40] staging: r8188eu: remove hal_dm_watchdog "
` [PATCH v2 10/40] staging: r8188eu: remove set_bwmode_handler "
` [PATCH v2 11/40] staging: r8188eu: remove set_channel_handler "
` [PATCH v2 12/40] staging: r8188eu: remove unused enum hal_intf_ps_func
` [PATCH v2 13/40] staging: r8188eu: remove Add_RateATid from hal_ops
` [PATCH v2 14/40] staging: r8188eu: remove hal_power_on "
` [PATCH v2 15/40] staging: r8188eu: remove sreset_init_value "
` [PATCH v2 16/40] staging: r8188eu: remove sreset_reset_value "
` [PATCH v2 17/40] staging: r8188eu: remove silentreset "
` [PATCH v2 18/40] staging: r8188eu: remove sreset_xmit_status_check "
` [PATCH v2 19/40] staging: r8188eu: remove sreset_linked_status_check "
` [PATCH v2 20/40] staging: r8188eu: remove sreset_get_wifi_status "
` [PATCH v2 21/40] staging: r8188eu: remove EfusePowerSwitch "
` [PATCH v2 22/40] staging: r8188eu: rename hal_EfusePowerSwitch_RTL8188E()
` [PATCH v2 23/40] staging: r8188eu: remove wrapper Efuse_PowerSwitch()
` [PATCH v2 24/40] staging: r8188eu: remove ReadEFuse from hal_ops
` [PATCH v2 25/40] staging: r8188eu: remove EFUSEGetEfuseDefinition "
` [PATCH v2 26/40] staging: r8188eu: remove EfuseGetCurrentSize "
` [PATCH v2 27/40] staging: r8188eu: remove empty comments
` [PATCH v2 28/40] staging: r8188eu: remove Efuse_PgPacketRead from hal_ops
` [PATCH v2 29/40] staging: r8188eu: remove Efuse_PgPacketWrite "
` [PATCH v2 30/40] staging: r8188eu: remove Efuse_WordEnableDataWrite "
` [PATCH v2 31/40] staging: r8188eu: remove useless assignment
` [PATCH v2 32/40] staging: r8188eu: remove AntDivBeforeLinkHandler from hal_ops
` [PATCH v2 33/40] staging: r8188eu: remove AntDivCompareHandler "
` [PATCH v2 34/40] staging: r8188eu: remove empty function rtl8188e_start_thread()
` [PATCH v2 35/40] staging: r8188eu: remove empty function rtl8188e_stop_thread()
` [PATCH v2 36/40] staging: r8188eu: remove hal_notch_filter from hal_ops
` [PATCH v2 37/40] staging: r8188eu: remove free_hal_data "
` [PATCH v2 38/40] staging: r8188eu: remove unused function rtl8188e_clone_haldata()
` [PATCH v2 39/40] staging: r8188eu: remove SetBeaconRelatedRegistersHandler from hal_ops
` [PATCH v2 40/40] staging: r8188eu: remove UpdateHalRAMask8188EUsb "
[PATCH 00/40] staging: r8188eu: remove function pointers from struct hal_ops
2021-09-06 18:38 UTC (42+ 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 33/40] staging: r8188eu: remove AntDivCompareHandler "
` [PATCH 34/40] staging: r8188eu: remove empty function rtl8188e_start_thread()
` [PATCH 35/40] staging: r8188eu: remove empty function rtl8188e_stop_thread()
` [PATCH 36/40] staging: r8188eu: remove hal_notch_filter from hal_ops
` [PATCH 37/40] staging: r8188eu: remove free_hal_data "
` [PATCH 38/40] staging: r8188eu: remove unused function rtl8188e_clone_haldata()
` [PATCH 39/40] staging: r8188eu: remove SetBeaconRelatedRegistersHandler from hal_ops
` [PATCH 40/40] staging: r8188eu: remove UpdateHalRAMask8188EUsb "
[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 (13+ messages)
` [PATCH 4/8] staging: media: zoran: add debugfs
` [PATCH 6/8] staging: media: zoran: fusion all modules
[PATCH 0/3] staging: r8188eu: Shorten and simplify calls chain
2021-09-06 14:04 UTC (4+ messages)
` [PATCH 1/3] staging: r8188eu: remove _io_ops structure
[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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox