linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	linux-ide@vger.kernel.org,
	Sergei Shtylyov <sshtylyov@ru.mvista.com>
Subject: Re: linux-next: Tree for February 12 (ide)
Date: Wed, 18 Feb 2009 09:17:28 -0800	[thread overview]
Message-ID: <499C42A8.7060003@oracle.com> (raw)
In-Reply-To: <200902171519.27031.bzolnier@gmail.com>

Bartlomiej Zolnierkiewicz wrote:
> On Thursday 12 February 2009, Randy Dunlap wrote:
>> Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20090211:
>>
>> When
>> # CONFIG_BLK_DEV_IDEDMA is not set
>>
>> linux-next-20090212/drivers/ide/ide-taskfile.c:108: error: 'ide_dma_intr' undeclared (first use in this function)
> 
> Thanks for spotting this, I fixed it in the revised patch:

Hi Bart,

Have you pushed this patch yet?

linux-next (20090218) is still getting this IDE build error.

Thanks.

> From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> Subject: [PATCH] ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
> 
> * Rename dma_timer_expiry() to ide_dma_sff_timer_expiry() and export it.
> 
> * Add ->dma_timer_expiry method and use it to set hwif->expiry for
>   ATA_PROT_DMA protocol in do_rw_taskfile().
> 
> * Initialize ->dma_timer_expiry to ide_dma_sff_timer_expiry() for SFF hosts.
> 
> * Move setting hwif->expiry from ide_execute_command() to its users and drop
>   'expiry' argument.
> 
> * Use ide_execute_command() instead of ->dma_exec_cmd in do_rw_taskfile().
> 
> * Remove ->dma_exec_cmd method and its implementations.
> 
> * Unexport ide_execute_command() and ide_dma_intr().
> 
> v2:
> * Fix CONFIG_BLK_DEV_IDEDMA=n build (noticed by Randy Dunlap).
> 
> * Fix *dma_expiry naming (suggested by Sergei Shtylyov).
> 
> There should be no functional changes caused by this patch.
> 
> Cc: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> ---
>  drivers/ide/alim15x3.c     |    2 +-
>  drivers/ide/au1xxx-ide.c   |    8 --------
>  drivers/ide/cmd64x.c       |    6 +++---
>  drivers/ide/cs5536.c       |    2 +-
>  drivers/ide/hpt366.c       |    6 +++---
>  drivers/ide/icside.c       |    7 -------
>  drivers/ide/ide-atapi.c    |    3 ++-
>  drivers/ide/ide-dma-sff.c  |   15 ++++-----------
>  drivers/ide/ide-dma.c      |    1 -
>  drivers/ide/ide-iops.c     |    6 +-----
>  drivers/ide/ide-taskfile.c |    6 ++++--
>  drivers/ide/it821x.c       |    2 +-
>  drivers/ide/ns87415.c      |    2 +-
>  drivers/ide/pdc202xx_old.c |    4 ++--
>  drivers/ide/pmac.c         |    8 --------
>  drivers/ide/sc1200.c       |    2 +-
>  drivers/ide/scc_pata.c     |    2 +-
>  drivers/ide/siimage.c      |    2 +-
>  drivers/ide/sl82c105.c     |    2 +-
>  drivers/ide/tc86c001.c     |    2 +-
>  drivers/ide/trm290.c       |    6 ------
>  drivers/ide/tx4939ide.c    |    2 +-
>  include/linux/ide.h        |    8 ++++----
>  23 files changed, 33 insertions(+), 71 deletions(-)


-- 
~Randy

  reply	other threads:[~2009-02-18 17:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090212194408.ff7489c1.sfr@canb.auug.org.au>
2009-02-12 16:44 ` linux-next: Tree for February 12 (ide) Randy Dunlap
2009-02-17 14:19   ` Bartlomiej Zolnierkiewicz
2009-02-18 17:17     ` Randy Dunlap [this message]
2009-02-18 18:58       ` Bartlomiej Zolnierkiewicz

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=499C42A8.7060003@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=sshtylyov@ru.mvista.com \
    /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).