[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c85195d4-29e5-0e66-da09-cb86248660a3@amlogic.com>
Date: Thu, 13 Dec 2018 21:12:23 +0800
From: Sunny Luo <sunny.luo@...ogic.com>
To: Neil Armstrong <narmstrong@...libre.com>,
Mark Brown <broonie@...nel.org>
CC: Yixun Lan <yixun.lan@...ogic.com>,
Jerome Brunet <jbrunet@...libre.com>,
Kevin Hilman <khilman@...libre.com>,
Carlo Caione <carlo@...one.org>,
Jianxin Pan <jianxin.pan@...ogic.com>,
Xingyu Chen <xingyu.chen@...ogic.com>,
<linux-spi@...r.kernel.org>, <linux-amlogic@...ts.infradead.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 2/3] spi: meson-axg: enhance output enable feature
Hi Neil,
On 2018/12/13 16:53, Neil Armstrong wrote:
> Hi Sunny,
>
> On 13/12/2018 09:39, Sunny Luo wrote:
>> The SPICC controller in Meson-AXG is capable of driving the CLK/MOSI/SS
>> signal lines through the idle state (between two transmission operation),
>> which avoid the signals floating in unexpected state.
>
> This is welcome, because it's really missing on GX...
> I tried implementing it with pinctrl at [1], but it's complex.
>
> Can you provide more info on how we should implement in on GX to be on par ?
>
> [1] https://github.com/superna9999/linux/commit/9c3a95659dd532d186556c1570c54d79ea5a4d45
>
GX is incapable of OEN. To be on par with it ,we have to pullup/down clk
pin as
you did at[1].
>> static const struct meson_spicc_data meson_spicc_gx_data = {
>> - .max_speed_hz = 30000000,
>> + .max_speed_hz = 30000000,
>
> Nitpick, but I would have kept the indentation here ...
>
>> };
>>
>> static const struct meson_spicc_data meson_spicc_axg_data = {
>> - .max_speed_hz = 80000000,
>> + .max_speed_hz = 80000000,
>> + .has_oen = true,
>
> same here
>
> Anywy it's nitpick,
>
ok, i will revert it next patch.
Powered by blists - more mailing lists