1. 23 7月, 2009 1 次提交
  2. 13 7月, 2009 2 次提交
    • F
      Input: pcspkr - switch driver to dev_pm_ops · 35db715b
      Frans Pop 提交于
      Gets rid of the following warning:
      Platform driver 'pcspkr' needs updating - please use dev_pm_ops
      Signed-off-by: NFrans Pop <elendil@planet.nl>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      35db715b
    • G
      Input: wistron_btns - recognize Maxdata Pro 7000 notebooks · e705cee4
      Giuseppe Mazzotta 提交于
      This patch adds DMI information to automatically load the correct
      layout for the Maxdata Pro 7000X/DX notebook models. Such notebooks
      are clones of Fujitsu Amilo V2000, the hook for the v2000 is being
      used and I have tested that perfectly works.
      
      The immediate result of integrating this patch is that the five
      special buttons will work on these specific notebook models and that
      the RF killswitch will not be activated after suspend. This patch
      definitively obsoletes the fsam7400 module which I was still needing
      to enable wifi and to fix the RF killswitch suspend problem; in the
      current 2.6.30 kernel it is necessary to load the wistron_btns module
      with options 'force=1 keymap=1557/MS2141', which was not anyway a
      complete workaround.
      Signed-off-by: NGiuseppe Mazzotta <g.mazzotta@iragan.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e705cee4
  3. 08 7月, 2009 1 次提交
  4. 03 7月, 2009 1 次提交
  5. 29 6月, 2009 1 次提交
  6. 17 6月, 2009 1 次提交
    • A
      time: move PIT_TICK_RATE to linux/timex.h · 08604bd9
      Arnd Bergmann 提交于
      PIT_TICK_RATE is currently defined in four architectures, but in three
      different places.  While linux/timex.h is not the perfect place for it, it
      is still a reasonable replacement for those drivers that traditionally use
      asm/timex.h to get CLOCK_TICK_RATE and expect it to be the PIT frequency.
      
      Note that for Alpha, the actual value changed from 1193182UL to 1193180UL.
       This is unlikely to make a difference, and probably can only improve
      accuracy.  There was a discussion on the correct value of CLOCK_TICK_RATE
      a few years ago, after which every existing instance was getting changed
      to 1193182.  According to the specification, it should be
      1193181.818181...
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Len Brown <lenb@kernel.org>
      Cc: john stultz <johnstul@us.ibm.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      08604bd9
  7. 13 6月, 2009 1 次提交
  8. 20 5月, 2009 1 次提交
  9. 16 5月, 2009 1 次提交
  10. 24 4月, 2009 1 次提交
    • D
      Input: add dm355evm_keys driver · eb990b55
      David Brownell 提交于
      Simple input driver support for the events reported by the
      MSP430 firmware on the DM355 EVM.  Verified using the RC5
      remote included with the kit; docs weren't quite right.
      
      Some of the keycode selections might need improvement; they
      can be remapped, so there's at least a runtime workaround.
      (I also suspect Linux may someday merit more generic support
      for RC5 based remote controls.)
      
      These events don't distinguish key press vs release events,
      so this reports both and then skips the next event if it's
      identical.  The RC5 remote codes include a "toggle" bit that
      can help detect autorepeated keys; but this driver doesn't
      bother with those nuances.
      
      This driver relies on the drivers/mfd/dm355evm_msp.c code
      for core features, including sharing I2C access to this
      firmware with GPIO, LED, and RTC support.
      
      [dtor@mail.ru: fix error unwindng path in probe()]
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      eb990b55
  11. 20 4月, 2009 1 次提交
  12. 18 4月, 2009 1 次提交
  13. 15 4月, 2009 1 次提交
  14. 10 3月, 2009 2 次提交
    • D
      Input: arrange drivers/input/misc/Makefile in alphabetical order · 74f733c7
      Dmitry Torokhov 提交于
      Everyone adds their driver to the end of the list, hopefully if it is
      in alphabetical order new drivers will spread out a bit and I can merge
      them more easily.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      74f733c7
    • P
      Input: add driver for S1 button of rb532 · d9bdffd2
      Phil Sutter 提交于
      Mikrotik's Routerboard 532 has two builtin buttons, from which one
      triggers a hardware reset. The other one is accessible through GPIO
      pin 1. Sadly, this pin is being multiplexed with UART0 input, so
      enabling it as interrupt source (as implied by the gpio-keys driver)
      is not possible unless UART0 has been turned off. The later one though
      is a rather bad idea as the Routerboard is an embedded device with
      only a single serial port, so it's almost always used as serial
      console device.
      
      This patch adds a driver based on INPUT_POLLDEV, which disables the
      UART and reconfigures GPIO pin 1 temporarily while reading the button
      state.  This procedure works fine and has been tested as part of
      another, unpublished driver for this device.
      Signed-off-by: NPhil Sutter <n0-1@freewrt.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      d9bdffd2
  15. 09 3月, 2009 1 次提交
  16. 30 1月, 2009 3 次提交
  17. 11 1月, 2009 1 次提交
  18. 07 1月, 2009 1 次提交
    • J
      Input: apanel - convert to new i2c binding · 1561bfe5
      Jean Delvare 提交于
      Convert the apanel driver to the new i2c device driver binding model,
      as the legacy model is going away soon. In the new model, the apanel
      driver is no longer scanning all the i2c adapters, instead the
      relevant bus driver (i2c-i801) is instantiating the device as needed.
      
      One side benefit is that the apanel driver will now load automatically
      on all systems where it is needed.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      1561bfe5
  19. 20 11月, 2008 1 次提交
  20. 12 11月, 2008 1 次提交
  21. 02 11月, 2008 1 次提交
    • A
      saner FASYNC handling on file close · 233e70f4
      Al Viro 提交于
      As it is, all instances of ->release() for files that have ->fasync()
      need to remember to evict file from fasync lists; forgetting that
      creates a hole and we actually have a bunch that *does* forget.
      
      So let's keep our lives simple - let __fput() check FASYNC in
      file->f_flags and call ->fasync() there if it's been set.  And lose that
      crap in ->release() instances - leaving it there is still valid, but we
      don't have to bother anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      233e70f4
  22. 28 10月, 2008 2 次提交
  23. 18 10月, 2008 2 次提交
  24. 15 10月, 2008 1 次提交
  25. 11 10月, 2008 1 次提交
  26. 09 10月, 2008 1 次提交
  27. 11 9月, 2008 1 次提交
  28. 31 8月, 2008 1 次提交
  29. 18 8月, 2008 1 次提交
  30. 09 8月, 2008 1 次提交
  31. 08 8月, 2008 1 次提交
  32. 07 8月, 2008 2 次提交
  33. 30 7月, 2008 1 次提交