Re: [PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-30 Thread Sergei Shtylyov
Hello. On 29.03.2011 9:52, kalle.jokini...@nokia.com wrote: > > diff --git a/include/linux/power/isp1704_charger.h > > b/include/linux/power/isp1704_charger.h > > > new file mode 100644 > > > index 000..68096a6 > > > --- /dev/null > > > +++ b/include/linux/

RE: [PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-28 Thread kalle.jokiniemi
Hi, > -Original Message- > From: Jokiniemi Kalle (Nokia-MS/Tampere) > > > diff --git a/include/linux/power/isp1704_charger.h > > b/include/linux/power/isp1704_charger.h > > > new file mode 100644 > > > index 000..68096a6 > > > --- /dev/null > > > +++ b/include/linux/pow

RE: [PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-28 Thread kalle.jokiniemi
S/Helsinki); jhnik...@gmail.com; khil...@ti.com > Subject: Re: [PATCH v2 1/2] isp1704_charger: allow board specific powering > routine > > Hello. > > On 28-03-2011 10:51, Kalle Jokiniemi wrote: > > > The ISP1704/1707 chip can be put to full power down > &g

RE: [PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-28 Thread kalle.jokiniemi
om; khil...@ti.com > Subject: Re: [PATCH v2 1/2] isp1704_charger: allow board specific powering > routine > > Hi, > > Add Anton Vorontsov to your v3. This will > need ack from him, or this needs to go to him. In this case I guess we > are only dealing with RX51 stuff, so m

Re: [PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-28 Thread Heikki Krogerus
Hi, Add Anton Vorontsov to your v3. This will need ack from him, or this needs to go to him. In this case I guess we are only dealing with RX51 stuff, so maybe this should go to Tony. On Mon, Mar 28, 2011 at 09:51:38AM +0300, Kalle Jokiniemi wrote: > The ISP1704/1707 chip can be put to full powe

Re: [PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-28 Thread Sergei Shtylyov
Hello. On 28-03-2011 10:51, Kalle Jokiniemi wrote: The ISP1704/1707 chip can be put to full power down state by asserting the CHIP_SEL line. This patch enables platform or board specific hooks to put the device into power down mode in case not needed. These patches are preparatio for enablin

[PATCH v2 1/2] isp1704_charger: allow board specific powering routine

2011-03-27 Thread Kalle Jokiniemi
The ISP1704/1707 chip can be put to full power down state by asserting the CHIP_SEL line. This patch enables platform or board specific hooks to put the device into power down mode in case not needed. These patches are preparatio for enabling this powering routine in n900 (rx-51) devices. Thanks