1. 19 5月, 2008 1 次提交
  2. 06 5月, 2008 1 次提交
  3. 29 4月, 2008 4 次提交
    • B
      ide: add IDE_HFLAG_MMIO host flag (take 2) · c5dd43ec
      Bartlomiej Zolnierkiewicz 提交于
      * Add IDE_HFLAG_MMIO host flag and set it for hosts which use
        default_hwif_mmiops().
      
      v2:
      * Fix kernel panic in pmac host driver (',' should be '|').
      
        Thanks to Kamalesh for reporting it + testing the fix
        and to Andrew for hinting me about the source of the issue.
      
      Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      Cc: Andy Whitcroft <apw@shadowen.org>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      c5dd43ec
    • B
      ide: merge ->atapi_*put_bytes and ->ata_*put_data methods · 9567b349
      Bartlomiej Zolnierkiewicz 提交于
      * Merge ->atapi_{in,out}put_bytes and ->ata_{in,out}put_data methods
        into new ->{in,out}put_data methods which take number of bytes to
        transfer as an argument and always do padding.
      
      While at it:
      
      * Use 'hwif' or 'drive->hwif' instead of 'HWIF(drive)'.
      
      There should be no functional changes caused by this patch (all users
      of ->ata_{in,out}put_data methods were using multiply-of-4 word counts).
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      9567b349
    • B
      falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) · 92d3ab27
      Bartlomiej Zolnierkiewicz 提交于
      * Add ->atapi_{in,out}put_bytes and ->ata_{in,out}put_data methods to
        falconide and q40ide host drivers (->ata_* methods are implemented on
        top of ->atapi_* methods so they also do byte-swapping now).
      
      * Cleanup atapi_{in,out}put_bytes().
      
      v2:
      * Add 'struct request *rq' argument to ->ata_{in,out}put_data methods
        and don't byte-swap disk fs requests (we shouldn't un-swap fs requests
        because fs itself is stored byte-swapped on the disk) - this is how
        things were done before the patch (ideally device mapper should be
        used instead but it would break existing setups and would have some
        performance impact).
      
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Michael Schmitz <schmitz@debian.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Richard Zidlicky <rz@linux-m68k.org>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      92d3ab27
    • A
      q40ide breakage · d28aa3ac
      Al Viro 提交于
      again, fallout from ide merge
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d28aa3ac
  4. 27 4月, 2008 17 次提交
  5. 26 4月, 2008 13 次提交
  6. 25 4月, 2008 1 次提交
  7. 18 4月, 2008 3 次提交