projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add AR934X specific bootstrap and reset register bits
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
spi
/
ar71xx_spi.c
diff --git
a/target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c
b/target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c
index
ac60170
..
f548cde
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c
+++ b/
target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c
@@
-31,11
+31,11
@@
#undef PER_BIT_READ
struct ar71xx_spi {
#undef PER_BIT_READ
struct ar71xx_spi {
- struct spi_bitbang bitbang;
+ struct spi_bitbang bitbang;
u32 ioc_base;
u32 reg_ctrl;
u32 ioc_base;
u32 reg_ctrl;
- void __iomem *base;
+ void __iomem *base;
struct platform_device *pdev;
u32 (*get_ioc_base)(u8 chip_select, int cs_high,
struct platform_device *pdev;
u32 (*get_ioc_base)(u8 chip_select, int cs_high,
@@
-234,7
+234,7
@@
static int ar71xx_spi_probe(struct platform_device *pdev)
return 0;
iounmap(sp->base);
return 0;
iounmap(sp->base);
-
err1:
+err1:
platform_set_drvdata(pdev, NULL);
spi_master_put(sp->bitbang.master);
platform_set_drvdata(pdev, NULL);
spi_master_put(sp->bitbang.master);
This page took
0.026503 seconds
and
4
git commands to generate.