1. 09 8月, 2016 1 次提交
  2. 13 3月, 2015 1 次提交
  3. 18 7月, 2014 1 次提交
  4. 29 1月, 2013 1 次提交
  5. 15 10月, 2012 2 次提交
  6. 12 9月, 2012 1 次提交
  7. 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
  8. 07 7月, 2011 1 次提交
  9. 04 1月, 2011 1 次提交
  10. 03 1月, 2011 1 次提交
  11. 03 12月, 2010 1 次提交
  12. 20 11月, 2010 2 次提交
  13. 01 10月, 2010 1 次提交
  14. 27 9月, 2010 1 次提交
    • U
      ARM: imx: change the way imx-uarts are registered · 5162de08
      Uwe Kleine-König 提交于
      For mx1_defconfig this yields:
      
      	add/remove: 1/0 grow/shrink: 1/4 up/down: 49/-108 (-59)
      	function                                     old     new   delta
      	imx1_imx_uart_data                             -      48     +48
      	kernel_config_data                          7277    7278      +1
      	imx_add_imx_uart_1irq                        132     128      -4
      	imx_add_imx_uart_3irq                        164     156      -8
      	scb9328_init                                  96      64     -32
      	mx1ads_init                                  220     156     -64
      
      for mx21_defconfig this yields:
      
      	add/remove: 1/0 grow/shrink: 0/3 up/down: 64/-52 (12)
      	function                                     old     new   delta
      	imx21_imx_uart_data                            -      64     +64
      	imx_add_imx_uart_3irq                        160     156      -4
      	imx_add_imx_uart_1irq                        140     136      -4
      	mx21ads_board_init                           220     176     -44
      
      for a random mx25 config this yields:
      
      	add/remove: 1/0 grow/shrink: 0/5 up/down: 80/-56 (24)
      	function                                     old     new   delta
      	imx25_imx_uart_data                            -      80     +80
      	imx_add_imx_uart_3irq                        160     156      -4
      	imx_add_imx_uart_1irq                        140     136      -4
      	mx25pdk_init                                 288     272     -16
      	eukrea_mbimxsd_baseboard_init                272     256     -16
      	eukrea_cpuimx25_init                         252     236     -16
      
      for mx27_defconfig this yields:
      
      	add/remove: 1/0 grow/shrink: 0/10 up/down: 96/-280 (-184)
      	function                                     old     new   delta
      	imx27_imx_uart_data                            -      96     +96
      	imx_add_imx_uart_3irq                        160     156      -4
      	imx_add_imx_uart_1irq                        140     136      -4
      	pca100_init                                  560     544     -16
      	mx27pdk_init                                 112      96     -16
      	mx27lite_init                                 92      76     -16
      	eukrea_cpuimx27_init                         332     316     -16
      	pcm038_init                                  388     348     -40
      	mxt_td60_board_init                          320     280     -40
      	eukrea_mbimx27_baseboard_init                476     436     -40
      	mx27ads_board_init                           368     280     -88
      
      and finally for mx3_defconfig:
      
      	add/remove: 2/0 grow/shrink: 0/9 up/down: 128/-344 (-216)
      	function                                     old     new   delta
      	imx31_imx_uart_data                            -      80     +80
      	imx35_imx_uart_data                            -      48     +48
      	imx_add_imx_uart_1irq                        132     128      -4
      	imx_add_imx_uart_3irq                        164     152     -12
      	mx31moboard_devboard_init                    360     344     -16
      	mx31lite_db_init                             176     160     -16
      	mx31moboard_smartbot_init                    384     360     -24
      	kzm_board_init                               232     208     -24
      	armadillo5x0_init                            392     364     -28
      	mx31lilly_db_init                            248     208     -40
      	mxc_board_init                              3760    3580    -180
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      5162de08
  15. 30 6月, 2010 1 次提交