Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Aug 2010 19:25:06 +0000 (12:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Aug 2010 19:25:06 +0000 (12:25 -0700)
* git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6:
  pcmcia: avoid buffer overflow in pcmcia_setup_isa_irq
  pcmcia: do not request windows if you don't need to
  pcmcia: insert PCMCIA device resources into resource tree
  pcmcia: export resource information to sysfs
  pcmcia: use struct resource for PCMCIA devices, part 2
  pcmcia: remove memreq_t
  pcmcia: move local definitions out of include/pcmcia/cs.h
  pcmcia: do not use io_req_t when calling pcmcia_request_io()
  pcmcia: do not use io_req_t after call to pcmcia_request_io()
  pcmcia: use struct resource for PCMCIA devices
  pcmcia: clean up cs.h
  pcmcia: use pcmica_{read,write}_config_byte
  pcmcia: remove cs_types.h
  pcmcia: remove unused flag, simplify headers
  pcmcia: remove obsolete CS_EVENT_ definitions
  pcmcia: split up central event handler
  pcmcia: simplify event callback
  pcmcia: remove obsolete ioctl

Conflicts in:
 - drivers/staging/comedi/drivers/*
 - drivers/staging/wlags49_h2/wl_cs.c
due to dev_info_t and whitespace changes

13 files changed:
1  2 
Documentation/feature-removal-schedule.txt
drivers/bluetooth/dtl1_cs.c
drivers/net/wireless/ray_cs.c
drivers/pcmcia/pxa2xx_base.c
drivers/ssb/main.c
drivers/staging/comedi/drivers/cb_das16_cs.c
drivers/staging/comedi/drivers/das08_cs.c
drivers/staging/comedi/drivers/ni_daq_700.c
drivers/staging/comedi/drivers/ni_daq_dio24.c
drivers/staging/comedi/drivers/ni_labpc_cs.c
drivers/staging/comedi/drivers/ni_mio_cs.c
drivers/staging/comedi/drivers/quatech_daqp_cs.c
drivers/staging/wlags49_h2/wl_cs.c

Simple merge
Simple merge
Simple merge
Simple merge
index 6d893c65adc8ff8c2aeee5ae4181c5ecbb77064e,7cf0ccb5adefe2b16cfde8a42e4a8370185203af..f8ede1182ccc5113b657a997b3df20460bf729fa
@@@ -662,14 -661,14 +661,6 @@@ static void das16cs_pcmcia_detach(struc
     less on other parts of the kernel.
  */
  
--/*
--   The dev_info variable is the "key" that is used to match up this
--   device driver with appropriate cards, through the card configuration
--   database.
--*/
--
--static dev_info_t dev_info = "cb_das16_cs";
--
  struct local_info_t {
        struct pcmcia_device *link;
        int stop;
@@@ -846,7 -842,7 +833,7 @@@ struct pcmcia_driver das16cs_driver = 
        .id_table = das16cs_id_table,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "cb_das16_cs",
                },
  };
  
index fb561ab7f07cf32888eb2cffeffa0ee8cc5919f9,9ee677f14b661e33de5b3fa0c06ad6062174b866..c6aa52f8dcee3c5f97ea3df1a3f9374cf9a04f04
@@@ -132,14 -131,14 +131,6 @@@ static void das08_pcmcia_detach(struct 
     less on other parts of the kernel.
  */
  
--/*
--   The dev_info variable is the "key" that is used to match up this
--   device driver with appropriate cards, through the card configuration
--   database.
--*/
--
--static const dev_info_t dev_info = "pcm-das08";
--
  struct local_info_t {
        struct pcmcia_device *link;
        int stop;
@@@ -362,7 -359,7 +350,7 @@@ struct pcmcia_driver das08_cs_driver = 
        .id_table = das08_cs_id_table,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "pcm-das08",
                },
  };
  
index 701abd9eabe6e37e9c3636eb43b7f326f21d028f,bf2e84aa03ea4a755ce069db2ceb72d460b24789..cc15666e5cc195391d5fd5093dc90f4c30169943
@@@ -459,14 -458,14 +458,6 @@@ static void dio700_cs_detach(struct pcm
     less on other parts of the kernel.
  */
  
--/*
--   The dev_info variable is the "key" that is used to match up this
--   device driver with appropriate cards, through the card configuration
--   database.
--*/
--
--static const dev_info_t dev_info = "ni_daq_700";
--
  struct local_info_t {
        struct pcmcia_device *link;
        int stop;
@@@ -722,7 -695,7 +686,7 @@@ struct pcmcia_driver dio700_cs_driver 
        .id_table = dio700_cs_ids,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "ni_daq_700",
                },
  };
  
index 0b65f247d5dd28f447e877e449d64cb158662644,9112e70cc85661b24bb64b5fe090b4023051b3ba..773ae2044e0ee8a52435f14879563dd37597d6f4
@@@ -211,14 -210,14 +210,6 @@@ static void dio24_cs_detach(struct pcmc
     less on other parts of the kernel.
  */
  
--/*
--   The dev_info variable is the "key" that is used to match up this
--   device driver with appropriate cards, through the card configuration
--   database.
--*/
--
--static const dev_info_t dev_info = "ni_daq_dio24";
--
  struct local_info_t {
        struct pcmcia_device *link;
        int stop;
@@@ -473,7 -445,7 +436,7 @@@ struct pcmcia_driver dio24_cs_driver = 
        .id_table = dio24_cs_ids,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "ni_daq_dio24",
                },
  };
  
