All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT][PULL] Improvements to max3421-hcd driver
@ 2017-05-26 11:22 ` Alexander Amelkin
  0 siblings, 0 replies; 11+ messages in thread
From: Alexander Amelkin @ 2017-05-26 11:22 UTC (permalink / raw)
  To: linux-usb, devicetree, linux-kernel
  Cc: Greg Kroah-Hartman, Rob Herring, Mark Rutland

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

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

end of thread, other threads:[~2017-05-31 19:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26 11:22 [GIT][PULL] Improvements to max3421-hcd driver Alexander Amelkin
2017-05-26 11:22 ` Alexander Amelkin
2017-05-26 11:28 ` [PATCH 1/3] usb: max3421-hcd: Add devicetree support to the driver Alexander Amelkin
2017-05-26 11:28   ` Alexander Amelkin
2017-05-31 19:03   ` Rob Herring
2017-05-31 19:03     ` Rob Herring
2017-05-26 11:30 ` [PATCH 2/3] usb: max3421-hcd: Fix crash on the driver removal Alexander Amelkin
2017-05-26 11:32 ` [PATCH 3/3] usb: max3421-hcd: Remove function name from dev_dbg calls Alexander Amelkin
2017-05-26 18:41   ` Greg Kroah-Hartman
2017-05-26 18:41     ` Greg Kroah-Hartman
2017-05-26 18:40 ` [GIT][PULL] Improvements to max3421-hcd driver Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.