aboutsummaryrefslogtreecommitdiff
path: root/lib/devres.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-24devres: fix devm_ioremap_*() offset parameter kerneldoc descriptionGravatar Lorenzo Pieralisi 1-3/+3
2016-02-07devres: use to_pci_dev()Gravatar Geliang Tang 1-1/+1
2015-10-05devres: fix a for loop bounds checkGravatar Dan Carpenter 1-1/+1
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Gravatar Dan Williams 1-9/+4
2015-03-16lib: devres: add a helper function for ioremap_wcGravatar Abhilash Kesavan 1-0/+28
2014-11-07devres: support sizes greater than an unsigned longGravatar Cristian Stoica 1-2/+2
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+0
2014-07-23of: Provide a function to request and map memoryGravatar Matthias Brugger 1-2/+0
2014-06-19devres: remove devm_request_and_ioremap()Gravatar Jingoo Han 1-28/+0
2014-05-24lib/devres.c: fix checkpatch warningsGravatar Fabian Frederick 1-3/+3
2014-05-24lib/devres.c: use dev in devm_request_and_ioremapGravatar Fabian Frederick 1-2/+2
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPGravatar Uwe Kleine-König 1-2/+2
2014-04-03lib/devres.c: fix some sparse warningsGravatar Steven Rostedt 1-5/+7
2013-02-27lib/devres.c: fix misplaced #endifGravatar Jingoo Han 1-1/+1
2013-01-22lib: devres: Fix build breakageGravatar Thierry Reding 1-0/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Gravatar Thierry Reding 1-13/+44
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-3/+3
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Gravatar Yinghai Lu 1-3/+3
2011-11-15lib: devres: add convenience function to remap a resourceGravatar Wolfram Sang 1-0/+51
2011-11-15lib: devres: add annotations for #endifGravatar Wolfram Sang 1-2/+2
2011-07-25devres: fix possible use after freeGravatar Maxin B John 1-1/+1
2010-07-11lib/devres.c: fix comment typoGravatar Kulikov Vasiliy 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Gravatar Emil Medve 1-1/+1
2008-04-30devres: support addresses greater than an unsigned long via dev_ioremapGravatar Kumar Gala 1-2/+2
2008-03-17devres: implement pcim_iomap_regions_request_all()Gravatar Tejun Heo 1-0/+25
2007-04-28iomap: implement pcim_iounmap_regions()Gravatar Tejun Heo 1-0/+26
2007-02-16[PATCH] pci_iomap_regions() error handling fixGravatar Frederik Deweerdt 1-4/+4
2007-02-11[PATCH] sort the devres mess outGravatar Al Viro 1-0/+300