All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] spi/bcm63xx: cleanup and decouple from arch code
@ 2015-10-12 10:24 Jonas Gorski
       [not found] ` <1444645463-20915-1-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jonas Gorski @ 2015-10-12 10:24 UTC (permalink / raw)
  To: linux-spi-u79uwXL29TY76Z2rM5mHXA; +Cc: Mark Brown, Florian Fainelli

This patchset decouples spi-bcm63xx from any arch code to allow building
it for more than MIPS/BCM63XX as well as allow compile testing it on any
arch/platform.

Since the main target of this patch is the spi driver, it should
probably go through the spi tree.

Changes v2 -> v3:

* Rebase onto applied patches 1~4 of v1.

Changes v1 -> v2:

* Use device name instead of register size for identifying core
  version.
* Since we now touch arch/mips, drop the rest as well.
* Fix big endian detection.
* Reorder the patches so the move of the register definitions is the
  last step.

Jonas Gorski (3):
  spi/bcm63xx: fix standard accessors and compile guard
  spi/bcm63xx: move message control word description to register offsets
  spi/bcm63xx: move register definitions into the driver

 arch/mips/bcm63xx/dev-spi.c                        |  42 +----
 .../include/asm/mach-bcm63xx/bcm63xx_dev_spi.h     |  44 -----
 drivers/spi/Kconfig                                |   2 +-
 drivers/spi/spi-bcm63xx.c                          | 202 ++++++++++++++++++---
 4 files changed, 179 insertions(+), 111 deletions(-)

-- 
2.1.4
--
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] 6+ messages in thread

end of thread, other threads:[~2015-10-12 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12 10:24 [PATCH V3 0/3] spi/bcm63xx: cleanup and decouple from arch code Jonas Gorski
     [not found] ` <1444645463-20915-1-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-10-12 10:24   ` [PATCH V3 1/3] spi/bcm63xx: fix standard accessors and compile guard Jonas Gorski
     [not found]     ` <1444645463-20915-2-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-10-12 16:59       ` Applied "spi/bcm63xx: fix standard accessors and compile guard" to the spi tree Mark Brown
2015-10-12 10:24   ` [PATCH V3 2/3] spi/bcm63xx: move message control word description to register offsets Jonas Gorski
     [not found]     ` <1444645463-20915-3-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-10-12 16:59       ` Applied "spi/bcm63xx: move message control word description to register offsets" to the spi tree Mark Brown
2015-10-12 10:24   ` [PATCH V3 3/3] spi/bcm63xx: move register definitions into the driver Jonas Gorski

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.