1. 24 9月, 2014 1 次提交
  2. 27 3月, 2014 1 次提交
  3. 28 9月, 2012 1 次提交
  4. 05 6月, 2012 2 次提交
  5. 17 2月, 2012 1 次提交
    • J
      Bluetooth: Add logging functions bt_info and bt_err · 3ed7003e
      Joe Perches 提交于
      Use specific logging functions instead of a generic
      bt_printk function can save some text.
      
      Remove now unused bt_printk function.
      Add compatibility BT_INFO and BT_ERR macros.
      
      (compiled x86 and defconfig with bluetooth and all bluetooth drivers)
      
      $ size net/bluetooth/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       381662	  20072	 100416	 502150	  7a986	net/bluetooth/built-in.o.allyesconfig.new
       382463	  20072	 100400	 502935	  7ac97	net/bluetooth/built-in.o.allyesconfig.old
       126635	   1388	    132	 128155	  1f49b	net/bluetooth/built-in.o.defconfig.new
       127175	   1388	    132	 128695	  1f6b7	net/bluetooth/built-in.o.defconfig.old
      
      $ size drivers/bluetooth/built-in.o*
       127575	   8976	  29476	 166027	  2888b	drivers/bluetooth/built-in.o.allyesconfig.new
       129512	   8976	  29516	 168004	  29044	drivers/bluetooth/built-in.o.allyesconfig.old
        52998	   3292	    156	  56446	   dc7e	drivers/bluetooth/built-in.o.defconfig.new
        54358	   3292	    156	  57806	   e1ce	drivers/bluetooth/built-in.o.defconfig.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Acked-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      3ed7003e
  6. 01 7月, 2011 2 次提交
    • J
      Bluetooth: Add bt_printk · e1447d8d
      Joe Perches 提交于
      Add a local logging function to emit bluetooth specific
      messages.  Using vsprintf extension %pV saves code/text
      space.
      
      Convert the current BT_INFO and BT_ERR macros to use bt_printk.
      Remove __func__ from BT_ERR macro (and the uses).
      Prefix "Bluetooth: " to BT_ERR
      Remove __func__ from BT_DBG as function can be prefixed when
      using dynamic_debug.
      
      With allyesconfig:
      
         text    data     bss     dec     hex filename
       129956    8632   36096  174684   2aa5c drivers/bluetooth/built-in.o.new2
       134402    8632   36064  179098   2bb9a drivers/bluetooth/built-in.o.old
        14778    1012    3408   19198    4afe net/bluetooth/bnep/built-in.o.new2
        15067    1012    3408   19487    4c1f net/bluetooth/bnep/built-in.o.old
       346595   19163   86080  451838   6e4fe net/bluetooth/built-in.o.new2
       353751   19163   86064  458978   700e2 net/bluetooth/built-in.o.old
        18483    1172    4264   23919    5d6f net/bluetooth/cmtp/built-in.o.new2
        18927    1172    4264   24363    5f2b net/bluetooth/cmtp/built-in.o.old
        19237    1172    5152   25561    63d9 net/bluetooth/hidp/built-in.o.new2
        19581    1172    5152   25905    6531 net/bluetooth/hidp/built-in.o.old
        59461    3884   14464   77809   12ff1 net/bluetooth/rfcomm/built-in.o.new2
        61206    3884   14464   79554   136c2 net/bluetooth/rfcomm/built-in.o.old
      
      with x86 defconfig (and just bluetooth):
      
      $ size net/bluetooth/built-in.o.defconfig.*
         text    data     bss     dec     hex filename
        66358     933     100   67391   1073f net/bluetooth/built-in.o.defconfig.new
        66643     933     100   67676   1085c net/bluetooth/built-in.o.defconfig.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      e1447d8d
    • J
      Bluetooth: Rename function bt_err to bt_to_errno · e175072f
      Joe Perches 提交于
      Make it easier to use more normal logging styles later.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      e175072f
  7. 12 10月, 2010 1 次提交
  8. 11 2月, 2007 1 次提交
  9. 01 7月, 2006 1 次提交
  10. 06 8月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4