mbox series

[0/2] trivial fixes for fsl-spi and spidev

Message ID 20200220141143.3902922-1-oleksandr.suvorov@toradex.com (mailing list archive)
Headers show
Series trivial fixes for fsl-spi and spidev | expand

Message

Oleksandr Suvorov Feb. 20, 2020, 2:11 p.m. UTC
- the memory optimization in fsl-spi
- the fix of the max speed setting bug in spidev


Oleksandr Suvorov (2):
  spi: fsl-lpspi: remove unneeded array
  spi: spidev: fix a max speed setting

 drivers/spi/spi-fsl-lpspi.c |  7 ++-----
 drivers/spi/spidev.c        | 10 ++++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

Comments

Mark Brown Feb. 20, 2020, 4:47 p.m. UTC | #1
On Thu, Feb 20, 2020 at 02:11:46PM +0000, Oleksandr Suvorov wrote:

> Oleksandr Suvorov (2):
>   spi: fsl-lpspi: remove unneeded array
>   spi: spidev: fix a max speed setting

Please don't merge unrelated changes into a patch series, at best it's
confusing at worst it can result in unrelated patches holding each other
up.