Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-boundary-uboot
Commits
fea9b69a
Commit
fea9b69a
authored
10 years ago
by
Scott Jiang
Committed by
Heiko Schocher
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
blackfin: rename bfin-twi_i2c driver to adi_i2c
Signed-off-by:
Scott Jiang
<
scott.jiang.linux@gmail.com
>
parent
2086e388
No related branches found
No related tags found
No related merge requests found
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/configs/pr1.h
+1
-1
1 addition, 1 deletion
include/configs/pr1.h
include/configs/tcm-bf518.h
+1
-1
1 addition, 1 deletion
include/configs/tcm-bf518.h
include/configs/tcm-bf537.h
+1
-1
1 addition, 1 deletion
include/configs/tcm-bf537.h
with
3 additions
and
3 deletions
include/configs/pr1.h
+
1
−
1
View file @
fea9b69a
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
/*
/*
* I2C Settings
* I2C Settings
*/
*/
#define CONFIG_
BFIN_TWI_I2C
#define CONFIG_
SYS_I2C_ADI
#define CONFIG_HARD_I2C
#define CONFIG_HARD_I2C
...
...
This diff is collapsed.
Click to expand it.
include/configs/tcm-bf518.h
+
1
−
1
View file @
fea9b69a
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
/*
/*
* I2C Settings
* I2C Settings
*/
*/
#define CONFIG_
BFIN_TWI_I2C 1
#define CONFIG_
SYS_I2C_ADI
#define CONFIG_HARD_I2C 1
#define CONFIG_HARD_I2C 1
...
...
This diff is collapsed.
Click to expand it.
include/configs/tcm-bf537.h
+
1
−
1
View file @
fea9b69a
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
/*
/*
* I2C Settings
* I2C Settings
*/
*/
#define CONFIG_
BFIN_TWI_I2C 1
#define CONFIG_
SYS_I2C_ADI
#define CONFIG_HARD_I2C 1
#define CONFIG_HARD_I2C 1
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment