From: Vladimir Oltean <olteanv@gmail.com>
To: Qiang Zhao <qiang.zhao@nxp.com>
Cc: kuldip dwivedi <kuldip.dwivedi@puresoftware.com>,
Mark Brown <broonie@kernel.org>,
"linux-spi@vger.kernel.org" <linux-spi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Pankaj Bansal <pankaj.bansal@nxp.com>,
Varun Sethi <V.Sethi@nxp.com>,
Tanveer Alam <tanveer.alam@puresoftware.com>
Subject: Re: [PATCH] spi: spi-fsl-dspi: Add ACPI support
Date: Wed, 26 Aug 2020 14:47:58 +0300 [thread overview]
Message-ID: <20200826114758.4agph53ag2fin6um@skbuf> (raw)
In-Reply-To: <VE1PR04MB6768699B6D7A507A5BF82F9191540@VE1PR04MB6768.eurprd04.prod.outlook.com>
On Wed, Aug 26, 2020 at 11:10:49AM +0000, Qiang Zhao wrote:
> On Sat, Aug 22, 2020 at 23:21PM, Vladimir Oltean <olteanv@gmail.com> wrote:
> > Yes, definitely bloatware from the old days. I think this driver needs the existing
> > device tree bindings rethought a little bit before mindlessly porting them to
> > ACPI.
>
> Could you give more details?
>
> Best Regards
> Qiang Zhao
Yes.
This driver has some device tree bindings.
Some thought need to be given as to which one of those is necessary for
a functional ACPI setup, and which one isn't.
For example:
- fsl,spi-cs-sck-delay and fsl,spi-sck-cs-delay are many times
necessary. I don't see an attempt to read something equivalent to
those in this patch, or to do something about those, otherwise, in
case a peripheral needs special treatment. If we want to do something
like e.g. deprecate these bindings and just set up a large enough
CS-to-SCK and SCK-to-CS delay to make every peripheral happy, in order
to not carry this binding over to ACPI, at least we should establish
that and do it now, so that the DT code can benefit from that as well.
- The bus-num property was made optional by Sascha Hauer in commit
29d2daf2c33c ("spi: spi-fsl-dspi: Make bus-num property optional").
I think this is because he couldn't just remove it completely. But
that doesn't mean we should carry it over to ACPI. The SPI core should
know to allocate a bus_num dynamically (using IDR, or by looking at
aliases) if we just set spi->bus_num = -1.
- The spi-num-chipselects can be deduced from compatible string and bus
number, and therefore we can avoid carrying it over to ACPI. But
again, DT should have this logic first, and then ACPI can be added.
- The compatible string plays an integral part in the functionality of
the spi-fsl-dspi driver. I want to see a solution for ACPI where the
driver knows on which SoC it's running on. Otherwise it doesn't know
what are the silicon parameters of the DSPI module (XSPI present or
not, DMA present or not, FIFO depth). I don't see that now. I just see
something hardcoded for:
{ "NXP0005", .driver_data = (kernel_ulong_t)&devtype_data[LS2085A], }
Thanks,
-Vladimir
next prev parent reply other threads:[~2020-08-26 11:48 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-21 13:10 [PATCH] spi: spi-fsl-dspi: Add ACPI support kuldip dwivedi
2020-08-21 14:07 ` Mark Brown
2020-08-22 14:07 ` Kuldip Dwivedi
2020-08-22 15:21 ` Vladimir Oltean
2020-08-24 11:25 ` Mark Brown
2020-08-26 8:19 ` Qiang Zhao
2020-08-26 10:19 ` Mark Brown
2020-08-26 11:10 ` Qiang Zhao
2020-08-26 11:47 ` Vladimir Oltean [this message]
2020-08-26 14:23 ` Mark Brown
2020-08-26 14:47 ` Vladimir Oltean
2020-08-26 15:13 ` Kuldip Dwivedi
2020-08-26 16:09 ` Vladimir Oltean
2020-08-26 17:02 ` Mark Brown
2020-08-26 18:30 ` Vladimir Oltean
2020-08-26 18:36 ` Mark Brown
2020-08-26 16:55 ` Mark Brown
2020-08-26 18:33 ` Vladimir Oltean
2020-08-26 18:42 ` Mark Brown
2020-08-21 16:49 ` kernel test robot
2020-08-22 18:33 ` Vladimir Oltean
2020-08-26 19:34 ` Andy Shevchenko
2020-08-26 19:36 ` Andy Shevchenko
2020-08-26 19:56 ` Vladimir Oltean
2020-08-26 20:41 ` Mark Brown
2020-08-26 20:41 ` Vladimir Oltean
2020-08-26 20:45 ` Mark Brown
2020-08-26 21:06 ` Vladimir Oltean
2020-08-27 11:32 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200826114758.4agph53ag2fin6um@skbuf \
--to=olteanv@gmail.com \
--cc=V.Sethi@nxp.com \
--cc=broonie@kernel.org \
--cc=kuldip.dwivedi@puresoftware.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=pankaj.bansal@nxp.com \
--cc=qiang.zhao@nxp.com \
--cc=tanveer.alam@puresoftware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox