From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Armstrong Subject: Re: [PATCH v2 0/3] spi: meson-axg: add few enhanced features Date: Wed, 19 Feb 2020 09:17:14 +0100 Message-ID: References: <1544690354-16409-1-git-send-email-sunny.luo@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Jerome Brunet , Kevin Hilman , Carlo Caione , Jianxin Pan , Xingyu Chen , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sunny Luo , Mark Brown Return-path: In-Reply-To: <1544690354-16409-1-git-send-email-sunny.luo-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org> Content-Language: en-US Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Hi Sunny, On 13/12/2018 09:39, Sunny Luo wrote: > 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-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org > > 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(-) > Is there still a plan to push an updated version for AXG and G12A ? Neil