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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 91F15C43214 for ; Mon, 26 Jul 2021 14:01:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D975604DB for ; Mon, 26 Jul 2021 14:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234161AbhGZNUz (ORCPT ); Mon, 26 Jul 2021 09:20:55 -0400 Received: from forward106o.mail.yandex.net ([37.140.190.187]:37105 "EHLO forward106o.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230421AbhGZNUy (ORCPT ); Mon, 26 Jul 2021 09:20:54 -0400 X-Greylist: delayed 7789 seconds by postgrey-1.27 at vger.kernel.org; Mon, 26 Jul 2021 09:20:52 EDT Received: from myt6-d550f0f924f5.qloud-c.yandex.net (myt6-d550f0f924f5.qloud-c.yandex.net [IPv6:2a02:6b8:c12:2229:0:640:d550:f0f9]) by forward106o.mail.yandex.net (Yandex) with ESMTP id B4EA95062EB5; Mon, 26 Jul 2021 17:01:19 +0300 (MSK) Received: from myt3-07a4bd8655f2.qloud-c.yandex.net (myt3-07a4bd8655f2.qloud-c.yandex.net [2a02:6b8:c12:693:0:640:7a4:bd86]) by myt6-d550f0f924f5.qloud-c.yandex.net (mxback/Yandex) with ESMTP id eWB6nHTdDt-1GIq8FDl; Mon, 26 Jul 2021 17:01:19 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1627308079; bh=LRSbGVRJ9emphCuBYDYrjTlOg7ii27hSBFD4d0sHKsU=; h=In-Reply-To:References:Date:Subject:To:From:Message-Id:Cc; b=G6jTHHuRxls8ZjF1oSg3l5LSMPNSbVj+N80WHbaKZ4Gcr4dXQck9o36aj0VJj9+2a NgnRksCHJNIqxAMmazsy/0rj5kjwjzCmJySo349DRniV4+dmuvQwfyPQV34mTepLif PW7O/PEABbFwFvTiLgYkNL3ZbeFvI2Kja6BSqz04= Authentication-Results: myt6-d550f0f924f5.qloud-c.yandex.net; dkim=pass header.i=@maquefel.me Received: by myt3-07a4bd8655f2.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id olJ9yWy468-1E2ikl1L; Mon, 26 Jul 2021 17:01:15 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) From: Nikita Shubin To: Alexander Sverdlin , Geert Uytterhoeven Cc: Nikita Shubin , alsa-devel@alsa-project.org (moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...), Andrew Morton , Andrzej Pietrasiewicz , Anshuman Khandual , Ard Biesheuvel , Arnd Bergmann , dmaengine@vger.kernel.org (open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM), Dmitry Torokhov , dri-devel@lists.freedesktop.org (open list:FRAMEBUFFER LAYER), Geert Uytterhoeven , Jonathan Cameron , Krzysztof Kozlowski , Krzysztof Kozlowski , Kuninori Morimoto , Lars-Peter Clausen , Linus Walleij , linux-arm-kernel@lists.infradead.org (moderated list:ARM PORT), linux-fbdev@vger.kernel.org (open list:FRAMEBUFFER LAYER), linux-iio@vger.kernel.org (open list:IIO SUBSYSTEM AND DRIVERS), linux-input@vger.kernel.org (open list:INPUT (KEYBOARD, MOUSE, JOYSTICK , TOUCHSCREEN)...), linux-kernel@vger.kernel.org (open list), linux-pwm@vger.kernel.org (open list:PWM SUBSYSTEM), linux-spi@vger.kernel.org (open list:SPI SUBSYSTEM), Mark Brown , Mike Rapoport , Russell King , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , YiFei Zhu Subject: [PATCH v2 0/8] arm: ep93xx: CCF conversion Date: Mon, 26 Jul 2021 16:59:48 +0300 Message-Id: <20210726140001.24820-1-nikita.shubin@maquefel.me> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210726115058.23729-1-nikita.shubin@maquefel.me> References: <20210726115058.23729-1-nikita.shubin@maquefel.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org This series series of patches converts ep93xx to Common Clock Framework. It consists of preparation patches to use clk_prepare_enable where it is needed, instead of clk_enable used in ep93xx drivers prior to CCF and a patch converting mach-ep93xx/clock.c to CCF. Link: https://lore.kernel.org/patchwork/cover/1445563/ Link: https://lore.kernel.org/patchwork/patch/1435884/ v1->v2: - added SoB Alexander Sverdlin (7): iio: ep93xx: Prepare clock before using it spi: spi-ep93xx: Prepare clock before using it Input: ep93xx_keypad: Prepare clock before using it video: ep93xx: Prepare clock before using it dmaengine: ep93xx: Prepare clock before using it ASoC: cirrus: i2s: Prepare clock before using it pwm: ep93xx: Prepare clock before using it Nikita Shubin (1): ep93xx: clock: convert in-place to COMMON_CLK arch/arm/Kconfig | 2 +- arch/arm/mach-ep93xx/clock.c | 975 ++++++++++++++----------- arch/arm/mach-ep93xx/core.c | 2 +- arch/arm/mach-ep93xx/soc.h | 42 +- drivers/dma/ep93xx_dma.c | 6 +- drivers/iio/adc/ep93xx_adc.c | 6 +- drivers/input/keyboard/ep93xx_keypad.c | 4 +- drivers/pwm/pwm-ep93xx.c | 12 +- drivers/spi/spi-ep93xx.c | 4 +- drivers/video/fbdev/ep93xx-fb.c | 4 +- sound/soc/cirrus/ep93xx-i2s.c | 12 +- 11 files changed, 605 insertions(+), 464 deletions(-) base-commit: 64376a981a0e2e57c46efa63197c2ebb7dab35df -- 2.26.2