mbox series

[v2,0/5] spi: imx: Fix polarity switching for mx51-ecspi

Message ID 20181123085158.24753-1-u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series spi: imx: Fix polarity switching for mx51-ecspi | expand

Message

Uwe Kleine-König Nov. 23, 2018, 8:51 a.m. UTC
Hello,

this is compared to v1 just a rebase on top of v4.20-rc3. There are
minor conflicts with patches by Robin Gong that were applied to -rc1.

The second patch is in my eyes a candidate for stable.

Best regards
Uwe

Uwe Kleine-König (5):
  spi: imx: add a device specific prepare_message callback
  spi: imx: mx51-ecspi: Move some initialisation to prepare_message
    hook.
  spi: imx: style fixes
  spi: imx: rename config callback and add useful parameters
  spi: imx: drop useless member speed_hz from driver data struct

 drivers/spi/spi-imx.c | 144 +++++++++++++++++++++++++++++-------------
 1 file changed, 99 insertions(+), 45 deletions(-)