1. 29 4月, 2010 1 次提交
  2. 20 10月, 2008 1 次提交
  3. 30 6月, 2008 1 次提交
  4. 08 2月, 2008 1 次提交
    • J
      CRIS v32: Update driver for RTC chip pcf8563. · 7edf7440
      Jesper Nilsson 提交于
      - Moved all calls to register_chrdev to a function called by module_init.
      - Added mutex locking.
      - Added better error handling at start up.
      - Added BIN_TO_BCD of the month value before it is saved to the RTC.
      - Corrected the month value returned by pcf8563_readreg.
      - Cache the voltage low value at driver init so the battery status
        information does not get 'accidentally' cleared when setting the RTC time.
      - Removed obsolete CONFIG_ETRAX_RTC_READONLY
      - Voltage low ioctl():s RTC_VLOW_RD -> RTC_VL_READ, RTC_VLOW_SET -> RTC_VL_CLR
      7edf7440
  5. 20 10月, 2007 1 次提交
  6. 20 7月, 2007 1 次提交
  7. 17 7月, 2007 1 次提交
  8. 18 2月, 2007 1 次提交
  9. 13 2月, 2007 1 次提交
  10. 11 7月, 2006 1 次提交
  11. 01 7月, 2006 1 次提交
  12. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  13. 28 7月, 2005 2 次提交
  14. 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