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
nexedi
linux
Commits
11e91689
Commit
11e91689
authored
Jun 26, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'spi/topic/imx' into spi-next
parents
2a5c37ca
e9b3db66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
drivers/spi/spi-imx.c
drivers/spi/spi-imx.c
+0
-8
No files found.
drivers/spi/spi-imx.c
View file @
11e91689
...
...
@@ -37,7 +37,6 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/pinctrl/consumer.h>
#include <linux/platform_data/spi-imx.h>
...
...
@@ -759,7 +758,6 @@ static int spi_imx_probe(struct platform_device *pdev)
struct
spi_master
*
master
;
struct
spi_imx_data
*
spi_imx
;
struct
resource
*
res
;
struct
pinctrl
*
pinctrl
;
int
i
,
ret
,
num_cs
;
if
(
!
np
&&
!
mxc_platform_info
)
{
...
...
@@ -848,12 +846,6 @@ static int spi_imx_probe(struct platform_device *pdev)
goto
out_iounmap
;
}
pinctrl
=
devm_pinctrl_get_select_default
(
&
pdev
->
dev
);
if
(
IS_ERR
(
pinctrl
))
{
ret
=
PTR_ERR
(
pinctrl
);
goto
out_free_irq
;
}
spi_imx
->
clk_ipg
=
devm_clk_get
(
&
pdev
->
dev
,
"ipg"
);
if
(
IS_ERR
(
spi_imx
->
clk_ipg
))
{
ret
=
PTR_ERR
(
spi_imx
->
clk_ipg
);
...
...
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