Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp322229pxa; Wed, 5 Aug 2020 01:59:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzS28i7Xs4JOtRWR+YD0VEAFiRG5LSS9yXPNcKR7PvkmmStsPUQgTEtpjWuTj2OcmdPYkwd X-Received: by 2002:a17:906:a109:: with SMTP id t9mr1686510ejy.134.1596617949208; Wed, 05 Aug 2020 01:59:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596617949; cv=none; d=google.com; s=arc-20160816; b=JW2EAdE6YHOscl4EO3BrRw8dCh0QrfiDtBda5kOzKrjaKKxBPy2eaUe9UUozRFWolm CVY8kxm6DKf1JSq18lrPcTo9EijDkKMO/RtB3BU2SWHHiOKxkeQ0pqpNaVLjtOyc6YST w/VU4ryIc9xOhIt480SG3DuYECqR/mEO3nCKaUrxLtRGRaufGG94sM3QHNEdbGJVVXMm eHexuTerSwLIS04VuHSFKrxy3QKgrwAXws7kbo4j91qQ+PFhKVw7stgiF1f7fWFwSW6p 9w2/OtgE+YKo4CuHpgS4dXyBCs3mq3esiKz+nnSopop/1t5IDD8fBPfbU5zI63S07hsM 6YQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:mail-followup-to:message-id:subject:cc:to :from:date; bh=H0JYD+VY+6MI/LO94WBSeKarGNDnzNyUFJsYg2pfdFw=; b=f/C70obr9YmlvVGGjUnDVcn/iCy9eTmY1r7UNj0WRonNjRd6CsqzWcEcopW84KBqEJ GxuHtadlPyHT6ddQ9PDNDZig9ZcO2zp4EGSdrfGk/KofRNfsVdzT/YnB+YH1h8Rj/AJO l6MFC1f0GUr8oF7hj5IDaAsS3T5t9frmXaEHCZxBrkWRVegLqqM6LE0Y7OzmixxXEt8E IpDEXZ+qUrZFCPyhABCBMffsyfF/Bc/tJMoE0TwLmKQqNFfbqYuMSOR6InOre5+WTOgB fCSu7ZC9KoO1jEzP9JCQoaJV0YM20rxS5vx3V+a5VwQ41GAcZ5QIxCXnpvvLPDDb2fku 7mwQ== 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 pg13si905725ejb.681.2020.08.05.01.58.46; Wed, 05 Aug 2020 01:59:09 -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 S1728119AbgHEI4i (ORCPT + 99 others); Wed, 5 Aug 2020 04:56:38 -0400 Received: from sauhun.de ([88.99.104.3]:49022 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725920AbgHEI4h (ORCPT ); Wed, 5 Aug 2020 04:56:37 -0400 Received: from localhost (router.4pisysteme.de [80.79.225.122]) by pokefinder.org (Postfix) with ESMTPSA id C67C62C0829; Wed, 5 Aug 2020 10:56:34 +0200 (CEST) Date: Wed, 5 Aug 2020 10:56:34 +0200 From: To: Qii Wang Cc: Matthias Brugger , , , , , , , , , Subject: Re: [PATCH v2 2/4] i2c: mediatek: Add access to more than 8GB dram in i2c driver Message-ID: <20200805085634.GF1229@kunai> Mail-Followup-To: , Qii Wang , Matthias Brugger , , , , , , , , , References: <1595939446-5484-1-git-send-email-qii.wang@mediatek.com> <1595939446-5484-3-git-send-email-qii.wang@mediatek.com> <25ff4899-5e7d-f6e5-599c-4bf368a731e1@gmail.com> <1596010499.4371.3.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l+goss899txtYvYf" Content-Disposition: inline In-Reply-To: <1596010499.4371.3.camel@mhfsdcap03> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --l+goss899txtYvYf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > > -static inline u32 mtk_i2c_set_4g_mode(dma_addr_t addr) > > > -{ > > > - return (addr & BIT_ULL(32)) ? I2C_DMA_4G_MODE : I2C_DMA_CLR_FLAG; > >=20 > > I think you missed my comment in the last version: > > I2C_DMA_4G_MODE is no longer needed, you can delete it. > >=20 > > Regards, > > Matthias > >=20 >=20 > Sorry for missing that comment, I will remove it. > Thank you for your comments and reminders. If you send it real soon, I can still include it for 5.9. (and please guys, shorten mails to the relevant parts) --l+goss899txtYvYf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl8qdEIACgkQFA3kzBSg Kba7Cg/+JUqvW+SS4lYtyhkAsyAQbKl2kRygi8PEJ7f9Ag9VkjtcvgcxHaycRiOO VXEr7OeKRzQpj0RSYLJXuEDfakHyorDNRDZGPBdLMrMsFh+xhuONqsv7chAQ8mhB ZqAJpEgVbUTlJKL3Jee2uAI69e5l2Gn3lz40zBKVeCwVM6HaNNzgxdJ+saDA/PjM p9ITszYHi4/DkA2KqeKFAW/NkQ/u1hPPqmPVmTgvj1Ez03w73rKEEUIyIF6URwOU jVazs7geKM/IaxxH+Zz8qwRy2t2AmqxAHKwM4WN+XT/nbSPAH6Zg98xLkTS3wi7k T3shPDV/R6al8+aths8ph0rf3ejNRoXTKx3FZzzfK9o5G/jmZqc4jz7PLgLxaTd0 +dcM46y/L30W0JfPJOKFswvycaOn8Z5/p/UAPzO8OF5hpG8r+6Ti3Qrp/lUULvP2 cs6g5Loma47PFGrSM4VZqldJq3YUHLZOLF4Jh6H4b8ydigBXHrTdLGNlMm3dco8y 3f/kg4ax5CwOrYy/bx+m8s9ZCdaEmGWcm/IIvrpMK2kKzBBOt8/Kkd3sG7kcGnwN zXHfJvpW/ognlMwSbfqO8SopyqtOHpmOnJDioNfgyzL7fO/OMjtKnnuw2kGz+5HL nRFdfSmAyrR3us3/xAH0VuKnGlSuEm/B8x7oxrhh6byZYsBQRFE= =xphH -----END PGP SIGNATURE----- --l+goss899txtYvYf--