[libata] bump versions

Bump versions based on changes submitted during 2.6.21 merge window.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

+35 -35
+1 -1
drivers/ata/ahci.c
··· 46 #include <linux/libata.h> 47 48 #define DRV_NAME "ahci" 49 - #define DRV_VERSION "2.0" 50 51 52 enum {
··· 46 #include <linux/libata.h> 47 48 #define DRV_NAME "ahci" 49 + #define DRV_VERSION "2.1" 50 51 52 enum {
+1 -1
drivers/ata/ata_generic.c
··· 26 #include <linux/libata.h> 27 28 #define DRV_NAME "ata_generic" 29 - #define DRV_VERSION "0.2.10" 30 31 /* 32 * A generic parallel ATA driver using libata
··· 26 #include <linux/libata.h> 27 28 #define DRV_NAME "ata_generic" 29 + #define DRV_VERSION "0.2.11" 30 31 /* 32 * A generic parallel ATA driver using libata
+1 -1
drivers/ata/ata_piix.c
··· 93 #include <linux/libata.h> 94 95 #define DRV_NAME "ata_piix" 96 - #define DRV_VERSION "2.00ac7" 97 98 enum { 99 PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
··· 93 #include <linux/libata.h> 94 95 #define DRV_NAME "ata_piix" 96 + #define DRV_VERSION "2.10" 97 98 enum { 99 PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
+1 -1
drivers/ata/libata-core.c
··· 59 60 #include "libata.h" 61 62 - #define DRV_VERSION "2.10" /* must be exactly four chars */ 63 64 65 /* debounce timing parameters in msecs { interval, duration, timeout } */
··· 59 60 #include "libata.h" 61 62 + #define DRV_VERSION "2.20" /* must be exactly four chars */ 63 64 65 /* debounce timing parameters in msecs { interval, duration, timeout } */
+1 -1
drivers/ata/pata_ali.c
··· 34 #include <linux/dmi.h> 35 36 #define DRV_NAME "pata_ali" 37 - #define DRV_VERSION "0.7.2" 38 39 /* 40 * Cable special cases
··· 34 #include <linux/dmi.h> 35 36 #define DRV_NAME "pata_ali" 37 + #define DRV_VERSION "0.7.3" 38 39 /* 40 * Cable special cases
+1 -1
drivers/ata/pata_amd.c
··· 25 #include <linux/libata.h> 26 27 #define DRV_NAME "pata_amd" 28 - #define DRV_VERSION "0.2.7" 29 30 /** 31 * timing_setup - shared timing computation and load
··· 25 #include <linux/libata.h> 26 27 #define DRV_NAME "pata_amd" 28 + #define DRV_VERSION "0.2.8" 29 30 /** 31 * timing_setup - shared timing computation and load
+1 -1
drivers/ata/pata_cs5520.c
··· 41 #include <linux/libata.h> 42 43 #define DRV_NAME "pata_cs5520" 44 - #define DRV_VERSION "0.6.3" 45 46 struct pio_clocks 47 {
··· 41 #include <linux/libata.h> 42 43 #define DRV_NAME "pata_cs5520" 44 + #define DRV_VERSION "0.6.4" 45 46 struct pio_clocks 47 {
+1 -1
drivers/ata/pata_cs5530.c
··· 35 #include <linux/dmi.h> 36 37 #define DRV_NAME "pata_cs5530" 38 - #define DRV_VERSION "0.7.1" 39 40 static void __iomem *cs5530_port_base(struct ata_port *ap) 41 {
··· 35 #include <linux/dmi.h> 36 37 #define DRV_NAME "pata_cs5530" 38 + #define DRV_VERSION "0.7.2" 39 40 static void __iomem *cs5530_port_base(struct ata_port *ap) 41 {
+1 -1
drivers/ata/pata_hpt366.c
··· 27 #include <linux/libata.h> 28 29 #define DRV_NAME "pata_hpt366" 30 - #define DRV_VERSION "0.5.3" 31 32 struct hpt_clock { 33 u8 xfer_speed;
··· 27 #include <linux/libata.h> 28 29 #define DRV_NAME "pata_hpt366" 30 + #define DRV_VERSION "0.6.0" 31 32 struct hpt_clock { 33 u8 xfer_speed;
+1 -1
drivers/ata/pata_hpt37x.c
··· 25 #include <linux/libata.h> 26 27 #define DRV_NAME "pata_hpt37x" 28 - #define DRV_VERSION "0.5.2" 29 30 struct hpt_clock { 31 u8 xfer_speed;
··· 25 #include <linux/libata.h> 26 27 #define DRV_NAME "pata_hpt37x" 28 + #define DRV_VERSION "0.6.0" 29 30 struct hpt_clock { 31 u8 xfer_speed;
+1 -1
drivers/ata/pata_isapnp.c
··· 17 #include <linux/libata.h> 18 19 #define DRV_NAME "pata_isapnp" 20 - #define DRV_VERSION "0.1.5" 21 22 static struct scsi_host_template isapnp_sht = { 23 .module = THIS_MODULE,
··· 17 #include <linux/libata.h> 18 19 #define DRV_NAME "pata_isapnp" 20 + #define DRV_VERSION "0.2.0" 21 22 static struct scsi_host_template isapnp_sht = { 23 .module = THIS_MODULE,
+1 -1
drivers/ata/pata_it821x.c
··· 80 81 82 #define DRV_NAME "pata_it821x" 83 - #define DRV_VERSION "0.3.3" 84 85 struct it821x_dev 86 {
··· 80 81 82 #define DRV_NAME "pata_it821x" 83 + #define DRV_VERSION "0.3.4" 84 85 struct it821x_dev 86 {
+1 -1
drivers/ata/pata_ixp4xx_cf.c
··· 23 #include <scsi/scsi_host.h> 24 25 #define DRV_NAME "pata_ixp4xx_cf" 26 - #define DRV_VERSION "0.1.1ac3" 27 28 static int ixp4xx_set_mode(struct ata_port *ap, struct ata_device **error) 29 {
··· 23 #include <scsi/scsi_host.h> 24 25 #define DRV_NAME "pata_ixp4xx_cf" 26 + #define DRV_VERSION "0.1.2" 27 28 static int ixp4xx_set_mode(struct ata_port *ap, struct ata_device **error) 29 {
+1 -1
drivers/ata/pata_legacy.c
··· 64 #include <linux/platform_device.h> 65 66 #define DRV_NAME "pata_legacy" 67 - #define DRV_VERSION "0.5.3" 68 69 #define NR_HOST 6 70
··· 64 #include <linux/platform_device.h> 65 66 #define DRV_NAME "pata_legacy" 67 + #define DRV_VERSION "0.5.4" 68 69 #define NR_HOST 6 70
+1 -1
drivers/ata/pata_opti.c
··· 34 #include <linux/libata.h> 35 36 #define DRV_NAME "pata_opti" 37 - #define DRV_VERSION "0.2.7" 38 39 enum { 40 READ_REG = 0, /* index of Read cycle timing register */
··· 34 #include <linux/libata.h> 35 36 #define DRV_NAME "pata_opti" 37 + #define DRV_VERSION "0.2.8" 38 39 enum { 40 READ_REG = 0, /* index of Read cycle timing register */
+1 -1
drivers/ata/pata_optidma.c
··· 33 #include <linux/libata.h> 34 35 #define DRV_NAME "pata_optidma" 36 - #define DRV_VERSION "0.2.3" 37 38 enum { 39 READ_REG = 0, /* index of Read cycle timing register */
··· 33 #include <linux/libata.h> 34 35 #define DRV_NAME "pata_optidma" 36 + #define DRV_VERSION "0.2.4" 37 38 enum { 39 READ_REG = 0, /* index of Read cycle timing register */
+1 -1
drivers/ata/pata_pcmcia.c
··· 42 43 44 #define DRV_NAME "pata_pcmcia" 45 - #define DRV_VERSION "0.2.11" 46 47 /* 48 * Private data structure to glue stuff together
··· 42 43 44 #define DRV_NAME "pata_pcmcia" 45 + #define DRV_VERSION "0.3.0" 46 47 /* 48 * Private data structure to glue stuff together
+1 -1
drivers/ata/pata_pdc2027x.c
··· 35 #include <linux/libata.h> 36 37 #define DRV_NAME "pata_pdc2027x" 38 - #define DRV_VERSION "0.74-ac5" 39 #undef PDC_DEBUG 40 41 #ifdef PDC_DEBUG
··· 35 #include <linux/libata.h> 36 37 #define DRV_NAME "pata_pdc2027x" 38 + #define DRV_VERSION "0.8" 39 #undef PDC_DEBUG 40 41 #ifdef PDC_DEBUG
+1 -1
drivers/ata/pata_pdc202xx_old.c
··· 21 #include <linux/libata.h> 22 23 #define DRV_NAME "pata_pdc202xx_old" 24 - #define DRV_VERSION "0.2.3" 25 26 /** 27 * pdc2024x_pre_reset - probe begin
··· 21 #include <linux/libata.h> 22 23 #define DRV_NAME "pata_pdc202xx_old" 24 + #define DRV_VERSION "0.3.0" 25 26 /** 27 * pdc2024x_pre_reset - probe begin
+1 -1
drivers/ata/pata_qdi.c
··· 26 #include <linux/platform_device.h> 27 28 #define DRV_NAME "pata_qdi" 29 - #define DRV_VERSION "0.2.4" 30 31 #define NR_HOST 4 /* Two 6580s */ 32
··· 26 #include <linux/platform_device.h> 27 28 #define DRV_NAME "pata_qdi" 29 + #define DRV_VERSION "0.3.0" 30 31 #define NR_HOST 4 /* Two 6580s */ 32
+1 -1
drivers/ata/pata_serverworks.c
··· 41 #include <linux/libata.h> 42 43 #define DRV_NAME "pata_serverworks" 44 - #define DRV_VERSION "0.3.9" 45 46 #define SVWKS_CSB5_REVISION_NEW 0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */ 47 #define SVWKS_CSB6_REVISION 0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */
··· 41 #include <linux/libata.h> 42 43 #define DRV_NAME "pata_serverworks" 44 + #define DRV_VERSION "0.4.0" 45 46 #define SVWKS_CSB5_REVISION_NEW 0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */ 47 #define SVWKS_CSB6_REVISION 0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */
+1 -1
drivers/ata/pata_sis.c
··· 35 #include "sis.h" 36 37 #define DRV_NAME "pata_sis" 38 - #define DRV_VERSION "0.4.5" 39 40 struct sis_chipset { 41 u16 device; /* PCI host ID */
··· 35 #include "sis.h" 36 37 #define DRV_NAME "pata_sis" 38 + #define DRV_VERSION "0.5.0" 39 40 struct sis_chipset { 41 u16 device; /* PCI host ID */
+1 -1
drivers/ata/pata_sl82c105.c
··· 26 #include <linux/libata.h> 27 28 #define DRV_NAME "pata_sl82c105" 29 - #define DRV_VERSION "0.2.5" 30 31 enum { 32 /*
··· 26 #include <linux/libata.h> 27 28 #define DRV_NAME "pata_sl82c105" 29 + #define DRV_VERSION "0.3.0" 30 31 enum { 32 /*
+1 -1
drivers/ata/pata_winbond.c
··· 17 #include <linux/platform_device.h> 18 19 #define DRV_NAME "pata_winbond" 20 - #define DRV_VERSION "0.0.1" 21 22 #define NR_HOST 4 /* Two winbond controllers, two channels each */ 23
··· 17 #include <linux/platform_device.h> 18 19 #define DRV_NAME "pata_winbond" 20 + #define DRV_VERSION "0.0.2" 21 22 #define NR_HOST 4 /* Two winbond controllers, two channels each */ 23
+1 -1
drivers/ata/pdc_adma.c
··· 44 #include <linux/libata.h> 45 46 #define DRV_NAME "pdc_adma" 47 - #define DRV_VERSION "0.04" 48 49 /* macro to calculate base address for ATA regs */ 50 #define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
··· 44 #include <linux/libata.h> 45 46 #define DRV_NAME "pdc_adma" 47 + #define DRV_VERSION "0.05" 48 49 /* macro to calculate base address for ATA regs */ 50 #define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
+1 -1
drivers/ata/sata_mv.c
··· 35 #include <linux/libata.h> 36 37 #define DRV_NAME "sata_mv" 38 - #define DRV_VERSION "0.7" 39 40 enum { 41 /* BAR's are enumerated in terms of pci_resource_start() terms */
··· 35 #include <linux/libata.h> 36 37 #define DRV_NAME "sata_mv" 38 + #define DRV_VERSION "0.8" 39 40 enum { 41 /* BAR's are enumerated in terms of pci_resource_start() terms */
+1 -1
drivers/ata/sata_promise.c
··· 45 #include "sata_promise.h" 46 47 #define DRV_NAME "sata_promise" 48 - #define DRV_VERSION "1.05" 49 50 51 enum {
··· 45 #include "sata_promise.h" 46 47 #define DRV_NAME "sata_promise" 48 + #define DRV_VERSION "2.00" 49 50 51 enum {
+1 -1
drivers/ata/sata_qstor.c
··· 39 #include <linux/libata.h> 40 41 #define DRV_NAME "sata_qstor" 42 - #define DRV_VERSION "0.06" 43 44 enum { 45 QS_MMIO_BAR = 4,
··· 39 #include <linux/libata.h> 40 41 #define DRV_NAME "sata_qstor" 42 + #define DRV_VERSION "0.07" 43 44 enum { 45 QS_MMIO_BAR = 4,
+1 -1
drivers/ata/sata_sil.c
··· 46 #include <linux/libata.h> 47 48 #define DRV_NAME "sata_sil" 49 - #define DRV_VERSION "2.0" 50 51 enum { 52 SIL_MMIO_BAR = 5,
··· 46 #include <linux/libata.h> 47 48 #define DRV_NAME "sata_sil" 49 + #define DRV_VERSION "2.1" 50 51 enum { 52 SIL_MMIO_BAR = 5,
+1 -1
drivers/ata/sata_sil24.c
··· 30 #include <linux/libata.h> 31 32 #define DRV_NAME "sata_sil24" 33 - #define DRV_VERSION "0.3" 34 35 /* 36 * Port request block (PRB) 32 bytes
··· 30 #include <linux/libata.h> 31 32 #define DRV_NAME "sata_sil24" 33 + #define DRV_VERSION "0.8" 34 35 /* 36 * Port request block (PRB) 32 bytes
+1 -1
drivers/ata/sata_svw.c
··· 53 #endif /* CONFIG_PPC_OF */ 54 55 #define DRV_NAME "sata_svw" 56 - #define DRV_VERSION "2.0" 57 58 enum { 59 K2_FLAG_NO_ATAPI_DMA = (1 << 29),
··· 53 #endif /* CONFIG_PPC_OF */ 54 55 #define DRV_NAME "sata_svw" 56 + #define DRV_VERSION "2.1" 57 58 enum { 59 K2_FLAG_NO_ATAPI_DMA = (1 << 29),
+1 -1
drivers/ata/sata_sx4.c
··· 44 #include "sata_promise.h" 45 46 #define DRV_NAME "sata_sx4" 47 - #define DRV_VERSION "0.9" 48 49 50 enum {
··· 44 #include "sata_promise.h" 45 46 #define DRV_NAME "sata_sx4" 47 + #define DRV_VERSION "0.10" 48 49 50 enum {
+1 -1
drivers/ata/sata_uli.c
··· 36 #include <linux/libata.h> 37 38 #define DRV_NAME "sata_uli" 39 - #define DRV_VERSION "1.0" 40 41 enum { 42 uli_5289 = 0,
··· 36 #include <linux/libata.h> 37 38 #define DRV_NAME "sata_uli" 39 + #define DRV_VERSION "1.1" 40 41 enum { 42 uli_5289 = 0,
+1 -1
drivers/ata/sata_via.c
··· 46 #include <linux/libata.h> 47 48 #define DRV_NAME "sata_via" 49 - #define DRV_VERSION "2.0" 50 51 enum board_ids_enum { 52 vt6420,
··· 46 #include <linux/libata.h> 47 48 #define DRV_NAME "sata_via" 49 + #define DRV_VERSION "2.1" 50 51 enum board_ids_enum { 52 vt6420,
+1 -1
drivers/ata/sata_vsc.c
··· 47 #include <linux/libata.h> 48 49 #define DRV_NAME "sata_vsc" 50 - #define DRV_VERSION "2.0" 51 52 enum { 53 VSC_MMIO_BAR = 0,
··· 47 #include <linux/libata.h> 48 49 #define DRV_NAME "sata_vsc" 50 + #define DRV_VERSION "2.1" 51 52 enum { 53 VSC_MMIO_BAR = 0,