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=-3.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 E8F2CC67839 for ; Thu, 13 Dec 2018 08:41:07 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B8B742075B for ; Thu, 13 Dec 2018 08:41:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qXETfRDN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8B742075B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amlogic.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=IZopYnEESFGdz/ElZiFyh0Rnd2wTSuTjK4KW8qDeZxE=; b=qXETfRDNb1bCVu Fumsv2uD7rQUKKXFD8owHnUQ00+v+UfJ4qy4tJWI4w/r1KlBhtMrQJMaWflPzebLxbAKBJKRUtEwt EZqiTy7gD6Y4TozJb0C/dsYy9mmHHLDBpiWMWleGEmcgtMX5muNnF9PNq976xVUpTDNK3iAk4/bUV MVuUUN//ZlYYQhFj97n4xR3A8bFamcD6MTzrQTN+oFhc+5HXbM4Rmo7Z1nFhEGQ3Js/zCbALyHuUQ ttnl4nLhKmtYZUV+ECWmP4m50FZkFCwsHUr/SjSTYNguHoxc/cvFy0Ww6KlpOhfjvhpcqxcNodImL 5SfA+D+9XSfv8q1zyqAg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXMYH-0005OI-KC; Thu, 13 Dec 2018 08:41:01 +0000 Received: from mail-sz2.amlogic.com ([211.162.65.114]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXMX3-0002cQ-6x; Thu, 13 Dec 2018 08:39:50 +0000 Received: from localhost.localdomain (10.28.8.16) by mail-sz2.amlogic.com (10.28.11.6) with Microsoft SMTP Server id 15.0.1320.4; Thu, 13 Dec 2018 16:39:52 +0800 From: Sunny Luo To: Mark Brown Subject: [PATCH v2 0/3] spi: meson-axg: add few enhanced features Date: Thu, 13 Dec 2018 16:39:11 +0800 Message-ID: <1544690354-16409-1-git-send-email-sunny.luo@amlogic.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.28.8.16] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181213_003946_177495_EE5C1DAB X-CRM114-Status: UNSURE ( 5.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jianxin Pan , Neil Armstrong , Kevin Hilman , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Carlo Caione , linux-amlogic@lists.infradead.org, Sunny Luo , Xingyu Chen , Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org add a few enhanced features for the SPICC controller of Meson-AXG SoC. These patches are actually quite independent from each other, I send them together in case to avoid the file conflicts. Changes since v1 at [1] - Add OF and COMMON_CLK dependence for SPICC in Kconfig to avoid compiling error. [1] https://lore.kernel.org/lkml/20180503213645.20694-1-yixun.lan@amlogic.com Sunny Luo (3): spi: meson-axg: support MAX 80M clock spi: meson-axg: enhance output enable feature spi: meson-axg: add a linear clock divider support drivers/spi/Kconfig | 2 +- drivers/spi/spi-meson-spicc.c | 270 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 223 insertions(+), 49 deletions(-) -- 2.7.4 _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic