summaryrefslogtreecommitdiffstats
path: root/drivers/base/devres.c
AgeCommit message (Expand)AuthorLines
2012-05-04devres: Add devres_release()Mark Brown-0/+31
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown-0/+4
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin-1/+1
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt-0/+3
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk-0/+2
2007-05-09devres: kernel-doc and DocBookRandy Dunlap-16/+16
2007-02-09devres: device resource managementTejun Heo-0/+644