Hi Rob,
On 2/5/24 09:20, Rob Herring wrote:
On Thu, 01 Feb 2024 08:58:05 +0100, Krzysztof Kozlowski wrote:
Sort entries alphanumerically. This was a semi manual job with help of:
cat Documentation/devicetree/bindings/trivial-devices.yaml | grep ' - ' > old
cat old | sort -n > new
diff -ubB old new
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
Cc: Charles Hsu <ythsu0511@xxxxxxxxx>
Cc: linux-hwmon@xxxxxxxxxxxxxxx
Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
---
.../devicetree/bindings/trivial-devices.yaml | 73 ++++++++++---------
1 file changed, 37 insertions(+), 36 deletions(-)
Applied, thanks!
I'll try and pick up all the trivial-devices.yaml changes this cycle to
minimize any conflicts.
I currently carry the following patches in hwmon-next:
dt-bindings: trivial-devices: add Astera Labs PT5161L
dt-bindings: Add MPQ8785 voltage regulator device
I'll drop them after I get a notification from Stephen that they are
queued in both trees. Please let me know if I should drop them now.
Thanks,
Guenter