summaryrefslogtreecommitdiffstats
path: root/lib/devres.c
Commit message (Expand)AuthorAgeFilesLines
* asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin2021-04-081-0/+22
* driver core: platform: Document return type of more functionsStephen Boyd2020-09-101-6/+12
* lib: devres: delete duplicated wordsRandy Dunlap2020-09-071-1/+1
* lib: devres: add a comment about the devm_of_iomap() functionDan Carpenter2020-07-101-0/+6
* devres: keep both device name and resource name in pretty nameVladimir Oltean2020-07-101-1/+10
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-20/+0
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-011-0/+19
|\ \
| * | lib: devres: add a helper function for ioremap_ucTuowen Zhao2019-11-111-0/+19
| |/
* | lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-0/+15
* | lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski2019-11-051-20/+27
|/
* devres: allow const resource argumentsArnd Bergmann2019-07-051-1/+2
* devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov2019-01-311-3/+1
* devres: Add devm_of_iomap()Benjamin Herrenschmidt2018-07-231-0/+36
* devres: combine function devm_ioremap*Yisheng Xie2018-03-151-40/+38
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* devres: fix devm_ioremap_*() offset parameter kerneldoc descriptionLorenzo Pieralisi2017-04-241-3/+3
* 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