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

2010-03-02 Thread Anuj Aggarwal
in their respective board-evms. uImage built and tested for OMAP3EVM; compile-tested for SDP3430 and all OMAP platforms (using omap3_defconfig). Anuj Aggarwal (4): Regulator: OMAP: Creating TWL4030 file having supplies init data Regulator: OMAP: Modifying Kconfig/Makefile to choose from available PMICs

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

2010-03-02 Thread Anuj Aggarwal
Kconfig is modified for OMAP3 EVM so that user can choose the appropriate PMIC (currently only TWL4030). Config options for other PMICs will be added later on. Makefile is modified so that twl4030-pmic.c gets compiled for the platforms having TWL4030 as the PMIC. Signed-off-by: Anuj Aggarwal

[PATCHv3 3/4] Regulator: OMAP: Kconfig modified to select TWL4030 for OMAP3-platforms

2010-03-02 Thread Anuj Aggarwal
Kconfig is modified so that PMIC TWL4030 is automatically selected for platforms using it. It is required to compile twl4030-pmic.c in the build. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/Kconfig | 11 +++ 1 files changed, 11 insertions(+), 0 deletions

[PATCHv3 4/4] Regulator: OMAP: Use common regulator supplies and init data structs

2010-03-02 Thread Anuj Aggarwal
Removing the common supplies and regulator init data structs for various OMAP3 platforms and referring them from the twl4030 common file. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 135 ++--- arch/arm/mach-omap2/board

[PATCH] OMAP: Fixing build warning with omap3_defconfig

2010-03-02 Thread Anuj Aggarwal
/i2c/pca953x.h:14: warning: its scope is only this definition or declaration, which is probably not what you want include/linux/i2c/pca953x.h:17: warning: 'struct i2c_client' declared inside parameter list CC arch/arm/mach-omap2/usb-musb.o Signed-off-by: Anuj Aggarwal

[PATCH 1/1] ASoC: AIC23: Fixing writes to non-existing registers in resume function

2010-01-29 Thread Anuj Aggarwal
Commit e9ff5eb2 (Fixing infinite loop in resume path) uses wrong AIC23 register in resume function because of which register writes happen on some non-existing registers. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/codecs/tlv320aic23.c |2 +- 1 files changed, 1 insertions

[PATCH 1/1] ASoC: AM3517: ASoC driver not getting compiled

2010-01-29 Thread Anuj Aggarwal
Commit 761c9d45 (ASoC: Fix build of OMAP sound drivers) changes CONFIG_MACH_OMAP3517EVM - CONFIG_SND_OMAP_SOC_OMAP3517EVM in the Makefile. Whereas the config option defined in Kconfig is SND_OMAP_SOC_AM3517EVM. Because of this, ASoC driver for AM3517 was not getting compiled. Signed-off-by: Anuj

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

2010-01-12 Thread Anuj Aggarwal
one common file for these structures are redundant code removal, easy maintainability and single copy of common structure(s) in case uImage for multiple platforms is built. Anuj Aggarwal (4): Regulator: OMAP: Creating TWL4030 file having supplies init data Regulator: OMAP:Modifying Kconfig

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

2010-01-12 Thread Anuj Aggarwal
A new file for TWL4030/TPS65950 is created which has common supplies and regulator init data structures. They will be referenced from the various board-evm files depending upon the EVM requirements, using the twl4030-pmic.h header file. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch

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

2010-01-12 Thread Anuj Aggarwal
Kconfig is modified for OMAP3 EVM so that user can choose the appropriate PMIC (currently only TWL4030). Config options for other PMICs will be added later on. Makefile is modified so that twl4030-pmic.c gets compiled for the platforms having TWL4030 as the PMIC. Signed-off-by: Anuj Aggarwal

[PATCHv2 3/4] Regulator: OMAP: Kconfig modified to select TWL4030 for OMAP3-platforms

2010-01-12 Thread Anuj Aggarwal
Kconfig is modified so that PMIC TWL4030 is automatically selected for platforms using it. It is required to compile twl4030-pmic.c in the build. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/Kconfig | 11 +++ 1 files changed, 11 insertions(+), 0 deletions

[PATCHv2 4/4] Regulator: OMAP: Use common regulator supplies and init data structs

2010-01-12 Thread Anuj Aggarwal
Removing the common supplies and regulator init data structs for various OMAP3 platforms and referring them from the twl4030 common file. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 135 ++--- arch/arm/mach-omap2/board

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

2010-01-12 Thread Anuj Aggarwal
On Tue, Jan 12, 2010 at 9:41 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Jan 12, 2010 at 09:35:15PM +0530, Aggarwal, Anuj wrote: b) same command, when audio loopback is running in background It'd be helpful to specify what you mean by audio loopback here - I think

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

2010-01-11 Thread Anuj Aggarwal
Adding member variables for USB internal LDOs in twl4030_platform_data and registering them in twl-core.c if the variables are populated from board-evm file. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/mfd/twl-core.c | 12 include/linux/i2c/twl.h |4 2

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

2010-01-08 Thread Anuj Aggarwal
fine. I have compile-tested them for SDP3430 and all OMAP platforms (using omap3_defconfig) and the build went fine. If someone can test them on their hardware, that would be great !!! Anuj Aggarwal (6): Regulator: Creating TWL4030 specific file having supplies init data Regulator: Removing

[PATCH 1/6] Regulator: Creating TWL4030 specific file having supplies init data

2010-01-08 Thread Anuj Aggarwal
A new file for TWL4030/TPS65950 is created which has common supplies and regulator init data structures. They will be referenced from the various board-evm files depending upon the EVM requirements. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-omap35x-twl4030

[PATCH 2/6] Regulator: Removing the common supplies and regulator init data structs

2010-01-08 Thread Anuj Aggarwal
Removing the common supplies and regulator init data structs for various OMAP3 platforms. They all have been moved to a common TWL4030 specific file and will be referenced from there. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 114

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

2010-01-08 Thread Anuj Aggarwal
Common TWL4030 specific regulator supplies and init data structs are used instead of platform specific ones. Only one copy of the common structs will be included in the image, built for multiple OMAP3 based platforms. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2

[PATCH 4/6] Regulator: Modifying Kconfig to choose from the available PMICs

2010-01-08 Thread Anuj Aggarwal
Kconfig is modified for OMAP3 EVM so that user can choose the appropriate PMIC (currently only TWL4030). Config options for other PMICs will be added later on. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/Kconfig |9 + 1 files changed, 9 insertions(+), 0

[PATCH 5/6] Regulator: Kconfig modified to select TWL4030 for OMAP3 based platforms

2010-01-08 Thread Anuj Aggarwal
Kconfig is modified so that PMIC TWL4030 is automatically selected for platforms using it. It is required to compile board-omap35x-twl4030-pmic.c in the build. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/Kconfig | 11 +++ 1 files changed, 11 insertions

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

2009-11-27 Thread Anuj Aggarwal
This patch fixes two issues: a) Infinite loop in resume function b) Writes to non-existing registers in resume function Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/codecs/tlv320aic23.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs

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

2009-11-25 Thread Anuj Aggarwal
interface while doing the suspend / off transitions. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/codecs/tlv320aic23.c | 16 +++- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index

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

2009-11-23 Thread Anuj Aggarwal
This patch series adds support for HSMMC for AM3517 platform. It also enables the HSMMC driver in the AM3517 defconfig. Anuj Aggarwal (4): AM3517: MMC: Add low-level init code for HSMMC controller AM3517: MMC: Modifying board-evm file to add mmc_init AM3517: MMC: Modifying Makefile

[PATCH 3/4] AM3517: MMC: Modifying Makefile to enable MMC init

2009-11-23 Thread Anuj Aggarwal
Modifying Makefile to build mmc-am3517.c for AM3517 platform, this file has the mmc_init function for 3517 EVM. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH 2/4] AM3517: MMC: Modifying board-evm file to add mmc_init

2009-11-23 Thread Anuj Aggarwal
Modifying the board-evm file for AM3517 and adding the mmc_init function in it. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board

