Re: [PATCH v4 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

2016-03-15 Thread Benson Leung
On Tue, Mar 8, 2016 at 10:09 AM, kbuild test robot wrote: > Hi Sameer, > > [auto build test WARNING on v4.5-rc7] > [also build test WARNING on next-20160308] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: >

Re: [PATCH v4 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

2016-03-15 Thread Benson Leung
On Tue, Mar 8, 2016 at 10:09 AM, kbuild test robot wrote: > Hi Sameer, > > [auto build test WARNING on v4.5-rc7] > [also build test WARNING on next-20160308] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: >

Re: [PATCH v4 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

2016-03-08 Thread kbuild test robot
Hi Sameer, [auto build test WARNING on v4.5-rc7] [also build test WARNING on next-20160308] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH v4 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

2016-03-08 Thread kbuild test robot
Hi Sameer, [auto build test WARNING on v4.5-rc7] [also build test WARNING on next-20160308] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH v4 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

2016-03-08 Thread Tomeu Vizoso
From: Sameer Nanda This driver exposes the charger functionality in the PD EC to userspace. Signed-off-by: Tomeu Vizoso Cc: Sameer Nanda Cc: Benson Leung Cc: Shawn Nematbakhsh ---

[PATCH v4 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

2016-03-08 Thread Tomeu Vizoso
From: Sameer Nanda This driver exposes the charger functionality in the PD EC to userspace. Signed-off-by: Tomeu Vizoso Cc: Sameer Nanda Cc: Benson Leung Cc: Shawn Nematbakhsh --- Changes in v4: - Declare size parameters in ec_command as size_t Changes in v3: - Use do_div so it builds on