On 09/10/2012 01:21 PM, Rajanikanth HV wrote:
...
> -static int __devinit ab8500_btemp_probe(struct platform_device *pdev)
> +static int __devinit
> +btemp_of_probe(struct device *dev,
> + struct device_node *np,
> + struct abx500_bm_plat_data *bm_pdata)
> {
> - int irq
On Tuesday 11 September 2012, Rajanikanth HV wrote:
> >> +Supplied-to:
> >> + This shall be power supply class dependency where in the
> runtime battery
> >> + properties will be shared across fuel guage and charging
> algorithm driver.
> >
> > I probably don't understand enough of this, bu
On Monday 10 September 2012 07:31 PM, Arnd Bergmann wrote:
> On Monday 10 September 2012, Rajanikanth HV wrote:
>> +
>> +supplied-to:
>> + This is a logical binding w.r.t power supply event change
>> + across energy-management-module drivers where in the
>> + runtime battery prop
On Mon, Sep 10, 2012 at 7:01 AM, Arnd Bergmann wrote:
> On Monday 10 September 2012, Rajanikanth HV wrote:
>> + thermister-internal-to-battery = <1>;
>> + li_ion_9100_battery = <0>;
>
> Boolean properties should be empty when enabled and not present when
> disabled. In
On Monday 10 September 2012, Rajanikanth HV wrote:
> +
> +supplied-to:
> + This is a logical binding w.r.t power supply event change
> + across energy-management-module drivers where in the
> + runtime battery properties are shared along with uevent
> + notification.
> +
This patch adds device tree support for
battery temperature monitor driver
Signed-off-by: Rajanikanth H.V
---
.../bindings/power_supply/ab8500/btemp.txt | 52 ++
arch/arm/boot/dts/dbx5x0.dtsi |8 +
drivers/mfd/ab8500-core.c |1 +
@@ -964,11 +966,13 @@ static int __devinit ab8500_btemp_probe(struct
platform_device *pdev)
{
int irq, i, ret = 0;
u8 val;
- struct abx500_bm_plat_data *plat_data = pdev->dev.platform_data;
I already told you about this.
your previous comment was: "No, it's meant to work w
> Date: Tue, 10 Jul 2012 14:12:01 +
> From: Arnd Bergmann
> To: linux-arm-ker...@lists.infradead.org
> Cc: linaro-dev@lists.linaro.org, linux-ker...@vger.kernel.org,
> "Rajanikanth H.V" ,
patc...@linaro.org
> Subject: Re: [PATCH] mfd: Implement d
ect: Re: [PATCH] mfd: Implement devicetree support for AB8500
> Btemp
> Message-ID: <4ffc563d.2080...@linaro.org>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Some of my comments are picky, but if it's going into Mainline, it
> should at least look profe
Some of my comments are picky, but if it's going into Mainline, it
should at least look professional.
You didn't CC the ST-Ericsson internal mailing list.
Address is stericsson_nomadik_li...@list.st.com
I'll do it for now, but please do so on your next submission.
On 10/07/12 15:23, Rajanikan
On Tuesday 10 July 2012, Rajanikanth H.V wrote:
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/power_supply/ab8500/btemp.txt
> @@ -0,0 +1,54 @@
> +AB8500 Battery Termperature Monitor Driver
> +
> +AB8500 is a mixed signal multimedia and power management
> +device comprising: power and e
From: "Rajanikanth H.V"
This patch adds device tree support for
battery temperature monitor driver
Signed-off-by: Rajanikanth H.V
---
.../bindings/power_supply/ab8500/btemp.txt | 54 ++
arch/arm/boot/dts/db8500.dtsi | 17 +
arch/arm/mach-ux500/Makefile
12 matches
Mail list logo