mbox series

[v2,0/2] ata: ahci_brcm: Follow-up changes for BCM7216

Message ID 20200106191906.18266-1-f.fainelli@gmail.com
Headers show
Series ata: ahci_brcm: Follow-up changes for BCM7216 | expand

Message

Florian Fainelli Jan. 6, 2020, 7:19 p.m. UTC
Hi Jens,

These two patches are a follow-up to my previous series titled: ata:
ahci_brcm: Fixes and new device support.

After submitting the BCM7216 RESCAL reset driver, Philipp the reset
controller maintained indicated that the reset line should be self
de-asserting and so reset_control_reset() should be used instead.

These two patches update the driver in that regard. It would be great if
you could apply those and get them queued up for 5.6 since they are
directly related to the previous series.

Changes in v2:
- updated error path after moving the reset line control

Thanks!

Florian Fainelli (2):
  ata: ahci_brcm: Perform reset after obtaining resources
  ata: ahci_brcm: BCM7216 reset is self de-asserting

 drivers/ata/ahci_brcm.c | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)