public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] staging: r8188eu: simplify endpoint configuration
@ 2022-08-06 19:55 Martin Kaiser
  2022-08-06 19:55 ` [PATCH 01/13] staging: r8188eu: Hal_MappingOutPipe should return an int Martin Kaiser
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Martin Kaiser @ 2022-08-06 19:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Larry Finger, Phillip Potter, Michael Straube, Pavel Skripkin,
	linux-staging, linux-kernel, Martin Kaiser

This series contains cleanups for rtl8188eu_interface_configure and the
functions that it calls. I tried to fix the error handling and to
summarize small functions and common code.

Martin Kaiser (13):
  staging: r8188eu: Hal_MappingOutPipe should return an int
  staging: r8188eu: process HalUsbSetQueuePipeMapping8188EUsb's return
    value
  staging: r8188eu: merge two small functions
  staging: r8188eu: move endpoint init functions to usb_halinit.c
  staging: r8188eu: summarize endpoint-related settings
  staging: r8188eu: remove OutEpNumber
  staging: r8188eu: remove comments about endpoint mapping
  staging: r8188eu: summarize common Queue2Pipe settings
  staging: r8188eu: simplify three_out_pipe
  staging: r8188eu: simplify two_out_pipe
  staging: r8188eu: remove _InitNormalChipOneOutEpPriority
  staging: r8188eu: we always use HQ and NQ for two endpoints
  staging: r8188eu: simplify _InitNormalChipTwoOutEpPriority

 drivers/staging/r8188eu/hal/hal_com.c         | 110 -------------
 drivers/staging/r8188eu/hal/usb_halinit.c     | 152 ++++++++----------
 drivers/staging/r8188eu/include/hal_com.h     |   2 -
 drivers/staging/r8188eu/include/hal_intf.h    |   2 +-
 .../staging/r8188eu/include/rtl8188e_hal.h    |   1 -
 drivers/staging/r8188eu/os_dep/usb_intf.c     |   4 +-
 6 files changed, 75 insertions(+), 196 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-08-07  6:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-06 19:55 [PATCH 00/13] staging: r8188eu: simplify endpoint configuration Martin Kaiser
2022-08-06 19:55 ` [PATCH 01/13] staging: r8188eu: Hal_MappingOutPipe should return an int Martin Kaiser
2022-08-06 19:55 ` [PATCH 02/13] staging: r8188eu: process HalUsbSetQueuePipeMapping8188EUsb's return value Martin Kaiser
2022-08-06 19:55 ` [PATCH 03/13] staging: r8188eu: merge two small functions Martin Kaiser
2022-08-06 19:55 ` [PATCH 04/13] staging: r8188eu: move endpoint init functions to usb_halinit.c Martin Kaiser
2022-08-06 19:55 ` [PATCH 05/13] staging: r8188eu: summarize endpoint-related settings Martin Kaiser
2022-08-06 19:55 ` [PATCH 06/13] staging: r8188eu: remove OutEpNumber Martin Kaiser
2022-08-06 19:55 ` [PATCH 07/13] staging: r8188eu: remove comments about endpoint mapping Martin Kaiser
2022-08-06 19:55 ` [PATCH 08/13] staging: r8188eu: summarize common Queue2Pipe settings Martin Kaiser
2022-08-06 19:55 ` [PATCH 09/13] staging: r8188eu: simplify three_out_pipe Martin Kaiser
2022-08-06 19:55 ` [PATCH 10/13] staging: r8188eu: simplify two_out_pipe Martin Kaiser
2022-08-06 19:55 ` [PATCH 11/13] staging: r8188eu: remove _InitNormalChipOneOutEpPriority Martin Kaiser
2022-08-06 19:55 ` [PATCH 12/13] staging: r8188eu: we always use HQ and NQ for two endpoints Martin Kaiser
2022-08-06 19:55 ` [PATCH 13/13] staging: r8188eu: simplify _InitNormalChipTwoOutEpPriority Martin Kaiser
2022-08-07  6:02 ` [PATCH 00/13] staging: r8188eu: simplify endpoint configuration Philipp Hortmann

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