All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] usb: misc: Add support for Microchip USB5744
@ 2021-02-09 10:48 ` Michal Simek
  0 siblings, 0 replies; 18+ messages in thread
From: Michal Simek @ 2021-02-09 10:48 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Al Cooper, Alan Stern, Alexander A. Klimov, Bastien Nocera,
	Greg Kroah-Hartman, Masahiro Yamada, Piyush Mehta, Rob Herring,
	devicetree, linux-arm-kernel, linux-usb

Hi,

the series is adding basic support for this USB hub. The key part is
running reset over GPIO line and when i2c is connected it is necessary to
send command to boot the hub. This chip is available on Xilinx
zcu100/Ultra96 v1 board.

Thanks,
Michal

Changes in v2:
- s/USB_USB5744/USB_HUB_USB5744/g
- Fix order in Makefile and Kconfig

Piyush Mehta (2):
  dt-bindings: usb: misc: Add binding for Microchip usb5744 hub
  usb: misc: usb5744: Add support for USB hub controller

 .../bindings/usb/microchip,usb5744.yaml       |  56 +++++++++
 MAINTAINERS                                   |   2 +
 drivers/usb/misc/Kconfig                      |   9 ++
 drivers/usb/misc/Makefile                     |   1 +
 drivers/usb/misc/usb5744.c                    | 115 ++++++++++++++++++
 5 files changed, 183 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/microchip,usb5744.yaml
 create mode 100644 drivers/usb/misc/usb5744.c

-- 
2.30.0


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

end of thread, other threads:[~2021-03-04 20:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 10:48 [PATCH v2 0/2] usb: misc: Add support for Microchip USB5744 Michal Simek
2021-02-09 10:48 ` Michal Simek
2021-02-09 10:48 ` [PATCH v2 1/2] dt-bindings: usb: misc: Add binding for Microchip usb5744 hub Michal Simek
2021-02-09 10:48   ` Michal Simek
2021-02-10 22:22   ` Rob Herring
2021-02-10 22:22     ` Rob Herring
2021-02-11  9:35     ` Michal Simek
2021-02-11  9:35       ` Michal Simek
2021-02-11 14:42       ` Rob Herring
2021-02-11 14:42         ` Rob Herring
2021-02-24 13:37         ` Michal Simek
2021-02-24 13:37           ` Michal Simek
2021-03-04 20:02           ` Rob Herring
2021-03-04 20:02             ` Rob Herring
2021-02-09 10:48 ` [PATCH v2 2/2] usb: misc: usb5744: Add support for USB hub controller Michal Simek
2021-02-09 10:48   ` Michal Simek
2021-02-09 11:20   ` Greg Kroah-Hartman
2021-02-09 11:20     ` 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.