Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500
authorAnton Vorontsov <anton@enomsg.org>
Sun, 6 Jan 2013 01:14:22 +0000 (17:14 -0800)
committerAnton Vorontsov <anton@enomsg.org>
Sun, 6 Jan 2013 01:14:22 +0000 (17:14 -0800)
1  2 
drivers/mfd/ab8500-core.c
drivers/power/Makefile
drivers/power/ab8500_btemp.c
drivers/power/ab8500_charger.c
drivers/power/ab8500_fg.c
drivers/power/abx500_chargalg.c

Simple merge
Simple merge
@@@ -964,9 -973,10 +973,10 @@@ static char *supply_interface[] = 
        "ab8500_fg",
  };
  
 -static int __devinit ab8500_btemp_probe(struct platform_device *pdev)
 +static int ab8500_btemp_probe(struct platform_device *pdev)
  {
        struct device_node *np = pdev->dev.of_node;
+       struct abx500_bm_data *plat = pdev->dev.platform_data;
        struct ab8500_btemp *di;
        int irq, i, ret = 0;
        u8 val;
@@@ -2538,9 -2633,10 +2633,10 @@@ static char *supply_interface[] = 
        "ab8500_btemp",
  };
  
 -static int __devinit ab8500_charger_probe(struct platform_device *pdev)
 +static int ab8500_charger_probe(struct platform_device *pdev)
  {
        struct device_node *np = pdev->dev.of_node;
+       struct abx500_bm_data *plat = pdev->dev.platform_data;
        struct ab8500_charger *di;
        int irq, i, charger_status, ret = 0;
  
@@@ -2445,9 -2445,10 +2445,10 @@@ static char *supply_interface[] = 
        "ab8500_usb",
  };
  
 -static int __devinit ab8500_fg_probe(struct platform_device *pdev)
 +static int ab8500_fg_probe(struct platform_device *pdev)
  {
        struct device_node *np = pdev->dev.of_node;
+       struct abx500_bm_data *plat = pdev->dev.platform_data;
        struct ab8500_fg *di;
        int i, irq;
        int ret = 0;
@@@ -1803,9 -1803,10 +1803,10 @@@ static char *supply_interface[] = 
        "ab8500_fg",
  };
  
 -static int __devinit abx500_chargalg_probe(struct platform_device *pdev)
 +static int abx500_chargalg_probe(struct platform_device *pdev)
  {
        struct device_node *np = pdev->dev.of_node;
+       struct abx500_bm_data *plat = pdev->dev.platform_data;
        struct abx500_chargalg *di;
        int ret = 0;