Files
ubports_kernel_google_msm/include/linux
Bartlomiej Zolnierkiewicz 7569e8dc22 ide: add ide_use_fast_pio() helper (v3)
* add ide_use_fast_pio() helper for use by host drivers

* add DMA capability and hwif->autodma checks to ide_use_dma()

  - au1xxx-ide/it8213/it821x drivers didn't check for (id->capability & 1)

    [ for the IT8211/2 in SMART mode this check shouldn't be made but since
      in it821x_fixups() we set DMA bit explicitly:

               if(strstr(id->model, "Integrated Technology Express")) {
                       /* In raid mode the ident block is slightly buggy
                          We need to set the bits so that the IDE layer knows
                          LBA28. LBA48 and DMA ar valid */
                       id->capability |= 3;            /* LBA28, DMA */

       we are better off using generic helper if we can ]

  - ide-cris driver didn't set ->autodma

    [ before the patch hwif->autodma was only checked in the chipset specific
      hwif->ide_dma_check implementations, for ide-cris it is cris_dma_check()
      function so there no behavior change here ]

v2:
* updated patch description (thanks to Alan Cox for the feedback)

v3:
* updated for scc_pata driver

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2007-02-17 02:40:25 +01:00
..
2007-02-12 09:48:31 -08:00
2006-12-04 02:00:22 -05:00
2006-12-02 21:22:55 -08:00
2006-12-02 21:22:55 -08:00
2006-12-06 20:14:22 -08:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:37 -08:00
2006-12-07 08:39:20 -08:00
2006-12-08 08:28:39 -08:00
2007-01-30 08:26:45 -08:00
2007-02-11 10:51:24 -08:00
2006-12-11 14:35:00 -08:00
2006-12-07 08:39:25 -08:00
2007-02-09 17:39:36 -05:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-02-01 16:17:06 -08:00
2006-12-07 08:39:32 -08:00
2006-12-10 09:55:41 -08:00
2007-02-07 15:44:36 -08:00
2007-01-08 19:49:54 +00:00
2007-02-13 22:09:01 +01:00
2006-12-10 21:21:29 +01:00
2007-02-17 02:40:25 +01:00
2006-12-04 02:00:34 -05:00
2006-12-02 21:21:21 -08:00
2007-02-11 11:18:07 -08:00
2007-02-09 17:39:36 -05:00
2006-12-02 21:21:21 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-02 21:21:21 -08:00
2007-02-16 08:14:00 -08:00
2006-12-08 08:28:57 -08:00
2006-11-30 05:24:39 +01:00
2007-02-12 09:48:30 -08:00
2007-02-07 10:37:14 -08:00
2007-02-11 10:51:24 -08:00
2007-02-12 09:48:31 -08:00
2007-02-12 09:48:31 -08:00
2007-02-07 10:37:12 -08:00
2006-11-30 04:40:22 +01:00
2007-02-07 15:50:08 -08:00
2007-01-23 00:34:54 -05:00
2006-11-22 14:57:56 +00:00
2007-02-08 13:51:54 -08:00
2007-02-09 08:06:14 -08:00
2007-02-11 11:18:07 -08:00
2006-11-03 12:27:58 -08:00
2007-02-11 10:51:28 -08:00
2006-12-04 02:00:36 -05:00
2007-01-11 18:18:21 -08:00
2007-02-11 10:51:28 -08:00
2006-12-22 08:55:49 -08:00
2006-12-10 09:55:40 -08:00
2006-12-12 08:10:44 -08:00
2006-12-07 08:39:35 -08:00
2006-12-07 08:39:25 -08:00
2006-12-13 09:05:49 -08:00
2007-02-12 09:48:41 -08:00
2007-02-11 10:51:18 -08:00
2007-02-07 14:03:19 +11:00
2007-02-07 10:37:14 -08:00
2006-11-30 05:32:19 +01:00
2007-02-16 08:13:57 -08:00
2007-02-16 08:13:56 -08:00
2006-12-02 21:21:08 -08:00
2006-12-15 08:47:51 -08:00
2007-02-11 10:51:25 -08:00
2006-12-02 00:11:58 -05:00
2007-02-11 11:18:05 -08:00