Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b5a67ae3
Commit
b5a67ae3
authored
Jan 30, 2008
by
Bahadir Balban
Committed by
Catalin Marinas
Jan 31, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compact flash simplified driver.
parent
27681608
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
843 additions
and
0 deletions
+843
-0
drivers/block/Kconfig
drivers/block/Kconfig
+7
-0
drivers/block/Makefile
drivers/block/Makefile
+1
-0
drivers/block/cf_realview.c
drivers/block/cf_realview.c
+835
-0
No files found.
drivers/block/Kconfig
View file @
b5a67ae3
...
...
@@ -310,6 +310,13 @@ config BLK_DEV_UB
If unsure, say N.
config BLK_DEV_CF_REALVIEW
tristate "Realview PB11MPCore CompactFlash support"
depends on MACH_REALVIEW_PB11MP
help
If you would like to have compact flash interface support for
Realview PB11MPCore platform say Y.
config BLK_DEV_RAM
tristate "RAM disk support"
---help---
...
...
drivers/block/Makefile
View file @
b5a67ae3
...
...
@@ -30,5 +30,6 @@ obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
obj-$(CONFIG_VIODASD)
+=
viodasd.o
obj-$(CONFIG_BLK_DEV_SX8)
+=
sx8.o
obj-$(CONFIG_BLK_DEV_UB)
+=
ub.o
obj-$(CONFIG_BLK_DEV_CF_REALVIEW)
+=
cf_realview.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND)
+=
xen-blkfront.o
drivers/block/cf_realview.c
0 → 100644
View file @
b5a67ae3
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