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 <[email protected]>Acked-by: Guenter Roeck <[email protected]>Acked-by: Stephen Boyd <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
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 <[email protected]>Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Damien Le Moal <[email protected]>