aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/devres.c
AgeCommit message (Expand)Author
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov
2013-02-25devres: allow adding custom actions to the stackDmitry Torokhov
2012-10-30drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei
2012-05-04devres: Add devres_release()Mark Brown
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk
2007-05-09devres: kernel-doc and DocBookRandy Dunlap
2007-02-09devres: device resource managementTejun Heo