Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
b016b041
Commit
b016b041
authored
Jun 28, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed naming conflict with the sensor-i2c driver
parent
ded741b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
clock10359.c
src/drivers/elphel/clock10359.c
+4
-4
No files found.
src/drivers/elphel/clock10359.c
View file @
b016b041
...
@@ -415,12 +415,12 @@ static int elphel393_clock10359_probe(struct platform_device *pdev)
...
@@ -415,12 +415,12 @@ static int elphel393_clock10359_probe(struct platform_device *pdev)
static
int
elphel393_clock10359_remove
(
struct
platform_device
*
pdev
)
static
int
elphel393_clock10359_remove
(
struct
platform_device
*
pdev
)
{
{
dev_info
(
&
pdev
->
dev
,
"Removing elphel393
-sensor-i2c
"
);
dev_info
(
&
pdev
->
dev
,
"Removing elphel393
_clock10359
"
);
return
0
;
return
0
;
}
}
static
struct
of_device_id
elphel393_clock10359_of_match
[]
=
{
static
struct
of_device_id
elphel393_clock10359_of_match
[]
=
{
{
.
compatible
=
"elphel,elphel393
-sensor-i2c
-1.00"
,
},
{
.
compatible
=
"elphel,elphel393
_clock10359
-1.00"
,
},
{
/* end of table */
}
{
/* end of table */
}
};
};
...
@@ -430,7 +430,7 @@ static struct platform_driver elphel393_clock10359 = {
...
@@ -430,7 +430,7 @@ static struct platform_driver elphel393_clock10359 = {
.
probe
=
elphel393_clock10359_probe
,
.
probe
=
elphel393_clock10359_probe
,
.
remove
=
elphel393_clock10359_remove
,
.
remove
=
elphel393_clock10359_remove
,
.
driver
=
{
.
driver
=
{
.
name
=
"elphel393-sensor-i2c"
,
.
name
=
DRV_NAME
,
.
owner
=
THIS_MODULE
,
.
owner
=
THIS_MODULE
,
.
of_match_table
=
elphel393_clock10359_of_match
,
.
of_match_table
=
elphel393_clock10359_of_match
,
.
pm
=
NULL
,
/* power management */
.
pm
=
NULL
,
/* power management */
...
@@ -440,7 +440,7 @@ static struct platform_driver elphel393_clock10359 = {
...
@@ -440,7 +440,7 @@ static struct platform_driver elphel393_clock10359 = {
module_platform_driver
(
elphel393_clock10359
);
module_platform_driver
(
elphel393_clock10359
);
MODULE_AUTHOR
(
"Andrey Filippov <andrey@elphel.com>"
);
MODULE_AUTHOR
(
"Andrey Filippov <andrey@elphel.com>"
);
MODULE_DESCRIPTION
(
"Elphel 10393
sensor ports i2c
"
);
MODULE_DESCRIPTION
(
"Elphel 10393
10359
"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_LICENSE
(
"GPL"
);
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