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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA52AC432BE for ; Tue, 10 Aug 2021 11:04:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C7E360F41 for ; Tue, 10 Aug 2021 11:04:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240026AbhHJLFH (ORCPT ); Tue, 10 Aug 2021 07:05:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236599AbhHJLFG (ORCPT ); Tue, 10 Aug 2021 07:05:06 -0400 Received: from mail-vs1-xe36.google.com (mail-vs1-xe36.google.com [IPv6:2607:f8b0:4864:20::e36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25A51C061798 for ; Tue, 10 Aug 2021 04:04:45 -0700 (PDT) Received: by mail-vs1-xe36.google.com with SMTP id f6so1348373vso.5 for ; Tue, 10 Aug 2021 04:04:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7G6Ytc0pL75dT7oBzRYQRV/PqpL3MiLjj11SQTrmI/w=; b=ATyV9Hkb/32GLHbt4+s0SijWAQfOMigNeNWFIUo9kj8nEwAgSLI46Wq70CaiWa3Dw6 OfL9JyOkJIU7SkJaaiArzpbiz79MXkx7s16Xx4FBgjZCpOJ+CCrceeHfK570NhKrgYFV eafHiLvQ3CzZ17UNqE0FY2Pg0sMMvEInvv/pyIv9mQLbOmsUzcmEnEmOAgCkd3hV/tWz hDZGLTJIDV/mDF5DasZWsy5x6Zi89gdecqPSivy049vL8FWPosiHn+8EfzhCHiwocfTK 4NuGnPsgfPrfYl8qJQMVk1qh015w5xhIDtj4vPfqLX6/00R7TAHJFbMUYFlrskNfMuEw Q3XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7G6Ytc0pL75dT7oBzRYQRV/PqpL3MiLjj11SQTrmI/w=; b=W2y5Aj+NLbUDKzSp9TzRvwp64lN5pTibsIPrvVyYVV+6Lx8oWBWjFHU6yAje9plYKS N6WgXMwlg3QtE/WoGIXWpxmtq4ajVHcVVDd9siNlPdJal4+4vtOPpvTxTwz8af0C71uG IFk7uY3XFaPy3c4tuKXplMhMvnpHthrmmQuNvU5PEhg10T9NFCDtUBpLui0KDfsXq67W RVRXTdSItuZOzToTa6f/sA22zkOWNcb/15n2BnmeFb0uPTtsI7VRlJXBGwZxw/h1BTHZ /oNBeb1cMxfsDvYtFD7EJrGT2NL7AUgT0iJscSFoC9SGAJyJuIJijLazqNRxuiymLF5e iOVA== X-Gm-Message-State: AOAM531jgTKATqGVRMUPJ4cteEn9vk09o4ICHNNw0/azz+2er09revi5 sz0PQP7BxdtTonEDtTNHAboVbpzZ01xZ4Nu98XTuUA== X-Google-Smtp-Source: ABdhPJwceVyJX3DPlFP+mrX17PzCp6nVuJo1728/yo4SGqlaa2irpTqgqKxr3bksTV0NDNdGscj/YgQDyft6YTcKhOo= X-Received: by 2002:a67:328f:: with SMTP id y137mr20625440vsy.34.1628593484132; Tue, 10 Aug 2021 04:04:44 -0700 (PDT) MIME-Version: 1.0 References: <20210802062212.73220-1-icenowy@sipeed.com> In-Reply-To: <20210802062212.73220-1-icenowy@sipeed.com> From: Ulf Hansson Date: Tue, 10 Aug 2021 13:04:08 +0200 Message-ID: Subject: Re: [PATCH 00/17] Basical Allwinner R329 support To: Icenowy Zheng Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , Linus Walleij , Alexandre Belloni , Andre Przywara , Samuel Holland , DTML , Linux ARM , linux-sunxi@lists.linux.dev, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2 Aug 2021 at 08:24, Icenowy Zheng wrote: > > This patchset tries to add basical support for Allwinner R329 SoC to the > Linux kernel, including clock/pintrl driver and MMC support. > > Three patches from the H616 patchset, which are used to support the RTC > with linear day, are attached into this patchset. Other RTC-related > patches of that patchset is not included, because the binding of the > clock part there is still under discussion. > > Then I added RTC binding and support (which is now only a struct > addition). I added RTC into this patchset, with the same reason that > H616 patchset contains RTC, which is to make the clock tree correct at > the first inclusion. > > After RTC, main basical SoC-specific part, pinctrl and CCU, come. The > R329 CCU is something special because PLLs are in R-CCU, no main CCU. > > MMC support is added here because it's also a simple struct addition > work, no main driver code change needed. It sounds like the MMC updates can be posted separately to linux-mmc. Please do so I can pick them up. [...] Kind regards Uffe