| Commit message (Expand) | Author | Age | Files | Lines |
* | devres: fix devm_ioremap_*() offset parameter kerneldoc description | Lorenzo Pieralisi | 2017-04-24 | 1 | -3/+3 |
* | devres: use to_pci_dev() | Geliang Tang | 2016-02-08 | 1 | -1/+1 |
* | devres: fix a for loop bounds check | Dan Carpenter | 2015-10-05 | 1 | -1/+1 |
* | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-11 | 1 | -9/+4 |
* | lib: devres: add a helper function for ioremap_wc | Abhilash Kesavan | 2015-03-16 | 1 | -0/+28 |
* | devres: support sizes greater than an unsigned long | Cristian Stoica | 2014-11-07 | 1 | -2/+2 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-06 | 1 | -2/+0 |
|\ |
|
| * | of: Provide a function to request and map memory | Matthias Brugger | 2014-07-23 | 1 | -2/+0 |
* | | devres: remove devm_request_and_ioremap() | Jingoo Han | 2014-06-20 | 1 | -28/+0 |
|/ |
|
* | lib/devres.c: fix checkpatch warnings | Fabian Frederick | 2014-05-24 | 1 | -3/+3 |
* | lib/devres.c: use dev in devm_request_and_ioremap | Fabian Frederick | 2014-05-24 | 1 | -2/+2 |
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 2014-04-08 | 1 | -2/+2 |
* | lib/devres.c: fix some sparse warnings | Steven Rostedt | 2014-04-04 | 1 | -5/+7 |
* | lib/devres.c: fix misplaced #endif | Jingoo Han | 2013-02-28 | 1 | -1/+1 |
* | lib: devres: Fix build breakage | Thierry Reding | 2013-01-22 | 1 | -0/+1 |
* | lib: devres: Introduce devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -13/+44 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-12 | 1 | -3/+3 |
|\ |
|
| * | PCI: Increase resource array mask bit size in pcim_iomap_regions() | Yinghai Lu | 2012-01-06 | 1 | -3/+3 |
* | | lib: devres: add convenience function to remap a resource | Wolfram Sang | 2011-11-16 | 1 | -0/+51 |
* | | lib: devres: add annotations for #endif | Wolfram Sang | 2011-11-16 | 1 | -2/+2 |
|/ |
|
* | devres: fix possible use after free | Maxin B John | 2011-07-26 | 1 | -1/+1 |
* | lib/devres.c: fix comment typo | Kulikov Vasiliy | 2010-07-11 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | [POWERPC] devres: Add devm_ioremap_prot() | Emil Medve | 2008-05-05 | 1 | -1/+1 |
* | devres: support addresses greater than an unsigned long via dev_ioremap | Kumar Gala | 2008-05-01 | 1 | -2/+2 |
* | devres: implement pcim_iomap_regions_request_all() | Tejun Heo | 2008-03-17 | 1 | -0/+25 |
* | iomap: implement pcim_iounmap_regions() | Tejun Heo | 2007-04-28 | 1 | -0/+26 |
* | [PATCH] pci_iomap_regions() error handling fix | Frederik Deweerdt | 2007-02-16 | 1 | -4/+4 |
* | [PATCH] sort the devres mess out | Al Viro | 2007-02-11 | 1 | -0/+300 |