On Tue, 02 May 2023 15:28:10 +0900, Jaewon Kim wrote: > Previously, polling mode was supported as quirk for SOC without DMA. > In order to use it more flexibly, it is supported when there is > no dmas property in devicetree, and the issue of using excessive CPU > usage in polling mode is solved by adding sleep during transfer time and > supporting interrupt mode. > > Changes in V3. > - Fix patch commit message. > - Change of_find_property() to of_property_present() with code cleanup > - Remove cpu_relax() related patch. > - Changes use_irq variable type to bool > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: s3c64xx: change polling mode to optional commit: d1a7718ee8dbcc488d3243d52e19c755123e0024 [2/3] spi: s3c64xx: add sleep during transfer commit: 3456674f54d3cfdedb28ce8a3db2b6f975392ac8 [3/3] spi: s3c64xx: support interrupt based pio mode commit: 1ee806718d5ef7de31c6063c4493f3d6527c9427 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