Re: [U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-09 Thread Magnus Lilja
Hi Jens, On Tue, Jul 8, 2008 at 10:55 AM, Jens Gehrlein [EMAIL PROTECTED] wrote: Hi Magnus, Magnus Lilja schrieb: Hi, Jens Gehrlein wrote: +static int adjust_voltages (void) +{ + u32 reg; + u32 val; + static struct spi_slave *slave = NULL; + + slave =

Re: [U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:11 Wed 09 Jul , Detlev Zundel wrote: Hi Magnus and Jens, Basically, I agree. But would you accept the current patch for now? The new routines and macros later could be implemented later. I don't think it's up to me to ACK or NAK this, but I can accept the current patch.

Re: [U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-08 Thread Jens Gehrlein
Hi Magnus, Magnus Lilja schrieb: Hi, Jens Gehrlein wrote: +static int adjust_voltages (void) +{ +u32 reg; +u32 val; +static struct spi_slave *slave = NULL; + +slave = spi_setup_slave(1, 0, 100, +SPI_MODE_2 | SPI_CS_HIGH); +if (!slave) +

[U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-04 Thread Jens Gehrlein
VRFDIG: 1.875 V - 1.8 V VGEN: 1.5 V - 1.8 V VDIG: 1.5 V - 1.3 V Unused PMIC switchers and regulators are disabled Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/tqc/tqma31/tqma31.c | 142 + include/configs/TQMA31.h |2 + 2 files