Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276155
b: refs/heads/master
c: 97371fa
h: refs/heads/master
i:
  276153: ebd2928
  276151: 8e3a6f4
v: v3
  • Loading branch information
Axel Lin authored and Russell King committed Nov 26, 2011
1 parent dbafb67 commit e6b8b05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46589e2922509f9134ce79fa75180886c9765c58
refs/heads/master: 97371fa99c1900a84a5220639edd726b35d73931
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-nuc900.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ static int __devinit nuc900_i2c_probe(struct platform_device *pdev)
i2c->adap.algo_data = i2c;
i2c->adap.dev.parent = &pdev->dev;

mfp_set_groupg(&pdev->dev);
mfp_set_groupg(&pdev->dev, NULL);

clk_get_rate(i2c->clk);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-nuc900.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static int __devinit nuc900_spi_probe(struct platform_device *pdev)
goto err_clk;
}

mfp_set_groupg(&pdev->dev);
mfp_set_groupg(&pdev->dev, NULL);
nuc900_init_spi(hw);

err = spi_bitbang_start(&hw->bitbang);
Expand Down
3 changes: 2 additions & 1 deletion trunk/sound/soc/nuc900/nuc900-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ static int __devinit nuc900_ac97_drvprobe(struct platform_device *pdev)
if (ret)
goto out3;

mfp_set_groupg(nuc900_audio->dev); /* enbale ac97 multifunction pin*/
/* enbale ac97 multifunction pin */
mfp_set_groupg(nuc900_audio->dev, "nuc900-audio");

return 0;

Expand Down

0 comments on commit e6b8b05

Please sign in to comment.