mbox series

[0/2] Update Wave521c Compatible for TI Devices

Message ID 20231204181452.1258419-1-b-brnich@ti.com
Headers show
Series Update Wave521c Compatible for TI Devices | expand

Message

Brandon Brnich Dec. 4, 2023, 6:14 p.m. UTC
Hello All, 

There has been ongoing discussion[1] surrounding the issue
of having K3 prefix included in the compatible for dt bindings.
This series removes this prefix from both the device tree
binding as well as the driver.

[1] https://lore.kernel.org/all/20231201063309.tingjc3cjhsqb6r7@confusing/ 

Brandon Brnich (2):
  dt-bindings: media: Remove K3 Family Prefix from Compatible
  media: chips-media: wave5: Remove K3 References

 Documentation/devicetree/bindings/media/cnm,wave521c.yaml | 2 +-
 drivers/media/platform/chips-media/wave5/wave5-vpu.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Krzysztof Kozlowski Dec. 5, 2023, 6:55 a.m. UTC | #1
On 04/12/2023 19:14, Brandon Brnich wrote:
> Change compatible string to match dt bindings for
> TI devices with Wave521c. 
> 
> K3 family prefix should not be included
> as it deviates from naming convention.

Please wrap commit message according to Linux coding style / submission
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597

Best regards,
Krzysztof