1. 18 10月, 2010 1 次提交
    • M
      can: mcp251x: Don't use pdata->model for chip selection anymore · f1f8c6cb
      Marc Kleine-Budde 提交于
      Since commit e446630c, i.e. v2.6.35-rc1,
      the mcp251x chip model can be selected via the modalias member in the
      struct spi_board_info. The driver stores the actual model in the
      struct mcp251x_platform_data.
      
      From the driver point of view the platform_data should be read only.
      Since all in-tree users of the mcp251x have already been converted to
      the modalias method, this patch moves the "model" member from the
      struct mcp251x_platform_data to the driver's private data structure.
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      Cc: Christian Pellegrin <chripell@fsfe.org>
      Cc: Marc Zyngier <maz@misterjones.org>
      f1f8c6cb
  2. 31 3月, 2010 1 次提交
  3. 08 11月, 2009 1 次提交