]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'for-mfd-and-power' of git://git.linaro.org/people/ljones/linux-3.0...
authorAnton Vorontsov <anton@enomsg.org>
Tue, 19 Mar 2013 02:02:58 +0000 (19:02 -0700)
committerAnton Vorontsov <anton@enomsg.org>
Tue, 19 Mar 2013 02:02:58 +0000 (19:02 -0700)
From Lee Jones <lee.jones@linaro.org>:

"Please find the next instalment of the AB8500 Power drivers upgrade. A lot of
work has taken place on the internal development track, but little effort has
gone into mainlining it. There is a large backlog of patches which are in need
of forward-porting, then upstreaming. This patch-set aims to make a large dent
into them."

Conflicts:
drivers/mfd/ab8500-gpadc.c

1  2 
drivers/mfd/ab8500-gpadc.c

index 5f341a50ee5a5783e6e84118124e9efcfe177bd3,af1db2a45e8624319d47fbaa57635b156d4b0cb0..65f72284185d9cbf2d9eff0125015c7557fd119a
@@@ -669,11 -987,12 +994,13 @@@ static int ab8500_gpadc_probe(struct pl
        ab8500_gpadc_read_calibration_data(gpadc);
        list_add_tail(&gpadc->node, &ab8500_gpadc_list);
        dev_dbg(gpadc->dev, "probe success\n");
        return 0;
  
 +fail_enable:
  fail_irq:
-       free_irq(gpadc->irq, gpadc);
+       free_irq(gpadc->irq_sw, gpadc);
+       free_irq(gpadc->irq_hw, gpadc);
  fail:
        kfree(gpadc);
        gpadc = NULL;