[PATCH 4/4] AM3517: MMC: Make HSMMC driver built-in

2009-11-23 Thread Anuj Aggarwal
Make HSMMC driver as a built-in module for AM3517 platform. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/configs/am3517_evm_defconfig | 21 - 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/am3517_evm_defconfig b/arch/arm

[PATCH 1/4] AM3517: MMC: Add low-level init code for HSMMC controller

2009-11-23 Thread Anuj Aggarwal
Add init code for HSMMC controller for AM3517 platform. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/mmc-am3517evm.c | 267 +++ arch/arm/mach-omap2/mmc-am3517evm.h | 22 +++ 2 files changed, 289 insertions(+), 0 deletions(-) create

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

2009-11-20 Thread Anuj Aggarwal
On Fri, Nov 20, 2009 at 7:39 PM, Eero Nurkkala ext-eero.nurkk...@nokia.com wrote: On Fri, 2009-11-20 at 14:53 +0100, ext Jarkko Nikula wrote: On Fri, 20 Nov 2009 09:51:13 +0200 Peter Ujfalusi peter.ujfal...@nokia.com wrote: My question is: is sysfs the only way to choose threshold or can it

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

2009-11-19 Thread Anuj Aggarwal
___ Alsa-devel mailing list alsa-de...@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel -- Best Regards, Anuj Aggarwal -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

[PATCH 1/2] ASoC: Correcting the config options in soc/omap/Makefile

2009-11-17 Thread Anuj Aggarwal
Wrong config options were being used in the soc/omap/Makefile for OMAP2 OMAP3 and AM3517 EVMs. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/omap/Makefile b/sound/soc/omap

[PATCH 2/2] ASoC: Modifying the license string GPLv2 for OMAP3 EVM

2009-11-17 Thread Anuj Aggarwal
Correcting the license string from GPLv2 - GPL v2. Found the problem while building OMAP3 ASoC driver as module. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/omap3evm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/omap/omap3evm.c b

[PATCH] OMAP: Exporting functions doing common register access

2009-11-16 Thread Anuj Aggarwal
but not exported. Without that, McBSP driver fails to build as a module. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/control.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index

[PATCH 0/4] Regulator: Providing regulator initialization macros/wrappers

2009-11-11 Thread Anuj Aggarwal
. Modified board-3430sdp.c and board-omap3evm.c to use the macros/wrappers instead, to avoid duplication of common code. On the similar lines, other board-evm files can be modified and new code can be added using these macros. Anuj Aggarwal (4): Regulator: Adding header file for initializing

[PATCH 1/4] Regulator: Adding header file for initializing OMAP35x PMICs

2009-11-11 Thread Anuj Aggarwal
are created only for TWL4030/TPS65950 right now. For other PMICs, they will be added later on. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-omap35x-pmic.h | 191 ++ 1 files changed, 191 insertions(+), 0 deletions(-) create mode 100644

[PATCH 2/4] Regulator: Modifying board-omap3evm.c to use PMIC-init-macros or wrappers

2009-11-11 Thread Anuj Aggarwal
Modified board-omap3evm.c to use PMIC initialization macros / wrappers for TWL4030 regulators. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-omap3evm.c | 82 - 1 files changed, 40 insertions(+), 42 deletions(-) diff --git

[PATCH 3/4] Regulator: Modifying board-3430sdp.c to use PMIC-init-macros or wrappers

2009-11-11 Thread Anuj Aggarwal
Modified board-3430sdp.c to use PMIC initialization macros / wrappers for TWL4030 regulator. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 196 +-- 1 files changed, 51 insertions(+), 145 deletions(-) diff --git

[PATCH 4/4] Regulator: Modifying Kconfig to choose from the available PMICs

2009-11-11 Thread Anuj Aggarwal
Kconfig is modified so that the user can choose the appropriate PMIC in the underlying EVM. Config options for other PMICs will be added later on. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/Kconfig |8 1 files changed, 8 insertions(+), 0 deletions

[PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC

2009-10-29 Thread Anuj Aggarwal
This patch series add support for OMAP3517 / AM3517 EVM in ASOC. It also enables the required drivers - I2C and McBSP, along with Alsa SoC subsystem, in the default configuration for the EVM. Anuj Aggarwal (4): Audio: Adding OMAP3517 / AM3517 EVM support in ASOC Audio: Modifying Kconfig

[PATCH 1/4] Audio: Adding OMAP3517 / AM3517 EVM support in ASOC

2009-10-29 Thread Anuj Aggarwal
Adding support for OMAP3517 / AM3517 EVM in Alsa SoC. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/am3517evm.c | 202 1 files changed, 202 insertions(+), 0 deletions(-) create mode 100644 sound/soc/omap/am3517evm.c diff

[PATCH 2/4] Audio: Modifying Kconfig/Makefile for AM3517 EVM

2009-10-29 Thread Anuj Aggarwal
Modifying the Kconfig and Makefile in sound/soc/omap folder to add support for OMAP3517 / AM3517 EVM in Alsa SoC. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/Kconfig |9 + sound/soc/omap/Makefile |2 ++ 2 files changed, 11 insertions(+), 0 deletions

[PATCH 3/4] Audio: Modifying board-evm file for audio codec

2009-10-29 Thread Anuj Aggarwal
Adding I2C bus registration code in board-evm file for OMAP3517 / AM3517 EVM for AIC23 audio codec. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm

[PATCH 4/4] Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM

2009-10-29 Thread Anuj Aggarwal
Enabling Audio for OMAP3517 / AM3517 EVM in the defconfig. Also enabling McBSP and I2C drivers as both are required for audio on this EVM. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/configs/am3517_evm_defconfig | 78 +++- 1 files changed, 75

[PATCH v2] SDMA: Fixing bug in omap_dma_set_global_params()

2009-10-05 Thread Anuj Aggarwal
Argument tparams was not being used to program global register GCR.HI_THREAD_RESERVED. This patch fixes the same. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/plat-omap/dma.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/arch/arm/plat

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

2009-09-23 Thread Anuj Aggarwal
The pop-removal specific values are configured for TWL4030 codec for OMAP3EVM through this patch. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/omap3evm.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/sound/soc/omap/omap3evm.c b/sound/soc

[PATCH] SDMA: Fixing bug in omap_dma_set_global_params()

2009-09-23 Thread Anuj Aggarwal
Argument tparams was not being used to program global register GCR.HI_THREAD_RESERVED. This patch fixes the same. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/plat-omap/dma.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/arm/plat-omap

Re: [RFC][PATCH] ARM: OMAP: McBSP: Use register cache

2009-09-05 Thread Anuj Aggarwal
-- 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 -- Best Regards, Anuj Aggarwal -- To unsubscribe from this list: send the line unsubscribe linux

[PATCHv2 0/3] Adding TI TPS PMICs support in the regulator framework

2009-08-20 Thread Anuj Aggarwal
This patch set adds support for TI TPS65023 and TPS6507x PMICs in the voltage regulator framework. The patches also take care of the comments received earlier. Anuj Aggarwal (3): Regulator: Add TPS65023 regulator driver Regulator: Add TPS6507x regulator driver Regulator: Adding TPS65023

[PATCHv2 2/3] Regulator: Add TPS6507x regulator driver

2009-08-20 Thread Anuj Aggarwal
Adding support for TI TPS6507x regulator driver --- drivers/regulator/tps6507x-regulator.c | 713 1 files changed, 713 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps6507x-regulator.c diff --git a/drivers/regulator/tps6507x-regulator.c

[PATCHv2 3/3] Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile

2009-08-20 Thread Anuj Aggarwal
Adding TPS65023 and TPS6507x regulator driver support in drivers/regulator/Makefile and drivers/regulator/Kconfig --- drivers/regulator/Kconfig | 16 drivers/regulator/Makefile |3 +++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git

[PATCHv3 1/3] Regulator: Add TPS65023 regulator driver

2009-08-20 Thread Anuj Aggarwal
Adding support for TI TPS65023 regulator driver Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/tps65023-regulator.c | 631 1 files changed, 631 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps65023-regulator.c

[PATCHv3 3/3] Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile

2009-08-20 Thread Anuj Aggarwal
Adding TPS65023 and TPS6507x regulator driver support in drivers/regulator/Makefile and drivers/regulator/Kconfig Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/Kconfig | 16 drivers/regulator/Makefile |3 +++ 2 files changed, 19 insertions(+), 0

[PATCHv3 2/3] Regulator: Add TPS6507x regulator driver

2009-08-20 Thread Anuj Aggarwal
Adding support for TI TPS6507x regulator driver Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/tps6507x-regulator.c | 713 1 files changed, 713 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps6507x-regulator.c

[PATCHv2 1/8] Regulator: Add TPS65023 regulator driver

2009-08-11 Thread Anuj Aggarwal
Adding support for TI TPS65023 regulator driver Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/tps65023-regulator.c | 638 1 files changed, 638 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps65023-regulator.c

[PATCH 0/8] Adding TI TPS PMICs support in the regulator framework

2009-08-07 Thread Anuj Aggarwal
board-dependent code for TPS65023 http://marc.info/?l=linux-omapm=124264951114318w=2 Anuj Aggarwal (8): Regulator: Add TPS65023 regulator driver Regulator: Adding header file for TPS65023 Regulator: Add TPS6507x regulator driver Regulator: Adding header file for TI TPS6507x regulator

[PATCH 1/8] Regulator: Add TPS65023 regulator driver

2009-08-07 Thread Anuj Aggarwal
Adding support for TI TPS65023 regulator driver Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/tps65023-regulator.c | 496 1 files changed, 496 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps65023-regulator.c

[PATCH 2/8] Regulator: Adding header file for TPS65023

2009-08-07 Thread Anuj Aggarwal
Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- include/linux/regulator/tps65023.h | 74 1 files changed, 74 insertions(+), 0 deletions(-) create mode 100644 include/linux/regulator/tps65023.h diff --git a/include/linux/regulator/tps65023.h b

[PATCH 3/8] Regulator: Add TPS6507x regulator driver

2009-08-07 Thread Anuj Aggarwal
Adding support for TI TPS6507x regulator driver Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/tps6507x-regulator.c | 563 1 files changed, 563 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps6507x-regulator.c

[PATCH 4/8] Regulator: Adding header file for TI TPS6507x regulator driver

2009-08-07 Thread Anuj Aggarwal
Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- include/linux/mfd/tps6507x.h | 93 ++ 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 include/linux/mfd/tps6507x.h diff --git a/include/linux/mfd/tps6507x.h b/include/linux/mfd

[PATCH 5/8] Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile

2009-08-07 Thread Anuj Aggarwal
Adding TPS65023 and TPS6507x regulator driver support in drivers/regulator/Makefile and drivers/regulator/Kconfig Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/Kconfig | 16 drivers/regulator/Makefile |2 ++ 2 files changed, 18 insertions(+), 0

[PATCH 7/8] Regulator: Added board-dependent code for TPS65023

2009-08-07 Thread Anuj Aggarwal
Added OMAP35x specific code for TPS65023 in board-omap35x-pmic.c Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-omap35x-pmic.c | 93 +- 1 files changed, 92 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap35x

[PATCH 8/8] Regulator: Added board-dependent code for TPS65073

2009-08-07 Thread Anuj Aggarwal
Added OMAP35x specific code for TPS65073 in board-omap35x-pmic.c Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- arch/arm/mach-omap2/board-omap35x-pmic.c | 95 +- 1 files changed, 94 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap35x

[PATCH] ASoC: Added OMAP3 EVM support in ASoC.

2009-05-14 Thread Anuj Aggarwal
Resending the patch after fixing the minor issues. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/Kconfig|8 +++ sound/soc/omap/Makefile |2 + sound/soc/omap/omap3evm.c | 147 + 3 files changed, 157 insertions(+), 0

[PATCH 0/3] Support multiple PMICs in Voltage Regulator Framework

2009-05-08 Thread Anuj Aggarwal
for different regulators and it will do the regulator initialization depending on one which is available. Anuj Aggarwal (3): Regulator: Add pmic.c file to regulator framework Regulator: Add TPS65023 Regulator Driver Regulator: Added board-dependent code for TPS65023 drivers/regulator/Kconfig

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

2009-05-08 Thread Anuj Aggarwal
Added drivers\regulator\pmic.c file to the regulator framework which will have the board specific information for different regulators and will do the regulator initialization depending on one which is available. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/Makefile

[PATCH 2/3] Regulator: Add TPS65023 Regulator Driver

2009-05-08 Thread Anuj Aggarwal
Added regulator driver for TPS65023 and modified the Kconfig and Makefile for the same. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/Kconfig |8 + drivers/regulator/Makefile |1 + drivers/regulator/tps65023-regulator.c | 510

[PATCH 0/1] ASoC: Added OMAP3 EVM Support

2009-05-07 Thread Anuj Aggarwal
With refernce to the discussion at: http://marc.info/?l=linux-omapm=124169330310075w=2 I am resending the patch to add OMAP3 EVM support in ASoC. It has been built/checked against the tip. Anuj Aggarwal (1): ASoC: Added OMAP3 EVM support in ASoC. sound/soc/omap/Kconfig|8 +++ sound

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

2009-05-07 Thread Anuj Aggarwal
Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/Kconfig|8 +++ sound/soc/omap/Makefile |2 + sound/soc/omap/omap3evm.c | 147 + 3 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 sound/soc/omap

How to test regulator driver?

2009-03-09 Thread Anuj Aggarwal
Hi, I want to test my regulator driver by writing a small kernel module. But I am a little confused as what should be passed as the first argument of regulator_get(). How would the kernel module know about the device pointer that needs to be passed to the _get function? Thanks, Anuj Aggarwal

Re: ASoC audio not working on OMAP3 EVM

2009-02-13 Thread Anuj Aggarwal
second time. Thanks, Anuj On Thu, Feb 12, 2009 at 4:31 PM, Koen Kooi k.k...@student.utwente.nl wrote: Op 12 feb 2009, om 10:49 heeft Jarkko Nikula het volgende geschreven: On Thu, 12 Feb 2009 10:38:27 +0100 ext Anuj Aggarwal anuj.aggar...@gmail.com wrote: The patch doesn't help, result

Re: ASoC audio not working on OMAP3 EVM

2009-02-12 Thread Anuj Aggarwal
to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best Regards, Anuj Aggarwal -- 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

ASoC audio not working on OMAP3 EVM

2009-02-11 Thread Anuj Aggarwal
for recording. It is not capturing 'silence' properly. Has anyone observed the same problems on other platforms as well? Do we have a fix for them? Anuj Aggarwal Texas Instruments Bangalore, INDIA -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: v2.6.28-omap1 tagged, some bugs remain

2009-01-13 Thread Anuj Aggarwal
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 -- Best Regards, Anuj Aggarwal -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

[PATCH] ASoC: Add support for OMAP3 EVM

2008-11-21 Thread Anuj Aggarwal
This patch adds ALSA SoC support for OMAP3 EVM using TWL4030 audio codec. Signed-off-by: Anuj Aggarwal [EMAIL PROTECTED] --- sound/soc/omap/Kconfig|7 ++ sound/soc/omap/Makefile |2 + sound/soc/omap/omap3evm.c | 147 + 3 files changed

[PATCH] ALSA: ASoC: Add support for OMAP3 EVM

2008-11-16 Thread Anuj Aggarwal
Signed-off-by: Anuj Aggarwal [EMAIL PROTECTED] --- sound/soc/omap/Kconfig|8 +++ sound/soc/omap/Makefile |2 + sound/soc/omap/omap3evm.c | 147 + 3 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 sound/soc/omap

ASOC Support for OMAP3 EVM + TWL4030

2008-11-05 Thread anuj aggarwal
-omap1? If no, which version should I look at? Thanks in advance Best Regards, Anuj Aggarwal -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html