* [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
[not found] ` <1418748575-27301-3-git-send-email-stripathi@apm.com>
@ 2014-12-16 17:33 ` Sergei Shtylyov
[not found] ` <CAOHikRCRHPnVAziU8jwD9gGFODyt_5DpL1dm7Eb8uGA-WOfxOw@mail.gmail.com>
2015-01-05 13:59 ` Tejun Heo
1 sibling, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2014-12-16 17:33 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 12/16/2014 07:49 PM, 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
> www.spinics.net/lists/linux-ide/msg49092.html
> Signed-off-by: Suman Tripathi <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/.
> + * dma engine, it removes the controller out of lock up state.
DMA again.
> */
> static unsigned int xgene_ahci_qc_issue(struct ata_queued_cmd *qc)
> {
[...]
MBR, Sergei
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
[not found] ` <CAOHikRCRHPnVAziU8jwD9gGFODyt_5DpL1dm7Eb8uGA-WOfxOw@mail.gmail.com>
@ 2014-12-17 17:32 ` Sergei Shtylyov
[not found] ` <CAOHikRAH3rrNw_+_DYx=Fc13BBQMq1Wg0zGyqrxLhNk7TSKqhw@mail.gmail.com>
0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2014-12-17 17:32 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
[not found] ` <CAOHikRAH3rrNw_+_DYx=Fc13BBQMq1Wg0zGyqrxLhNk7TSKqhw@mail.gmail.com>
@ 2014-12-29 10:09 ` Sergei Shtylyov
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Shtylyov @ 2014-12-29 10:09 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 12/29/2014 8:35 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 <http://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>
> <http://www.spinics.net/lists/__linux-ide/msg49092.html
> <http://www.spinics.net/lists/linux-ide/msg49092.html>>
> This is something strange. I posted it in plain text only. Because when I do
> show original of the patch in gmail, it shows me the plaintext.
> Please help me out to figure the issue. I saw many other patches referred in
> the same way. I am sending the patch through git-send-email that sends in
> plain text format only,
The patch was OK, but your replies do use HTML (as well as plain text).
> Signed-off-by: Suman Tripathi <stripathi@apm.com
> <mailto:stripathi@apm.com> <mailto:stripathi@apm.com
> <mailto:stripathi@apm.com>>>
> --
> Thanks,
> with regards,
> Suman Tripathi
MBR, Sergei
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
[not found] ` <1418748575-27301-3-git-send-email-stripathi@apm.com>
2014-12-16 17:33 ` [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command Sergei Shtylyov
@ 2015-01-05 13:59 ` Tejun Heo
2015-01-06 8:21 ` Suman Tripathi
1 sibling, 1 reply; 6+ messages in thread
From: Tejun Heo @ 2015-01-05 13:59 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 16, 2014 at 10:19:35PM +0530, 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
>
> www.spinics.net/lists/linux-ide/msg49092.html
>
> Signed-off-by: Suman Tripathi <stripathi@apm.com>
Applied 1-2 to libata/for-3.18-fixes w/ Sergei's suggested edits.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
2015-01-05 13:59 ` Tejun Heo
@ 2015-01-06 8:21 ` Suman Tripathi
2015-01-06 12:46 ` Tejun Heo
0 siblings, 1 reply; 6+ messages in thread
From: Suman Tripathi @ 2015-01-06 8:21 UTC (permalink / raw)
To: linux-arm-kernel
Hi
On Tue, Dec 16, 2014 at 10:19:35PM +0530, 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
>
> www.spinics.net/lists/linux-ide/msg49092.html
>
> Signed-off-by: Suman Tripathi <stripathi@apm.com>
Applied 1-2 to libata/for-3.18-fixes w/ Sergei's suggested edits.
The patch is applied to libata/for-3.19-fixes not libata/for-3.18-fixes ??
On Mon, Jan 5, 2015 at 7:29 PM, Tejun Heo <tj@kernel.org> wrote:
> On Tue, Dec 16, 2014 at 10:19:35PM +0530, 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
>>
>> www.spinics.net/lists/linux-ide/msg49092.html
>>
>> Signed-off-by: Suman Tripathi <stripathi@apm.com>
>
> Applied 1-2 to libata/for-3.18-fixes w/ Sergei's suggested edits.
>
> Thanks.
>
> --
> tejun
--
Thanks,
with regards,
Suman Tripathi
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and contains information
that is confidential and proprietary to Applied Micro Circuits Corporation or its subsidiaries.
It is to be used solely for the purpose of furthering the parties' business relationship.
All unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by reply e-mail
and destroy all copies of the original message.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command.
2015-01-06 8:21 ` Suman Tripathi
@ 2015-01-06 12:46 ` Tejun Heo
0 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2015-01-06 12:46 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 06, 2015 at 01:51:15PM +0530, Suman Tripathi wrote:
> Hi
>
> On Tue, Dec 16, 2014 at 10:19:35PM +0530, 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
> >
> > www.spinics.net/lists/linux-ide/msg49092.html
> >
> > Signed-off-by: Suman Tripathi <stripathi@apm.com>
>
> Applied 1-2 to libata/for-3.18-fixes w/ Sergei's suggested edits.
>
> The patch is applied to libata/for-3.19-fixes not libata/for-3.18-fixes ??
Yeap, brainfart. libata/for-3.19-fixes is the right one.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-01-06 12:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1418748575-27301-1-git-send-email-stripathi@apm.com>
[not found] ` <1418748575-27301-3-git-send-email-stripathi@apm.com>
2014-12-16 17:33 ` [PATCH 2/2] ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_PACKET PIO mode command Sergei Shtylyov
[not found] ` <CAOHikRCRHPnVAziU8jwD9gGFODyt_5DpL1dm7Eb8uGA-WOfxOw@mail.gmail.com>
2014-12-17 17:32 ` Sergei Shtylyov
[not found] ` <CAOHikRAH3rrNw_+_DYx=Fc13BBQMq1Wg0zGyqrxLhNk7TSKqhw@mail.gmail.com>
2014-12-29 10:09 ` Sergei Shtylyov
2015-01-05 13:59 ` Tejun Heo
2015-01-06 8:21 ` Suman Tripathi
2015-01-06 12:46 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).