aboutsummaryrefslogtreecommitdiffstats
path: root/lib/devres.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-3/+3
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu1-3/+3
2011-11-15lib: devres: add convenience function to remap a resourceWolfram Sang1-0/+51
2011-11-15lib: devres: add annotations for #endifWolfram Sang1-2/+2
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2010-07-11lib/devres.c: fix comment typoKulikov Vasiliy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve1-1/+1
2008-04-30devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala1-2/+2
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo1-0/+25
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo1-0/+26
2007-02-16[PATCH] pci_iomap_regions() error handling fixFrederik Deweerdt1-4/+4
2007-02-11[PATCH] sort the devres mess outAl Viro1-0/+300