Message ID | 20230113102309.18308-1-marcan@marcan.st |
---|---|
Headers | show |
Series | SPI core CS delay fixes and additions | expand |
Hej Mark, On 2023-02-15 03:52:34 +0900, Kazuki wrote: > On Fri, Jan 13, 2023 at 03:57:26PM +0000, Mark Brown wrote: > > On Fri, 13 Jan 2023 19:23:07 +0900, Hector Martin wrote: > > > Commits f6c911f3308c ("spi: dt-bindings: Introduce > > > spi-cs-setup-ns property") and 33a2fde5f77b ("spi: Introduce > > > spi-cs-setup-ns property") introduced a new property to represent the > > > CS setup delay in the device tree, but they have some issues: > > > > > > - The property is only parsed as a 16-bit integer number of nanoseconds, > > > which limits the maximum value to ~65us. This is not a reasonable > > > upper limit, as some devices might need a lot more. > > > - The property name is inconsistent with other delay properties, which > > > use a "*-delay-ns" naming scheme. > > > - Only the setup delay is introduced, but not the related hold and > > > inactive delay times. > > > > > > [...] > > > > Applied to > > > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > > > > Thanks! > > > > [1/3] spi: Use a 32-bit DT property for spi-cs-setup-delay-ns > > commit: f276aacf5d2f7fb57e400db44c807ea3b9525fd6 > > Shouldn't this be sent to 6.2 before the property becomes a stable ABI? can we still get "spi: Use a 32-bit DT property for spi-cs-setup-delay-ns" into 6.2? If not I can send a single line patch which switches of_property_read_u16() to of_property_read_u32() to avoid defining "spi-cs-setup-delay-ns" to u16 as stable devicetree ABI. sorry this comes so late before 6.2, we missed to track the patches. Thanks, Janne
On Thu, Feb 16, 2023 at 10:04:11AM +0100, Janne Grunau wrote: > can we still get "spi: Use a 32-bit DT property for > spi-cs-setup-delay-ns" into 6.2? I think I sent a pull request for this already.
On 2023-02-16 15:55:52 +0000, Mark Brown wrote: > On Thu, Feb 16, 2023 at 10:04:11AM +0100, Janne Grunau wrote: > > > can we still get "spi: Use a 32-bit DT property for > > spi-cs-setup-delay-ns" into 6.2? > > I think I sent a pull request for this already. I see today's "[GIT PULL] SPI updates for v6.2-rc8-abi" https://lore.kernel.org/lkml/20230216131125.4A6FAC433D2@smtp.kernel.org/ but it was neither in "SPI fixes for v6.2-rc3" or "SPI fixes for v6.2-rc7" or in Linus' tree as of today. I think something went wrong with "[GIT PULL] SPI updates for v6.2-rc8-abi". The message reads is if you intended to just send "spi: Use a 32-bit DT property for spi-cs-setup-delay-ns" and not 62 commits. Janne
On Thu, Feb 16, 2023 at 05:21:07PM +0100, Janne Grunau wrote: > I think something went wrong with "[GIT PULL] SPI updates for > v6.2-rc8-abi". The message reads is if you intended to just send > "spi: Use a 32-bit DT property for spi-cs-setup-delay-ns" and not 62 > commits. You're right, thanks for noticing.