summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/hal/sdio_ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-12staging: rtl8723bs: tidy up error handlingYihao Han1-9/+6
2021-07-21staging: rtl8723bs: Fix a resource leak in sd_int_dpcXiangyang Zhang1-0/+2
2021-05-25staging: rtl8723bs: remove sd_f0_read8()Bryan Brattlof1-7/+0
2021-05-10staging: rtl8723bs: remove unused debug macros tied to hal/sdio_ops.c debugFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: hal: sdio_ops: Mark used 'err' as __maybe_unused and remo...Lee Jones1-5/+2
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-1/+2
2021-04-12staging: rtl8723bs: Remove camelcase in several filesFabio M. De Francesco1-7/+7
2021-04-11staging: rtl8723bs: remove empty if and else blocksFabio Aiuto1-1/+0
2021-04-11staging: rtl8723bs: remove unnecessary bracksFabio Aiuto1-2/+1
2021-04-11staging: rtl8723bs: remove commented out SDIO_DEBUG_IO symbol definitionFabio Aiuto1-3/+0
2021-04-11staging: rtl8723bs: remove code block guarded by undefined SDIO_DEBUG_IOFabio Aiuto1-9/+1
2021-04-11staging: rtl8723bs: remove all if-blocks left empty by DBG_8192C-remove cocci...Fabio Aiuto1-17/+0
2021-04-11staging: rtl8723bs: remove all DBG_8192C logsFabio Aiuto1-11/+6
2021-04-08staging: rtl8723bs: hal: Remove camelcase in sdio_ops.cFabio M. De Francesco1-25/+21
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-4/+2
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-6/+1
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-12/+2
2021-04-06staging: rtl8723bs: remove unnecessary bracks after RT_TRACE deletionFabio Aiuto1-2/+1
2021-04-06staging: rtl8723bs: remove empty if, else blocks after RT_TRACE deletionFabio Aiuto1-1/+0
2021-04-06staging: rtl8723bs: remove all RT_TRACE logs in hal/ and os_dep/Fabio Aiuto1-31/+0
2021-03-28staging: rtl8723bs: sdio_ops: removing unused variableEdmundo Carmona Antoranz1-3/+1
2021-03-18staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-35/+0
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-2/+0
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-2/+2
2020-10-05staging: rtl8723bs: replace _cancel_timer with del_timer_syncRoss Schmidt1-2/+1
2020-10-05staging: rtl8723bs: replace _RND4 with round_up()Ross Schmidt1-1/+1
2020-10-05staging: rtl8723bs: replace RND4 with round_up()Ross Schmidt1-3/+3
2019-11-05staging: rtl8723bs: hal: Remove unnecessary typecast in kfree.Nachammai Karuppiah1-1/+1
2019-10-10staging: rtl8723bs: Fix style in definitionsJavier F. Arias1-6/+4
2019-10-10staging: rtl8723bs: Remove space before tabsJavier F. Arias1-33/+33
2019-10-10staging: rtl8723bs: Remove duplicate blank linesJavier F. Arias1-14/+0
2019-10-10staging: rtl8723bs: Remove commented codeJavier F. Arias1-33/+0
2019-10-07staging: rtl8723bs: Remove set but not used variable 'oldcnt'zhengbin1-2/+0
2019-07-01staging: rtl8723bs: Remove rtw_hal_c2h_evt_read()Nishka Dasgupta1-1/+1
2019-07-01staging: rtl8723bs: hal: Remove function clearinterrupt8723bsdio()Nishka Dasgupta1-35/+0
2019-06-18staging: rtl8723bs: hal: Add null check after memory allocationHariprasad Kelam1-0/+3
2019-06-13staging: rtl8723bs: hal: Change return type to void from u8Hariprasad Kelam1-2/+1
2019-06-13staging: rtl8723bs: hal: sdio_ops: fix braces {} are not necessary for single...Hariprasad Kelam1-10/+6
2019-06-13staging: rtl8723bs: hal: sdio_ops: fix spaces preferred around unary operatorHariprasad Kelam1-6/+6
2019-06-13staging: rtl8723bs: hal: sdio_ops: fix Comparison to NULLHariprasad Kelam1-1/+1
2019-05-21staging: rtl8723bs: hal: Remove unused variableNishka Dasgupta1-1/+0
2019-04-16Staging: rtl8723bs: Remove typedef in struct sdio_dataMadhumitha Prabakaran1-3/+3
2019-03-30staging: rtl8723bs: hal: sdio_ops.c: Remove unnecessary parenthesesPayal Kshirsagar1-3/+3
2019-03-18staging: rtl8723bs: remove unused codeColin Ian King1-10/+0
2018-12-12staging: rtl8723bs: change semaphores to completionsArnd Bergmann1-1/+1
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-01-25Staging: rtl8723bs: Use !x instead of NULL comparisonShreeya Patel1-8/+8
2018-01-25Staging: rtl8723bs: Remove dead codeShreeya Patel1-15/+0
2018-01-25Staging: rtl8723bs: Change names to conform to the kernel codeShreeya Patel1-357/+357
2017-12-19Staging: rtl8723bs: Replace true with x and false with !xShreeya Patel1-16/+14