uninstall

2010-09-27 Thread Aggarwal, Anuj
-- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

uninstall

2010-09-27 Thread Aggarwal, Anuj
-- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH 4/9] AM3517: Add platform init code for regulator driver

2010-04-19 Thread Aggarwal, Anuj
lse, > + }, > + .num_consumer_supplies = ARRAY_SIZE(am3517_evm_ldo2_supplies), > + .consumer_supplies = am3517_evm_ldo2_supplies, > + }, > +}; > + > /* > * RTC - S35390A > */ > @@ -103,6 +220,11 @@ static struct i2c_board_info __initda

RE: [PATCH 5/9] AM3517: Add audio codec platform data

2010-04-19 Thread Aggarwal, Anuj
I2C_BOARD_INFO("tca6416", 0x21), > .platform_data = &am3517evm_gpio_expander_info_0, > }, [Aggarwal, Anuj] Similar patch exists at: http://marc.info/?l=linux-omap&m=125684238323749&w=2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCHv3 2/4] Regulator: OMAP: Modifying Kconfig/Makefile to choose from available PMICs

2010-03-02 Thread Aggarwal, Anuj
> -Original Message- > From: Grazvydas Ignotas [mailto:nota...@gmail.com] > Sent: Tuesday, March 02, 2010 10:54 PM > To: Aggarwal, Anuj > Cc: t...@atomide.com; linux-omap@vger.kernel.org; > broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk > Subject: Re: [P

RE: [PATCHv2 1/4] Regulator: OMAP: Creating TWL4030 file having supplies & init data

2010-03-02 Thread Aggarwal, Anuj
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, February 05, 2010 7:10 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; > l...@slimlogic.co.uk > Subject: Re: [PATCHv2 1/4] Regulator: O

RE: [PATCH 1/1] Regulator: Registering USB internal LDOs for TWL4030

2010-03-01 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Monday, January 11, 2010 4:26 PM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; l...@slimlogic.co.uk > Subject: Re: [PATCH 1/1] Regulator: Registering USB internal

RE: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC

2010-02-04 Thread Aggarwal, Anuj
t; when I get to dealing with the board-*.c files. > > BTW, I assume these two patches are the missing ones: > > http://patchwork.kernel.org/patch/56501/ > http://patchwork.kernel.org/patch/56502/ [Aggarwal, Anuj] Yes, you are right Tony. -- To unsubscribe from this list: send the

RE: [PATCHv2 0/4] Regulator: OMAP: Removing common code for TWL4030 from OMAP3- board-evms

2010-01-29 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Friday, January 15, 2010 4:43 PM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; l...@slimlogic.co.uk > Subject: Re: [PATCHv2 0/4] Regulator: OMAP: Removing common code

RE: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC

2010-01-29 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Friday, October 30, 2009 4:00 AM > To: Aggarwal, Anuj > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > t...@atomide.com > Subject: Re: [alsa-devel] [PATCH 0/4]

RE: [alsa-devel] Audio suspend/resume status on OMAP3 based platforms

2010-01-15 Thread Aggarwal, Anuj
; > clock management is sorted out. > > > > On the other hand it seams that the problem is in the capture path (b > and > > c > > having issues). > > > > How is the McBSP configured in your setup (master or slave)? > [Aggarwal, Anuj] TWL4030 is master and M

RE: [PATCHv2 0/4] Regulator: OMAP: Removing common code for TWL4030 from OMAP3- board-evms

2010-01-13 Thread Aggarwal, Anuj
Any comments on this version? Regards, Anuj Aggarwal > -Original Message- > From: Aggarwal, Anuj > Sent: Tuesday, January 12, 2010 2:44 PM > To: linux-omap@vger.kernel.org > Cc: broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk; Aggarwal, > Anuj > Subject: [P

RE: [alsa-devel] Audio suspend/resume status on OMAP3 based platforms

2010-01-13 Thread Aggarwal, Anuj
> -Original Message- > From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] > Sent: Wednesday, January 13, 2010 12:40 PM > To: alsa-de...@alsa-project.org > Cc: Aggarwal, Anuj; linux-omap@vger.kernel.org > Subject: Re: [alsa-devel] Audio suspend/resume status on OMAP3

Audio suspend/resume status on OMAP3 based platforms

2010-01-12 Thread Aggarwal, Anuj
Hi, I want to check the status of suspend/resume functionality when audio subsystem is being used. Specifically, has some one tried the following tests on their omap3 based platforms: a) echo mem > /sys/power/state, when audio playback is running in background b) same command, when audio captur

