linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ashish Kalra <ashish.kalra@freescale.com>
To: linux-ide@vger.kernel.org
Subject: Re: [PATCH][v3] Add asynchronous notification support
Date: Tue, 28 Jul 2009 06:16:56 -0700 (PDT)	[thread overview]
Message-ID: <24698070.post@talk.nabble.com> (raw)
In-Reply-To: <Pine.WNT.4.64.0907012055100.868@B00888-02.fsl.freescale.net>


Hello,

Wish to know the status of this patch ?

When will it be reviewed and merged into the mainline ? 

Thanks,
Ashish


Ashish Kalra wrote:
> 
> Enable device hot-plug support on Port multiplier fan-out ports
> v3 fixes whitespace/identation issues
> 
> Signed-off-by: Ashish Kalra <Ashish.Kalra@freescale.com>
> ---
>   drivers/ata/sata_fsl.c |   15 ++++++++++-----
>   1 files changed, 10 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c
> index 94eaa43..5a88b44 100644
> --- a/drivers/ata/sata_fsl.c
> +++ b/drivers/ata/sata_fsl.c
> @@ -34,7 +34,7 @@ enum {
> 
>   	SATA_FSL_HOST_FLAGS	= (ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
>   				ATA_FLAG_MMIO | ATA_FLAG_PIO_DMA |
> -				ATA_FLAG_PMP | ATA_FLAG_NCQ),
> +				ATA_FLAG_PMP | ATA_FLAG_NCQ | ATA_FLAG_AN),
> 
>   	SATA_FSL_MAX_CMDS	= SATA_FSL_QUEUE_DEPTH,
>   	SATA_FSL_CMD_HDR_SIZE	= 16,	/* 4 DWORDS */
> @@ -132,8 +132,8 @@ enum {
>   	INT_ON_SINGL_DEVICE_ERR = (1 << 1),
>   	INT_ON_CMD_COMPLETE = 1,
> 
> -	INT_ON_ERROR = INT_ON_FATAL_ERR |
> -	    INT_ON_PHYRDY_CHG | INT_ON_SINGL_DEVICE_ERR,
> +	INT_ON_ERROR = INT_ON_FATAL_ERR | INT_ON_SNOTIFY_UPDATE |
> +		INT_ON_PHYRDY_CHG | INT_ON_SINGL_DEVICE_ERR,
> 
>   	/*
>   	 * Host Control Register (HControl) bitdefs
> @@ -153,8 +153,8 @@ enum {
>   	IE_ON_CMD_COMPLETE = 1,
> 
>   	DEFAULT_PORT_IRQ_ENABLE_MASK = IE_ON_FATAL_ERR | IE_ON_PHYRDY_CHG |
> -	    IE_ON_SIGNATURE_UPDATE |
> -	    IE_ON_SINGL_DEVICE_ERR | IE_ON_CMD_COMPLETE,
> +		IE_ON_SIGNATURE_UPDATE | IE_ON_SNOTIFY_UPDATE |
> +		IE_ON_SINGL_DEVICE_ERR | IE_ON_CMD_COMPLETE,
> 
>   	EXT_INDIRECT_SEG_PRD_FLAG = (1 << 31),
>   	DATA_SNOOP_ENABLE = (1 << 22),
> @@ -1003,6 +1003,11 @@ static void sata_fsl_error_intr(struct ata_port
> *ap)
>   		freeze = 1;
>   	}
> 
> +	/* Handle SDB FIS receive & notify update */
> +	if (hstatus & INT_ON_SNOTIFY_UPDATE) {
> +		sata_async_notification(ap);
> +	}
> +
>   	/* Handle PHYRDY change notification */
>   	if (hstatus & INT_ON_PHYRDY_CHG) {
>   		DPRINTK("SATA FSL: PHYRDY change indication\n");
> -- 
> 1.6.0
> 
> 
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
> 
> 

-- 
View this message in context: http://www.nabble.com/-PATCH--v3--Add-asynchronous-notification-support-tp24291875p24698070.html
Sent from the linux-ide mailing list archive at Nabble.com.


  reply	other threads:[~2009-07-28 13:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-01 15:29 [PATCH][v3] Add asynchronous notification support ashish kalra
2009-07-28 13:16 ` Ashish Kalra [this message]
2009-11-19 23:35 ` Jeff Garzik

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=24698070.post@talk.nabble.com \
    --to=ashish.kalra@freescale.com \
    --cc=linux-ide@vger.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 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).