[PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally
From: Bartosz Golaszewski <hidden>
Date: 2017-01-19 10:55:29
Also in:
linux-devicetree, linux-ide, lkml
From: Bartosz Golaszewski <hidden>
Date: 2017-01-19 10:55:29
Also in:
linux-devicetree, linux-ide, lkml
2017-01-18 19:28 GMT+01:00 Tejun Heo [off-list ref]:
Hello, Bartosz. On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote:quoted
We need a way to retrieve the information about the online state of the link in the ahci-da850 driver. Create a new function: ahci_do_hardreset() which is called from ahci_hardreset() for backwards compatibility, but has an additional argument: 'online' - which can be used to check if the link is online after this function returns.Please just add @online to ahci_hardreset() and update the callers. Other than that, the sata changes look good to me.
Are you sure? There are 23 places in drivers/ata/ where the .hardreset callback is assigned. I'd prefer not to change the drivers I can't test. Besides all other **reset callbacks take three arguments - should we really only change one of them for a single driver's needs? Thanks, Bartosz