“3af539e59cf3213cbe31ce7008f1db51c52665ca”上不存在“arch/sh/git@gitcode.net:openeuler/kernel.git”
  1. 27 7月, 2011 1 次提交
    • S
      serial/imx: get rid of the uses of cpu_is_mx1() · fe6b540a
      Shawn Guo 提交于
      The patch removes all the uses of cpu_is_mx1().  Instead, it uses
      the .id_table of platform_driver to distinguish the uart device type,
      IMX1_UART and IMX21_UART.  The IMX21_UART type runs on all i.mx
      except i.mx1.
      
      A couple of !cpu_is_mx1 logic gets turned into is_imx21_uart,
      as the codes wrapped there are really IMX21 type uart specific.
      
      It also removes macro MX1_UCR3_REF25 and MX1_UCR3_REF30 which are
      not used anywhere.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Alan Cox <alan@linux.intel.com>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Acked-by: NGrant Likely <grant.likely@secretlab.ca>
      fe6b540a
  2. 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
  3. 07 7月, 2011 6 次提交
  4. 19 5月, 2011 1 次提交
  5. 23 3月, 2011 2 次提交
  6. 08 3月, 2011 1 次提交
  7. 18 2月, 2011 1 次提交
  8. 21 1月, 2011 1 次提交
  9. 13 1月, 2011 1 次提交
  10. 12 1月, 2011 1 次提交
  11. 11 1月, 2011 2 次提交
  12. 07 1月, 2011 2 次提交
  13. 04 1月, 2011 1 次提交
  14. 03 1月, 2011 2 次提交
  15. 14 12月, 2010 2 次提交
  16. 08 12月, 2010 1 次提交
  17. 29 11月, 2010 1 次提交
  18. 24 11月, 2010 1 次提交
  19. 22 10月, 2010 1 次提交
  20. 20 10月, 2010 3 次提交
  21. 11 10月, 2010 1 次提交
  22. 01 10月, 2010 6 次提交
  23. 21 8月, 2010 1 次提交