1. 13 Jan, 2009 1 commit
    • Uwe Kleine-König's avatar
      Input: corgikbd - mark probe function as __devinit · f2d8dc75
      Uwe Kleine-König authored
      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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      f2d8dc75
  2. 11 Jan, 2009 4 commits
  3. 06 Jan, 2009 1 commit
  4. 30 Dec, 2008 5 commits
  5. 29 Dec, 2008 3 commits
  6. 24 Dec, 2008 8 commits
  7. 23 Dec, 2008 9 commits
  8. 22 Dec, 2008 7 commits
  9. 20 Dec, 2008 2 commits