aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/devres.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25devres: restore zeroing behavior of devres_alloc()Gravatar Kevin Hilman 1-2/+2
2013-10-16devres: add kernel standard devm_k.alloc functionsGravatar Joe Perches 1-11/+16
2013-03-17Merge tag 'v3.9-rc3' into nextGravatar Dmitry Torokhov 1-2/+2
2013-02-25devres: allow adding custom actions to the stackGravatar Dmitry Torokhov 1-0/+74
2012-10-30drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Gravatar Joe Perches 1-2/+2
2012-08-16driver core: devres: introduce devres_for_each_resGravatar Ming Lei 1-0/+42
2012-05-04devres: Add devres_release()Gravatar Mark Brown 1-0/+31
2012-05-04devres: Clarify documentation for devres_destroy()Gravatar Mark Brown 1-0/+4
2011-12-21devres: Fix a typo in devm_kfree commentGravatar Axel Lin 1-1/+1
2011-08-22base/devres.c: quiet sparse noise about context imbalanceGravatar H Hartley Sweeten 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceGravatar Benjamin Herrenschmidt 1-0/+3
2007-07-11Driver core: fix devres_release_all() return valueGravatar Adrian Bunk 1-0/+2
2007-05-09devres: kernel-doc and DocBookGravatar Randy Dunlap 1-16/+16
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+644