1. 16 Jul, 2010 2 commits
    • Wan ZongShun's avatar
      net/nuc900: enable Mac driver clock · d1853dc8
      Wan ZongShun authored
      This patch fixed a bug that Mac driver does not work,because I missed the clk enable.
      
      I have ever tested the driver when I submitted previous Mac driver patch,
      and it worked good, since my bootloader has enabled the clock in advance.
      
      But when I try to use other bootloader where clock engine was disabled,the
      Mac driver does not work, so I send this patch to fix this issue.
      Signed-off-by: default avatarWan ZongShun <mcuos.com@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d1853dc8
    • Joe Perches's avatar
      drivers/net/mlx4: Use %pV, pr_<level>, printk_once · 0a645e80
      Joe Perches authored
      Remove near duplication of format string constants by using the newly
      introduced vsprintf extention %pV to reduce text by 20k or so.
      
      $ size drivers/net/mlx4/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       161367	   1866	  48784	 212017	  33c31	drivers/net/mlx4/built-in.o
       142621	   1866	  46248	 190735	  2e90f	drivers/net/mlx4/built-in.o.new
      
      Use printk_once as appropriate.
      Convert printks to pr_<level>, some bare printks now use pr_cont.
      Remove now unused #define PFX.
      Signed-off-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0a645e80
  2. 15 Jul, 2010 6 commits
  3. 14 Jul, 2010 12 commits
  4. 13 Jul, 2010 20 commits