Re: [PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-19 Thread Tejun Heo
On Thu, Jan 19, 2017 at 11:55:24AM +0100, Bartosz Golaszewski wrote: > 2017-01-18 19:28 GMT+01:00 Tejun Heo : > > Hello, Bartosz. > > > > On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: > >> We need a way to retrieve the information about the online state of >

Re: [PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-19 Thread Tejun Heo
On Thu, Jan 19, 2017 at 11:55:24AM +0100, Bartosz Golaszewski wrote: > 2017-01-18 19:28 GMT+01:00 Tejun Heo : > > Hello, Bartosz. > > > > On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: > >> We need a way to retrieve the information about the online state of > >> the link in

Re: [PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-19 Thread Bartosz Golaszewski
2017-01-18 19:28 GMT+01:00 Tejun Heo : > Hello, Bartosz. > > On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: >> We need a way to retrieve the information about the online state of >> the link in the ahci-da850 driver. >> >> Create a new function:

Re: [PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-19 Thread Bartosz Golaszewski
2017-01-18 19:28 GMT+01:00 Tejun Heo : > Hello, Bartosz. > > On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: >> 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

Re: [PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-18 Thread Tejun Heo
Hello, Bartosz. On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: > 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

Re: [PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-18 Thread Tejun Heo
Hello, Bartosz. On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: > 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

[PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-18 Thread Bartosz Golaszewski
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

[PATCH v3 09/13] sata: ahci: export ahci_do_hardreset() locally

2017-01-18 Thread Bartosz Golaszewski
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