aboutsummaryrefslogtreecommitdiff
path: root/lib/devres.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Gravatar Philipp Stanner 1-207/+1
2023-06-23devres: show which resource was invalid in __devm_ioremap_resource()Gravatar Ben Dooks 1-1/+1
2022-09-01devres: remove devm_ioremap_npGravatar Christoph Hellwig 1-15/+0
2022-07-17lib: devres: use numa aware allocationGravatar Mark-PK Tsai 1-5/+10
2021-09-23lib: devres: Add managed arch_io_reserve_memtype_wc()Gravatar Thomas Zimmermann 1-0/+46
2021-09-23lib: devres: Add managed arch_phys_wc_add()Gravatar Thomas Zimmermann 1-0/+36
2021-07-08lib: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2021-05-14lib: devres: Add error information printing for __devm_ioremap_resource()Gravatar Zhen Lei 1-1/+3
2021-04-08asm-generic/io.h: Add a non-posted variant of ioremap()Gravatar Hector Martin 1-0/+22
2020-09-10driver core: platform: Document return type of more functionsGravatar Stephen Boyd 1-6/+12
2020-09-07lib: devres: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-07-10lib: devres: add a comment about the devm_of_iomap() functionGravatar Dan Carpenter 1-0/+6
2020-07-10devres: keep both device name and resource name in pretty nameGravatar Vladimir Oltean 1-1/+10
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-20/+0
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+19
2019-11-11lib: devres: add a helper function for ioremap_ucGravatar Tuowen Zhao 1-0/+19
2019-11-05lib: devres: provide devm_ioremap_resource_wc()Gravatar Bartosz Golaszewski 1-0/+15
2019-11-05lib: devres: prepare devm_ioremap_resource() for more variantsGravatar Bartosz Golaszewski 1-20/+27
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsGravatar Denis Efremov 1-1/+1
2019-07-05devres: allow const resource argumentsGravatar Arnd Bergmann 1-1/+2
2019-01-31devres: always use dev_name() in devm_ioremap_resource()Gravatar Sergei Shtylyov 1-3/+1
2018-07-23devres: Add devm_of_iomap()Gravatar Benjamin Herrenschmidt 1-0/+36
2018-03-15devres: combine function devm_ioremap*Gravatar Yisheng Xie 1-40/+38
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