Re: [PATCH 1/3] hisi_sas: use Unified Device Properties API

2016-02-04 Thread Martin K. Petersen
> "John" == John Garry writes: John> The hisi_sas driver is required to support both device tree and John> ACPI. The scanning of the device properties now uses the Unified John> Device Properties API, which serves both OF and ACPI. Series applied to 4.6/scsi-queue. -- Martin K. Petersen

[PATCH 1/3] hisi_sas: use Unified Device Properties API

2016-02-03 Thread John Garry
The hisi_sas driver is required to support both device tree and ACPI. The scanning of the device properties now uses the Unified Device Properties API, which serves both OF and ACPI. Since syscon is not supported by ACPI, syscon is only used in the driver when device tree is used. Signed-off-by: