From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753184AbcFJKym (ORCPT ); Fri, 10 Jun 2016 06:54:42 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:33830 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752780AbcFJKyl (ORCPT ); Fri, 10 Jun 2016 06:54:41 -0400 Subject: Re: [PATCH v4 03/44] arc: dma-mapping: Use unsigned long for dma_attrs To: Krzysztof Kozlowski , Andrew Morton References: <1465553521-27303-1-git-send-email-k.kozlowski@samsung.com> <1465553521-27303-4-git-send-email-k.kozlowski@samsung.com> CC: , Bartlomiej Zolnierkiewicz , Alexey Brodkin , , , Andrea Gelmini Newsgroups: gmane.linux.kernel.arc,gmane.linux.kernel From: Vineet Gupta Message-ID: <575A9C5E.2060607@synopsys.com> Date: Fri, 10 Jun 2016 16:24:22 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1465553521-27303-4-git-send-email-k.kozlowski@samsung.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.197.158] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 10 June 2016 03:41 PM, Krzysztof Kozlowski wrote: > Split out subsystem specific changes for easier reviews. This will be > squashed with main commit. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Vineet Gupta