1. 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
  2. 11 1月, 2009 1 次提交
  3. 30 12月, 2008 2 次提交
  4. 29 12月, 2008 1 次提交
  5. 20 12月, 2008 2 次提交
  6. 12 11月, 2008 2 次提交
  7. 29 10月, 2008 2 次提交
  8. 28 10月, 2008 1 次提交
  9. 17 10月, 2008 1 次提交
  10. 25 9月, 2008 1 次提交
  11. 11 9月, 2008 3 次提交
  12. 06 9月, 2008 1 次提交
  13. 27 8月, 2008 1 次提交
  14. 24 8月, 2008 1 次提交
  15. 18 8月, 2008 1 次提交
  16. 09 8月, 2008 2 次提交
  17. 07 8月, 2008 3 次提交
  18. 04 8月, 2008 4 次提交
  19. 30 7月, 2008 2 次提交
  20. 29 7月, 2008 1 次提交
  21. 28 7月, 2008 1 次提交
  22. 24 7月, 2008 1 次提交
  23. 21 7月, 2008 1 次提交
  24. 07 7月, 2008 1 次提交
  25. 30 6月, 2008 1 次提交
  26. 02 6月, 2008 2 次提交