lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 19 Dec 2021 19:39:17 +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>,
        linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
        Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 0/9] staging: r8188: clean up the power state transitions

The code for power state transitions uses arrays that describe the steps
to go from one state into another.

This patch set cleans up these arrays.

Martin Kaiser (9):
  staging: r8188: remove unused power transitions
  staging: r8188: remove sizes from power transition arrays
  staging: r8188: remove cut mask from power transitions
  staging: r8188: remove fab mask from power transitions
  staging: r8188: remove interface mask from power transitions
  staging: r8188: remove base address from power transitions
  staging: r8188: remove unused power command
  staging: r8188: reformat the power transition steps
  staging: r8188: move the steps into Hal8188EPwrSeq.c

 drivers/staging/r8188eu/hal/Hal8188EPwrSeq.c  | 102 +++++-------
 drivers/staging/r8188eu/hal/HalPwrSeqCmd.c    |  84 +++++-----
 drivers/staging/r8188eu/hal/usb_halinit.c     |   6 +-
 .../staging/r8188eu/include/Hal8188EPwrSeq.h  | 148 +-----------------
 .../staging/r8188eu/include/HalPwrSeqCmd.h    |  53 +------
 5 files changed, 85 insertions(+), 308 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