1. 20 Aug, 2009 1 commit
  2. 29 Jul, 2009 1 commit
  3. 20 Aug, 2009 1 commit
  4. 29 Jul, 2009 1 commit
  5. 24 Aug, 2009 1 commit
  6. 29 Jul, 2009 7 commits
  7. 24 Aug, 2009 3 commits
  8. 29 Jul, 2009 5 commits
  9. 24 Aug, 2009 1 commit
  10. 29 Jul, 2009 3 commits
  11. 24 Aug, 2009 1 commit
  12. 29 Jul, 2009 6 commits
  13. 24 Aug, 2009 1 commit
  14. 29 Jul, 2009 1 commit
  15. 25 Jul, 2009 2 commits
  16. 24 Jul, 2009 1 commit
    • Uwe Kleine-König's avatar
      omap_mmc_probe lives in .init.text, so using platform_driver_register to · 8766d1d5
      Uwe Kleine-König authored
      register it is wrong because binding a device after the init memory is
      discarded (e.g.  via sysfs) results in an oops.
      
      As requested by David Brownell platform_driver_probe is used instead of
      moving the probe function to .devinit.text as proposed initially.  This
      saves some memory, but devices registered after the driver is probed are
      not bound (probably there are none) and binding via sysfs isn't possible.
      Signed-off-by: default avatarUwe Kleine-Knig <u.kleine-koenig@pengutronix.de>
      Cc: Jean Pihet <jpihet@mvista.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Pierre Ossman <drzeus@drzeus.cx>
      Cc: Andy Lowe <alowe@mvista.com>
      Cc: Adrian Hunter <ext-adrian.hunter@nokia.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Acked-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Cc: Madhusudhan Chikkature<madhu.cr@ti.com>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Cc: Matt Fleming <matt@console-pimps.org>
      Cc: Ian Molton <ian@mnementh.co.uk>
      Cc: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      8766d1d5
  17. 01 Jul, 2009 4 commits