Message ID | 20210726115058.23729-1-nikita.shubin@maquefel.me |
---|---|
Headers | show |
Series | arm: ep93xx: CCF conversion | expand |
On Mon, Jul 26, 2021 at 02:50:46PM +0300, Nikita Shubin wrote: > spi_master spi0: failed to prepare transfer hardware: -108 > > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> > --- > drivers/spi/spi-ep93xx.c | 4 ++-- You've not provided a Signed-off-by for this so I can't do anything with it, please see Documentation/process/submitting-patches.rst for details on what this is and why it's important.
On Mon, Jul 26, 2021 at 1:51 PM Nikita Shubin <nikita.shubin@maquefel.me> wrote: > This series series of patches converts ep93xx to Common Clock Framework. > > It consists of preparation patches to use clk_prepare_enable where it is > needed, instead of clk_enable used in ep93xx drivers prior to CCF and > a patch converting mach-ep93xx/clock.c to CCF. > > Link: https://lore.kernel.org/patchwork/cover/1445563/ > Link: https://lore.kernel.org/patchwork/patch/1435884/ > > Alexander Sverdlin (7): > iio: ep93xx: Prepare clock before using it > spi: spi-ep93xx: Prepare clock before using it > Input: ep93xx_keypad: Prepare clock before using it > video: ep93xx: Prepare clock before using it > dmaengine: ep93xx: Prepare clock before using it > ASoC: cirrus: i2s: Prepare clock before using it > pwm: ep93xx: Prepare clock before using it > > Nikita Shubin (1): > ep93xx: clock: convert in-place to COMMON_CLK This series is looking very good. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> I suppose the per-subsystem patches can be picked up by each subsystem maintainer and then you can send the "big patch" to the SoC tree. Yours, Linus Walleij
On Mon, 26 Jul 2021 16:59:48 +0300, Nikita Shubin wrote: > This series series of patches converts ep93xx to Common Clock Framework. > > It consists of preparation patches to use clk_prepare_enable where it is > needed, instead of clk_enable used in ep93xx drivers prior to CCF and > a patch converting mach-ep93xx/clock.c to CCF. > > Link: https://lore.kernel.org/patchwork/cover/1445563/ > Link: https://lore.kernel.org/patchwork/patch/1435884/ > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [2/8] spi: spi-ep93xx: Prepare clock before using it commit: 7c72dc56a631b87043e3c5838f5094db30d8c58d 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