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:   Fri, 26 May 2017 14:22:47 +0300
From:   Alexander Amelkin <alexander@...lkin.msk.ru>
To:     linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>
Subject: [GIT][PULL] Improvements to max3421-hcd driver

The following changes since commit 
08332893e37af6ae779367e78e444f8f9571511d:

   Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

   https://github.com/AlexanderAmelkin/linux-wandboard.git 
tags/max3421-improvements-1

for you to fetch changes up to b9a7559d24c0b2cb6e69124d861a943f79272681:

   usb: max3421-hcd: Remove function name from dev_dbg calls (2017-05-25 
11:52:13 +0300)

The separate patches for these changes will be sent as a follow up.

----------------------------------------------------------------
usb: max3421-hcd: Make the driver more up-to-date and flexible

This set of patches updates the max3421-hcd driver and fixes
some bugs in it. Specifically, it:

- Adds support for devicetree
- Makes platform related parameters configurable
- Adds sanity checks for platform related parameters
- Fixes crash on driver removal
- Tidies up use of memory allocation/deallocation functions
- Removes superfluous debug text

----------------------------------------------------------------
Alexander Amelkin (3):
       usb: max3421-hcd: Add devicetree support to the driver
       usb: max3421-hcd: Fix crash on the driver removal
       usb: max3421-hcd: Remove function name from dev_dbg calls

  .../devicetree/bindings/usb/maxim,max3421-hcd.txt  |  19 +++
  drivers/usb/host/max3421-hcd.c                     | 131 
+++++++++++++++++----
  2 files changed, 127 insertions(+), 23 deletions(-)
  create mode 100644 
Documentation/devicetree/bindings/usb/maxim,max3421-hcd.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