mbox series

[v2,0/6] Add Apple MFi fastcharge USB device driver

Message ID 16edde941e06216fa26477b9e1c121ffbb88a0b4.camel@hadess.net (mailing list archive)
Headers show
Series Add Apple MFi fastcharge USB device driver | expand

Message

Bastien Nocera Oct. 15, 2019, 2:27 p.m. UTC
This is version 2 of the patch set.

- checkpatch.pl is now quiet
- fallback to the generic driver when driver ->probe() fails

Bastien Nocera (6):
  USB: Export generic USB device driver functions
  USB: Make it possible to "subclass" usb_device_driver
  USB: Implement usb_device_match_id()
  USB: Select better matching USB drivers when available
  USB: Fallback to generic driver when specific driver fails
  USB: Add driver to control USB fast charge for iOS devices

 MAINTAINERS                             |   6 +
 drivers/usb/core/driver.c               |  59 +++++-
 drivers/usb/core/generic.c              |  48 ++++-
 drivers/usb/core/usb.h                  |   6 +
 drivers/usb/misc/Kconfig                |  10 +
 drivers/usb/misc/Makefile               |   1 +
 drivers/usb/misc/apple-mfi-fastcharge.c | 237 ++++++++++++++++++++++++
 include/linux/usb.h                     |   9 +
 8 files changed, 361 insertions(+), 15 deletions(-)
 create mode 100644 drivers/usb/misc/apple-mfi-fastcharge.c

Comments

Bastien Nocera Oct. 15, 2019, 2:29 p.m. UTC | #1
On Tue, 2019-10-15 at 16:27 +0200, Bastien Nocera wrote:
> This is version 2 of the patch set.
> 
> - checkpatch.pl is now quiet
> - fallback to the generic driver when driver ->probe() fails

And I'll send a v3 because all the patches got mangled by my mail
client.