1. 16 4月, 2015 1 次提交
  2. 03 4月, 2015 2 次提交
  3. 01 4月, 2015 1 次提交
    • J
      MAINTAINERS: Update Intel Wired Ethernet Driver info · 2f302324
      Jeff Kirsher 提交于
      Update the git tree info with a recent change in tree names.  Also
      add our new mailing list created solely for Linux kernel patches
      and kernel development, as well as the new patchwork project for
      tracking patches.  Lastly update the list of "reviewers" since a
      couple of developers have moved on to different projects.
      
      Made an update to the section header so that it is more manageable
      going forward as we add new drivers.
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      2f302324
  4. 31 3月, 2015 1 次提交
  5. 26 3月, 2015 6 次提交
  6. 25 3月, 2015 2 次提交
  7. 23 3月, 2015 2 次提交
  8. 20 3月, 2015 1 次提交
  9. 15 3月, 2015 2 次提交
  10. 14 3月, 2015 1 次提交
  11. 13 3月, 2015 3 次提交
  12. 12 3月, 2015 1 次提交
  13. 11 3月, 2015 2 次提交
  14. 10 3月, 2015 2 次提交
  15. 09 3月, 2015 2 次提交
  16. 07 3月, 2015 2 次提交
  17. 02 3月, 2015 1 次提交
  18. 01 3月, 2015 2 次提交
  19. 26 2月, 2015 2 次提交
  20. 24 2月, 2015 1 次提交
  21. 20 2月, 2015 1 次提交
  22. 18 2月, 2015 1 次提交
  23. 17 2月, 2015 1 次提交
    • J
      rtc: add driver for DS1685 family of real time clocks · aaaf5fbf
      Joshua Kinard 提交于
      This adds a driver for the Dallas/Maxim DS1685-family of RTC chips.  It
      supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287,
      DS17485/DS17487, and DS17885/DS17887 RTC chips.  These chips are commonly
      found in SGI O2 and SGI Octane systems.  It was originally derived from a
      driver patch submitted by Matthias Fuchs many years ago for use in
      EPPC-405-UC modules, which also used these RTCs.  In addition to the
      time-keeping functions, this RTC also handles the shutdown mechanism of
      the O2 and Octane and acts as a partial NVRAM for the boot PROMS in these
      systems.
      
      Verified on both an SGI O2 and an SGI Octane.
      Signed-off-by: NJoshua Kinard <kumba@gentoo.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      aaaf5fbf