index 163245ebb3115c26c82f32d1205a5b2b6bdf1dae,f204961e07867b97b1a79d0ca87b5d5f71d98aa7..68c4ecbd93ae83728c422f00da13e273a13d63a1
@@@ -189,14 -188,14 +188,6 @@@ static void labpc_cs_detach(struct pcmc
     less on other parts of the kernel.
  */
  
--/*
--   The dev_info variable is the "key" that is used to match up this
--   device driver with appropriate cards, through the card configuration
--   database.
--*/
--
--static const dev_info_t dev_info = "daqcard-1200";
--
  struct local_info_t {
        struct pcmcia_device *link;
        int stop;
@@@ -449,7 -420,7 +412,7 @@@ struct pcmcia_driver labpc_cs_driver = 
        .id_table = labpc_cs_ids,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "daqcard-1200",
                },
  };
  
index 3a46f0c0bff905e7df83c80e8a794d67a7a24f53,d50b6c409fe7b33385732651fc91a928a5a616a6..1f2426352eb57d82cc0c18ba98d738d224fe31cf
@@@ -261,7 -260,7 +260,6 @@@ static void cs_release(struct pcmcia_de
  static void cs_detach(struct pcmcia_device *);
  
  static struct pcmcia_device *cur_dev = NULL;
--static const dev_info_t dev_info = "ni_mio_cs";
  
  static int cs_attach(struct pcmcia_device *link)
  {
@@@ -450,7 -448,7 +447,7 @@@ struct pcmcia_driver ni_mio_cs_driver 
        .id_table = ni_mio_cs_ids,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "ni_mio_cs",
                },
  };
  
index 8b49cb12c2e545c0ec3f11239449d541b98a5981,25f4e67e3e897a327e00caafc722e33fa699719b..bf489d7f49909ce75bc9e9b2c3990b1b840218f6
@@@ -995,14 -995,14 +994,6 @@@ static int daqp_cs_resume(struct pcmcia
  static int daqp_cs_attach(struct pcmcia_device *);
  static void daqp_cs_detach(struct pcmcia_device *);
  
--/*
--   The dev_info variable is the "key" that is used to match up this
--   device driver with appropriate cards, through the card configuration
--   database.
--*/
--
--static const dev_info_t dev_info = "quatech_daqp_cs";
--
  /*======================================================================
  
      daqp_cs_attach() creates an "instance" of the driver, allocating
@@@ -1226,7 -1223,7 +1213,7 @@@ static struct pcmcia_driver daqp_cs_dri
        .id_table = daqp_cs_id_table,
        .owner = THIS_MODULE,
        .drv = {
--              .name = dev_info,
++              .name = "quatech_daqp_cs",
                },
  };
  
index 464b0673da42ce4c7743459cdbc1a88d0909c71d,f15afd2050becd6ed25de1070b66e619275bb8e1..19c335458653fc1a293c2533017a5d426cdf4805
@@@ -133,36 -132,35 +132,35 @@@ extern dbg_info_t *DbgInfo
   ******************************************************************************/
  static int wl_adapter_attach(struct pcmcia_device *link)
  {
 -    struct net_device   *dev;
 -    struct wl_private *lp;
 -    /*------------------------------------------------------------------------*/
 -
 -    DBG_FUNC( "wl_adapter_attach" );
 -    DBG_ENTER( DbgInfo );
 -
 -    dev = wl_device_alloc();
 -    if(dev == NULL) {
 -        DBG_ERROR( DbgInfo, "wl_device_alloc returned NULL\n");
 -      return -ENOMEM;
 -    }
 -
 -    link->resource[0]->end      = HCF_NUM_IO_PORTS;
 -    link->resource[0]->flags    = IO_DATA_PATH_WIDTH_16;
 -    link->conf.Attributes   = CONF_ENABLE_IRQ;
 -    link->conf.IntType      = INT_MEMORY_AND_IO;
 -    link->conf.ConfigIndex  = 5;
 -    link->conf.Present      = PRESENT_OPTION;
 -
 -    link->priv = dev;
 -    lp = wl_priv(dev);
 -    lp->link = link;
 -
 -    wl_adapter_insert(link);
 -
 -    DBG_LEAVE( DbgInfo );
 -    return 0;
 -} // wl_adapter_attach
 +      struct net_device   *dev;
 +      struct wl_private   *lp;
 +      /*--------------------------------------------------------------------*/
 +
 +      DBG_FUNC("wl_adapter_attach");
 +      DBG_ENTER(DbgInfo);
 +
 +      dev = wl_device_alloc();
 +      if (dev == NULL) {
 +              DBG_ERROR(DbgInfo, "wl_device_alloc returned NULL\n");
 +              return -ENOMEM;
 +      }
 +
-       link->io.NumPorts1      = HCF_NUM_IO_PORTS;
-       link->io.Attributes1    = IO_DATA_PATH_WIDTH_16;
-       link->io.IOAddrLines    = 6;
++      link->resource[0]->end  = HCF_NUM_IO_PORTS;
++      link->resource[0]->flags= IO_DATA_PATH_WIDTH_16;
 +      link->conf.Attributes   = CONF_ENABLE_IRQ;
 +      link->conf.IntType      = INT_MEMORY_AND_IO;
 +      link->conf.ConfigIndex  = 5;
 +      link->conf.Present      = PRESENT_OPTION;
 +
 +      link->priv = dev;
 +      lp = wl_priv(dev);
 +      lp->link = link;
 +
 +      wl_adapter_insert(link);
 +
 +      DBG_LEAVE(DbgInfo);
 +      return 0;
 +} /* wl_adapter_attach */
  /*============================================================================*/
  
  
