Message ID | 20240905164142.3475873-1-vladimir.zapolskiy@linaro.org |
---|---|
Headers | show |
Series | media: dt-bindings: media: camss: Fix interrupt types | expand |
On Thu, Sep 05, 2024 at 07:41:37PM +0300, Vladimir Zapolskiy wrote: > The expected type of all CAMSS interrupts is edge rising, fix it in > the documented example from CAMSS device tree bindings for sc8280xp. Subject: drop duplicated media. One media is enough (the first). Best regards, Krzysztof
Hi Krzysztof, On 9/6/24 13:31, Krzysztof Kozlowski wrote: > On Thu, Sep 05, 2024 at 07:41:37PM +0300, Vladimir Zapolskiy wrote: >> The expected type of all CAMSS interrupts is edge rising, fix it in >> the documented example from CAMSS device tree bindings for sc8280xp. > > Subject: drop duplicated media. One media is enough (the first). > thank you for review, here I've attemted to follow the established practice. % git log -n 500 --oneline Documentation/devicetree/bindings/media/ | grep "media:.*media:" | wc -l 166 So 1/3 of relevant commits to the folder have the duplicated "media:" in the subject, the reason is not totally clear to me, thus I've just inflowed into the same. -- Best wishes, Vladimir
On 06/09/2024 13:06, Vladimir Zapolskiy wrote: > Hi Krzysztof, > > On 9/6/24 13:31, Krzysztof Kozlowski wrote: >> On Thu, Sep 05, 2024 at 07:41:37PM +0300, Vladimir Zapolskiy wrote: >>> The expected type of all CAMSS interrupts is edge rising, fix it in >>> the documented example from CAMSS device tree bindings for sc8280xp. >> >> Subject: drop duplicated media. One media is enough (the first). >> > > thank you for review, here I've attemted to follow the established practice. > > % git log -n 500 --oneline Documentation/devicetree/bindings/media/ | grep "media:.*media:" | wc -l > 166 > > So 1/3 of relevant commits to the folder have the duplicated "media:" > in the subject, the reason is not totally clear to me, thus I've just > inflowed into the same. People like to repeat same mistakes, but just because 166 times someone did a mistake, is not a reason to do the same. Best regards, Krzysztof