From: Florian Fainelli <florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
To: ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org
Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org,
spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PATCH 0/9 v3] MIPS: BCM63XX: add support for SPI
Date: Wed, 30 May 2012 12:04:14 +0200 [thread overview]
Message-ID: <3262201.kIFrIcTNNo@flexo> (raw)
In-Reply-To: <1328019048-5892-1-git-send-email-florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
Ralf,
On Tuesday 31 January 2012 15:10:39 Florian Fainelli wrote:
> This patch set depend on the serie "MIPS: BCM63XX: misc cleanup" and
> adds support for the SPI controller found in BCM63xx SoCs.
>
> Grant, it probably makes sense to get this merged via the MIPS tree
> since it mostly depends on it.
Grant merged the SPI driver a while ago during 3.4, and now we can't build
this driver because the platform-specific knobs have not been merged.
The only complains where from Maxime about the SPI driver itself, not the
other changes, can you merge this series without the latest patch?
Thanks!
>
> Florian Fainelli (9):
> MIPS: BCM63XX: add IRQ_SPI and CPU specific SPI IRQ values
> MIPS: BCM63XX: define BCM6358 SPI base address
> MIPS: BCM63XX: add BCM6368 SPI clock mask
> MIPS: BCM63XX: define SPI register sizes.
> MIPS: BCM63XX: remove SPI2 register
> MIPS: BCM63XX: define internal registers offsets of the SPI
> controller
> MIPS: BCM63XX: add stub to register the SPI platform driver
> MIPS: BCM63XX: make board setup code register the spi platform device
> spi: add Broadcom BCM63xx SPI controller driver
>
> arch/mips/bcm63xx/Makefile | 3 +-
> arch/mips/bcm63xx/boards/board_bcm963xx.c | 3 +
> arch/mips/bcm63xx/clk.c | 6 +-
> arch/mips/bcm63xx/dev-spi.c | 119 +++++
> arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | 23 +-
> .../include/asm/mach-bcm63xx/bcm63xx_dev_spi.h | 89 ++++
> arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 119 +++++
> drivers/spi/Kconfig | 6 +
> drivers/spi/Makefile | 1 +
> drivers/spi/spi-bcm63xx.c | 486
++++++++++++++++++++
> 10 files changed, 842 insertions(+), 13 deletions(-)
> create mode 100644 arch/mips/bcm63xx/dev-spi.c
> create mode 100644 arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_spi.h
> create mode 100644 drivers/spi/spi-bcm63xx.c
>
> --
> 1.7.5.4
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
prev parent reply other threads:[~2012-05-30 10:04 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-31 14:10 [PATCH 0/9 v3] MIPS: BCM63XX: add support for SPI Florian Fainelli
2012-01-31 14:10 ` [PATCH 1/9 v3] MIPS: BCM63XX: add IRQ_SPI and CPU specific SPI IRQ values Florian Fainelli
2012-01-31 14:10 ` [PATCH 2/9 v3] MIPS: BCM63XX: define BCM6358 SPI base address Florian Fainelli
2012-01-31 14:10 ` [PATCH 3/9 v3] MIPS: BCM63XX: add BCM6368 SPI clock mask Florian Fainelli
2012-01-31 14:10 ` [PATCH 4/9 v3] MIPS: BCM63XX: define SPI register sizes Florian Fainelli
2012-01-31 14:10 ` [PATCH 5/9 v3] MIPS: BCM63XX: remove SPI2 register Florian Fainelli
2012-01-31 14:10 ` [PATCH 6/9 v3] MIPS: BCM63XX: define internal registers offsets of the SPI controller Florian Fainelli
2012-01-31 14:10 ` [PATCH 7/9 v3] MIPS: BCM63XX: add stub to register the SPI platform driver Florian Fainelli
2012-01-31 14:10 ` [PATCH 8/9 v3] MIPS: BCM63XX: make board setup code register the spi platform device Florian Fainelli
2012-01-31 14:10 ` [PATCH 9/9 v3] spi: add Broadcom BCM63xx SPI controller driver Florian Fainelli
[not found] ` <1328019048-5892-10-git-send-email-florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2012-01-31 17:52 ` Shubhrajyoti Datta
2012-02-01 10:14 ` [PATCH v4] " Florian Fainelli
2012-02-01 11:22 ` Maxime Bizon
[not found] ` <1328091249-10389-1-git-send-email-florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2012-03-09 22:04 ` Grant Likely
2012-03-12 8:25 ` Florian Fainelli
2012-01-31 20:19 ` [PATCH 9/9 v3] " Grant Likely
[not found] ` <20120131201922.GE22611-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2012-01-31 21:20 ` Florian Fainelli
[not found] ` <201201312220.41561.florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2012-01-31 21:59 ` Grant Likely
[not found] ` <1328019048-5892-1-git-send-email-florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2012-05-30 10:04 ` Florian Fainelli [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3262201.kIFrIcTNNo@flexo \
--to=florian-p3rkhjxn3npafugrpc6u6w@public.gmane.org \
--cc=linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org \
--cc=ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org \
--cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).