Re: [PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver.

2018-05-01 Thread Lee Jones
On Tue, 01 May 2018, Sebastian Reichel wrote: > Hi Enric, > > On Mon, Apr 30, 2018 at 03:14:02PM +0200, Enric Balletbo i Serra wrote: > > From: Sameer Nanda > > > > This driver gets various bits of information about what is connected to > > USB PD ports from the EC and converts that into power_

Re: [PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver.

2018-05-01 Thread Sebastian Reichel
Hi Enric, On Mon, Apr 30, 2018 at 03:14:02PM +0200, Enric Balletbo i Serra wrote: > From: Sameer Nanda > > This driver gets various bits of information about what is connected to > USB PD ports from the EC and converts that into power_supply properties. > > Signed-off-by: Sameer Nanda > Signed

Re: [PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver.

2018-05-01 Thread Lee Jones
On Mon, 30 Apr 2018, Enric Balletbo i Serra wrote: > From: Sameer Nanda > > This driver gets various bits of information about what is connected to > USB PD ports from the EC and converts that into power_supply properties. > > Signed-off-by: Sameer Nanda > Signed-off-by: Enric Balletbo i Serra

Re: [PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver.

2018-04-30 Thread Enric Balletbo Serra
Hi Miguel, 2018-04-30 15:20 GMT+02:00 Miguel Ojeda : > On Mon, Apr 30, 2018 at 3:14 PM, Enric Balletbo i Serra > wrote: >> From: Sameer Nanda >> >> This driver gets various bits of information about what is connected to >> USB PD ports from the EC and converts that into power_supply properties.

Re: [PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver.

2018-04-30 Thread Miguel Ojeda
On Mon, Apr 30, 2018 at 3:14 PM, Enric Balletbo i Serra wrote: > From: Sameer Nanda > > This driver gets various bits of information about what is connected to > USB PD ports from the EC and converts that into power_supply properties. > > Signed-off-by: Sameer Nanda > Signed-off-by: Enric Ballet

[PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver.

2018-04-30 Thread Enric Balletbo i Serra
From: Sameer Nanda This driver gets various bits of information about what is connected to USB PD ports from the EC and converts that into power_supply properties. Signed-off-by: Sameer Nanda Signed-off-by: Enric Balletbo i Serra --- Changes in v2: - [2/3] Add SPDX header, use devm_ variant a