Message ID | 20210312204556.5387-1-jim2101024@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | ata: ahci_brcm: Fix use of BCM7216 reset controller | expand |
On Fri, 12 Mar 2021 15:45:53 -0500, Jim Quinlan wrote: > v5 -- Improved (I hope) commit description (Bjorn). > -- Rnamed error labels (Krzyszt). > -- Fixed typos. > > v4 -- does not rely on a pending commit, unlike v3. > > v3 -- discard commit from v2; instead rely on the new function > reset_control_rearm provided in a recent commit [1] applied > to reset/next. > -- New commit to correct pcie-brcmstb.c usage of a reset controller > to use reset/rearm verses deassert/assert. > > [...] Applied to pci/brcmstb, thanks! [1/2] ata: ahci_brcm: Fix use of BCM7216 reset controller https://git.kernel.org/lpieralisi/pci/c/92b9cb55a9 [2/2] PCI: brcmstb: Use reset/rearm instead of deassert/assert https://git.kernel.org/lpieralisi/pci/c/a24fd1d646 Thanks, Lorenzo
On 4/6/2021 8:42 AM, Lorenzo Pieralisi wrote: > On Fri, 12 Mar 2021 15:45:53 -0500, Jim Quinlan wrote: >> v5 -- Improved (I hope) commit description (Bjorn). >> -- Rnamed error labels (Krzyszt). >> -- Fixed typos. >> >> v4 -- does not rely on a pending commit, unlike v3. >> >> v3 -- discard commit from v2; instead rely on the new function >> reset_control_rearm provided in a recent commit [1] applied >> to reset/next. >> -- New commit to correct pcie-brcmstb.c usage of a reset controller >> to use reset/rearm verses deassert/assert. >> >> [...] > > Applied to pci/brcmstb, thanks! > > [1/2] ata: ahci_brcm: Fix use of BCM7216 reset controller > https://git.kernel.org/lpieralisi/pci/c/92b9cb55a9 > [2/2] PCI: brcmstb: Use reset/rearm instead of deassert/assert > https://git.kernel.org/lpieralisi/pci/c/a24fd1d646 Thanks a lot!