From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: MIME-Version: 1.0 References: <20200806181932.2253-1-krzk@kernel.org> In-Reply-To: <20200806181932.2253-1-krzk@kernel.org> From: Arnd Bergmann Date: Thu, 6 Aug 2020 23:57:48 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [PATCH v2 00/41] spi / fbdev / cpufreq / usb / mmc / hwmon / ARM: Prepare for multiplatform S3C To: Krzysztof Kozlowski Cc: 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 , =?UTF-8?Q?Uwe_Kleine=2DK=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 , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , Linux PM list , patches@opensource.cirrus.com, linux-stm32@st-md-mailman.stormreply.com, linux-clk , linux-hwmon@vger.kernel.org, "open list:HID CORE LAYER" , linux-mmc , Linux PWM List , linux-spi , linux-serial@vger.kernel.org, USB list , dri-devel , Linux Fbdev development list , ALSA Development Mailing List , Russell King List-ID: On Thu, Aug 6, 2020 at 8:20 PM 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=* Thanks a lot for picking up my old branch! All your additional changes look fine to me, feel free to add Acked-by: Arnd Bergmann to the patches you added on top my original series. Arnd 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=-4.0 required=3.0 tests=BAYES_00, 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 5365DC433E0 for ; Thu, 6 Aug 2020 21:58:12 +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 4C4162173E for ; Thu, 6 Aug 2020 21:58:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C4162173E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arndb.de 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 076C16E91E; Thu, 6 Aug 2020 21:58:10 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 623C56E91E for ; Thu, 6 Aug 2020 21:58:08 +0000 (UTC) Received: from mail-io1-f53.google.com ([209.85.166.53]) by mrelayeu.kundenserver.de (mreue009 [212.227.15.129]) with ESMTPSA (Nemesis) id 1MHoZS-1jyngO0PFm-00Evsz for ; Thu, 06 Aug 2020 23:58:06 +0200 Received: by mail-io1-f53.google.com with SMTP id v6so35925730iow.11 for ; Thu, 06 Aug 2020 14:58:05 -0700 (PDT) X-Gm-Message-State: AOAM532PmMMEItalWAOcPzHL9eW0RMyDfjW2ljWpkLS28T0NsxNNb6ew 8vlzLW8LjZ/RG0uOvwekyGL6SWCfqQxev9tCpn8= X-Google-Smtp-Source: ABdhPJxgZbzUezUsGBZmsJqABgfct0c0RuS1c93rT/QNCas4jRck1zkiTI9WMDo0l2MxpsdfxgH1+JL7NncTMPc4G48= X-Received: by 2002:a37:385:: with SMTP id 127mr10191416qkd.3.1596751084212; Thu, 06 Aug 2020 14:58:04 -0700 (PDT) MIME-Version: 1.0 References: <20200806181932.2253-1-krzk@kernel.org> In-Reply-To: <20200806181932.2253-1-krzk@kernel.org> From: Arnd Bergmann Date: Thu, 6 Aug 2020 23:57:48 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/41] spi / fbdev / cpufreq / usb / mmc / hwmon / ARM: Prepare for multiplatform S3C To: Krzysztof Kozlowski X-Provags-ID: V03:K1:ojnrxcBDWuahkG32awLXbg1UhBwQLGPXMAPGRREA2UBE+6fcg14 GD8WCVhCgIANC5sGcyc+SBfdNZnzJWmpJc5cGrFcbAYtl+acnjPpBwjSwzJnwjTh3DmiNLr G8hmjn3XkGvECiFBU43E91BY3eEzKnuzfKDzlbPnROJOOm2w6adRXzhiu9TOeHoNepprGaW kLMutDfCldL97sxeRt/PQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:3qasnTit1JA=:/Gw+OhPeLfW+QmRETZ0i4h HMn7Fvn5gT1P9CUlF1fn/8gcEDTqlY+6EnwfN6rnpDHOHS8/9OP0MMHZRG1BjchXTpnEvaiuM f4Amkla6oFJryVtp0HzVT2yj9qNwMJhw4/oWTGo5nTWu8rrydPBKvuekkTmvtEZ9qv4IgLnWB VeH8a4r9F0aFwDXxbpwQ42ghTpVl+YzIgog7DQ/kcQ/RfuM0Gf3YDQHv1krj1A+xcGsNwslyV qZDpNOnlwe7BJvQy5ydIbhJZKEXQv+DGrWEgtW5hzk5dQA8xeq+d77mNnwNVuUz4bv/aEsslM KEWj22XkNF2EmflQBbjY+Qvc7P7uLDTmLpBtNvNQLCMFVYpy3+TSU60w6AhqbJYmMXv//qUQn uEybnV/YDQ/7W46S3yYeK+8EQnMXgxPD7rSeavmbKnsaDS2OUbAjEGYKxBA9Qq64tVOVMCVtD h7EMpJGl9xfAcre6VMYZKWzwYNxOFgAkQdojP7KHahXBroUVBUJoK8VLSFtgRb0uXuzxl7CDN quucyB1h2qMjYaGYB+Ca7hthVwQ6u1zZ6EEcHbVRGbniFLwG/OXMvg4jVjYWH0NhB4emz+toc 5uba9d2N1Y72tzoGAkRQxzpiNpGO/T/Y0s5+RfPgDZxqby/mWfcynjq4QoCRjlSyGvBGciitT tNE7kzj8O03h9PpfpYzfzqWBHSQpzNGZ4cK/aUOEw5d59BWCnAbkCVuMuZxFjCEgH8IR1kSH4 WqmxfDQIBSiB1a36uF9v8jbDqvbzgze98IJRxDwT96kBY0cX3B9pSLGK8XYIsdwVmCO9yf3HI hbtR0SuSKc2+vei+arARdcSJJFdYY80sXXzfgEqwDey1qh5umUmjVlxeUs2jEZgsFjQdjvIy1 7tbR2l6O4mv8ogEc4qgHT7FN2Dobq6GPj4TOw+jiCf5Ok697bMpUP83vWKlVrrAA7N41qwz22 1PRDOTCJSDiBK8YVJCD67MkV5MICX9NfvcFGQoFuR+IO98RIcvD5c 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: Ulf Hansson , USB list , Jiri Slaby , Viresh Kumar , Michael Turquette , Tomasz Figa , dri-devel , Liam Girdwood , Thierry Reding , Sylwester Nawrocki , Russell King , linux-spi , Lee Jones , Andi Shyti , Jason Cooper , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , Marc Zyngier , Daniel Lezcano , Linux Fbdev development list , linux-stm32@st-md-mailman.stormreply.com, Chanwoo Choi , Kukjin Kim , linux-serial@vger.kernel.org, =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , linux-mmc , Guenter Roeck , Linux PWM List , Jean Delvare , Alexandre Torgue , ALSA Development Mailing List , Bartlomiej Zolnierkiewicz , "open list:HID CORE LAYER" , linux-clk , Mark Brown , Ben Dooks , Takashi Iwai , Thomas Gleixner , Jaroslav Kysela , Simtec Linux Team , Linux ARM , linux-hwmon@vger.kernel.org, Felipe Balbi , Stephen Boyd , Greg Kroah-Hartman , Linux PM list , Dmitry Torokhov , "Rafael J. Wysocki" , Sebastian Reichel , "linux-kernel@vger.kernel.org" , Sangbeom Kim , Kyungmin Park , Maxime Coquelin , patches@opensource.cirrus.com 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 6, 2020 at 8:20 PM 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=* Thanks a lot for picking up my old branch! All your additional changes look fine to me, feel free to add Acked-by: Arnd Bergmann to the patches you added on top my original series. Arnd _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel