* [PATCH 0/3] spi: add set_cs_timing support for HW/SW CS mode
@ 2021-02-07 3:09 Leilk Liu
2021-02-08 18:40 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Leilk Liu @ 2021-02-07 3:09 UTC (permalink / raw)
To: Mark Brown
Cc: Mark Rutland, Matthias Brugger, devicetree, linux-kernel,
linux-arm-kernel, linux-spi, linux-mediatek, fparent
Some controllers only have one HW CS, if support multiple devices, other devices need
to use SW CS.
This patch adds the support of both HW and SW CS via cs_gpio.
leilk.liu (3):
spi: add power control when set_cs_timing
spi: support CS timing for HW & SW mode
spi: mediatek: add set_cs_timing support
drivers/spi/spi-mt65xx.c | 72 +++++++++++++++++++++++++++++++---------
drivers/spi/spi.c | 32 +++++++++++++++---
2 files changed, 83 insertions(+), 21 deletions(-)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/3] spi: add set_cs_timing support for HW/SW CS mode
2021-02-07 3:09 [PATCH 0/3] spi: add set_cs_timing support for HW/SW CS mode Leilk Liu
@ 2021-02-08 18:40 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2021-02-08 18:40 UTC (permalink / raw)
To: Leilk Liu
Cc: linux-kernel, fparent, linux-arm-kernel, Mark Rutland, devicetree,
linux-mediatek, Matthias Brugger, linux-spi
On Sun, 7 Feb 2021 11:09:50 +0800, Leilk Liu wrote:
> Some controllers only have one HW CS, if support multiple devices, other devices need
> to use SW CS.
> This patch adds the support of both HW and SW CS via cs_gpio.
>
> leilk.liu (3):
> spi: add power control when set_cs_timing
> spi: support CS timing for HW & SW mode
> spi: mediatek: add set_cs_timing support
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
Thanks!
[1/3] spi: add power control when set_cs_timing
commit: 4cea6b8cc34ee61358d681bd2009b8bac1736ffe
[2/3] spi: support CS timing for HW & SW mode
commit: 0486d9f91d373e7f47276f30898ee0cb12656a70
[3/3] spi: mediatek: add set_cs_timing support
commit: 9f6e7e8d432e39d4f3d5d3c80129aec7f383b2b4
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-08 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07 3:09 [PATCH 0/3] spi: add set_cs_timing support for HW/SW CS mode Leilk Liu
2021-02-08 18:40 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).