From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E81F438DE0; Thu, 6 Jun 2024 07:25:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717658714; cv=none; b=F1s+iwC5B6ruQsWDBhFWrivFKdlIME9sQwZ4+L2+Dipg2JAp2e+LST96tQ8gfos/154dF2Bb3ordw6WxFOYJq3TEodSKnYW4BFHZLXMre10A5MgS0wFkkwFA91Sb0JYbZuMe9CfV1ZDFE3sA4ojsl7mYb74dtB8f5keV6kvDTeg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717658714; c=relaxed/simple; bh=+dT3zLjmC4JMt1RrMdgW6Me3Gqai/TF0UoZl/qk0Y7w=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=VfeLSlAJGNjacvcc27Pk0Ng+HA2dQSD73/XJLfRuWFIKHHho1NbN6aEuy8NFECpShg2AA6uCeJ8mwqf7ylokU/hiAAcA+Yl+yPDQSFt8/ekiuI9YTw0rUAfDRjaC15shiS6YajpCr+jZwrA/HCyveYWJRtEPb0x1E3i3A3QFcHg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UuQp4t53; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UuQp4t53" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4B32C4AF0F; Thu, 6 Jun 2024 07:25:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717658713; bh=+dT3zLjmC4JMt1RrMdgW6Me3Gqai/TF0UoZl/qk0Y7w=; h=Date:From:To:List-Id:Cc:Subject:In-Reply-To:References:From; b=UuQp4t53o8YjM4cSMYbUicjmZnQzsTkvkQmQaniLzLtzu9A+NNMOxZzz5+txRPO3y VRNrM5T18Ra0MjVfB8m3qxYO3OOcHe779oztSpndD34CGz1GwryCod5j97gdFKafxe yHijxhhoVOgTX3D82/FH3/OwRqdtU+0rPVqSxWq8pnM5KVTx7gn8QDx3EDX71qgYx9 X+xVqp98sBLUOMJzNzNgXpXxZrK/9EIlfVAXE9cpZM2/luHe9I8SXwU9ddscto1RFw KMDt2IjY7bKhMCUd81fYB2ge92wos9Wp+EumBAivCFrMPX5RmNxgIgYgJia9vE2CMr HmEFsnW3Yo96g== Date: Thu, 6 Jun 2024 09:25:04 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Andy Shevchenko Cc: Gregory CLEMENT , Arnd Bergmann , soc@kernel.org, arm@kernel.org, Andy Shevchenko , Hans de Goede , Ilpo =?UTF-8?B?SsOkcnZpbmVu?= , Alessandro Zummo , Alexandre Belloni , Bartosz Golaszewski , Christophe JAILLET , Dan Carpenter , devicetree@vger.kernel.org, Greg Kroah-Hartman , Guenter Roeck , Krzysztof Kozlowski , Linus Walleij , linux-crypto@vger.kernel.org, linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org, linux-watchdog@vger.kernel.org, Olivia Mackall , Rob Herring , Wim Van Sebroeck , Andrew Lunn , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Sebastian Hesselbarth , Uwe =?UTF-8?B?S2xlaW5lLUs=?= =?UTF-8?B?w7ZuaWc=?= Subject: Re: [PATCH v11 0/8] Turris Omnia MCU driver Message-ID: <20240606092504.37d31917@dellmb> In-Reply-To: References: <20240605161851.13911-1-kabel@kernel.org> X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 5 Jun 2024 22:05:37 +0300 Andy Shevchenko wrote: > On Wed, Jun 5, 2024 at 7:19=E2=80=AFPM Marek Beh=C3=BAn wrote: > > > > Hello Andy, Hans, Ilpo, Arnd, Gregory, and others, > > > > this is v11 of the series adding Turris Omnia MCU driver. =20 >=20 > Thank you! > There are a few small issues here and there, but overall LGTM. The > only one main question is what to do with gpiochip_get_desc(). I Cc'ed > Bart for this. Thank you for the review, I am going to apply the changes you requested and wait for Bart, and we'll see what to do with the gpiochip_get_desc(). Marek