All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] spi/bcm63xx: cleanup and decouple from arch code
@ 2015-09-10 14:11 Jonas Gorski
       [not found] ` <1441894304-22316-1-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Jonas Gorski @ 2015-09-10 14:11 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.

Based on for-next, obviously 4.4 material.

Jonas Gorski (6):
  spi/bcm63xx: remove unused rx_tail variable
  spi/bcm63xx: always use a fixed number of CS
  spi/bcm63xx: hardcode busnum to 0
  spi/bcm63xx: replace custom io accessors with standard ones
  spi/bcm63xx: move register definitions into the driver
  spi/bcm63xx: move message control word description to register offsets

 drivers/spi/Kconfig       |   2 +-
 drivers/spi/spi-bcm63xx.c | 195 +++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 176 insertions(+), 21 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] 14+ messages in thread

end of thread, other threads:[~2015-09-14 18:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 14:11 [PATCH 0/6] spi/bcm63xx: cleanup and decouple from arch code Jonas Gorski
     [not found] ` <1441894304-22316-1-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-10 14:11   ` [PATCH 1/6] spi/bcm63xx: remove unused rx_tail variable Jonas Gorski
     [not found]     ` <1441894304-22316-2-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-14 18:54       ` Applied "spi/bcm63xx: remove unused rx_tail variable" to the spi tree Mark Brown
2015-09-10 14:11   ` [PATCH 2/6] spi/bcm63xx: always use a fixed number of CS Jonas Gorski
     [not found]     ` <1441894304-22316-3-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-14 18:54       ` Applied "spi/bcm63xx: always use a fixed number of CS" to the spi tree Mark Brown
2015-09-10 14:11   ` [PATCH 3/6] spi/bcm63xx: hardcode busnum to 0 Jonas Gorski
     [not found]     ` <1441894304-22316-4-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-14 18:54       ` Applied "spi/bcm63xx: hardcode busnum to 0" to the spi tree Mark Brown
2015-09-10 14:11   ` [PATCH 4/6] spi/bcm63xx: replace custom io accessors with standard ones Jonas Gorski
     [not found]     ` <1441894304-22316-5-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-14 18:54       ` Applied "spi/bcm63xx: replace custom io accessors with standard ones" to the spi tree Mark Brown
2015-09-10 14:11   ` [PATCH 5/6] spi/bcm63xx: move register definitions into the driver Jonas Gorski
     [not found]     ` <1441894304-22316-6-git-send-email-jogo-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-10 19:10       ` Florian Fainelli
     [not found]         ` <55F1D5AC.5020407-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2015-09-11 10:27           ` Jonas Gorski
     [not found]             ` <CAOiHx=mXBnfMx1SO+iG=BB6038c99YS8MkM8Nn-itHOoHzAJiQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-11 11:22               ` Mark Brown
2015-09-10 14:11   ` [PATCH 6/6] spi/bcm63xx: move message control word description to register offsets 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.