Some more comments below.
[..]
>>> +
>>> + pmp = sata_srst_pmp(link);
>>> +
>>> + msecs = 0;
>>> + now = jiffies;
>>> + if (time_after(deadline, now))
>>> + msecs = jiffies_to_msecs(deadline - now);
>>> +
>>> + memset(&tf, 0, sizeof(struct ata_taskfile))
Hi, Dan
> Hi, some notes below:
>
> On Thu, Apr 24, 2014 at 6:27 AM, Xiangliang Yu wrote:
>> Add support for SATA port softreset and port multiplier error
>> handling.
>
> Some more detailed notes about the approach and any caveats would be
> appreciated.
>
>>
>> Signed-off-by: Xiangliang Yu
>
[ adding yuxia...@marvell.com ]
On Tue, Jun 3, 2014 at 6:41 PM, Dan Williams wrote:
> Hi, some notes below:
>
> On Thu, Apr 24, 2014 at 6:27 AM, Xiangliang Yu wrote:
>> Add support for SATA port softreset and port multiplier error
>> handling.
>
> Some more detailed notes about the approach and
c: jbottom...@parallels.com; t...@kernel.org; todd.e.bra...@intel.com;
lukasz.do...@intel.com; linux-...@vger.kernel.org;
linux-kernel@vger.kernel.org; linux-s...@vger.kernel.org
Subject: Re: [PATCH 1/3] libsas: modify SATA error handler
On Wed, Aug 6, 2014 at 3:50 AM, Xiangliang Yu wrote:
> Hi, Dan &
On Wed, Aug 6, 2014 at 3:50 AM, Xiangliang Yu wrote:
> Hi, Dan & James
> How about the patches about support for PM?
> Two months had passed since I submitted the patches.
> Thanks!
>
Did you address my review comments?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
.com; todd.e.bra...@intel.com;
lukasz.do...@intel.com; linux-...@vger.kernel.org;
linux-kernel@vger.kernel.org; linux-s...@vger.kernel.org
Subject: Re: [PATCH 1/3] libsas: modify SATA error handler
On Tue, Jun 3, 2014 at 12:13 AM, Xiangliang Yu wrote:
> Hi,
>
> How about the patch?
>
I'
Hi, some notes below:
On Thu, Apr 24, 2014 at 6:27 AM, Xiangliang Yu wrote:
> Add support for SATA port softreset and port multiplier error
> handling.
Some more detailed notes about the approach and any caveats would be
appreciated.
>
> Signed-off-by: Xiangliang Yu
> ---
> drivers/scsi/libsa
On Tue, Jun 3, 2014 at 12:13 AM, Xiangliang Yu wrote:
> Hi,
>
> How about the patch?
>
I'll take a look today. Sorry for the latency.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vg
Hi,
How about the patch?
>From: Xiangliang Yu
>Date: 2014-04-24 21:27 GMT+08:00
>Subject: [PATCH 1/3] libsas: modify SATA error handler
>To: t...@kernel.org, jbottom...@parallels.com
>Cc: dan.j.willi...@intel.com, todd.e.bra...@intel.com,
>>lukasz.do...@intel.com, linu
Add support for SATA port softreset and port multiplier error
handling.
Signed-off-by: Xiangliang Yu
---
drivers/scsi/libsas/sas_ata.c | 226 -
include/scsi/libsas.h |6 +
2 files changed, 231 insertions(+), 1 deletions(-)
diff --git a/driver
10 matches
Mail list logo