You need to sign in or sign up before continuing.
  1. 18 1月, 2008 3 次提交
  2. 02 11月, 2007 2 次提交
  3. 22 10月, 2007 1 次提交
  4. 20 10月, 2007 2 次提交
  5. 14 10月, 2007 1 次提交
  6. 13 10月, 2007 2 次提交
  7. 11 10月, 2007 1 次提交
  8. 10 10月, 2007 1 次提交
    • J
      drivers/firmware: const-ify DMI API and internals · 1855256c
      Jeff Garzik 提交于
      Three main sets of changes:
      
      1) dmi_get_system_info() return value should have been marked const,
         since callers should not be changing that data.
      
      2) const-ify DMI internals, since DMI firmware tables should,
         whenever possible, be marked const to ensure we never ever write to
         that data area.
      
      3) const-ify DMI API, to enable marking tables const where possible
         in low-level drivers.
      
      And if we're really lucky, this might enable some additional
      optimizations on the part of the compiler.
      
      The bulk of the changes are #2 and #3, which are interrelated.  #1 could
      have been a separate patch, but it was so small compared to the others,
      it was easier to roll it into this changeset.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      1855256c
  9. 25 9月, 2007 1 次提交
  10. 05 9月, 2007 2 次提交
  11. 30 8月, 2007 2 次提交
  12. 20 7月, 2007 2 次提交
  13. 12 7月, 2007 1 次提交
    • T
      sysfs: kill unnecessary attribute->owner · 7b595756
      Tejun Heo 提交于
      sysfs is now completely out of driver/module lifetime game.  After
      deletion, a sysfs node doesn't access anything outside sysfs proper,
      so there's no reason to hold onto the attribute owners.  Note that
      often the wrong modules were accounted for as owners leading to
      accessing removed modules.
      
      This patch kills now unnecessary attribute->owner.  Note that with
      this change, userland holding a sysfs node does not prevent the
      backing module from being unloaded.
      
      For more info regarding lifetime rule cleanup, please read the
      following message.
      
        http://article.gmane.org/gmane.linux.kernel/510293
      
      (tweaked by Greg to not delete the field just yet, to make it easier to
      merge things properly.)
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7b595756
  14. 10 7月, 2007 2 次提交
  15. 29 5月, 2007 1 次提交
  16. 23 5月, 2007 1 次提交
    • D
      Input: ALPS - force stream mode · 1e0c5b12
      Dmitry Torokhov 提交于
      ALPS appears to need SETSTREAM command after reset, otherwise it
      does not produce any data. Now that we do not request stream mode
      by default individual drivers need to take care of it.
      
      [Jason Riedy <ejr@cs.berkeley.edu> - fix oops]
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      1e0c5b12
  17. 16 5月, 2007 1 次提交
  18. 09 5月, 2007 1 次提交
  19. 08 5月, 2007 1 次提交
  20. 05 5月, 2007 1 次提交
  21. 03 5月, 2007 1 次提交
  22. 25 4月, 2007 2 次提交
  23. 12 4月, 2007 8 次提交