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=-10.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 63B48C433E0 for ; Wed, 29 Jul 2020 20:15:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 402B42082E for ; Wed, 29 Jul 2020 20:15:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596053739; bh=lInpnetoKshxhmnjMZbgVxSMLhE/DGB38anI0Jpt0dA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=omCmg6SJUGPjKQ/Ddo51pRor3deJaES12Hyehk8YyJUFIitE8WzQ3tXxQU8zRrNat oHfWy5xMP6AJtivo76yXWQ6Ksd82xCnvAzdIySfoc4EEsX8bAK7GdcTYrblsvCJYOM UW5TmKXgsj0/ms/VCig7ZfiI1yIIvGNe4pqwGQxY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726560AbgG2UPg (ORCPT ); Wed, 29 Jul 2020 16:15:36 -0400 Received: from mail-ej1-f66.google.com ([209.85.218.66]:34641 "EHLO mail-ej1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726476AbgG2UPg (ORCPT ); Wed, 29 Jul 2020 16:15:36 -0400 Received: by mail-ej1-f66.google.com with SMTP id y10so25678785eje.1; Wed, 29 Jul 2020 13:15:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ouwd0qsnQ1Adj/+zRaVzdVpCm+8h05KMUp30fVnhcA8=; b=WCCGLGBn4hHDnNsd2nRwgnhe8aAXRQj2ynpVy+i38o8UZn2udLkh/grnd0yeaMMFq2 hN9//4RPCYOySl5MB0sUD+1zZYq6zoTZgn0oaNitKEt6phlMgE2sSht0YgvuTuN2+0V3 iWt4WNRSV2bj38c1BKskGUnocTJFBqAQoPLb9DG9lP3kDeIwWtFtmAj4//bJCHSn0PmC tupufDmoGcV77qM5nmhsr0WSat+Slkq302m3eTt7unuTjqblhHkwVYxBdQwC4IyJFifK ebXPIxDA7lR/QFtHMJUkZU2RL8XcAgm22K2XtYXLfoP6ruarohb07siTIW9f+sabvRIG A9Kg== X-Gm-Message-State: AOAM531lUqBVwShDkv/n/9QUfBWr2XpPEVtExrQT4TSTC47TOWioYVGx basX4GuFDommhUxpiM4p7Yo= X-Google-Smtp-Source: ABdhPJwzrwf3LW20eQQQ23yUjSgwrzDTiF8v8xCprZhLNGtK2AACk3VnEMiEQ8SoXRyfDGmBo2eFdQ== X-Received: by 2002:a17:906:5013:: with SMTP id s19mr96306ejj.26.1596053734270; Wed, 29 Jul 2020 13:15:34 -0700 (PDT) Received: from kozik-lap ([194.230.155.213]) by smtp.googlemail.com with ESMTPSA id qc23sm2624999ejb.97.2020.07.29.13.15.31 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 29 Jul 2020 13:15:33 -0700 (PDT) Date: Wed, 29 Jul 2020 22:15:30 +0200 From: Krzysztof Kozlowski To: Arnd Bergmann Cc: Russell King , Kukjin Kim , Vincent Sanders , Simtec Linux Team , Kyungmin Park , Catalin Marinas , Will Deacon , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , Wim Van Sebroeck , Guenter Roeck , Linus Walleij , "linux-kernel@vger.kernel.org" , Linux ARM , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , linux-stm32@st-md-mailman.stormreply.com, patches@opensource.cirrus.com, linux-clk , LINUXWATCHDOG , Sergio Prado , Marek Szyprowski , Sylwester Nawrocki , Cedric Roux , Lihua Yao Subject: Re: [PATCH 0/7] ARM: samsung: Cleanup of various S3C bits Message-ID: <20200729201530.GA26917@kozik-lap> References: <20200729160942.28867-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Wed, Jul 29, 2020 at 10:01:26PM +0200, Arnd Bergmann wrote: > On Wed, Jul 29, 2020 at 6:11 PM Krzysztof Kozlowski wrote: > > > > Hi, > > > > I tried to cleanup few warnings in S3C machine code which lead to > > finding some bigger issues. > > > > Patches touch mostly the ARM Samsung machine code except patch #1 (clk) > > and #5 (watchdog). They are independent from each other, except > > some conflicting lines. > > > > The last three patches would welcome some testing... as I did not > > perform such (lack of S3C hardware). > > I have an older series that I mean to repost. Please have a look at > the s3c-multiplatform branch of > git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground.git > > The patches in there need to be rebased on a newer kernel, which > should be easy, but they will conflict with your work. If there is > anything in there you can easily pick up into your series, please > do so. Indeed now I remember you were doing it some time ago but a follow up never happened. I can take a look and either cherry pick or even take over the series. Best regards, Krzysztof