linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] usb: Add driver for USB signal re-mapper
@ 2020-10-09 19:08 Al Cooper
  2020-10-09 19:08 ` [PATCH v2 1/2] dt-bindings: Add support for Broadcom USB pin map driver Al Cooper
  2020-10-09 19:08 ` [PATCH v2 2/2] usb: Add driver to allow any GPIO to be used for 7211 USB signals Al Cooper
  0 siblings, 2 replies; 4+ messages in thread
From: Al Cooper @ 2020-10-09 19:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: devicetree, Florian Fainelli, Greg Kroah-Hartman, Al Cooper,
	Krzysztof Kozlowski, Rob Herring, linux-usb,
	bcm-kernel-feedback-list, linux-arm-kernel

v2
- Move file from drivers/usb/host to drivers/usb/misc
- Combine Kconfig/Makefile patch and new driver patch
- Fixed bindings .yaml document based on feedback from Rob Herring
- NOTE: There were suggestions to use a pinmux driver or
  GPIO aggregator, but I think agreement was reached that
  they weren't a good fit.
  
Al Cooper (2):
  dt-bindings: Add support for Broadcom USB pin map driver
  usb: Add driver to allow any GPIO to be used for 7211 USB signals

 .../bindings/usb/brcm,usb-pinmap.yaml         |  70 ++++
 MAINTAINERS                                   |   8 +
 drivers/usb/misc/Kconfig                      |   9 +
 drivers/usb/misc/Makefile                     |   1 +
 drivers/usb/misc/brcmstb-usb-pinmap.c         | 348 ++++++++++++++++++
 5 files changed, 436 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/brcm,usb-pinmap.yaml
 create mode 100644 drivers/usb/misc/brcmstb-usb-pinmap.c

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-10-09 23:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-09 19:08 [PATCH v2 0/2] usb: Add driver for USB signal re-mapper Al Cooper
2020-10-09 19:08 ` [PATCH v2 1/2] dt-bindings: Add support for Broadcom USB pin map driver Al Cooper
2020-10-09 19:08 ` [PATCH v2 2/2] usb: Add driver to allow any GPIO to be used for 7211 USB signals Al Cooper
2020-10-09 23:40   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).