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. 14 12月, 2010 1 次提交
  3. 26 11月, 2010 1 次提交
  4. 01 10月, 2010 1 次提交
  5. 24 6月, 2010 1 次提交
  6. 13 2月, 2010 1 次提交
  7. 08 1月, 2010 2 次提交
  8. 05 1月, 2010 3 次提交
  9. 27 11月, 2009 1 次提交
  10. 07 8月, 2009 1 次提交
  11. 09 6月, 2009 1 次提交
  12. 03 6月, 2009 1 次提交
  13. 16 4月, 2009 2 次提交
  14. 13 3月, 2009 1 次提交