This patch series introduces a DT binding for chromeos fingerprint
devices. The first two patches tighten up the existing binding and the
final patch introduces the fingerprint binding. As there aren't any
driver patches this can probably go directly through the DT binding tree
if Lee can ack the patches. Or go through mfd tree if DT maintainers
ack/review.
Changes from v4 (https://lore.kernel.org/r/[email protected]):
* Drop last patch that implemented driver logic
* Drop second to last patch because it's not really needed until
compatible is used.
* Rolled cros-ec-spi into cros-ec-fp compatible to get all the pieces
Changes from v3 (https://lore.kernel.org/r/[email protected]):
* Drop spi_device_id because it isn't used
* Dropped struct members for gpios
* Picked up tags
Changes from v2 (https://lore.kernel.org/r/[email protected]):
* Dropped cros-ec spi dt properties that aren't of use right now
* Picked up tags
Changes from v1 (https://lore.kernel.org/r/[email protected]):
* Properly do the boot sequence
* Add a message that we're booting and delaying a while
* Fix typo in commit text
* Change binding to not spell out reset-gpios and indicate that boot0
is about asserting boot mode
* Split device id to different patch as it's a different topic from
booting
Stephen Boyd (3):
dt-bindings: cros-ec: Fix a typo in description
dt-bindings: cros-ec: Reorganize property availability
dt-bindings: cros-ec: Add ChromeOS fingerprint binding
.../bindings/mfd/google,cros-ec.yaml | 121 ++++++++++++++----
1 file changed, 99 insertions(+), 22 deletions(-)
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Douglas Anderson <[email protected]>
Cc: Craig Hesling <[email protected]>
Cc: Tom Hughes <[email protected]>
Cc: Alexandru M Stan <[email protected]>
Cc: Tzung-Bi Shih <[email protected]>
Cc: Matthias Kaehlcke <[email protected]>
Cc: Benson Leung <[email protected]>
Cc: Lee Jones <[email protected]>
base-commit: ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2
--
https://chromeos.dev
A 's/pf/of/' on rpmsg-name description.
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Douglas Anderson <[email protected]>
Cc: Craig Hesling <[email protected]>
Cc: Tom Hughes <[email protected]>
Cc: Alexandru M Stan <[email protected]>
Cc: Tzung-Bi Shih <[email protected]>
Cc: Matthias Kaehlcke <[email protected]>
Cc: Benson Leung <[email protected]>
Cc: Lee Jones <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
---
Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
index d1f53bd449f7..99eda9ab0651 100644
--- a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
+++ b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
@@ -61,7 +61,7 @@ properties:
mediatek,rpmsg-name:
description:
Must be defined if the cros-ec is a rpmsg device for a Mediatek
- ARM Cortex M4 Co-processor. Contains the name pf the rpmsg
+ ARM Cortex M4 Co-processor. Contains the name of the rpmsg
device. Used to match the subnode to the rpmsg device announced by
the SCP.
$ref: "/schemas/types.yaml#/definitions/string"
--
https://chromeos.dev
On Wed, May 11, 2022 at 06:39:19PM -0700, Stephen Boyd wrote:
> A 's/pf/of/' on rpmsg-name description.
>
> Cc: Rob Herring <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: <[email protected]>
> Cc: <[email protected]>
> Cc: Guenter Roeck <[email protected]>
> Cc: Douglas Anderson <[email protected]>
> Cc: Craig Hesling <[email protected]>
> Cc: Tom Hughes <[email protected]>
> Cc: Alexandru M Stan <[email protected]>
> Cc: Tzung-Bi Shih <[email protected]>
> Cc: Matthias Kaehlcke <[email protected]>
> Cc: Benson Leung <[email protected]>
> Cc: Lee Jones <[email protected]>
> Signed-off-by: Stephen Boyd <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Rob Herring <[email protected]>
On Wed, 11 May 2022, Stephen Boyd wrote:
> A 's/pf/of/' on rpmsg-name description.
>
> Cc: Rob Herring <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: <[email protected]>
> Cc: <[email protected]>
> Cc: Guenter Roeck <[email protected]>
> Cc: Douglas Anderson <[email protected]>
> Cc: Craig Hesling <[email protected]>
> Cc: Tom Hughes <[email protected]>
> Cc: Alexandru M Stan <[email protected]>
> Cc: Tzung-Bi Shih <[email protected]>
> Cc: Matthias Kaehlcke <[email protected]>
> Cc: Benson Leung <[email protected]>
> Cc: Lee Jones <[email protected]>
> Signed-off-by: Stephen Boyd <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Hello:
This series was applied to chrome-platform/linux.git (for-next)
by Lee Jones <[email protected]>:
On Wed, 11 May 2022 18:39:18 -0700 you wrote:
> This patch series introduces a DT binding for chromeos fingerprint
> devices. The first two patches tighten up the existing binding and the
> final patch introduces the fingerprint binding. As there aren't any
> driver patches this can probably go directly through the DT binding tree
> if Lee can ack the patches. Or go through mfd tree if DT maintainers
> ack/review.
>
> [...]
Here is the summary with links:
- [v5,1/3] dt-bindings: cros-ec: Fix a typo in description
https://git.kernel.org/chrome-platform/c/f93afd8e7567
- [v5,2/3] dt-bindings: cros-ec: Reorganize property availability
(no matching commit)
- [v5,3/3] dt-bindings: cros-ec: Add ChromeOS fingerprint binding
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html