Skip to content
  1. Mar 08, 2009
  2. Mar 01, 2009
  3. Feb 02, 2009
  4. Jan 30, 2009
  5. Jan 14, 2009
    • Uwe Kleine-König's avatar
      Input: spitzkbd - mark probe function as __devinit · 27f23336
      Uwe Kleine-König authored
      
      
      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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      27f23336
    • Uwe Kleine-König's avatar
      Input: omap-keypad - mark probe function as __devinit · d63dab00
      Uwe Kleine-König authored
      
      
      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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      d63dab00
  6. Jan 13, 2009
    • Uwe Kleine-König's avatar
      Input: corgi_ts - mark probe function as __devinit · 840207ed
      Uwe Kleine-König authored
      
      
      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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      840207ed
    • 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
  7. Jan 11, 2009
  8. Jan 06, 2009
  9. Dec 30, 2008
  10. Dec 29, 2008
  11. Dec 25, 2008
  12. Dec 24, 2008
  13. Dec 23, 2008