All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Fix for imx-spi CS GPIOs
@ 2017-10-27  1:08 ` Trent Piepho
  0 siblings, 0 replies; 34+ messages in thread
From: Trent Piepho @ 2017-10-27  1:08 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-spi-u79uwXL29TY76Z2rM5mHXA
  Cc: Trent Piepho

This fixes a bug where GPIO based chip selects must be specified in the OF
node for spi-imx when they should be optional.

Fixes a regression in the platform data of imx31moboard.

Clean up of some old platform data based spi-imx users.

Changes from V1:
 * Collected reviewed bys.
 * Minor change to coding style in one patch.

Trent Piepho (4):
  spi: imx: GPIO based chip selects should not be required
  spi: imx: Fix failure path leak on GPIO request error
  spi: imx: Don't require platform data chipselect array
  ARM: imx: Update spi_imx platform data to reflect current state

 arch/arm/mach-imx/mach-mx31_3ds.c     | 18 ++-------------
 arch/arm/mach-imx/mach-mx31lilly.c    | 12 ++--------
 arch/arm/mach-imx/mach-mx31lite.c     | 16 ++------------
 arch/arm/mach-imx/mach-mx31moboard.c  | 17 +++------------
 arch/arm/mach-imx/mach-pcm037_eet.c   |  5 +----
 drivers/spi/spi-imx.c                 | 41 ++++++++++++++++-------------------
 include/linux/platform_data/spi-imx.h | 29 +++++++++++++++----------
 7 files changed, 46 insertions(+), 92 deletions(-)

-- 
2.14.3

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2017-11-06 19:20 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27  1:08 [PATCH v2 0/4] Fix for imx-spi CS GPIOs Trent Piepho
2017-10-27  1:08 ` Trent Piepho
     [not found] ` <20171027010841.28624-1-tpiepho-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-10-27  1:08   ` [PATCH v2 1/4] spi: imx: GPIO based chip selects should not be required Trent Piepho
2017-10-27  1:08     ` Trent Piepho
     [not found]     ` <20171027010841.28624-2-tpiepho-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-10-31 11:19       ` Mark Brown
2017-10-31 11:19         ` Mark Brown
     [not found]         ` <20171031111919.gocl7wwrhkwnxrya-7j8lgAiuQgnQXOPxS62xeg@public.gmane.org>
2017-10-31 16:57           ` Trent Piepho
2017-10-31 16:57             ` Trent Piepho
     [not found]             ` <1509469061.5473.16.camel-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-11-02 15:14               ` Mark Brown
2017-11-02 15:14                 ` Mark Brown
     [not found]                 ` <20171102151439.6dpfud7a5vtc27dy-7j8lgAiuQgnQXOPxS62xeg@public.gmane.org>
2017-11-03 17:53                   ` Trent Piepho
2017-11-03 17:53                     ` Trent Piepho
     [not found]                     ` <1509731639.5473.60.camel-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-11-03 18:37                       ` Mark Brown
2017-11-03 18:37                         ` Mark Brown
     [not found]                         ` <20171103183700.spnqbagr4q7fth4k-7j8lgAiuQgnQXOPxS62xeg@public.gmane.org>
2017-11-03 19:18                           ` Trent Piepho
2017-11-03 19:18                             ` Trent Piepho
     [not found]                             ` <1509736735.5473.87.camel-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-11-03 19:36                               ` Mark Brown
2017-11-03 19:36                                 ` Mark Brown
     [not found]                                 ` <20171103193649.jcoiy3raefikko2h-7j8lgAiuQgnQXOPxS62xeg@public.gmane.org>
2017-11-03 20:09                                   ` Trent Piepho
2017-11-03 20:09                                     ` Trent Piepho
     [not found]                                     ` <1509739759.5473.93.camel-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-11-03 20:11                                       ` Mark Brown
2017-11-03 20:11                                         ` Mark Brown
2017-11-06  7:32                               ` Sascha Hauer
2017-11-06  7:32                                 ` Sascha Hauer
     [not found]                                 ` <20171106073246.efcz7r2vnymz3me7-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2017-11-06 19:20                                   ` Trent Piepho
2017-11-06 19:20                                     ` Trent Piepho
2017-10-27  1:08   ` [PATCH v2 2/4] spi: imx: Fix failure path leak on GPIO request error Trent Piepho
2017-10-27  1:08     ` Trent Piepho
2017-10-27  1:08   ` [PATCH v2 3/4] spi: imx: Don't require platform data chipselect array Trent Piepho
2017-10-27  1:08     ` Trent Piepho
     [not found]     ` <20171027010841.28624-4-tpiepho-cgc2CodaaHDQT0dZR+AlfA@public.gmane.org>
2017-10-27 11:14       ` Oleksij Rempel
2017-10-27 11:14         ` Oleksij Rempel
2017-10-27  1:08   ` [PATCH v2 4/4] ARM: imx: Update spi_imx platform data to reflect current state Trent Piepho
2017-10-27  1:08     ` Trent Piepho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.