index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
devres.c
Age
Commit message (
Expand
)
Author
2013-10-25
devres: restore zeroing behavior of devres_alloc()
Kevin Hilman
2013-10-17
devres: add kernel standard devm_k.alloc functions
Joe Perches
2013-03-18
Merge tag 'v3.9-rc3' into next
Dmitry Torokhov
2013-02-26
devres: allow adding custom actions to the stack
Dmitry Torokhov
2012-10-31
drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
2012-08-16
driver core: devres: introduce devres_for_each_res
Ming Lei
2012-05-04
devres: Add devres_release()
Mark Brown
2012-05-04
devres: Clarify documentation for devres_destroy()
Mark Brown
2011-12-20
devres: Fix a typo in devm_kfree comment
Axel Lin
2011-08-22
base/devres.c: quiet sparse noise about context imbalance
H Hartley Sweeten
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-07-12
devres: WARN() and return, don't crash on device_del() of uninitialized device
Benjamin Herrenschmidt
2007-07-11
Driver core: fix devres_release_all() return value
Adrian Bunk
2007-05-09
devres: kernel-doc and DocBook
Randy Dunlap
2007-02-09
devres: device resource management
Tejun Heo