From patchwork Thu Dec 13 08:39:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunny Luo X-Patchwork-Id: 10728171 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 717D113AF for ; Thu, 13 Dec 2018 08:40:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 35B822B56D for ; Thu, 13 Dec 2018 08:40:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 29AA12B9D9; Thu, 13 Dec 2018 08:40:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C6C4A2B954 for ; Thu, 13 Dec 2018 08:40:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726847AbeLMIj4 (ORCPT ); Thu, 13 Dec 2018 03:39:56 -0500 Received: from mail-sz2.amlogic.com ([211.162.65.114]:52845 "EHLO mail-sz2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727254AbeLMIje (ORCPT ); Thu, 13 Dec 2018 03:39:34 -0500 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 CC: Sunny Luo , Neil Armstrong , Jerome Brunet , Kevin Hilman , Carlo Caione , Jianxin Pan , Xingyu Chen , , , , 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] Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)