| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing bus_dmamap_sync() calls for the work DMA map. | Marius Strobl | 2011-03-06 | 1 | -1/+17 |
| * | Several chipset drivers alter parameters relevant for the DMA tag creation, | Marius Strobl | 2010-11-28 | 1 | -1/+1 |
| * | Set of legacy mode SATA enchancements: | Alexander Motin | 2010-10-18 | 1 | -1/+39 |
| * | Add missing le32toh(), same as recently done in ata-siliconimage.c. | Alexander Motin | 2010-09-24 | 1 | -1/+1 |
| * | Increase device reset timeout from 10 to 15 seconds, same as in ahci(4). | Alexander Motin | 2010-09-01 | 1 | -1/+1 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -3/+3 |
| * | MFp4: | Alexander Motin | 2009-12-06 | 1 | -0/+3 |
| * | On Soft Reset, read device signature from FIS receive area, instead of | Alexander Motin | 2009-12-05 | 1 | -3/+5 |
| * | Change the way in which AHCI+PATA combined controllers, such as JMicron | Alexander Motin | 2009-11-16 | 1 | -8/+86 |
| * | Disable PMP probing for Marvell AHCI controllers. | Alexander Motin | 2009-11-14 | 1 | -3/+6 |
| * | MFp4: | Alexander Motin | 2009-10-31 | 1 | -18/+11 |
| * | Fix kernel panic, when ataahci driver is used on system with increased | Alexander Motin | 2009-07-08 | 1 | -1/+1 |
| * | MFp4. | Alexander Motin | 2009-06-01 | 1 | -13/+42 |
| * | Add experimental support for SATA interface power management. | Alexander Motin | 2009-04-29 | 1 | -6/+8 |
| * | Use cached progif instead of reading it again. | Jung-uk Kim | 2009-04-27 | 1 | -1/+1 |
| * | - Give generic AHCI driver lower priority than device-specific drivers. | Jung-uk Kim | 2009-04-27 | 1 | -2/+2 |
| * | - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. These | Jung-uk Kim | 2009-04-27 | 1 | -2/+1 |
| * | Integrate user/mav/ata branch: | Alexander Motin | 2009-03-30 | 1 | -41/+118 |
| * | Remove the local management of INTx as this is now taken care of by pci. | Robert Noland | 2009-03-04 | 1 | -4/+0 |
| * | Give controller a chance to issue Soft Reset clear command before checking | Alexander Motin | 2009-03-01 | 1 | -2/+1 |
| * | Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as it | Alexander Motin | 2009-03-01 | 1 | -1/+1 |
| * | Fix spelling. | Alexander Motin | 2009-02-23 | 1 | -1/+1 |
| * | Tune AHCI verbose messages to make log more readable. | Alexander Motin | 2009-02-22 | 1 | -12/+23 |
| * | Use only higher half of device signature to identify device type. Some | Alexander Motin | 2009-02-21 | 1 | -4/+4 |
| * | Increase initial busy waiting time. If drive was hot-plugged, it may need | Alexander Motin | 2009-02-21 | 1 | -4/+4 |
| * | Disable port hardware on detach. First switch it to slumber mode to | Alexander Motin | 2009-02-20 | 1 | -0/+16 |
| * | Reduce soft-reset assertion time from 5ms to 50us. | Alexander Motin | 2009-02-20 | 1 | -1/+1 |
| * | Disable port interrupts before doing PHY reset. | Alexander Motin | 2009-02-20 | 1 | -0/+3 |
| * | Quite mechanical ch_detach implementations for all atapci subdrivers. | Alexander Motin | 2009-02-19 | 1 | -1/+11 |
| * | As soon as they called in only same one place (ata_pcichannel_attach()), | Alexander Motin | 2009-02-18 | 1 | -3/+4 |
| * | Give atapci knowledge about set of implemented AHCI ports. It is possible | Alexander Motin | 2009-02-16 | 1 | -6/+2 |
| * | Remove unneeded AND operation. We have already checked that bit is set. | Alexander Motin | 2009-02-15 | 1 | -1/+1 |
| * | Add workaround for some ATI chips, failing to soft-reset | Alexander Motin | 2009-02-15 | 1 | -5/+12 |
| * | Tunes to AHCI reset sequences: | Alexander Motin | 2009-02-14 | 1 | -34/+71 |
| * | Before modularization commit, atapci driver was attaching only to devices of | Alexander Motin | 2008-12-18 | 1 | -2/+3 |
| * | Improve error handling at ata_ahci_chipinit(). | Alexander Motin | 2008-12-17 | 1 | -3/+8 |
| * | This is the roumored ATA modulerisation works, and it needs a little explanat... | Søren Schmidt | 2008-10-09 | 1 | -0/+744 |