RE: [PATCH 3/6] Regulator: Use common regulator supplies and init data structs

2010-01-11 Thread Aggarwal, Anuj
pplies differently than your common file configures them > (VAUX1-VAUX4, VSIM differ, only VMMC1, VDAC and VPLL2 match, which is > not that much duplication). [Aggarwal, Anuj] My mistake :( Although I have marked it as RED in my notes, I still modified it. I will leave VMMC2 in this file on

RE: [PATCH 0/6] Regulator: Removing common code for TWL4030 PMIC from various OMAP3 board-evms

2010-01-10 Thread Aggarwal, Anuj
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Saturday, January 09, 2010 3:57 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; > l...@slimlogic.co.uk > Subject: Re: [PATCH 0/6] Regul

RE: [PATCH] OMAP: Exporting functions doing common register access

2010-01-10 Thread Aggarwal, Anuj
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Aggarwal, Anuj > Sent: Thursday, January 07, 2010 7:40 PM > To: Paul Walmsley; Jarkko Nikula > Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project

RE: [PATCH] OMAP: Exporting functions doing common register access

2010-01-07 Thread Aggarwal, Anuj
P2_MCBSP1_CLKS_MASK, > .clksel = mcbsp_15_clksel, > .clkdm_name = "core_l4_clkdm", > .recalc = &omap2_clksel_recalc, > }; > > etc. Some similar entries would need to be added to the clock24xx.h file. [Aggarwal, Anuj] One prob

