On Tue, 2018-04-24 at 17:12 +0000, Kalle Valo wrote: > <pkshih@xxxxxxxxxxx> writes: > > > From: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > > > > v2: remove indirection to get halmac ops > > Only patches 1/17 and 11/17 are changed. > > > > Patches 1/17-3/17 are added structure to support this module. > > Patches 4/17-16/17 add new files. > > Patch 17/17 add this module to Makefile and Kconfig. > > > > Ping-Ke Shih (17): > > rtlwifi: add halmac structure to wifi.h > > rtlwifi: add debug ID COMP_HALMAC > > rtlwifi: add dmdef.h to share with driver and other modules > > rtlwifi: halmac: add main definition used by halmac > > rtlwifi: halmac: describe number and size of chip functions > > rtlwifi: halmac: add definitions of registers and bit fields > > rtlwifi: halmac: add definition of TX/RX descriptor > > rtlwifi: halmac: add GPIO pin/pinmux definitions > > rtlwifi: halmac: add power sequence to turn on/off wifi card > > rtlwifi: halmac: access efuse through halmac helper functions > > rtlwifi: halmac: add files to implement halmac ops > > rtlwifi: halmac: add halmac init/deinit functions > > rtlwifi: halmac: add firmware related functions and definitions > > rtlwifi: halmac: add bus interface commands > > rtlwifi: halmac: add to control WiFi mac functions and registers > > rtlwifi: halmac: add to support BB and RF functions > > rtlwifi: add halmac to Makefile and Kconfig > > BTW, I don't see patch 6 in patchwork. Did it get lost? > > [v2,01/17] rtlwifi: add halmac structure to wifi.h 2018-04-03 Ping-Ke Shih New > [v2,02/17] rtlwifi: add debug ID COMP_HALMAC 2018-04-03 Ping-Ke Shih New > [v2,03/17] rtlwifi: add dmdef.h to share with driver and.... 2018-04-03 Ping-Ke Shih New > [v2,04/17] rtlwifi: halmac: add main definition used by h... 2018-04-03 Ping-Ke Shih New > [v2,05/17] rtlwifi: halmac: describe number and size of c... 2018-04-03 Ping-Ke Shih New > [v2,07/17] rtlwifi: halmac: add definition of TX/RX descr... 2018-04-03 Ping-Ke Shih New > [v2,08/17] rtlwifi: halmac: add GPIO pin/pinmux definitions 2018-04-03 Ping-Ke Shih New > [v2,09/17] rtlwifi: halmac: add power sequence to turn on... 2018-04-03 Ping-Ke Shih New > [v2,10/17] rtlwifi: halmac: access efuse through halmac h... 2018-04-03 Ping-Ke Shih New > [v2,11/17] rtlwifi: halmac: add files to implement halmac... 2018-04-03 Ping-Ke Shih New > [v2,12/17] rtlwifi: halmac: add halmac init/deinit functions 2018-04-03 Ping-Ke Shih New > [v2,13/17] rtlwifi: halmac: add firmware related function... 2018-04-03 Ping-Ke Shih New > [v2,14/17] rtlwifi: halmac: add bus interface commands 2018-04-03 Ping-Ke Shih New > [v2,15/17] rtlwifi: halmac: add to control WiFi mac funct... 2018-04-03 Ping-Ke Shih New > [v2,16/17] rtlwifi: halmac: add to support BB and RF func... 2018-04-03 Ping-Ke Shih New > [v2,17/17] rtlwifi: add halmac to Makefile and Kconfig 2018-04-03 Ping-Ke Shih New > Patch 06/17 in v2 is too big, so mail server blocks it. I split the patch into three patches, and resend v3. Thanks PK