Skip to content
Snippets Groups Projects
  1. Oct 16, 2008
  2. Jul 10, 2007
  3. Jun 22, 2006
    • Evgeniy Polyakov's avatar
      [PATCH] W1: possible cleanups · 70d484bf
      Evgeniy Polyakov authored
      
      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: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarEvgeniy Polyakov <johnpol@2ka.mipt.ru>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      70d484bf
    • Evgeniy Polyakov's avatar
      [PATCH] w1: Userspace communication protocol over connector. · 12003375
      Evgeniy Polyakov authored
      
      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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      12003375
  4. Sep 08, 2005
  5. Jun 22, 2005
  6. Jun 20, 2005
  7. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
      v2.6.12-rc2
      1da177e4
Loading