Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
f1632c32
Commit
f1632c32
authored
Sep 01, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'spi/topic/blackfin-v3' into spi-next
parents
b29bc3df
d9740f6a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
980 additions
and
1 deletion
+980
-1
drivers/spi/Kconfig
drivers/spi/Kconfig
+8
-1
drivers/spi/Makefile
drivers/spi/Makefile
+1
-0
drivers/spi/spi-bfin-v3.c
drivers/spi/spi-bfin-v3.c
+971
-0
No files found.
drivers/spi/Kconfig
View file @
f1632c32
...
...
@@ -88,10 +88,17 @@ config SPI_BCM2835
config SPI_BFIN5XX
tristate "SPI controller driver for ADI Blackfin5xx"
depends on BLACKFIN
depends on BLACKFIN
&& !BF60x
help
This is the SPI controller master driver for Blackfin 5xx processor.
config SPI_BFIN_V3
tristate "SPI controller v3 for Blackfin"
depends on BF60x
help
This is the SPI controller v3 master driver
found on Blackfin 60x processor.
config SPI_BFIN_SPORT
tristate "SPI bus via Blackfin SPORT"
depends on BLACKFIN
...
...
drivers/spi/Makefile
View file @
f1632c32
...
...
@@ -17,6 +17,7 @@ obj-$(CONFIG_SPI_AU1550) += spi-au1550.o
obj-$(CONFIG_SPI_BCM2835)
+=
spi-bcm2835.o
obj-$(CONFIG_SPI_BCM63XX)
+=
spi-bcm63xx.o
obj-$(CONFIG_SPI_BFIN5XX)
+=
spi-bfin5xx.o
obj-$(CONFIG_SPI_BFIN_V3)
+=
spi-bfin-v3.o
obj-$(CONFIG_SPI_BFIN_SPORT)
+=
spi-bfin-sport.o
obj-$(CONFIG_SPI_BITBANG)
+=
spi-bitbang.o
obj-$(CONFIG_SPI_BUTTERFLY)
+=
spi-butterfly.o
...
...
drivers/spi/spi-bfin-v3.c
0 → 100644
View file @
f1632c32
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment