1. 13 7月, 2009 2 次提交
  2. 08 7月, 2009 2 次提交
  3. 11 6月, 2009 2 次提交
  4. 27 5月, 2009 1 次提交
  5. 20 5月, 2009 3 次提交
  6. 16 5月, 2009 1 次提交
  7. 12 5月, 2009 1 次提交
  8. 01 5月, 2009 1 次提交
  9. 19 4月, 2009 1 次提交
  10. 18 4月, 2009 2 次提交
  11. 16 4月, 2009 2 次提交
  12. 15 4月, 2009 3 次提交
  13. 12 4月, 2009 2 次提交
  14. 02 4月, 2009 1 次提交
  15. 30 3月, 2009 1 次提交
  16. 10 3月, 2009 2 次提交
  17. 09 3月, 2009 5 次提交
  18. 01 3月, 2009 1 次提交
  19. 30 1月, 2009 1 次提交
  20. 13 1月, 2009 1 次提交
    • U
      Input: corgi_ts - mark probe function as __devinit · 840207ed
      Uwe Kleine-König 提交于
      A pointer to corgits_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>
      840207ed
  21. 11 1月, 2009 1 次提交
  22. 08 1月, 2009 1 次提交
  23. 23 12月, 2008 2 次提交
  24. 20 12月, 2008 1 次提交