[GIT][PULL] Improvements to max3421-hcd driver

From: Alexander Amelkin
Date: Fri May 26 2017 - 07:53:27 EST


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