dt-bindings: use capital "OR" for multiple licenses in SPDXDocumentation/process/license-rules.rst and checkpatch expect the SPDXidentifier syntax for multiple licenses to use capital "OR". Corre
dt-bindings: use capital "OR" for multiple licenses in SPDXDocumentation/process/license-rules.rst and checkpatch expect the SPDXidentifier syntax for multiple licenses to use capital "OR". Correct itto keep consistent format and avoid copy-paste issues.Correct also the format // -> .* in few Allwinner binding headers aspointed out by checkpatch: WARNING: Improper SPDX comment style for 'include/dt-bindings/reset/sun50i-h6-ccu.h', please use '/*' insteadSigned-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>Acked-by: Guenter Roeck <linux@roeck-us.net>Acked-by: Stephen Boyd <sboyd@kernel.org>Link: https://lore.kernel.org/r/20230823084540.112602-1-krzysztof.kozlowski@linaro.orgSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
dt-bindings: ata: ahci: Add platform capability propertiesIn case if the platform doesn't have BIOS or a comprehensive firmwareinstalled then the HBA capability flags will be left uninitialized. A
dt-bindings: ata: ahci: Add platform capability propertiesIn case if the platform doesn't have BIOS or a comprehensive firmwareinstalled then the HBA capability flags will be left uninitialized. As agood alternative we suggest to define the DT-properties with the AHCIplatform capabilities describing all the HW-init flags of thecorresponding capability register. Luckily there aren't too many of them.SSS - Staggered Spin-up support and MPS - Mechanical Presence Switchsupport determine the corresponding feature availability for the whole HBAby means of the "hba-cap" property. Each port can have the "hba-port-cap"property initialized indicating that the port supports some of the nextfunctionalities: HPCP - HotPlug capable port, MPSP - Mechanical PresenceSwitch attached to a port, CPD - Cold Plug detection, ESP - External SATAPort (eSATA), FBSCP - FIS-based switching capable port.Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>Reviewed-by: Rob Herring <robh@kernel.org>Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>