On 4/6/21 9:16 AM, Lorenzo Pieralisi wrote:
> On Fri, Mar 12, 2021 at 03:45:54PM -0500, Jim Quinlan wrote:
>> 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 sharing.
>>
>> Fixes: 272ecd60a636 ("ata: ahci_brcm: BCM7216 reset is self de-asserting")
>> Fixes: c345ec6a50e9 ("ata: ahci_brcm: Support BCM7216 reset controller name")
>> Signed-off-by: Jim Quinlan <[email protected]>
>> Acked-by: Florian Fainelli <[email protected]>
>> ---
>> drivers/ata/ahci_brcm.c | 46 ++++++++++++++++++++---------------------
>> 1 file changed, 23 insertions(+), 23 deletions(-)
>
> Hi Jens,
>
> I am happy to take this series via the PCI tree but I'd need your
> ACK on this patch, please let me know if you are OK with it.
That'd be fine:
Acked-by: Jens Axboe <[email protected]>
--
Jens Axboe