public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Meta control logic device support
@ 2023-01-17  9:44 Delphine CC Chiu
  2023-01-17  9:44 ` [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add an entry for Meta Delphine CC Chiu
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Delphine CC Chiu @ 2023-01-17  9:44 UTC (permalink / raw)
  To: patrick
  Cc: garnermic, Delphine CC Chiu, Rob Herring, Krzysztof Kozlowski,
	Derek Kiernan, Dragan Cvetic, Arnd Bergmann, Greg Kroah-Hartman,
	Stanislav Jakubek, Linus Walleij, Daniel Palmer, Samuel Holland,
	linux-i2c, devicetree, linux-kernel

v1 - Support Meta control logic device driver
   - Add Meta vendor prefix
   - Add CLD binding document
   - Add CLD driver

Delphine CC Chiu (3):
  dt-bindings: vendor-prefixes: Add an entry for Meta
  dt-bindings: soc: meta: Add meta cld driver bindings
  misc: Add meta cld driver

 .../misc/meta,control-logic-device.txt        |  37 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   6 +
 drivers/misc/Kconfig                          |   9 +
 drivers/misc/Makefile                         |   1 +
 drivers/misc/control-logic-device.c           | 443 ++++++++++++++++++
 6 files changed, 498 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/meta,control-logic-device.txt
 create mode 100644 drivers/misc/control-logic-device.c

-- 
2.17.1


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

end of thread, other threads:[~2023-03-13 10:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17  9:44 [PATCH v1 0/3] Meta control logic device support Delphine CC Chiu
2023-01-17  9:44 ` [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add an entry for Meta Delphine CC Chiu
2023-01-17 10:49   ` Krzysztof Kozlowski
2023-01-17  9:44 ` [PATCH v1 2/3] dt-bindings: soc: meta: Add meta cld driver bindings Delphine CC Chiu
2023-01-17 10:50   ` Krzysztof Kozlowski
2023-03-13  8:47     ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-01-17  9:44 ` [PATCH v1 3/3] misc: Add meta cld driver Delphine CC Chiu
2023-01-17 10:15   ` Greg Kroah-Hartman
2023-03-13  8:47     ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-03-13  8:57       ` Greg Kroah-Hartman
2023-01-17 10:54   ` Krzysztof Kozlowski
2023-03-13  8:48     ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-03-13  8:52       ` Krzysztof Kozlowski
2023-01-17 11:40   ` Linus Walleij
2023-03-13  8:48     ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-03-13 10:32       ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox