Re: [PATCH 2/2] mfd: palmas add variant and OTP detection

2013-02-22 Thread Ian Lartey
On 22/02/13 10:30, Laxman Dewangan wrote: On Friday 22 February 2013 06:22 AM, Ian Lartey wrote: From: Graeme Gregory Read the chip varient and the OTP information from the chip and display this on probe to aid in debugging of issues. +/* Read varient info from the device */ +slave

Re: [PATCH 2/2] mfd: palmas add variant and OTP detection

2013-02-22 Thread Laxman Dewangan
On Friday 22 February 2013 06:22 AM, Ian Lartey wrote: From: Graeme Gregory Read the chip varient and the OTP information from the chip and display this on probe to aid in debugging of issues. + /* Read varient info from the device */ + slave = PALMAS_BASE_TO_SLAVE(PALMAS_ID_BASE);

[PATCH 2/2] mfd: palmas add variant and OTP detection

2013-02-21 Thread Ian Lartey
From: Graeme Gregory Read the chip varient and the OTP information from the chip and display this on probe to aid in debugging of issues. Older palmas chips do not have the USB_ID programmed and will therefore return 0x for this field. Signed-off-by: Graeme Gregory Signed-off-by: Ian Larte