1. 15 10月, 2012 2 次提交
  2. 17 7月, 2012 1 次提交
  3. 15 7月, 2011 1 次提交
    • S
      spi/imx: use soc name in spi device type naming scheme · 04ee5854
      Shawn Guo 提交于
      Software defined version number is not stable enough to be used
      in device type naming scheme.  The patch changes it to use implicit
      soc name for spi device type definition.  In this way, we can easily
      align the naming scheme with device tree binding, which comes later.
      
      It removes fifosize from spi_imx_data and adds devtype there, so that
      fifosize can be set in an inline function according to devtype.
      Also, cpu_is_mx can be replaced by inline functions checking devtype.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      04ee5854
  4. 19 5月, 2011 1 次提交
    • U
      ARM: imx51: use platform id 2 for imx51-cspi · 18879e13
      Uwe Kleine-König 提交于
      The platform id is used to determine the spi bus number, so it should
      better be different to the ids used for imx51-ecspi.  Otherwise it's not
      possible to use both devices "imx51-cspi.0" and "imx51-ecspi.0".
      
      Alternative approaches are to use dynamic bus numbering as offered by
      the spi framework or let the machine code set the bus number.  The
      downside of both possibilities is that the bus number isn't fixed for
      the same busses on different machines using i.MX51.
      
      LAKML-Reference: 1302100716-21034-1-git-send-email-u.kleine-koenig@pengutronix.de
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      18879e13
  5. 08 3月, 2011 1 次提交
  6. 11 1月, 2011 1 次提交
  7. 03 12月, 2010 1 次提交
  8. 20 11月, 2010 2 次提交
  9. 15 11月, 2010 1 次提交
  10. 01 10月, 2010 2 次提交
  11. 27 9月, 2010 1 次提交
  12. 30 6月, 2010 2 次提交