RE: [alsa-devel] [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-12-27 Thread Aggarwal, Anuj
> > -Original Message- > > From: Aggarwal, Anuj > > Sent: Monday, November 30, 2009 5:21 PM > > To: ext-eero.nurkk...@nokia.com > > Cc: ext Jarkko Nikula; alsa-de...@alsa-project.org; Wang, Jane; > > broo...@opensource.wolfsonmicro.com; Ujfalusi Pet

RE: [alsa-devel] [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-12-24 Thread Aggarwal, Anuj
> -Original Message- > From: Aggarwal, Anuj > Sent: Monday, November 30, 2009 5:21 PM > To: ext-eero.nurkk...@nokia.com > Cc: ext Jarkko Nikula; alsa-de...@alsa-project.org; Wang, Jane; > broo...@opensource.wolfsonmicro.com; Ujfalusi Peter (Nokia-D/Tampere); > linux

RE: [alsa-devel] [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-30 Thread Aggarwal, Anuj
:(. I had to modify the original patch to include > the disable part for the ICLK too. Without that, I was not able to hit > retention. > I will try to do some further regression on OMAP3 EVM and post my > findings. As of now, audio is working fine with these patches + ICLK > modificat

RE: [PATCH] ASoC: AIC23: Fixing infinite loop in resume path

2009-11-27 Thread Aggarwal, Anuj
; >        u16 reg; > > > >        /* Sync reg_cache with the hardware */ > > -       for (reg = 0; reg < ARRAY_SIZE(tlv320aic23_reg); i++) { > > +       for (reg = 0; reg < TLV320AIC23_RESET; reg++) { > ARRAY_SIZE() shouldn't be preserved? [Aggarwal

RE: [alsa-devel] [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-27 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Thursday, November 26, 2009 9:00 PM > To: Aggarwal, Anuj > Cc: 'Troy Kisky'; alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > Arun KS > Subject: Re: [alsa-d

RE: [alsa-devel] [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-26 Thread Aggarwal, Anuj
The performance numbers are in Mbytes/sec. Sorry for the typo :( > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Aggarwal, Anuj > Sent: Thursday, November 26, 2009 8:52 PM > To: Mark Brown > Cc: &#x

RE: [alsa-devel] [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-26 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Thursday, November 26, 2009 8:41 PM > To: Aggarwal, Anuj > Cc: 'Troy Kisky'; alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > Arun KS > Subject: Re: [alsa-d

RE: [PATCH 0/4] AM3517: MMC: Add support for HSMMC

2009-11-26 Thread Aggarwal, Anuj
> -Original Message- > From: Aggarwal, Anuj > Sent: Monday, November 23, 2009 11:55 PM > To: linux-omap@vger.kernel.org > Cc: Aggarwal, Anuj > Subject: [PATCH 0/4] AM3517: MMC: Add support for HSMMC > > This patch series adds support for HSMMC for AM3517 platfor

RE: [alsa-devel] [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-26 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Thursday, November 26, 2009 3:53 PM > To: Aggarwal, Anuj > Cc: 'Troy Kisky'; alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > Arun KS > Subject: Re: [alsa-d

RE: [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-25 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Thursday, November 26, 2009 1:10 AM > To: Aggarwal, Anuj > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org > Subject: Re: [PATCH] ASoC: AM3517: Fix AIC23 suspend/resum

RE: [alsa-devel] [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-25 Thread Aggarwal, Anuj
> -Original Message- > From: Troy Kisky [mailto:troy.ki...@boundarydevices.com] > Sent: Thursday, November 26, 2009 1:53 AM > To: Aggarwal, Anuj > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; Mark Brown; > Arun KS > Subject: Re: [alsa-devel] [PATCH] AS

RE: [PATCH] ASoC: AM3517: Fix AIC23 suspend/resume hang

2009-11-25 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Wednesday, November 25, 2009 7:04 PM > To: Aggarwal, Anuj > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org > Subject: Re: [PATCH] ASoC: AM3517: Fix AIC23 suspend/r

RE: [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-18 Thread Aggarwal, Anuj
I don't know do some API or feature there really > require clocks (or McBSP itself) to be active just after the request > time but I would look that path instead (even it is more complicated). > > If no API or feature would require active McBSP block before the > omap_mcbsp_star

RE: [alsa-devel] Artifacts present in AIC23 capture for 48 KHz sampling rate

2009-11-18 Thread Aggarwal, Anuj
> -Original Message- > From: Troy Kisky [mailto:troy.ki...@boundarydevices.com] > Sent: Wednesday, November 18, 2009 12:39 AM > To: Aggarwal, Anuj > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org > Subject: Re: [alsa-devel] Artifacts present in AIC23

RE: [PATCH] OMAP: Exporting functions doing common register access

2009-11-17 Thread Aggarwal, Anuj
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Aggarwal, Anuj > Sent: Tuesday, November 17, 2009 11:28 AM > To: Paul Walmsley > Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project.org > Subj

RE: Artifacts present in AIC23 capture for 48 KHz sampling rate

2009-11-17 Thread Aggarwal, Anuj
> -Original Message- > From: Aggarwal, Anuj > Sent: Friday, November 06, 2009 6:28 PM > To: alsa-de...@alsa-project.org; 'linux-omap@vger.kernel.org' > Subject: Artifacts present in AIC23 capture for 48 KHz sampling rate > > Hi, > > I am obser

RE: [PATCH] OMAP: Exporting functions doing common register access

2009-11-16 Thread Aggarwal, Anuj
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Tuesday, November 17, 2009 2:46 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH] OMAP: Exporting functions doing common register > access > > Hello Anu

RE: Doubts around SoC audio on omap3

2009-11-16 Thread Aggarwal, Anuj
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Enric Balletbò i Serra > Sent: Monday, November 16, 2009 11:06 PM > To: linux-omap@vger.kernel.org > Subject: Doubts around SoC audio on omap3 > > Hi all, > > I would li

RE: Some patches need reposting, inbox cleared, patchwork cleared

2009-11-16 Thread Aggarwal, Anuj
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Tony Lindgren > Sent: Saturday, November 14, 2009 6:38 AM > To: Pandita, Vikram > Cc: linux-omap@vger.kernel.org > Subject: Re: Some patches need reposting, inbox cleared,

RE: [PATCH] omap3evm: Migrate to smsc911x ethernet driver.

2009-11-12 Thread Aggarwal, Anuj
Sorry for the earlier mail, not meant for the l-o list :( Regards, Anuj Aggarwal > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Aggarwal, Anuj > Sent: Thursday, November 12, 2009 4:27 PM >

FW: [PATCH] omap3evm: Migrate to smsc911x ethernet driver.

2009-11-12 Thread Aggarwal, Anuj
Pushed this patch to psp-group:build7 ... Regards, Anuj Aggarwal -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Govindarajan, Sriramakrishnan Sent: Wednesday, November 11, 2009 1:43 PM To: linux-omap@vger.kernel.org Subj

RE: [PATCH 4/5] Regulator: Adding OMAP3EVM/TWL4030 specific code in board-omap35x-pmic.c

2009-11-08 Thread Aggarwal, Anuj
> -Original Message- > From: Mike Rapoport [mailto:mike.rapop...@gmail.com] > Sent: Friday, November 06, 2009 8:06 PM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; > l...@slimlogic.co.uk > Subject: Re: [PATCH 4/5] Regul

RE: [PATCH 4/5] Regulator: Adding OMAP3EVM/TWL4030 specific code in board-omap35x-pmic.c

2009-11-05 Thread Aggarwal, Anuj
> -Original Message- > From: Mike Rapoport [mailto:mike.rapop...@gmail.com] > Sent: Friday, November 06, 2009 2:46 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; > l...@slimlogic.co.uk > Subject: Re: [PATCH 4/5] Regul

RE: [PATCH 5/5] Regulator: Renaming the supplies used in MMC driver

2009-11-05 Thread Aggarwal, Anuj
> -Original Message- > From: Mike Rapoport [mailto:mike.rapop...@gmail.com] > Sent: Friday, November 06, 2009 2:47 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; > l...@slimlogic.co.uk > Subject: Re: [PATCH 5/5] Re

RE: [PATCH] ASoC: OMAP3EVM: Use the twl4030_setup_data for headset pop-removal

2009-10-29 Thread Aggarwal, Anuj
I rebased my both audio and l-o trees but could not find this patch there. Is there a problem in this which I have to fix and re-submit? Regards, Anuj Aggarwal > -Original Message- > From: Aggarwal, Anuj > Sent: Wednesday, September 23, 2009 12:41 PM > To: alsa-de...@alsa

OSS emulation broken

2009-09-24 Thread Aggarwal, Anuj
Hi I tried playing a .mp3 file using madplay utility in ASoC-OSS emulation. But it didn't work properly. I am able to hear something but the configuration seems incorrect. Has anyone tried the OSS emulation layer in ASoC? I am at 382af94eb4 (Revert "omap850: Use ck_ref clock for omap850."). R

RE: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-27 Thread Aggarwal, Anuj
Thanks Jarkko, the patch works for me. I will be submitting my ASoC omap*.c file soon after making all the necessary changes. Regards, Anuj Aggarwal > -Original Message- > From: Jarkko Nikula [mailto:jhnik...@gmail.com] > Sent: Wednesday, August 26, 2009 8:32 PM > To: Ag

RE: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-26 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Wednesday, August 26, 2009 6:34 PM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project.org > Subject: Re: [alsa-devel] Audio capture not working wi

Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-26 Thread Aggarwal, Anuj
Hi, I am trying to capture audio through LineIn on my OMAP3517 EVM, using AIC23 codec and McBSP1, and getting the following error: arecord: pcm_read:1529: read error: Input/output error Playback is working fine using the same combination. I have tried using another instance of AIC23 codec whi

RE: [PATCH 3/3] Regulator: Added board-dependent code for TPS65023

2009-05-18 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@sirena.org.uk] > Sent: Saturday, May 09, 2009 1:45 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; l...@slimlogic.co.uk > Subject: Re: [PATCH 3/3] Regulator: Added board-dependent code for > TPS6502

RE: [PATCH 1/3] Regulator: Add pmic.c file to regulator framework

2009-05-18 Thread Aggarwal, Anuj
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Saturday, May 09, 2009 12:37 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH 1/3] Regulator: Add pmic.c file to regulator framework > > On Fr

RE: [PATCH 1/1] ASoC: Added OMAP3 EVM support in ASoC.

2009-05-08 Thread Aggarwal, Anuj
> -Original Message- > From: Arun KS [mailto:getaru...@gmail.com] > Sent: Friday, May 08, 2009 10:13 AM > To: Aggarwal, Anuj > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org > Subject: Re: [PATCH 1/1] ASoC: Added OMAP3 EVM support in ASoC. > > On Thu

RE: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Aggarwal, Anuj
> -Original Message- > From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] > Sent: Thursday, May 07, 2009 4:38 PM > To: alsa-de...@alsa-project.org > Cc: todd.fisc...@ridgerun.com; Aggarwal, Anuj; linux-omap@vger.kernel.org > Subject: Re: [alsa-devel] Beep sound in the

RE: Beep sound in the end of audio file

2009-05-06 Thread Aggarwal, Anuj
> -Original Message- > From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] > Sent: Wednesday, May 06, 2009 11:03 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project.org > Subject: Re: Beep sound in the end of audio file > > Hello

Beep sound in the end of audio file

2009-05-05 Thread Aggarwal, Anuj
Hi, After playing out any audio file on OMAP3 EVM, having TWL4030 codec, I am hearing a beep sound. I have also tried implementing a mute function in which I disabled all the inputs/outputs but still that didn't help. Any idea how this can be avoided? Thanks and Regards, Anuj Aggarwal Platform

RE: [RFC] [Patch 0/2] Proposal for changes to TWL4030/TWL5030 framework for integrating the new TWL6030 chip

2009-04-28 Thread Aggarwal, Anuj
Jagadeesh, We are also working on similar lines and I have already sent a RFC to discuss it further in the community. Please have a look at the below link and provide your comments: http://marc.info/?l=linux-omap&m=124083364321017&w=2 Regards, Anuj Aggarwal > -Original Message- > From

RE: RFC for supporting multiple PMICs

2009-04-27 Thread Aggarwal, Anuj
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Wednesday, April 22, 2009 2:00 AM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org; Premi, Sanjeev; Pillai, Manikandan > Subject: Re: RFC for supporting multiple PMICs > > * Aggar

RE: Problems while designing TPS65023 regulator driver

2009-04-24 Thread Aggarwal, Anuj
ments Incorporated PSP Products RSS Feed > -Original Message- > From: David Brownell [mailto:davi...@pacbell.net] > Sent: Friday, April 24, 2009 12:03 PM > To: Trilok Soni > Cc: Aggarwal, Anuj; Mark Brown; linux-omap@vger.kernel.org; Tony Lindgren > Subject: Re: Problems w

RE: Problems while designing TPS65023 regulator driver

2009-04-23 Thread Aggarwal, Anuj
> -Original Message- > From: Trilok Soni [mailto:soni.tri...@gmail.com] > Sent: Friday, April 24, 2009 11:32 AM > To: David Brownell > Cc: Aggarwal, Anuj; Mark Brown; linux-omap@vger.kernel.org; Tony Lindgren > Subject: Re: Problems while designing TPS65023 regulator driver >

RFC for supporting multiple PMICs

2009-04-20 Thread Aggarwal, Anuj
All, Based on our understanding/experiences till so far, we suggest the following: a) Remove all the PMIC-board related stuff from the EVM specific file ( like board-omap3evm.c) and keep it in a separate file (board-omap3evm- pmic.c). All platform related Inits should be done here. b) PMIC init

RE: Problems while designing TPS65023 regulator driver

2009-04-03 Thread Aggarwal, Anuj
> Sent: Thursday, February 26, 2009 7:35 PM > To: Aggarwal, Anuj > Cc: linux-omap@vger.kernel.org > Subject: Re: Problems while designing TPS65023 regulator driver > > On Thu, Feb 26, 2009 at 02:41:54PM +0530, Aggarwal, Anuj wrote: > > > Since all the five regulators can

RE: How to test regulator driver?

2009-03-24 Thread Aggarwal, Anuj
I am seriously confused on how to fetch the struct device * in my consumer driver, for an already registered regulator. I am planning to use this consumer driver as a part of my CPU freq/CPU idle framework but I don't know what to pass in regulator_get. Should I register my regulator device as

RE: Problems while designing TPS65023 regulator driver

2009-03-05 Thread Aggarwal, Anuj
le() should have been called to let the framework increase its usage count so that the user can disable the same as and when required. Thanks and Regards, Anuj Aggarwal > -Original Message- > From: Mark Brown [mailto:broo...@sirena.org.uk] > Sent: Thursday, February 26, 2009 7:3

Problems while designing TPS65023 regulator driver

2009-02-26 Thread Aggarwal, Anuj
Hi, I am working on TPS65023 PMIC (http://focus.ti.com/docs/prod/folders/print/tps65023.html) regulator driver. It supports 3 step-down converters and 2 LDOs, all connected to the same I2C device. I am facing some design related issues and need your opinion on the same. Since all the five re