1. 12 4月, 2012 1 次提交
  2. 09 3月, 2012 1 次提交
  3. 26 8月, 2011 1 次提交
  4. 27 7月, 2011 2 次提交
  5. 27 5月, 2011 2 次提交
  6. 14 1月, 2011 1 次提交
    • M
      w1: DS2423 counter driver and documentation · 17fecb55
      Mika Laitio 提交于
      This is a 1-wire/w1 DS2423 slave driver for reading the values from all 4
      counters available DS2423 devices by using standard w1_slave file.  In
      ds2423 the counters are tied to ram pages 12-15 in and each of those
      ram-pages.  Each of these counter values (and asoociated ram page values)
      are represented as a own line in w1_slave file.  Driver has been tested on
      mips and x86.
      
      usage example:
      cat /sys/bus/w1/devices/1d-00000009b964/w1_slave
      
      00 02 00 00 00 00 00 00 00 6d 38 00 ff ff 00 00 fe ff 00 00 ff ff 00 00 ff
      ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=2
      00 02 00 00 00 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff
      ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=2
      00 5a 0e 5f 18 00 00 00 00 0b 28 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff
      ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff crc=YES c=408882778
      00 05 00 00 00 00 00 00 00 8d 39 ff ff ff ff ff ff ff ff ff ff ff ff ff ff
      ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff crc=YES c=5
      
      Patch includes also the documentation.
      
      [randy.dunlap@oracle.com: fix ds2423 build, needs to select CRC16]
      Signed-off-by: NMika Laitio <lamikr@pilppa.org>
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      17fecb55
  7. 17 10月, 2008 3 次提交
  8. 10 7月, 2007 1 次提交
  9. 23 6月, 2006 2 次提交
    • E
      [PATCH] W1: possible cleanups · 70d484bf
      Evgeniy Polyakov 提交于
      This patch contains the following possible cleanups:
      - the following file did't #include the header with the prototypes for
        it's global functions:
        - w1_int.c
      - #if 0 the following unused global function:
        - w1_family.c: w1_family_get()
      - make the following needlessly global functions static:
        - w1_family.c: __w1_family_put()
        - w1_io.c: w1_delay()
        - w1_io.c: w1_touch_bit()
        - w1_io.c: w1_read_8()
      - remove the following unused EXPORT_SYMBOL's:
        - w1_family.c: w1_family_put
        - w1_family.c: w1_family_registered
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NEvgeniy Polyakov <johnpol@2ka.mipt.ru>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      70d484bf
    • E
      [PATCH] w1: Userspace communication protocol over connector. · 12003375
      Evgeniy Polyakov 提交于
      There are three types of messages between w1 core and userspace:
      1. Events. They are generated each time new master or slave device found
      	either due to automatic or requested search.
      2. Userspace commands. Includes read/write and search/alarm search comamnds.
      3. Replies to userspace commands.
      
      From: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      12003375
  10. 09 9月, 2005 2 次提交
  11. 22 6月, 2005 4 次提交
  12. 21 6月, 2005 1 次提交
  13. 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