Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199083
b: refs/heads/master
c: f5bf403
h: refs/heads/master
i:
  199081: beb72e4
  199079: bd8699e
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Richard Purdie committed May 26, 2010
1 parent e4faabd commit 84cf61c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ddfd12f3584840f5190897214423061d8a0602f
refs/heads/master: f5bf403a9dc944bf560f49dd029195e54fcbc41c
3 changes: 3 additions & 0 deletions trunk/drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,9 @@ static int __devinit pcf50633_probe(struct i2c_client *client,
&pcf->mbc_pdev);
pcf50633_client_dev_register(pcf, "pcf50633-adc",
&pcf->adc_pdev);
pcf50633_client_dev_register(pcf, "pcf50633-backlight",
&pcf->bl_pdev);


for (i = 0; i < PCF50633_NUM_REGULATORS; i++) {
struct platform_device *pdev;
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/linux/mfd/pcf50633/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/power_supply.h>
#include <linux/mfd/pcf50633/backlight.h>

struct pcf50633;

Expand All @@ -43,6 +44,8 @@ struct pcf50633_platform_data {
void (*force_shutdown)(struct pcf50633 *);

u8 resumers[5];

struct pcf50633_bl_platform_data *backlight_data;
};

struct pcf50633_irq {
Expand Down Expand Up @@ -152,6 +155,7 @@ struct pcf50633 {
struct platform_device *mbc_pdev;
struct platform_device *adc_pdev;
struct platform_device *input_pdev;
struct platform_device *bl_pdev;
struct platform_device *regulator_pdev[PCF50633_NUM_REGULATORS];
};

Expand Down

0 comments on commit 84cf61c

Please sign in to comment.