Re: [RESEND PATCH v3 1/2] ata: ahci_brcm: Fix use of BCM7216 reset controller

2020-12-16 Thread Florian Fainelli
On 12/16/20 1:41 PM, Jim Quinlan wrote: > From: Jim Quinlan > > This driver may use one of two resets controllers. Keep them in separate > variables to keep things simple. The reset controller "rescal" is shared > between the AHCI driver and the PCIe driver for the BrcmSTB 7216 chip. Use > dev

[RESEND PATCH v3 1/2] ata: ahci_brcm: Fix use of BCM7216 reset controller

2020-12-16 Thread Jim Quinlan
From: Jim Quinlan This driver may use one of two resets controllers. Keep them in separate variables to keep things simple. The reset controller "rescal" is shared between the AHCI driver and the PCIe driver for the BrcmSTB 7216 chip. Use devm_reset_control_get_optional_shared() to handle this