Re: [PATCH v1] ata: ahci_brcm: Fix use of BCM7216 reset controller

2020-09-17 Thread Jim Quinlan
On Tue, Aug 25, 2020 at 4:16 AM Philipp Zabel wrote: > > On Mon, 2020-08-24 at 16:40 -0400, Jim Quinlan wrote: > > From: Jim Quinlan > > > > A reset controller "rescal" is shared between the AHCI driver and the PCIe > > driver for the BrcmSTB 7216 chip. Use > >

Re: [PATCH v1] ata: ahci_brcm: Fix use of BCM7216 reset controller

2020-08-25 Thread Philipp Zabel
On Mon, 2020-08-24 at 16:40 -0400, Jim Quinlan wrote: > From: Jim Quinlan > > A 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 sharing. > > Fixes: 272ecd60a636 ("ata:

Re: [PATCH v1] ata: ahci_brcm: Fix use of BCM7216 reset controller

2020-08-24 Thread Florian Fainelli
Hi Jim, On 8/24/20 1:40 PM, Jim Quinlan wrote: > From: Jim Quinlan > > A 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 sharing. > > Fixes: 272ecd60a636 ("ata:

[PATCH v1] ata: ahci_brcm: Fix use of BCM7216 reset controller

2020-08-24 Thread Jim Quinlan
From: Jim Quinlan A 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 sharing. Fixes: 272ecd60a636 ("ata: ahci_brcm: BCM7216 reset is self de-asserting") Fixes: c345ec6a50e9