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
ad14ad73
Commit
ad14ad73
authored
Oct 25, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'spi/topic/rspi' into spi-next
parents
b3d6c800
cb52c673
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
234 additions
and
40 deletions
+234
-40
drivers/spi/Kconfig
drivers/spi/Kconfig
+1
-1
drivers/spi/spi-rspi.c
drivers/spi/spi-rspi.c
+231
-39
include/linux/spi/rspi.h
include/linux/spi/rspi.h
+2
-0
No files found.
drivers/spi/Kconfig
View file @
ad14ad73
...
...
@@ -370,7 +370,7 @@ config SPI_PXA2XX_PCI
config SPI_RSPI
tristate "Renesas RSPI controller"
depends on
SUPERH
&& SH_DMAE_BASE
depends on
(SUPERH || ARCH_SHMOBILE)
&& SH_DMAE_BASE
help
SPI driver for Renesas RSPI blocks.
...
...
drivers/spi/spi-rspi.c
View file @
ad14ad73
This diff is collapsed.
Click to expand it.
include/linux/spi/rspi.h
View file @
ad14ad73
...
...
@@ -26,6 +26,8 @@ struct rspi_plat_data {
unsigned
int
dma_rx_id
;
unsigned
dma_width_16bit
:
1
;
/* DMAC read/write width = 16-bit */
u16
num_chipselect
;
};
#endif
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