Re: [Patchv2 0/8] DSPBRIDGE: typedef cleanup

2010-02-06 Thread Andy Shevchenko
On Sat, Feb 6, 2010 at 3:21 AM, Hebbar, Shivananda x0heb...@ti.com wrote: Resending the patches after updating review comments and also Fixing some compilation breaks. Sorry for late question, however, I fully agree with HANDLE - void *, but why u32 is not normal type for those changes? What do

RE: [PATCH 2/3] DSPBRIDGE: Get rid of MEM_Free()

2010-02-06 Thread ameya.palande
Hi Omar, From: ext Omar Ramirez Luna [omar.rami...@ti.com] Sent: Saturday, February 06, 2010 3:58 AM To: Palande Ameya (Nokia-D/Helsinki) Cc: linux-omap@vger.kernel.org; Menon, Nishanth; Chitriki Rudramuni, Deepak Subject: Re: [PATCH 2/3] DSPBRIDGE: Get rid

[PATCH -next] omap3: pandora: update regulator setup

2010-02-06 Thread Grazvydas Ignotas
Update pandora's regulator setup: - add new regulators: VAUX2, VAUX4 and VSIM - add new consumers: ads7846, nub controllers, USB PHY, audio DAC - use dev names instead of struct device pointers Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- arch/arm/mach-omap2/board-omap3pandora.c | 111

[PATCH -next] omap3: pandora: update defconfig

2010-02-06 Thread Grazvydas Ignotas
Enable DSS2 and update defconfig for current kernel. Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- arch/arm/configs/omap3_pandora_defconfig | 678 ++ 1 files changed, 513 insertions(+), 165 deletions(-) diff --git a/arch/arm/configs/omap3_pandora_defconfig

[RFC][PATCH] Allow change timing values to wait slow devices bring up before try register an interface to IP-Config (used on some drivers using Multi-purpose USB Networking Framework)

2010-02-06 Thread Tiago Maluta
I'd like to know if this patch could be considered an general use or an particular case. --tm Signed-off-by: Tiago Maluta mal...@unifei.edu.br --- drivers/net/usb/Kconfig | 17 + net/ipv4/ipconfig.c |4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git