1. 11 6月, 2009 1 次提交
  2. 16 5月, 2009 1 次提交
  3. 12 5月, 2009 1 次提交
  4. 19 4月, 2009 2 次提交
  5. 18 4月, 2009 1 次提交
  6. 15 4月, 2009 3 次提交
  7. 02 4月, 2009 1 次提交
  8. 11 3月, 2009 1 次提交
  9. 10 3月, 2009 2 次提交
  10. 09 3月, 2009 4 次提交
  11. 27 2月, 2009 1 次提交
    • A
      sh: maple: Support block reads and writes. · b233b28e
      Adrian McMenamin 提交于
      This patch updates the maple bus to support asynchronous block reads
      and writes as well as generally improving the quality of the code and
      supporting concurrency (all needed to support the Dreamcast visual
      memory unit - a driver will also be posted for that).
      
      Changes in the bus driver necessitate some changes in the two maple bus
      input drivers that are currently in mainline.
      
      As well as supporting block reads and writes this code clean up removes
      some poor handling of locks, uses an atomic status variable to serialise
      access to devices and more robusly handles the general performance
      problems of the bus.
      Signed-off-by: NAdrian McMenamin <adrian@mcmen.demon.co.uk>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b233b28e
  12. 30 1月, 2009 2 次提交
  13. 14 1月, 2009 2 次提交
    • U
      Input: spitzkbd - mark probe function as __devinit · 27f23336
      Uwe Kleine-König 提交于
      A pointer to spitzkbd_probe is passed to the core via
      platform_driver_register and so the function must not disappear when the
      .init sections are discarded.  Otherwise (if also having HOTPLUG=y)
      unbinding and binding a device to the driver via sysfs will result in an
      oops as does a device being registered late.
      
      An alternative to this patch is using platform_driver_probe instead of
      platform_driver_register plus removing the pointer to the probe function
      from the struct platform_driver.
      
      [dtor@mail.ru: fixed some more section markups]
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      27f23336
    • U
      Input: omap-keypad - mark probe function as __devinit · d63dab00
      Uwe Kleine-König 提交于
      A pointer to omap_kp_probe is passed to the core via
      platform_driver_register and so the function must not disappear when the
      .init sections are discarded.  Otherwise (if also having HOTPLUG=y)
      unbinding and binding a device to the driver via sysfs will result in an
      oops as does a device being registered late.
      
      An alternative to this patch is using platform_driver_probe instead of
      platform_driver_register plus removing the pointer to the probe function
      from the struct platform_driver.
      
      [dtor@mail.ru: fixed some more section markups]
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      d63dab00
  14. 13 1月, 2009 1 次提交
    • U
      Input: corgikbd - mark probe function as __devinit · f2d8dc75
      Uwe Kleine-König 提交于
      A pointer to corgikbd_probe is passed to the core via
      platform_driver_register and so the function must not disappear when the
      .init sections are discarded.  Otherwise (if also having HOTPLUG=y)
      unbinding and binding a device to the driver via sysfs will result in an
      oops as does a device being registered late.
      
      An alternative to this patch is using platform_driver_probe instead of
      platform_driver_register plus removing the pointer to the probe function
      from the struct platform_driver.
      
      [dtor@mail.ru: fixed some more section markups]
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      f2d8dc75
  15. 11 1月, 2009 1 次提交
  16. 06 1月, 2009 1 次提交
  17. 30 12月, 2008 2 次提交
  18. 29 12月, 2008 1 次提交
  19. 22 12月, 2008 1 次提交
  20. 20 12月, 2008 2 次提交
  21. 11 12月, 2008 1 次提交
  22. 27 11月, 2008 1 次提交
  23. 12 11月, 2008 2 次提交
  24. 29 10月, 2008 2 次提交
  25. 28 10月, 2008 1 次提交
  26. 17 10月, 2008 1 次提交
  27. 25 9月, 2008 1 次提交