index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
devres.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
devres: Export devm_ioremap_resource_wc()
Rob Herring (Arm)
1
-0
/
+1
2024-10-14
lib: devres: Simplify API devm_ioport_unmap() implementation
Zijun Hu
1
-2
/
+1
2024-10-14
lib: devres: Simplify API devm_iounmap() implementation
Zijun Hu
1
-2
/
+1
2024-04-25
devres: don't use "proxy" headers
Andy Shevchenko
1
-3
/
+6
2024-04-25
devres: switch to use dev_err_probe() for unification
Andy Shevchenko
1
-8
/
+9
2024-02-12
PCI: Move PCI-specific devres code to drivers/pci/
Philipp Stanner
1
-207
/
+1
2023-06-23
devres: show which resource was invalid in __devm_ioremap_resource()
Ben Dooks
1
-1
/
+1
2022-09-01
devres: remove devm_ioremap_np
Christoph Hellwig
1
-15
/
+0
2022-07-17
lib: devres: use numa aware allocation
Mark-PK Tsai
1
-5
/
+10
2021-09-23
lib: devres: Add managed arch_io_reserve_memtype_wc()
Thomas Zimmermann
1
-0
/
+46
2021-09-23
lib: devres: Add managed arch_phys_wc_add()
Thomas Zimmermann
1
-0
/
+36
2021-07-08
lib: fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-05-14
lib: devres: Add error information printing for __devm_ioremap_resource()
Zhen Lei
1
-1
/
+3
2021-04-08
asm-generic/io.h: Add a non-posted variant of ioremap()
Hector Martin
1
-0
/
+22
2020-09-10
driver core: platform: Document return type of more functions
Stephen Boyd
1
-6
/
+12
2020-09-07
lib: devres: delete duplicated words
Randy Dunlap
1
-1
/
+1
2020-07-10
lib: devres: add a comment about the devm_of_iomap() function
Dan Carpenter
1
-0
/
+6
2020-07-10
devres: keep both device name and resource name in pretty name
Vladimir Oltean
1
-1
/
+10
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-20
/
+0
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-12-01
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
1
-0
/
+19
2019-11-11
lib: devres: add a helper function for ioremap_uc
Tuowen Zhao
1
-0
/
+19
2019-11-05
lib: devres: provide devm_ioremap_resource_wc()
Bartosz Golaszewski
1
-0
/
+15
2019-11-05
lib: devres: prepare devm_ioremap_resource() for more variants
Bartosz Golaszewski
1
-20
/
+27
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
1
-1
/
+1
2019-07-05
devres: allow const resource arguments
Arnd Bergmann
1
-1
/
+2
2019-01-31
devres: always use dev_name() in devm_ioremap_resource()
Sergei Shtylyov
1
-3
/
+1
2018-07-23
devres: Add devm_of_iomap()
Benjamin Herrenschmidt
1
-0
/
+36
2018-03-15
devres: combine function devm_ioremap*
Yisheng Xie
1
-40
/
+38
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-04-24
devres: fix devm_ioremap_*() offset parameter kerneldoc description
Lorenzo Pieralisi
1
-3
/
+3
2016-02-07
devres: use to_pci_dev()
Geliang Tang
1
-1
/
+1
2015-10-05
devres: fix a for loop bounds check
Dan Carpenter
1
-1
/
+1
2015-08-10
cleanup IORESOURCE_CACHEABLE vs ioremap()
Dan Williams
1
-9
/
+4
2015-03-16
lib: devres: add a helper function for ioremap_wc
Abhilash Kesavan
1
-0
/
+28
2014-11-07
devres: support sizes greater than an unsigned long
Cristian Stoica
1
-2
/
+2
2014-08-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+0
2014-07-23
of: Provide a function to request and map memory
Matthias Brugger
1
-2
/
+0
2014-06-19
devres: remove devm_request_and_ioremap()
Jingoo Han
1
-28
/
+0
2014-05-24
lib/devres.c: fix checkpatch warnings
Fabian Frederick
1
-3
/
+3
2014-05-24
lib/devres.c: use dev in devm_request_and_ioremap
Fabian Frederick
1
-2
/
+2
2014-04-07
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
Uwe Kleine-König
1
-2
/
+2
2014-04-03
lib/devres.c: fix some sparse warnings
Steven Rostedt
1
-5
/
+7
2013-02-27
lib/devres.c: fix misplaced #endif
Jingoo Han
1
-1
/
+1
2013-01-22
lib: devres: Fix build breakage
Thierry Reding
1
-0
/
+1
2013-01-22
lib: devres: Introduce devm_ioremap_resource()
Thierry Reding
1
-13
/
+44
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-01-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-3
/
+3
2012-01-06
PCI: Increase resource array mask bit size in pcim_iomap_regions()
Yinghai Lu
1
-3
/
+3
2011-11-15
lib: devres: add convenience function to remap a resource
Wolfram Sang
1
-0
/
+51
[next]