aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_reserved_mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-5/+1
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+26
2017-10-22of: reserved_mem: Accessor for acquiring reserved_memBjorn Andersson1-0/+26
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith1-1/+1
2017-05-11Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and resolver code"Rob Herring1-1/+1
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring1-1/+1
2017-01-04of: reserved_mem: set dma_ops for devices using reserved memSmitha T Murthy1-0/+4
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-11/+11
2016-07-18of: use pr_fmt prefix for all console printingRob Herring1-11/+11
2016-07-08Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab1-2/+9
2016-06-09[media] of: reserved_mem: restore old behavior when no region is definedMarek Szyprowski1-1/+1
2016-06-03of: silence warnings due to max() usageStephen Rothwell1-2/+6
2016-06-03drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherentJaewon1-1/+4
2016-06-03of: reserved_mem: add support for using more than one region for given deviceMarek Szyprowski1-21/+64
2016-03-03of: alloc anywhere from memblock if range not specifiedVinayak Menon1-1/+3
2015-11-30of: Fix comparison of reserved memory regionsMichael Ellerman1-1/+7
2015-11-10drivers: of: of_reserved_mem: fixup the alignment with CMA setupJason Liu1-0/+4
2015-11-10of: Print rather than WARN'ing when overlap check failsMichael Ellerman1-4/+3
2015-09-17of: Check for overlap in reserved memory regionsMitchel Humpherys1-1/+42
2015-01-13drivers: of: Export of_reserved_mem_device_{init,release}George G. Davis1-0/+2
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-5/+9
2014-08-01drivers: of: add automated assignment of reserved regions to client devicesMarek Szyprowski1-0/+70
2014-05-20of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacksRob Herring1-1/+1
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-2/+2
2014-03-11drivers: of: add support for custom reserved memory driversMarek Szyprowski1-0/+29
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski1-0/+188
2013-10-15Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski1-173/+0
2013-09-10drivers: of: fix build break if asm/dma-contiguous.h is missingMarek Szyprowski1-2/+0
2013-08-27drivers: of: add initialization code for dma reserved memoryMarek Szyprowski1-0/+175