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.5 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 9DC1AC433DF for ; Thu, 20 Aug 2020 15:59:21 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 75A502054F for ; Thu, 20 Aug 2020 15:59:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 75A502054F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0FC676E977; Thu, 20 Aug 2020 15:59:21 +0000 (UTC) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 62A1C6E977 for ; Thu, 20 Aug 2020 15:59:20 +0000 (UTC) Received: by mail-wr1-f67.google.com with SMTP id f1so2531182wro.2 for ; Thu, 20 Aug 2020 08:59:20 -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=AICl07wj2rdeLbaUuIr48jZgNAhD7HLePnLKN8bK9F8=; b=tsLxdfzxCwjLVxHgn3qI5G4hIZk9qHZpWf1J1AiCOy8Zky54N2orwqpU4C9WblVlVT fSSz5tZeeXEOBH10zNy+pDZjpGpEk9+3HFFWPPLrLmaPBi6prfv5igBsK9AHKlMnVa63 0CQS1ZSIdnfE7ruNhtNX0SYyPPNPdni4KQjnHQKH1Unr0C0bwTE+PPKf2YT/Vu7PvCGx YZferAQDQZDcqMYrg4pqEfKtGoegMhQG2CNn56iqZtb9GdI4PNKwri8GWc14j6PkBA/H pcj5oyvZ0urJY2kjcLejShsqOmsw0El3oVxrRs1VfcTCkFNqNIJII/9t+mKNX0c3wJhm tu8Q== X-Gm-Message-State: AOAM531+F0bYmt+KPl2xEErDDHBS8ny6Rt0z2YRH/u36f3bl/3AiAXDD 7g9BMpcKQKkXmjnoAJd2Fgg= X-Google-Smtp-Source: ABdhPJywyymogpnt/oOUmaLTWNdzju8F9YvcCdpX66tCuBP6i1vn7QobEV9VEvGit4tTroGXYziTeA== X-Received: by 2002:adf:b353:: with SMTP id k19mr3772990wrd.159.1597939158768; Thu, 20 Aug 2020 08:59:18 -0700 (PDT) Received: from kozik-lap ([194.230.155.216]) by smtp.googlemail.com with ESMTPSA id l11sm4693828wme.11.2020.08.20.08.59.15 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Aug 2020 08:59:18 -0700 (PDT) Date: Thu, 20 Aug 2020 17:59:13 +0200 From: Krzysztof Kozlowski To: Kukjin Kim , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Simtec Linux Team , Maxime Coquelin , Alexandre Torgue , Kyungmin Park , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , "Rafael J. Wysocki" , Viresh Kumar , Jean Delvare , Guenter Roeck , Dmitry Torokhov , Thomas Gleixner , Jason Cooper , Marc Zyngier , Ulf Hansson , Ben Dooks , Sebastian Reichel , Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Lee Jones , Mark Brown , Andi Shyti , Greg Kroah-Hartman , Jiri Slaby , Felipe Balbi , Sangbeom Kim , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, patches@opensource.cirrus.com, linux-stm32@st-md-mailman.stormreply.com, linux-clk@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-input@vger.kernel.org, linux-mmc@vger.kernel.org, linux-pwm@vger.kernel.org, linux-spi@vger.kernel.org, linux-serial@vger.kernel.org, linux-usb@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v2 00/41] spi / fbdev / cpufreq / usb / mmc / hwmon / ARM: Prepare for multiplatform S3C Message-ID: <20200820155913.GA21395@kozik-lap> References: <20200806181932.2253-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200806181932.2253-1-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Russell King , Arnd Bergmann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Aug 06, 2020 at 08:19:32PM +0200, Krzysztof Kozlowski wrote: > Hi All, > > Shortly > ======= > This is a continuation of Arnd's work from 2019 [1]. The goal is to > cleanup, merge and finally make the Samsung S3C24xx and S3C64xx > architectures multiplatform. The multiplatform did not happen yet > here... just cleaning up and merging into one mach-s3c. > > I intend to take it through Samsung SoC tree so all Acks are welcomed. > > Changes since v1 > ================ > 1. Rebased, > 2. Addressed comments (including mine), > 3. Few new patches. > > Please see individual changelogs (per patch). > > [1] https://patchwork.kernel.org/project/linux-samsung-soc/list/?series=185855&state=* > Hi All, I applied second part of the set which finishes this step of S3C cleanup. Thanks to Arnd for the work! Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel