aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/devres.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-30drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-2/+2
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei1-0/+42
2012-05-04devres: Add devres_release()Mark Brown1-0/+31
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown1-0/+4
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin1-1/+1
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt1-0/+3
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk1-0/+2
2007-05-09devres: kernel-doc and DocBookRandy Dunlap1-16/+16
2007-02-09devres: device resource managementTejun Heo1-0/+644