From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] dma-mapping: remove dma_{alloc,free,mmap}_writecombine Date: Tue, 30 Jul 2019 12:20:50 +0200 Message-ID: <20190730102050.GA1663@lst.de> References: <20190730061849.29686-1-hch@lst.de> <5f73f400-eff2-6c7b-887d-c768642d8df1@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5f73f400-eff2-6c7b-887d-c768642d8df1@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Tomi Valkeinen Cc: Christoph Hellwig , laurent.pinchart@ideasonboard.com, dri-devel@lists.freedesktop.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On Tue, Jul 30, 2019 at 10:50:32AM +0300, Tomi Valkeinen wrote: > On 30/07/2019 09:18, Christoph Hellwig wrote: >> We can already use DMA_ATTR_WRITE_COMBINE or the _wc prefixed version, >> so remove the third way of doing things. >> >> Signed-off-by: Christoph Hellwig >> --- >> drivers/gpu/drm/omapdrm/dss/dispc.c | 11 +++++------ >> include/linux/dma-mapping.h | 9 --------- >> 2 files changed, 5 insertions(+), 15 deletions(-) > > Reviewed-by: Tomi Valkeinen > > Which tree should this be applied to? I'd like to add it to the dma-mapping tree if possible.