RE: [PATCH v3] arm64: mm: convert __dma_* routines to use start, size

2016-08-09 Thread kwangwoo....@sk.com
Cc: 정우석(CHUNG WOO SUK) MS SW; 김현철(KIM HYUNCHUL) MS SW; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH v3] arm64: mm: convert __dma_* routines to use start, size > > On 02/08/16 01:50, Kwangwoo Lee wrote: > > __dma_* routines have been converted to use start and size instr

Re: [PATCH v3] arm64: mm: convert __dma_* routines to use start, size

2016-08-09 Thread Robin Murphy
On 02/08/16 01:50, Kwangwoo Lee wrote: > __dma_* routines have been converted to use start and size instread of > start and end addresses. The patch was origianlly for adding > __clean_dcache_area_poc() which will be used in pmem driver to clean > dcache to the PoC(Point of Coherency) in arch_wb_ca

[PATCH v3] arm64: mm: convert __dma_* routines to use start, size

2016-08-01 Thread Kwangwoo Lee
__dma_* routines have been converted to use start and size instread of start and end addresses. The patch was origianlly for adding __clean_dcache_area_poc() which will be used in pmem driver to clean dcache to the PoC(Point of Coherency) in arch_wb_cache_pmem(). The functionality of __clean_dcach