devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add a driver for the ROHM BM92Txx USB-C Power Delivery controller
@ 2023-08-24 15:30 Emmanuel Gil Peyrot
  2023-08-24 15:30 ` [PATCH 1/2] dt-bindings: misc: rohm,bm92txx: Add BM92Txx support Emmanuel Gil Peyrot
  2023-08-24 15:30 ` [PATCH 2/2] misc: bm92txx: Add driver for the ROHM BM92Txx Emmanuel Gil Peyrot
  0 siblings, 2 replies; 12+ messages in thread
From: Emmanuel Gil Peyrot @ 2023-08-24 15:30 UTC (permalink / raw)
  Cc: Emmanuel Gil Peyrot, azkali, Adam Jiang, CTCaer, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Derek Kiernan, Dragan Cvetic,
	Arnd Bergmann, Greg Kroah-Hartman, devicetree, linux-kernel

The BM92T36 is used as the USB-C Power Delivery controller of the
Nintendo Switch.  This has been tested on a downstream 6.0 kernel[0] for
now.

[0] https://gitlab.azka.li/l4t-community/kernel/mainline/linux/-/commits/icosa-v6.0

Emmanuel Gil Peyrot (1):
  dt-bindings: misc: rohm,bm92txx: Add BM92Txx support

azkali (1):
  misc: bm92txx: Add driver for the ROHM BM92Txx

 .../bindings/misc/rohm,bm92txx.yaml           |   67 +
 MAINTAINERS                                   |    6 +
 drivers/misc/Kconfig                          |   11 +
 drivers/misc/Makefile                         |    1 +
 drivers/misc/bm92txx.c                        | 2403 +++++++++++++++++
 5 files changed, 2488 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml
 create mode 100644 drivers/misc/bm92txx.c

-- 
2.42.0


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

end of thread, other threads:[~2023-08-28 17:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 15:30 [PATCH 0/2] Add a driver for the ROHM BM92Txx USB-C Power Delivery controller Emmanuel Gil Peyrot
2023-08-24 15:30 ` [PATCH 1/2] dt-bindings: misc: rohm,bm92txx: Add BM92Txx support Emmanuel Gil Peyrot
2023-08-24 16:16   ` Krzysztof Kozlowski
2023-08-24 15:30 ` [PATCH 2/2] misc: bm92txx: Add driver for the ROHM BM92Txx Emmanuel Gil Peyrot
2023-08-24 15:40   ` Greg Kroah-Hartman
2023-08-24 16:26   ` Krzysztof Kozlowski
2023-08-24 16:28   ` Krzysztof Kozlowski
2023-08-28 15:06     ` Emmanuel Gil Peyrot
2023-08-28 17:05       ` Krzysztof Kozlowski
2023-08-28 17:08         ` Krzysztof Kozlowski
2023-08-25 18:24   ` kernel test robot
2023-08-25 18:45   ` kernel test robot

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).