@@@ -290,59 -289,61 +288,60 @@@ static int wl_adapter_resume(struct pcm
   *      N/A
   *
   ******************************************************************************/
 -void wl_adapter_insert( struct pcmcia_device *link )
 +void wl_adapter_insert(struct pcmcia_device *link)
  {
 -    struct net_device       *dev;
 -    int i;
 -    int                     ret;
 -    /*------------------------------------------------------------------------*/
 +      struct net_device *dev;
 +      int i;
 +      int ret;
 +      /*--------------------------------------------------------------------*/
  
 -    DBG_FUNC( "wl_adapter_insert" );
 -    DBG_ENTER( DbgInfo );
 -    DBG_PARAM( DbgInfo, "link", "0x%p", link );
 +      DBG_FUNC("wl_adapter_insert");
 +      DBG_ENTER(DbgInfo);
 +      DBG_PARAM(DbgInfo, "link", "0x%p", link);
  
 -    dev     = link->priv;
 +      dev     = link->priv;
  
 -    /* Do we need to allocate an interrupt? */
 -    link->conf.Attributes |= CONF_ENABLE_IRQ;
 -    link->io_lines = 6;
 +      /* Do we need to allocate an interrupt? */
 +      link->conf.Attributes |= CONF_ENABLE_IRQ;
++      link->io_lines = 6;
  
-       ret = pcmcia_request_io(link, &link->io);
 -    ret = pcmcia_request_io(link);
 -    if (ret != 0)
 -        goto failed;
++      ret = pcmcia_request_io(link);
 +      if (ret != 0)
 +              goto failed;
  
 -    ret = pcmcia_request_irq(link, (void *) wl_isr);
 -    if (ret != 0)
 -        goto failed;
 +      ret = pcmcia_request_irq(link, (void *) wl_isr);
 +      if (ret != 0)
 +              goto failed;
  
 -    ret = pcmcia_request_configuration(link, &link->conf);
 -    if (ret != 0)
 -        goto failed;
 +      ret = pcmcia_request_configuration(link, &link->conf);
 +      if (ret != 0)
 +              goto failed;
  
 -    dev->irq        = link->irq;
 -    dev->base_addr  = link->resource[0]->start;
 +      dev->irq        = link->irq;
-       dev->base_addr  = link->io.BasePort1;
++      dev->base_addr  = link->resource[0]->start;
  
 -    SET_NETDEV_DEV(dev, &link->dev);
 -    if (register_netdev(dev) != 0) {
 -      printk("%s: register_netdev() failed\n", MODULE_NAME);
 -      goto failed;
 -    }
 +      SET_NETDEV_DEV(dev, &link->dev);
 +      if (register_netdev(dev) != 0) {
 +              printk("%s: register_netdev() failed\n", MODULE_NAME);
 +              goto failed;
 +      }
  
 -    register_wlags_sysfs(dev);
 +      register_wlags_sysfs(dev);
  
 -    printk(KERN_INFO "%s: Wireless, io_addr %#03lx, irq %d, ""mac_address ",
 -               dev->name, dev->base_addr, dev->irq);
 -    for( i = 0; i < ETH_ALEN; i++ ) {
 -        printk("%02X%c", dev->dev_addr[i], ((i < (ETH_ALEN-1)) ? ':' : '\n'));
 -    }
 +      printk(KERN_INFO "%s: Wireless, io_addr %#03lx, irq %d, ""mac_address ",
 +              dev->name, dev->base_addr, dev->irq);
 +      for (i = 0; i < ETH_ALEN; i++)
 +              printk("%02X%c", dev->dev_addr[i], ((i < (ETH_ALEN-1)) ? ':' : '\n'));
  
 -    DBG_LEAVE( DbgInfo );
 -    return;
 +      DBG_LEAVE(DbgInfo);
 +      return;
  
  failed:
 -    wl_adapter_release( link );
 +      wl_adapter_release(link);
  
 -    DBG_LEAVE(DbgInfo);
 -    return;
 -} // wl_adapter_insert
 +      DBG_LEAVE(DbgInfo);
 +      return;
 +} /* wl_adapter_insert */
  /*============================================================================*/