1. 18bd6df staging: rtl8723au: hal_com.c: Fix one case of returning status in an s32 by Jes Sorensen · 10 years ago
  2. 95d412d staging: rtl8723au: rtl8723a_cmd.c: Fix up bad return types by Jes Sorensen · 10 years ago
  3. a5681f9 staging: rtl8723au: rtl8723a_hal_init.c: Fix more messy return type abuse by Jes Sorensen · 10 years ago
  4. c691ec3 staging: rtl8723au: rtl8723a_phycfg.c: Use int for error return codes by Jes Sorensen · 10 years ago
  5. 5c195cc staging: rtl8723au: rtl8723au_xmit.c: Fixup messy return type usage by Jes Sorensen · 10 years ago
  6. 24ed8e4 staging: rtl8723au: rtl8723au_xmit_tasklet(): Remove unnecessary variable init by Jes Sorensen · 10 years ago
  7. e04cd3f staging: rtl8723au: usb_halinit.c: Another u8 error code case by Jes Sorensen · 10 years ago
  8. 86c3e3f staging: rtl8723au: usb_intf.c: Fixup yet another round of u8 abuse for error type by Jes Sorensen · 10 years ago
  9. 9e2d066 staging: rtl8723au: os_intfs.c: Fixup more u8/uint abuse for error return codes by Jes Sorensen · 10 years ago
  10. 16b9632 staging: rtl8732au: ioctl_cfg80211.c: Fix another case of u8 abuse for error return by Jes Sorensen · 10 years ago
  11. 8fd873d staging: rtl8723au: rtw_xmit.c: Be consistent in using int for error return type by Jes Sorensen · 10 years ago
  12. f6fe0a4 staging: rtl8723au: rtw_wlan_util.c: Fix up random mixing of bool vs int by Jes Sorensen · 10 years ago
  13. 95ddd22 staging: rtl8723au: rtw_sta_mgt.c: Clean up messy usage of return types by Jes Sorensen · 10 years ago
  14. 75f3f03 staging: rtl8723au: rtw_security.c: Clean up mess of error return code types by Jes Sorensen · 10 years ago
  15. 6963248 staging: rtl8723au: decryptor() use int to store error codes by Jes Sorensen · 10 years ago
  16. d578924 staging: rtl8723au: Don't return true/false in unsigned int by Jes Sorensen · 10 years ago
  17. f66e05d staging: rtl8723au: rtw_mlme_ext.c: Use int to return error codes by Jes Sorensen · 10 years ago
  18. 7e761c5 staging: rtl8723au: rtw_ioctl_set.c: Fix up messy error code handling by Jes Sorensen · 10 years ago
  19. 43eeb8e staging: rtl8723au: Remove unused usb_read_mem/usb_write_mem stubs by Jes Sorensen · 10 years ago
  20. ad899b1 staging: rtl8723au: Clean up error codes in IO functions by Jes Sorensen · 10 years ago
  21. 828373f staging: rtl8723au: Remove unused rtw_is_wps_ie23a() by Jes Sorensen · 10 years ago
  22. 44f3f16 staging: rtl8723au: Clean up error code mess in rtw_efuse.c by Jes Sorensen · 10 years ago
  23. 1ec8911 staging: rtl8723au: Make cmd and event handlers return int instead of u8 by Jes Sorensen · 10 years ago
  24. 7271496 staging: rtl8723au: Remove unused mp_custom_oid.h by Jes Sorensen · 10 years ago
  25. 60a2d48 staging: rtl8723au: usb_vendor_req.h isn't used - remove it by Jes Sorensen · 10 years ago
  26. 25a9311 staging: rtl8723au: usb_osintf.h isn't used for anything - get rid of it by Jes Sorensen · 10 years ago
  27. 9385d86 staging: rtl8723au: Get rid of rtl8723au_set_hal_ops() and get rid of hal_ops.h by Jes Sorensen · 10 years ago
  28. 02d50c2 staging: rtl8723au: Remove sw led hal ops by Jes Sorensen · 10 years ago
  29. 10ce264 staging: rtl8723au: Remove unused HAL interrupt function wrappers by Jes Sorensen · 10 years ago
  30. d9edcaf staging: rtl8723au: Remove unused hal_power_on() wrapper by Jes Sorensen · 10 years ago
  31. 39f1a8e staging: rtl8723au: Make direct calls to GetHalDefVar8192CUsb() by Jes Sorensen · 10 years ago
  32. ac4cbc6 staging: rtl8723au: Pull update_ramask call out of HAL wrapper layer by Jes Sorensen · 10 years ago
  33. 638443d staging: rtl8723au: Call xmit/recv handlers directly instead of via HAL wrappers by Jes Sorensen · 10 years ago
  34. b3d139a staging: rtl8723au: Disentangle recv/xmit_priv init/free from HAL wrappers by Jes Sorensen · 10 years ago
  35. c7772697 staging: rtl8723au: Pull hal_init/deinit out of HAL wrapper layer by Jes Sorensen · 10 years ago
  36. a4f6eb1 staging: rtl8723au: Remove a pile of unused EFUSE read/write functionality by Jes Sorensen · 10 years ago
  37. b2e6804 staging: rtl8723au: Remove first half of EFUSE functions from HAL wrappers by Jes Sorensen · 10 years ago
  38. dbe9849 staging: rtl8723au: Disentangle set_odm_var() from the HAL wrappers by Jes Sorensen · 10 years ago
  39. de9a5f0 staging: rtl8723au: Get rid of unused rtw_hal_get_odm_var23() by Jes Sorensen · 10 years ago
  40. 1ec6934 staging: rtl8723au: Disentangle rtl8723a_add_rateatid() from HAL by Jes Sorensen · 10 years ago
  41. 88715bc staging: rtl8723au: Disentangle beacon register settings from the HAL wrappers by Jes Sorensen · 10 years ago
  42. daf1fe8 staging: rtl8732au: Remove some unused hal data pointers by Jes Sorensen · 10 years ago
  43. 8a6f555 staging: rtl8723au: Call bandwidth and channel setting handlers directly by Jes Sorensen · 10 years ago
  44. 82ccb59 staging: rtl8723au: Disentangle chip_configure from HAL wrappers by Jes Sorensen · 10 years ago
  45. db20a02 staging: rtl8723au: We love wrappers! by Jes Sorensen · 10 years ago
  46. 1aaa376 staging: rtl8723au: Remove HAL wrappers about USB init/deinit by Jes Sorensen · 10 years ago
  47. 44e621c staging: rtl8723au: Remove HAL wrappers around read_chip_version by Jes Sorensen · 10 years ago
  48. 5d9edb5 staging: rtl8723au: Remove unused HAL wrappers around PHY register read/write calls by Jes Sorensen · 10 years ago
  49. 369074f staging: rtl8723au: Remove HAL notch_filter wrappers by Jes Sorensen · 10 years ago
  50. a7a983c staging: rtl8723au: Remove unused hal_reset_security_engine code by Jes Sorensen · 10 years ago
  51. b7c19c2 staging: rtl8723au: Get rid of sreset related HAL clutter by Jes Sorensen · 10 years ago
  52. 8289d35 staging: rtl8723au: Get rid of rtw_hal_dm_* clutter by Jes Sorensen · 10 years ago
  53. 1f4746f staging: rtl8723au: Remove some more HAL clutter by Jes Sorensen · 10 years ago
  54. 0372262 staging: rtl8723au: Call rtl8723a_init_default_value_directly() by Jes Sorensen · 10 years ago
  55. d87283f staging: rtl8723au: Remove unused hal_data_sz from struct rtw_adapter by Jes Sorensen · 10 years ago
  56. f207b02 staging: rtl8723au: Remove unused rtl8723a_clone_haldata() by Jes Sorensen · 10 years ago
  57. cf3d7b9 staging: rtl8723au: Remove unused bBTFWReady from struct rtw_adapter by Jes Sorensen · 10 years ago
  58. f7f332b staging: rtl8723au: osdep_service.h: Reduce excessive header inclusion by Jes Sorensen · 10 years ago
  59. ebf2ccf staging: rtl8723au: Remove obsolete BITx #defines by Jes Sorensen · 10 years ago
  60. f061c1b staging: rtl8723au: odm_HWConfig.c: Use BIT() consistently by Jes Sorensen · 10 years ago
  61. fc8b7c8 staging: rtl8723au: odm.c: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  62. bc0d10c staging: rtl8723au: rtl8723a_hal_init.c: Use BIT() consistently by Jes Sorensen · 10 years ago
  63. 8f7654c staging: rtl8723au: rtl8723a_phycfg.c: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  64. a3f2146 staging: rtl8723au: HalDMOutSrt8723A_CE.c: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  65. d66ecc2 staging: rtl8723au: hal_com.c: Use BIT() consistently instead of BITx by Jes Sorensen · 10 years ago
  66. 8952e08 staging: rtl8723au: rtl8723a_bt-coexist.c: Be consistent in use of BIT() by Jes Sorensen · 10 years ago
  67. 05f07e7 staging: rtl8723au: usb_halinit.c: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  68. f8c41a9 staging: rtl8723au: rtl8723au_led.c: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  69. 68c9da9 staging: rtl8723au: rtw_sreset.h: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  70. e478c1f staging: rtl8723au: odm_reg.h: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  71. c04d002 staging: rtl8723au: odm_debug.h: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  72. 9374844 staging: rtl8723au: odm.h: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  73. f709b18 staging: rtl8723au: hal_intf.h: Be consistent and use BIT() instead of BITx by Jes Sorensen · 10 years ago
  74. 750c843 staging: rtl8723au: Hal8723PwrSeq.h: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  75. db6ec57 staging: rtl8723au: Hal8723APhyCfg.h: Use BIT() instead of BITx by Jes Sorensen · 10 years ago
  76. 1c3b6e7 staging: rtl8723au: rtl8723a_bt-coexist.h: Be consistent and use BIT() by Jes Sorensen · 10 years ago
  77. 9c45c20 staging: rtl8723au: rtl8723a_spec.h: Use BIT() instead of BITx macros by Jes Sorensen · 10 years ago
  78. f4e131d goldfish: pipe: fix warnings for 32bit builds by Octavian Purdila · 10 years ago
  79. f2dbdf6 goldfish: bus: fix warnings for 32bit builds by Octavian Purdila · 10 years ago
  80. 0f18a27 staging: rts5139: Make variables inside #ifdef CONFIG_PM by Geert Uytterhoeven · 10 years ago
  81. dbdb852 staging: rts5139: fix bad symbol declaration by Neil Armstrong · 10 years ago
  82. 10f9f4a staging: rts5139: fixed coding style by Thomas Tanaka · 10 years ago
  83. ba8f073 Staging: rts5139: More appropriate use of sizeof operand by Fabio Falzoi · 10 years ago
  84. c606525 Staging: rts5139: Removed OOM messages by Fabio Falzoi · 10 years ago
  85. 4b3ef39 Staging: rts5139: Use standard pr_<level> prefixing by Fabio Falzoi · 10 years ago
  86. 7cb6193 Staging: rts5139: Splitted one-line multiple assignment by Fabio Falzoi · 10 years ago
  87. 307a433 Staging: rts5139: Fixed multi-line code alignment by Fabio Falzoi · 10 years ago
  88. fd09d1d Staging: rts5139: Camel case labels replaced by Fabio Falzoi · 10 years ago
  89. 2787b99 staging: sep: Fix coding style by Camille Bordignon · 10 years ago
  90. 3136b5f staging: vt6656: Remove PIPEnsControlOutAsyn/CONTROLnsRequestOutAsyn by Malcolm Priestley · 10 years ago
  91. 0fb2af3 staging: vt6656: PIPEnsControlIn use usb_control_msg by Malcolm Priestley · 10 years ago
  92. 7021b68 staging: vt6656: usbpipe.c PIPEnsControlOut use usb_control_msg by Malcolm Priestley · 10 years ago
  93. 3c64764 staging: vt6656: lock changes device_xmit by Malcolm Priestley · 10 years ago
  94. 29b0237 staging: vt6656: lock changes: s_nsBulkInUsbIoCompleteRead. by Malcolm Priestley · 10 years ago
  95. c91b186 staging: vt6656: lock changes: usbpipe.c add mutex lock. by Malcolm Priestley · 10 years ago
  96. 97641ca staging: vt6656: lock changes: vRunCommand nsDMA_tx_packet by Malcolm Priestley · 10 years ago
  97. 8783a1a staging: vt6656: lock changes: bMgrPrepareBeaconToSend add lock. by Malcolm Priestley · 10 years ago
  98. 3bc552a staging: vt6656: lock changes: vDMA0_tx_80211 by Malcolm Priestley · 10 years ago
  99. 931cb9f staging: vt6656: lock changes: csMgmt_xmit. by Malcolm Priestley · 10 years ago
  100. e03ce83 staging: vt6656: lock changes: RXvMngWorkItem. by Malcolm Priestley · 10 years ago