From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CD08FC761A6 for ; Fri, 31 Mar 2023 14:16:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 446FB85FB0; Fri, 31 Mar 2023 16:15:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="btvlbsrC"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B6B7785F69; Fri, 31 Mar 2023 16:15:16 +0200 (CEST) Received: from mail-yw1-x1134.google.com (mail-yw1-x1134.google.com [IPv6:2607:f8b0:4864:20::1134]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1D9DC85FA8 for ; Fri, 31 Mar 2023 16:15:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x1134.google.com with SMTP id 00721157ae682-5419d4c340aso416823557b3.11 for ; Fri, 31 Mar 2023 07:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1680272111; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=iu5BnraPcl7wokzasWOsr4Sydhai/YWjQ63USoXaXpo=; b=btvlbsrCPBP+C2/+29kCrq7MJdxd9KEyeREdTPy//UNKUl0eixn+G/wPvT3v0bpnVI J1WTfTm6eJt4nyTy4JMwCOvqBEwRqz7j0f9vNanmpY4uU22saQPqRLlhgNx/3dcaK/dD 7pmuxOm3k61p8Ju+FhWYspc+1E2dGBWkpQ6k8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680272111; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=iu5BnraPcl7wokzasWOsr4Sydhai/YWjQ63USoXaXpo=; b=ida5cTD54W+MfQMJmBU43/xo+oWiwdlh6TfeinbcMRbAcLMq7Mz/2knuBLiTKcUzis F+JRUT7zkg4p0pT7h1j8ZZys/7mb7WDx4T9a1MSSrTnevbg3QBp8E0gL1OGtsfdkd6NJ G7XLtf0KtdB7EZxPjAmzs6nmZhO8Mhv6Gr7LR/YEKtWZ/8cZyQTRCMAs4E0slyvlLR// 1KESBxXLc5MlSwlOPAMUJyTD8sySh1BeCRhhCjM1ZxJdGKR8QqTE91nZr7zOEFWu+M2j 9BiwJuGeKw1AHNA9bkPbntLn5SiHo6+qkoXJMBjAM5MD4BRcqciXV9QozE98Ubt7pB4H joGA== X-Gm-Message-State: AAQBX9dMT2obRYU/+kd7MJVcWOqwPwBMTFCUbcaDvnx6ss7EVKHTrNe6 SGvF4pZR1lu+sW6zsviuYAdV/RFKGGK3fqR7geoALQ== X-Google-Smtp-Source: AKy350Zcc+T1+0JPX1gK6rBoM0+3BGzJL6zCPtGPRpIgnieJxMPj6AofEalrnT0Ag9unWIG8QnKH5w== X-Received: by 2002:a0d:ce04:0:b0:544:b826:3fd with SMTP id q4-20020a0dce04000000b00544b82603fdmr25419131ywd.34.1680272110822; Fri, 31 Mar 2023 07:15:10 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-1500-2834-9def-41f1.res6.spectrum.com. [2603:6081:7b00:6400:1500:2834:9def:41f1]) by smtp.gmail.com with ESMTPSA id p76-20020a81984f000000b00545a0818489sm550548ywg.25.2023.03.31.07.15.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Mar 2023 07:15:10 -0700 (PDT) Date: Fri, 31 Mar 2023 10:15:08 -0400 From: Tom Rini To: Chris Packham Cc: u-boot@lists.denx.de, Ibrahim Tilki , Sergei Antonov , Simon Glass Subject: Re: [PATCH v2 2/2] drivers: rtc: add max313xx series rtc driver Message-ID: <20230331141508.GC13222@bill-the-cat> References: <20230319212344.1691814-1-judge.packham@gmail.com> <20230319212344.1691814-3-judge.packham@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="M97DJrA4333iwJzW" Content-Disposition: inline In-Reply-To: <20230319212344.1691814-3-judge.packham@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean --M97DJrA4333iwJzW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 20, 2023 at 10:23:44AM +1300, Chris Packham wrote: > Adding support for Analog Devices MAX313XX series RTCs. >=20 > This is ported from the Linux driver and adapted for use in u-boot. > Notable differences are > - handling of tm_year and tm_mon differ > - clock source support is omitted > - hwmon support for the MAX31328 and MAX31343 is omitted > - rtc_ops->reset is added >=20 > Signed-off-by: Chris Packham > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --M97DJrA4333iwJzW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQm6uwACgkQFHw5/5Y0 tyzC3Qv9HCfXMB/f1mIJonUb1RKElLjpy6JYg2MoGwofgzUYhDouJJZHh6YUv88E 112tV+kF91qDiSy31ooYBnlw4N62g5N8cztr+m/CwUqpKSKQFGH3PA7rhVU5s2EV EF/mDvadO3hk+yDbaUcrIC1mHXVvtvveDMphI7ShrMXJNZSM3LI6gJSGGu+PYXK7 xL7LlewkxnBp4sEt7/liiq40qOKqv1vlQrwH34udcsmxhzcM6M7OVq+H/waSCs97 fB2UvvWmPTnt8lvBTAsNxxYs1uyFj624xlUKRWjFtut4fEnU1h94THINw0WcUfpY ppfcVNI3nvMK56gAhWAGtY889FkdMP1EVtk2Bad9YqHmhn/7g6W5Ar2ydQ6WX4Lj J4tN9jISrSPRLxstgS76D0tCBQ8mMCQ07dNqrzI7H3YoNjM6Ssq0M0zzxuheeXdY vQ9K3scC2VfvXsj+DrBt2b0n6W2sPjyu1kxrXeOfwjcGvO/JHaJ7M5fZ1fVddUbm zXGGUSNU =9yu5 -----END PGP SIGNATURE----- --M97DJrA4333iwJzW--