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=-6.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 14423C2B9F8 for ; Tue, 25 May 2021 08:42:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D702861423 for ; Tue, 25 May 2021 08:42:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232009AbhEYIoR (ORCPT ); Tue, 25 May 2021 04:44:17 -0400 Received: from forward100p.mail.yandex.net ([77.88.28.100]:42045 "EHLO forward100p.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232034AbhEYIoN (ORCPT ); Tue, 25 May 2021 04:44:13 -0400 X-Greylist: delayed 390 seconds by postgrey-1.27 at vger.kernel.org; Tue, 25 May 2021 04:44:13 EDT Received: from iva6-d2c82ec8bc26.qloud-c.yandex.net (iva6-d2c82ec8bc26.qloud-c.yandex.net [IPv6:2a02:6b8:c0c:610c:0:640:d2c8:2ec8]) by forward100p.mail.yandex.net (Yandex) with ESMTP id 31A505982168; Tue, 25 May 2021 11:36:12 +0300 (MSK) Received: from iva8-174eb672ffa9.qloud-c.yandex.net (iva8-174eb672ffa9.qloud-c.yandex.net [2a02:6b8:c0c:b995:0:640:174e:b672]) by iva6-d2c82ec8bc26.qloud-c.yandex.net (mxback/Yandex) with ESMTP id AAOT3RcoLW-aBJqKqj6; Tue, 25 May 2021 11:36:12 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1621931772; bh=12uVRu8JzMyWgiKvh9pJQymNMwsozrDOyh51/FHzUeY=; h=Date:Subject:To:From:Message-Id:Cc; b=pW4xZ27q8iusqcVWe4iYSGmTkTFmzm65s6AWt6zyHHhuTPlXydwplZ3lyTzb7rD7X 5BNST3JVkFyZHPEBm7+1OSO5E+7wymAhtkYFr5vh7eEJrB52SHCy+zc0eFT2F/LKxv g8HFiyGtdnN8zlD67IrxNqXz0syWC1WEAdCv7uWE= Authentication-Results: iva6-d2c82ec8bc26.qloud-c.yandex.net; dkim=pass header.i=@maquefel.me Received: by iva8-174eb672ffa9.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id 7BolJOt5tl-aALqoftv; Tue, 25 May 2021 11:36:10 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) From: Nikita Shubin Cc: Nikita Shubin , Russell King , Hartley Sweeten , Alexander Sverdlin , Arnd Bergmann , Linus Walleij , Ard Biesheuvel , Mike Rapoport , Gregory Fong , Geert Uytterhoeven , YiFei Zhu , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [RFC][PATCH 0/1] ep93xx: clock: convert in-place Date: Tue, 25 May 2021 11:33:38 +0300 Message-Id: <20210525083340.27722-1-nikita.shubin@maquefel.me> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear All, In continuation of https://lore.kernel.org/linux-gpio/1042421616413081@mail.yandex.ru/ Alexander please look at provided patch, the size goes from ``` text data bss dec hex filename 4491689 920748 92840 5505277 5400fd vmlinux ``` to with patch applied: ``` text data bss dec hex filename 4534485 927424 90304 5552213 54b855 vmlinux ``` If this is not acceptable to you, than it's perfectly fine, i'll finish (actually only gpio left to rework to DT) and stash my rework somewhere and can send link or patches to all interested. But still if you have possibility to test clocks for video and I2S it would be nice. Otherwise i can proceed to multiarch and try to make it possible to compile with or without multiarch support.