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 5/9] AM3517: Add audio codec platform data

2010-04-19 Thread Aggarwal, Anuj
am3517evm_gpio_expander_info_0 = { }; static struct i2c_board_info __initdata am3517evm_i2c2_boardinfo[] = { { + I2C_BOARD_INFO(tlv320aic23, 0x1A), + }, + { I2C_BOARD_INFO(tca6416, 0x21), .platform_data = am3517evm_gpio_expander_info_0, }, [Aggarwal

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

2010-04-19 Thread Aggarwal, Anuj
], + }, }; static int __init am3517_evm_i2c_init(void) [Aggarwal, Anuj] I can see an exactly same patch at: http://arago-project.org/git/projects/?p=linux-omap3.git;a=commit;h=4ff9cb47c50dc6df362702ad3ae69b70de098372 (Commit id 4ff9cb47c on http://arago-project.org/git/projects/?p=linux-omap3.git

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: OMAP: Creating TWL4030 file

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: [PATCHv3 2/4] Regulator: OMAP

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 LDOs for TWL4030 On Mon

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

2010-02-04 Thread Aggarwal, Anuj
, 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 line unsubscribe linux-omap in the body of a message to majord

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] ASOC: Add AM3517 EVM support

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 for TWL4030 from OMAP3

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

2010-01-15 Thread Aggarwal, Anuj
not expect the suspend/resume to be working correctly until the context save/restore, and the 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

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 based platforms

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

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

2010-01-11 Thread Aggarwal, Anuj
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 only. But I am not able to find so

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.org; Lohithakshan

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] Regulator: Removing common code

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

2010-01-07 Thread Aggarwal, Anuj
(OMAP2_CONTROL_DEVCONF0), .clksel_mask= OMAP2_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

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-omap@vger.kernel.org Subject

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

2009-11-30 Thread Aggarwal, Anuj
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 modification. [Aggarwal, Anuj] After further testing, I found that there is some

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-devel] [PATCH] ASoC: AM3517: Fix AIC23

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

2009-11-27 Thread Aggarwal, Anuj
*/ -       for (reg = 0; reg ARRAY_SIZE(tlv320aic23_reg); i++) { +       for (reg = 0; reg TLV320AIC23_RESET; reg++) { ARRAY_SIZE() shouldn't be preserved? [Aggarwal, Anuj] No, since registers 0x0A - 0x0E are not present.                u16 val = tlv320aic23_read_reg_cache(codec, reg

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-devel] [PATCH] ASoC: AM3517: Fix AIC23

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 platform. It also enables the HSMMC

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-devel] [PATCH] ASoC: AM3517: Fix AIC23

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: 'Troy Kisky'; alsa-de

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/resume hang On Wed, Nov

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] ASoC: AM3517: Fix AIC23 suspend

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/resume hang On Thu, Nov 26

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 capture for 48 KHz sampling

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

2009-11-18 Thread Aggarwal, Anuj
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_start call, then the clock management could be done inside the omap_mcbsp_start/-stop functions. [Aggarwal, Anuj] I tried doing

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 observing artifacts (sharp spikes at fixed intervals) while

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 Subject: RE: [PATCH] OMAP

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: 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 like to add

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 Anuj, On Mon, 16 Nov 2009, Anuj Aggarwal

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

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 To: linux-omap@vger.kernel.org

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] Regulator: Adding OMAP3EVM/TWL4030

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] Regulator: Renaming the supplies used

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] Regulator: Adding OMAP3EVM/TWL4030

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.).

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: Aggarwal, Anuj Cc

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

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 with AIC23/McBSP1 on OMAP3517

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 TPS65023 On Fri, May 08, 2009 at 08

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, May 7, 2009 at 9:38 PM, Anuj

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 end of audio file

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, On Tuesday 05 May 2009 20:03

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

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-omapm=124083364321017w=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 * Aggarwal, Anuj anuj.aggar...@ti.com

RE: Problems while designing TPS65023 regulator driver

2009-04-24 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 Hi David, On Fri, Apr 24

RE: Problems while designing TPS65023 regulator driver

2009-04-24 Thread Aggarwal, Anuj
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 while designing TPS65023

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

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
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:35 PM To: Aggarwal, Anuj Cc

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