From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Suman Tripathi <stripathi@apm.com>
Cc: Olof Johansson <olof@lixom.net>, Tejun Heo <tj@kernel.org>,
Arnd Bergmann <arnd@arndb.de>,
Linux SCSI List <linux-scsi@vger.kernel.org>,
"linux-ide@vger.kernel.org" <linux-ide@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Don Dutile <ddutile@redhat.com>, Jon Masters <jcm@redhat.com>,
patches@apm.com
Subject: Re: [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
Date: Wed, 17 Dec 2014 20:32:01 +0300 [thread overview]
Message-ID: <5491BE11.4070500@cogentembedded.com> (raw)
In-Reply-To: <CAOHikRCRHPnVAziU8jwD9gGFODyt_5DpL1dm7Eb8uGA-WOfxOw@mail.gmail.com>
Hello.
On 12/17/2014 08:21 AM, Suman Tripathi wrote:
> This patch addresses the issue with ATA_CMD_PACKET pio mode
> command for enumeration and device detection with ATAPI devices.It is the
> same issue as in patch
Ugh, HTML... Please stick to plain text when posting to the
'vger.kernel.org' mailing lists (HTML mails are supposed to be ignored).
> www.spinics.net/lists/linux-__ide/msg49092.html
> <http://www.spinics.net/lists/linux-ide/msg49092.html>
>
>
> Signed-off-by: Suman Tripathi <stripathi@apm.com <mailto:stripathi@apm.com>>
> ---
> drivers/ata/ahci_xgene.c | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
>
> diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c
> index 0ffd3c9..9730907 100644
> --- a/drivers/ata/ahci_xgene.c
> +++ b/drivers/ata/ahci_xgene.c
> @@ -125,10 +125,11 @@ static int xgene_ahci_restart_engine(__struct
> ata_port *ap)
> * xgene_ahci_qc_issue - Issue commands to the device
> * @qc: Command to issue
> *
> - * Due to Hardware errata for IDENTIFY DEVICE command, the controller cannot
> - * clear the BSY bit after receiving the PIO setup FIS. This results in
> the dma
> - * state machine goes into the CMFatalErrorUpdate state and locks up. By
> - * restarting the dma engine, it removes the controller out of lock up state.
> + * Due to Hardware errata for IDENTIFY DEVICE command and COMMAND PACKET
>
>
> Just PACKET.
>
> + * command of ATAPI protocol set, the controller cannot clear the BSY bit
> + * after receiving the PIO setup FIS. This results in the dma state machine
>
>
> DMA.
>
> + * goes into the CMFatalErrorUpdate state and locks up. By restarting the
> s/goes/going/.
> [suman] : Didn't understand this. Do you mean to change to going ?
It's a 'sed' command to replace "goes" by "going" IIRC. Yes. Also,
s/locks/locking/.
> It is already goes there.
> [...]
> Thanks,
> with regards,
> suman
MBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
Date: Wed, 17 Dec 2014 20:32:01 +0300 [thread overview]
Message-ID: <5491BE11.4070500@cogentembedded.com> (raw)
In-Reply-To: <CAOHikRCRHPnVAziU8jwD9gGFODyt_5DpL1dm7Eb8uGA-WOfxOw@mail.gmail.com>
Hello.
On 12/17/2014 08:21 AM, Suman Tripathi wrote:
> This patch addresses the issue with ATA_CMD_PACKET pio mode
> command for enumeration and device detection with ATAPI devices.It is the
> same issue as in patch
Ugh, HTML... Please stick to plain text when posting to the
'vger.kernel.org' mailing lists (HTML mails are supposed to be ignored).
> www.spinics.net/lists/linux-__ide/msg49092.html
> <http://www.spinics.net/lists/linux-ide/msg49092.html>
>
>
> Signed-off-by: Suman Tripathi <stripathi at apm.com <mailto:stripathi@apm.com>>
> ---
> drivers/ata/ahci_xgene.c | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
>
> diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c
> index 0ffd3c9..9730907 100644
> --- a/drivers/ata/ahci_xgene.c
> +++ b/drivers/ata/ahci_xgene.c
> @@ -125,10 +125,11 @@ static int xgene_ahci_restart_engine(__struct
> ata_port *ap)
> * xgene_ahci_qc_issue - Issue commands to the device
> * @qc: Command to issue
> *
> - * Due to Hardware errata for IDENTIFY DEVICE command, the controller cannot
> - * clear the BSY bit after receiving the PIO setup FIS. This results in
> the dma
> - * state machine goes into the CMFatalErrorUpdate state and locks up. By
> - * restarting the dma engine, it removes the controller out of lock up state.
> + * Due to Hardware errata for IDENTIFY DEVICE command and COMMAND PACKET
>
>
> Just PACKET.
>
> + * command of ATAPI protocol set, the controller cannot clear the BSY bit
> + * after receiving the PIO setup FIS. This results in the dma state machine
>
>
> DMA.
>
> + * goes into the CMFatalErrorUpdate state and locks up. By restarting the
> s/goes/going/.
> [suman] : Didn't understand this. Do you mean to change to going ?
It's a 'sed' command to replace "goes" by "going" IIRC. Yes. Also,
s/locks/locking/.
> It is already goes there.
> [...]
> Thanks,
> with regards,
> suman
MBR, Sergei
next prev parent reply other threads:[~2014-12-17 17:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 16:49 [PATCH 0/2] * ahci_xgene: Bug fixes in APM X-Gene Soc AHCI SATA controller driver Suman Tripathi
[not found] ` <1418748575-27301-1-git-send-email-stripathi-qTEPVZfXA3Y@public.gmane.org>
2014-12-16 16:49 ` [PATCH 1/2] ahci_xgene: Fix the endianess issue in APM X-Gene SoC " Suman Tripathi
2014-12-16 16:49 ` [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command Suman Tripathi
2014-12-16 17:33 ` Sergei Shtylyov
2014-12-16 17:33 ` Sergei Shtylyov
[not found] ` <CAOHikRCRHPnVAziU8jwD9gGFODyt_5DpL1dm7Eb8uGA-WOfxOw@mail.gmail.com>
2014-12-17 17:32 ` Sergei Shtylyov [this message]
2014-12-17 17:32 ` Sergei Shtylyov
[not found] ` <CAOHikRAH3rrNw_+_DYx=Fc13BBQMq1Wg0zGyqrxLhNk7TSKqhw@mail.gmail.com>
2014-12-29 10:09 ` Sergei Shtylyov
2014-12-29 10:09 ` Sergei Shtylyov
2015-01-05 13:59 ` Tejun Heo
2015-01-05 13:59 ` Tejun Heo
2015-01-06 8:21 ` Suman Tripathi
2015-01-06 8:21 ` Suman Tripathi
2015-01-06 12:46 ` Tejun Heo
2015-01-06 12:46 ` Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5491BE11.4070500@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=arnd@arndb.de \
--cc=ddutile@redhat.com \
--cc=devicetree@vger.kernel.org \
--cc=jcm@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=olof@lixom.net \
--cc=patches@apm.com \
--cc=stripathi@apm.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.