Message ID | 20220602092540.369604-1-patrice.chotard@foss.st.com (mailing list archive) |
---|---|
Headers | show |
Series | spi: stm32-qspi: Remove unused parameters | expand |
On Thu, 2 Jun 2022 11:25:37 +0200, patrice.chotard@foss.st.com wrote: > From: Patrice Chotard <patrice.chotard@foss.st.com> > > This series cleans up spi-stm32-qspi driver by removing unused parameters > > Changes since v1: > _ add missing patch which removes unused param for stm32_qspi_wait_poll_status() > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: stm32-qspi: Remove stm32_qspi_get_mode() unused parameter commit: 5945ff905764ceba7eb721bac7f61c7c5ce16a50 [2/3] spi: stm32-qspi: Remove stm32_qspi_wait_cmd() unused parameter commit: 75c28a43a43f2c09f8feeb58413449d65a77968b [3/3] spi: stm32-qspi: Remove stm32_qspi_wait_poll_status() unused parameter commit: 6ce7061a75f7edeebe8710502042810109698619 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
From: Patrice Chotard <patrice.chotard@foss.st.com> This series cleans up spi-stm32-qspi driver by removing unused parameters Changes since v1: _ add missing patch which removes unused param for stm32_qspi_wait_poll_status() Patrice Chotard (3): spi: stm32-qspi: Remove stm32_qspi_get_mode() unused parameter spi: stm32-qspi: Remove stm32_qspi_wait_cmd() unused parameter spi: stm32-qspi: Remove stm32_qspi_wait_poll_status() unused parameter drivers/spi/spi-stm32-qspi.c | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-)