ATA changes for 6.7-rc1

 - Modify the AHCI driver to print the link power management policy used
   on scan, to help with debugging issues (Niklas).

 - Add support for the ASM2116 series adapters to the AHCI driver
   (Szuying).

 - Prepare libata for the coming gcc and Clang __counted_by attribute
   (Kees).

 - Following the recent estensive fixing of libata suspend/resume
   handling, several patches further cleanup and improve disk power state
   management (from me).

 - Reduce the verbosity of some error messages for non-fatal temporary
   errors, e.g. slow response to device reset when scanning a port, and
   warning messages that are in fact normal, e.g. disabling a device
   on suspend or when removing it (from me).

 - Cleanup DMA helper functions (from me).

 - Fix sata_mv drive handling of potential errors durring probe (Ma).

 - Cleanup the xgene and imx drivers using the functions
   of_device_get_match_data() and device_get_match_data() (Rob).

 - Improve the tegra driver device tree (Rob).
dt-bindings: ata: tegra: Disallow undefined properties

Device specific bindings should not allow undefined properties. This is
accomplished in json-schema with 'additionalProperties: false'.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
1 file changed