summaryrefslogtreecommitdiffstats
path: root/lib/devres.c
Commit message (Expand)AuthorAgeFilesLines
* devres: use to_pci_dev()Geliang Tang2016-02-071-1/+1
* devres: fix a for loop bounds checkDan Carpenter2015-10-051-1/+1
* cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-9/+4
* lib: devres: add a helper function for ioremap_wcAbhilash Kesavan2015-03-161-0/+28
* devres: support sizes greater than an unsigned longCristian Stoica2014-11-071-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-2/+0
|\
| * of: Provide a function to request and map memoryMatthias Brugger2014-07-231-2/+0
* | devres: remove devm_request_and_ioremap()Jingoo Han2014-06-191-28/+0
|/
* lib/devres.c: fix checkpatch warningsFabian Frederick2014-05-241-3/+3
* lib/devres.c: use dev in devm_request_and_ioremapFabian Frederick2014-05-241-2/+2
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-2/+2
* lib/devres.c: fix some sparse warningsSteven Rostedt2014-04-031-5/+7
* lib/devres.c: fix misplaced #endifJingoo Han2013-02-271-1/+1
* lib: devres: Fix build breakageThierry Reding2013-01-221-0/+1
* lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-01-221-13/+44
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-3/+3
|\
| * PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu2012-01-061-3/+3
* | lib: devres: add convenience function to remap a resourceWolfram Sang2011-11-151-0/+51
* | lib: devres: add annotations for #endifWolfram Sang2011-11-151-2/+2
|/
* devres: fix possible use after freeMaxin B John2011-07-251-1/+1
* lib/devres.c: fix comment typoKulikov Vasiliy2010-07-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [POWERPC] devres: Add devm_ioremap_prot()Emil Medve2008-05-051-1/+1
* devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala2008-04-301-2/+2
* devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-171-0/+25
* iomap: implement pcim_iounmap_regions()Tejun Heo2007-04-281-0/+26
* [PATCH] pci_iomap_regions() error handling fixFrederik Deweerdt2007-02-161-4/+4
* [PATCH] sort the devres mess outAl Viro2007-02-111-0/+300