Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp5671750pxj; Wed, 23 Jun 2021 06:37:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUTaCHJZ0UhJTkABE3JZZBYoAffR9sBbrvkwwOdC1u7iMl7S3SQoQncL1EXKaGtm9Gj3gY X-Received: by 2002:a05:6402:354d:: with SMTP id f13mr12443345edd.71.1624455459475; Wed, 23 Jun 2021 06:37:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624455459; cv=none; d=google.com; s=arc-20160816; b=nldTCn1zvnvhEtlqYn1c7xdIfyBIQMIQeYvMbK3KKvCTNQg5ZNvEyxXbp3mK9i/mvw qjX9oGZQJnjNRhn7BXpitYSe1tMFetF37ZD/gBdzwo/pYUH47MF973F3tPNv5+JzGNgQ KfKNPE7TH7souGBe0SY673bOZkY7PWtke89qmTnptCJ5nZHKjcDnt38R0t9yIry05Hxj M2ViMfgGIwfkL/PDkAcbwDMsCwuXlA/c93J7+g/PaUYcPELI1SK4ZUowydjreYu8vTyR +6sNxox2U/E2Q0a0Y43qzZhYIPAmCUFLix2Wnic8YHYg2hIzL5Kt28xKXu781yK57zwV n9BA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=3TwZEQ6gHJ9hwX/rfBOwUIkDRSkEiUjidQGSvoa7MZA=; b=OCnlXNtYG9wEn5kJeqcv/aG3q7xa8N7DRkQtM8CeB4N+KZ02LOoF7VTsMd3tz2njNr 4FXNnByjCydHf6ZcNbxIWZhelxGybH4GRq70Rf6wj5QMDn7N+anQsvWJaF0shegWwzFe dn1jN7E+AvQl0K4Lin93PsTXmwAzCDrZw1VNpAM/Z3N+vqxt8Lsz3FlPJ8Y+zObsABmU ZNzEQVQU36jk5LI/swzWDT+U2S0Dk0vC29orDQFLZT8xEhX+4Dw1ZAfWPrzZ5qU4DbyX GopVmcHlgBOha6TDKcqRFk03NCUZDqPJN/j+DwOSxeMFHmiUZHQdh3A/mEpm94g6d8Ov gFzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w10si17948848ejf.364.2021.06.23.06.37.16; Wed, 23 Jun 2021 06:37:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230499AbhFWNih (ORCPT + 99 others); Wed, 23 Jun 2021 09:38:37 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:57579 "EHLO outpost1.zedat.fu-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230163AbhFWNig (ORCPT ); Wed, 23 Jun 2021 09:38:36 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.94) with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1lw33B-001fsV-BD; Wed, 23 Jun 2021 15:36:17 +0200 Received: from suse-laptop.physik.fu-berlin.de ([160.45.32.140]) by inpost2.zedat.fu-berlin.de (Exim 4.94) with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (envelope-from ) id 1lw33B-00340a-5U; Wed, 23 Jun 2021 15:36:17 +0200 Subject: Re: dma_declare_coherent_memory and SuperH To: Christoph Hellwig , Yoshinori Sato , Rich Felker Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210623133205.GA28589@lst.de> From: John Paul Adrian Glaubitz Message-ID: <9d12d2e3-3faf-3b2f-0265-2baee85c3ead@physik.fu-berlin.de> Date: Wed, 23 Jun 2021 15:36:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210623133205.GA28589@lst.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Original-Sender: glaubitz@physik.fu-berlin.de X-Originating-IP: 160.45.32.140 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christoph! On 6/23/21 3:32 PM, Christoph Hellwig wrote: > I have a vague recollection that you were planning on dropping support > for non-devicetree platforms, is that still the case? I guess you are talking about this patch set [1]. Would be great if we could get this rebased and merged. Since Geert has access to SH hardware as well, he might be able to help. Adrian > [1] https://lore.kernel.org/patchwork/cover/693910/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913