[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230111195640.306748-1-martin@kaiser.cx>
Date: Wed, 11 Jan 2023 20:56:20 +0100
From: Martin Kaiser <martin@...ser.cx>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Michael Straube <straube.linux@...il.com>,
Pavel Skripkin <paskripkin@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 00/20] staging: r8188eu: io cleanup
Clean up structs and function prototypes related to hardware access.
There's a number of definitions which are not used for usb devices such as
the r8188eu.
As usual, this is based on all the previous patches I sent. (I promise to
send no more patches until the pending ones are merged ;-)
Martin Kaiser (20):
staging: r8188eu: remove struct io_priv
staging: r8188eu: remove io function prototypes
staging: r8188eu: remove ioreq function prototypes
staging: r8188eu: remove async read function prototypes
staging: r8188eu: remove async write function prototypes
staging: r8188eu: remove struct io_queue
staging: r8188eu: remove attrib function prototypes
staging: r8188eu: remove rtw_write_scsi function prototype
staging: r8188eu: remove dev_power_down function prototype
staging: r8188eu: remove struct reg_protocol_rd
staging: r8188eu: remove struct reg_protocol_wt
staging: r8188eu: remove interface handler prototypes
staging: r8188eu: remove readmem and writemem prototypes
staging: r8188eu: remove IO defines
staging: r8188eu: remove struct io_req
staging: r8188eu: remove usb buffer macros
staging: r8188eu: pass struct adapter to usb_read
staging: r8188eu: pass struct adapter to usb_write
staging: r8188eu: remove struct intf_hdl
staging: r8188eu: remove struct intf_priv
drivers/staging/r8188eu/hal/usb_ops_linux.c | 34 +--
drivers/staging/r8188eu/include/drv_types.h | 1 -
drivers/staging/r8188eu/include/osdep_intf.h | 32 ---
drivers/staging/r8188eu/include/rtw_io.h | 255 -------------------
drivers/staging/r8188eu/os_dep/usb_intf.c | 9 -
5 files changed, 9 insertions(+), 322 deletions(-)
--
2.30.2
Powered by blists - more mailing lists