[U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver

2013-08-30 Thread Tom Rini
From: Greg Guyotte gguyo...@ti.com Add a driver for the TPS65217 PMIC that is found in the Beaglebone family of boards. Signed-off-by: Greg Guyotte gguyo...@ti.com [trini: Split and rework Greg's changes into new drivers/power framework] Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: -

Re: [U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver

2013-07-25 Thread Tom Rini
On Tue, Jul 23, 2013 at 01:34:15PM -0500, Dan Murphy wrote: On 07/19/2013 02:00 PM, Tom Rini wrote: From: Greg Guyotte gguyo...@ti.com Add a driver for the TPS65217 PMIC that is found in the Beaglebone family of boards. Signed-off-by: Greg Guyotte gguyo...@ti.com [trini: Split and

Re: [U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver

2013-07-25 Thread Dan Murphy
On 07/25/2013 09:37 AM, Tom Rini wrote: On Tue, Jul 23, 2013 at 01:34:15PM -0500, Dan Murphy wrote: On 07/19/2013 02:00 PM, Tom Rini wrote: From: Greg Guyotte gguyo...@ti.com Add a driver for the TPS65217 PMIC that is found in the Beaglebone family of boards. Can we add the public reference

Re: [U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver

2013-07-25 Thread Tom Rini
On Thu, Jul 25, 2013 at 12:21:41PM -0500, Dan Murphy wrote: On 07/25/2013 09:37 AM, Tom Rini wrote: On Tue, Jul 23, 2013 at 01:34:15PM -0500, Dan Murphy wrote: On 07/19/2013 02:00 PM, Tom Rini wrote: From: Greg Guyotte gguyo...@ti.com Add a driver for the TPS65217 PMIC that is found in

Re: [U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver

2013-07-23 Thread Dan Murphy
On 07/19/2013 02:00 PM, Tom Rini wrote: From: Greg Guyotte gguyo...@ti.com Add a driver for the TPS65217 PMIC that is found in the Beaglebone family of boards. Signed-off-by: Greg Guyotte gguyo...@ti.com [trini: Split and rework Greg's changes into new drivers/power framework]

[U-Boot] [PATCH 2/6] drivers/power/pmic: Add tps65217 driver

2013-07-19 Thread Tom Rini
From: Greg Guyotte gguyo...@ti.com Add a driver for the TPS65217 PMIC that is found in the Beaglebone family of boards. Signed-off-by: Greg Guyotte gguyo...@ti.com [trini: Split and rework Greg's changes into new drivers/power framework] Signed-off-by: Tom Rini tr...@ti.com ---