| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET] BRIDGE: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 25 | -128/+128 |
* | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 22 | -270/+270 |
* | [NET] AX25: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 7 | -115/+115 |
* | [NET] ATM: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 18 | -290/+290 |
* | [NET] APPLETALK: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 4 | -121/+121 |
* | [NET] 8021Q: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 4 | -71/+71 |
* | [NET] 802: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 5 | -104/+104 |
* | libata: kill ATA_ENABLE_PATA | Jeff Garzik | 2007-02-09 | 2 | -4/+0 |
* | libata: build fix after dmesg probe output changes | Jeff Garzik | 2007-02-09 | 1 | -2/+2 |
* | libata: Early CFA adapters are not required to support mode setting | Alan | 2007-02-09 | 1 | -0/+4 |
* | sata_nv: propagate ata_pci_device_do_resume return value | Robert Hancock | 2007-02-09 | 1 | -1/+4 |
* | sata_nv: wait for response on entering/leaving ADMA mode | Robert Hancock | 2007-02-09 | 1 | -2/+39 |
* | sata_nv: use ADMA for NODATA commands | Robert Hancock | 2007-02-09 | 1 | -7/+25 |
* | sata_nv: cleanup ADMA error handling | Robert Hancock | 2007-02-09 | 1 | -75/+72 |
* | (2.6.20) pata_mpiix: probing cleanup (resend) | Sergei Shtylyov | 2007-02-09 | 1 | -7/+6 |
* | (2.6.20) pata_mpiix: fix PIO setup issues | Sergei Shtylyov | 2007-02-09 | 1 | -9/+10 |
* | (2.6.20) pata_oldpiix: fix PIO2 underclocking | Sergei Shtylyov | 2007-02-09 | 1 | -8/+10 |
* | ata: Add defines for the iordy bits | Alan | 2007-02-09 | 1 | -0/+2 |
* | Kconfig: clarify ATA_PIIX description | Alan | 2007-02-09 | 1 | -3/+3 |
* | sata_inic162x: fix a few glitches in hardreset | Tejun Heo | 2007-02-09 | 1 | -8/+4 |
* | libata: add 150ms between completion of hardreset and status checking | Tejun Heo | 2007-02-09 | 1 | -0/+3 |
* | libata: rearrange dmesg info to add full ATA revision | Eric D. Mudama | 2007-02-09 | 1 | -21/+31 |
* | pata_sl82c105: wrong assumptions about compatible PIO modes | Sergei Shtylyov | 2007-02-09 | 1 | -2/+2 |
* | libata: add another IRQ calls (libata drivers) | Akira Iguchi | 2007-02-09 | 60 | -0/+206 |
* | libata: add another IRQ calls (core and headers) | Akira Iguchi | 2007-02-09 | 3 | -48/+57 |
* | git-libata-all: forward declare struct device | Andrew Morton | 2007-02-09 | 1 | -0/+2 |
* | libata: convert to iomap | Tejun Heo | 2007-02-09 | 63 | -1448/+977 |
* | pata_platform: fix devres conversion | Tejun Heo | 2007-02-09 | 1 | -24/+7 |
* | iomap: iomap should be in obj-y not in lib-y | Tejun Heo | 2007-02-09 | 1 | -2/+2 |
* | [libata] Shuffle DRV_xxx in core and SiS drivers, to kill warnings | Jeff Garzik | 2007-02-09 | 4 | -1/+5 |
* | devres: implement pcim_iomap_regions() | Tejun Heo | 2007-02-09 | 2 | -0/+55 |
* | libata: remove unused functions | Tejun Heo | 2007-02-09 | 2 | -79/+6 |
* | libata: update libata LLDs to use devres | Tejun Heo | 2007-02-09 | 59 | -1245/+355 |
* | libata: update libata core layer to use devres | Tejun Heo | 2007-02-09 | 5 | -160/+106 |
* | libata: implement ata_host_detach() | Tejun Heo | 2007-02-09 | 3 | -6/+21 |
* | devres: device resource management | Tejun Heo | 2007-02-09 | 21 | -5/+1853 |
* | fix CONFIG_SATA_SIS=y compile error | Adrian Bunk | 2007-02-09 | 3 | -4/+6 |
* | sata_sis: Support for PATA supports | Alan | 2007-02-09 | 3 | -12/+33 |
* | libata: implement HDIO_GET_IDENTITY | Tejun Heo | 2007-02-09 | 1 | -1/+42 |
* | libata: trivial stuff | Alan | 2007-02-09 | 2 | -3/+3 |
* | sata_promise: kill qc->nsect | Tejun Heo | 2007-02-09 | 1 | -2/+0 |
* | libata piix3 support warning fix | Andrew Morton | 2007-02-09 | 1 | -1/+1 |
* | libata: PIIX3 support | Alan | 2007-02-09 | 1 | -3/+15 |
* | sata_promise: handle ATAPI_NODATA ourselves | Mikael Pettersson | 2007-02-09 | 1 | -7/+23 |
* | sata_promise: issue ATAPI commands as normal packets | Mikael Pettersson | 2007-02-09 | 1 | -102/+60 |
* | sata_promise: ATAPI cleanup | Mikael Pettersson | 2007-02-09 | 1 | -11/+16 |
* | sata_inic162x: finally, driver for initio 162x SATA controllers, take #2 | Tejun Heo | 2007-02-09 | 3 | -0/+816 |
* | libata: kill qc->nsect and cursect | Tejun Heo | 2007-02-09 | 6 | -25/+13 |
* | [libata] sata_vsc: build fix after PCI MSI feature addition | Jeff Garzik | 2007-02-09 | 1 | -4/+4 |
* | [libata] sata_vsc: support PCI MSI | Dan Wolstenholme | 2007-02-09 | 1 | -3/+41 |