Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 3:36 PM, Greg KH wrote: > On Fri, Aug 03, 2012 at 03:25:17PM -0700, Pandita, Vikram wrote: >> >> This was something that got used internally and helped at times. >> > >> > Could you have used the trace point instead? >> >> As i

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 3:13 PM, Greg KH wrote: > On Fri, Aug 03, 2012 at 03:07:39PM -0700, Pandita, Vikram wrote: >> On Fri, Aug 3, 2012 at 2:59 PM, Greg KH wrote: >> > On Fri, Aug 03, 2012 at 02:24:20PM -0700, Pandita, Vikram wrote: >> >> Aaro >> >>

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 2:59 PM, Greg KH wrote: > On Fri, Aug 03, 2012 at 02:24:20PM -0700, Pandita, Vikram wrote: >> Aaro >> >> On Fri, Aug 3, 2012 at 1:08 PM, Aaro Koskinen wrote: >> > Hi, >> > >> > On Fri, Aug 03, 2012 at 11:25:37AM -0700, Pandit

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Aaro On Fri, Aug 3, 2012 at 1:08 PM, Aaro Koskinen wrote: > Hi, > > On Fri, Aug 03, 2012 at 11:25:37AM -0700, Pandita, Vikram wrote: >> > And really: Wasting 1/3 of the 80 character line is too much. >> >> You _WASTE_ 4 chars only if you are interest

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 10:54 AM, Andi Kleen wrote: > Vikram Pandita writes: > >> From: Vikram Pandita >> >> Introduce config option to enable CPU id reporting for printk() calls. > > What's wrong with using trace_printk for this? trace_printk works only when you know the _exact_ path in code

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Borislav/Kay On Fri, Aug 3, 2012 at 3:42 AM, Borislav Petkov wrote: > > On Fri, Aug 03, 2012 at 12:09:15PM +0200, Kay Sievers wrote: > > That would be needed, I guess. We easily have server systems with more > > than 255 CPUs. It will only be a matter of time, that the number of > > CPUs will

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Kay On Fri, Aug 3, 2012 at 2:48 AM, Kay Sievers wrote: > On Fri, Aug 3, 2012 at 11:36 AM, Pandita, Vikram > wrote: >> On Fri, Aug 3, 2012 at 2:32 AM, Venu Byravarasu >> wrote: > >>> As having Macro locally in the file of interest would serve the purpose, >

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Venu On Fri, Aug 3, 2012 at 2:32 AM, Venu Byravarasu wrote: > >> -Original Message- >> From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- >> ow...@vger.kernel.org] On Behalf Of Venu Byravarasu >> Sent: Friday, August 03, 2012 2:58 PM >> To: Vikram Pandita;

Re: [PATCH] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Kay On Thu, Aug 2, 2012 at 7:19 PM, Pandita, Vikram wrote: > Kay > > On Thu, Aug 2, 2012 at 5:06 PM, Kay Sievers wrote: >> On Fri, Aug 3, 2012 at 1:50 AM, Pandita, Vikram >> wrote: >>> On Thu, Aug 2, 2012 at 1:08 PM, Kay Sievers wrote: >> &g

Re: [PATCH] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Kay On Thu, Aug 2, 2012 at 7:19 PM, Pandita, Vikram vikram.pand...@ti.com wrote: Kay On Thu, Aug 2, 2012 at 5:06 PM, Kay Sievers k...@vrfy.org wrote: On Fri, Aug 3, 2012 at 1:50 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Thu, Aug 2, 2012 at 1:08 PM, Kay Sievers k...@vrfy.org wrote

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Venu On Fri, Aug 3, 2012 at 2:32 AM, Venu Byravarasu vbyravar...@nvidia.com wrote: -Original Message- From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- ow...@vger.kernel.org] On Behalf Of Venu Byravarasu Sent: Friday, August 03, 2012 2:58 PM To: Vikram Pandita;

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Kay On Fri, Aug 3, 2012 at 2:48 AM, Kay Sievers k...@vrfy.org wrote: On Fri, Aug 3, 2012 at 11:36 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Fri, Aug 3, 2012 at 2:32 AM, Venu Byravarasu vbyravar...@nvidia.com wrote: As having Macro locally in the file of interest would serve

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Borislav/Kay On Fri, Aug 3, 2012 at 3:42 AM, Borislav Petkov b...@alien8.de wrote: On Fri, Aug 03, 2012 at 12:09:15PM +0200, Kay Sievers wrote: That would be needed, I guess. We easily have server systems with more than 255 CPUs. It will only be a matter of time, that the number of CPUs

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 10:54 AM, Andi Kleen a...@firstfloor.org wrote: Vikram Pandita vikram.pand...@ti.com writes: From: Vikram Pandita vikram.pand...@ti.com Introduce config option to enable CPU id reporting for printk() calls. What's wrong with using trace_printk for this? trace_printk

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Aaro On Fri, Aug 3, 2012 at 1:08 PM, Aaro Koskinen aaro.koski...@iki.fi wrote: Hi, On Fri, Aug 03, 2012 at 11:25:37AM -0700, Pandita, Vikram wrote: And really: Wasting 1/3 of the 80 character line is too much. You _WASTE_ 4 chars only if you are interested in this info by enabling

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 2:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 02:24:20PM -0700, Pandita, Vikram wrote: Aaro On Fri, Aug 3, 2012 at 1:08 PM, Aaro Koskinen aaro.koski...@iki.fi wrote: Hi, On Fri, Aug 03, 2012 at 11:25:37AM -0700, Pandita, Vikram wrote

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 3:13 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 03:07:39PM -0700, Pandita, Vikram wrote: On Fri, Aug 3, 2012 at 2:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 02:24:20PM -0700, Pandita, Vikram wrote: Aaro

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 3:36 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 03:25:17PM -0700, Pandita, Vikram wrote: This was something that got used internally and helped at times. Could you have used the trace point instead? As i understood the trace_prink(), one

Re: [PATCH v2] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Borislav/Kay On Fri, Aug 3, 2012 at 3:42 AM, Borislav Petkov b...@alien8.de wrote: On Fri, Aug 03, 2012 at 12:09:15PM +0200, Kay Sievers wrote: That would be needed, I guess. We easily have server systems with more than 255 CPUs. It will only be a matter of time, that the number of CPUs

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 10:54 AM, Andi Kleen a...@firstfloor.org wrote: Vikram Pandita vikram.pand...@ti.com writes: From: Vikram Pandita vikram.pand...@ti.com Introduce config option to enable CPU id reporting for printk() calls. What's wrong with using trace_printk for this? trace_printk

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
Aaro On Fri, Aug 3, 2012 at 1:08 PM, Aaro Koskinen aaro.koski...@iki.fi wrote: Hi, On Fri, Aug 03, 2012 at 11:25:37AM -0700, Pandita, Vikram wrote: And really: Wasting 1/3 of the 80 character line is too much. You _WASTE_ 4 chars only if you are interested in this info by enabling

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 2:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 02:24:20PM -0700, Pandita, Vikram wrote: Aaro On Fri, Aug 3, 2012 at 1:08 PM, Aaro Koskinen aaro.koski...@iki.fi wrote: Hi, On Fri, Aug 03, 2012 at 11:25:37AM -0700, Pandita, Vikram wrote

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 3:13 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 03:07:39PM -0700, Pandita, Vikram wrote: On Fri, Aug 3, 2012 at 2:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 02:24:20PM -0700, Pandita, Vikram wrote: Aaro

Re: [PATCH v3] printk: add option to print cpu id

2012-08-03 Thread Pandita, Vikram
On Fri, Aug 3, 2012 at 3:36 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Aug 03, 2012 at 03:25:17PM -0700, Pandita, Vikram wrote: This was something that got used internally and helped at times. Could you have used the trace point instead? As i understood the trace_prink(), one

Re: [PATCH] printk: add option to print cpu id

2012-08-02 Thread Pandita, Vikram
Kay On Thu, Aug 2, 2012 at 5:06 PM, Kay Sievers wrote: > On Fri, Aug 3, 2012 at 1:50 AM, Pandita, Vikram wrote: >> On Thu, Aug 2, 2012 at 1:08 PM, Kay Sievers wrote: > >>> How is that supposed to be useful? >>> >>> The prefix is added while exp

Re: [PATCH] printk: add option to print cpu id

2012-08-02 Thread Pandita, Vikram
Kay On Thu, Aug 2, 2012 at 1:08 PM, Kay Sievers wrote: > > On Thu, Aug 2, 2012 at 9:46 PM, Vikram Pandita > wrote: > > From: Vikram Pandita > > > > Introduce config option to enable CPU id reporting for printk() calls. > > > > Its sometimes very useful to have printk also print the CPU

Re: [PATCH] printk: add option to print cpu id

2012-08-02 Thread Pandita, Vikram
Kay On Thu, Aug 2, 2012 at 1:08 PM, Kay Sievers k...@vrfy.org wrote: On Thu, Aug 2, 2012 at 9:46 PM, Vikram Pandita vikram.pand...@ti.com wrote: From: Vikram Pandita vikram.pand...@ti.com Introduce config option to enable CPU id reporting for printk() calls. Its sometimes very useful

Re: [PATCH] printk: add option to print cpu id

2012-08-02 Thread Pandita, Vikram
Kay On Thu, Aug 2, 2012 at 5:06 PM, Kay Sievers k...@vrfy.org wrote: On Fri, Aug 3, 2012 at 1:50 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Thu, Aug 2, 2012 at 1:08 PM, Kay Sievers k...@vrfy.org wrote: How is that supposed to be useful? The prefix is added while exporting data from

Re: [PATCH V2 03/10] ARM: OMAP4: Re-map the CTIs IRQs from MPU to DEBUGSS

2012-06-13 Thread Pandita, Vikram
On Thu, Jun 7, 2012 at 2:22 PM, Jon Hunter jon-hun...@ti.com wrote: In order to use the CTI interrupts inconjunction with the DEBUGSS we need to re-map the CTI IRQs to the DEBUGSS HWMOD. The purpose for doing this is so we can create a PMU device based upon the DEBUGSS HWMOD and use the CTI

Re: [PATCH V2 03/10] ARM: OMAP4: Re-map the CTIs IRQs from MPU to DEBUGSS

2012-06-13 Thread Pandita, Vikram
On Tue, Jun 12, 2012 at 11:07 PM, Pandita, Vikram vikram.pand...@ti.com wrote: On Thu, Jun 7, 2012 at 2:22 PM, Jon Hunter jon-hun...@ti.com wrote: In order to use the CTI interrupts inconjunction with the DEBUGSS we need to re-map the CTI IRQs to the DEBUGSS HWMOD. The purpose for doing

Re: [v2 1/2] usb: musb: omap2+: fix context api's

2011-10-31 Thread Pandita, Vikram
On Sun, Oct 9, 2011 at 11:08 PM, Felipe Balbi ba...@ti.com wrote: On Wed, Sep 07, 2011 at 09:19:23AM -0700, Vikram Pandita wrote: From: Vikram Pandita vikram.pand...@ti.com RxFifoSz, TxFifoSz, RxFifoAddr, TxFifoAddr are all indexed registers. So before doing a context save or restore, INDEX

Re: [PATCH] usb: ehci: make HC see up-to-date qh/qtd descriptor ASAP

2011-10-31 Thread Pandita, Vikram
On Thu, Sep 8, 2011 at 3:41 PM, Mark Salter msal...@redhat.com wrote: On Wed, 2011-08-31 at 20:35 +0100, Will Deacon wrote: On Wed, Aug 31, 2011 at 07:19:33PM +0100, Rob Herring wrote: On 08/31/2011 12:51 PM, Will Deacon wrote: Another thing that Marc and I tried on OMAP4 was not bringing

Re: [PATCH] mmc: omap_hsmmc: fix compile break

2011-10-30 Thread Pandita, Vikram
On Sat, Oct 29, 2011 at 5:39 PM, Marek Vasut marek.va...@gmail.com wrote: From: Vikram Pandita vikram.pand...@ti.com omap_hsmmc.c: In function 'omap_hsmmc_protect_card': omap_hsmmc.c:1273: error: 'pr_info' undeclared (first use in this function) omap_hsmmc.c:1273: error: (Each

Re: [PATCH] usb: musb: fix pm_runtime calls while atomic

2011-08-25 Thread Pandita, Vikram
Felipe On Fri, Aug 12, 2011 at 10:21 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Fri, Aug 12, 2011 at 10:04 AM, Alan Stern st...@rowland.harvard.edu wrote: On Fri, 12 Aug 2011, Pandita, Vikram wrote: On Fri, Aug 12, 2011 at 8:50 AM, Alan Stern st...@rowland.harvard.edu wrote

Re: [PATCH] usb: musb: use put_sync_suspend instead of put_sync

2011-08-12 Thread Pandita, Vikram
On Fri, Aug 12, 2011 at 2:01 AM, Felipe Balbi ba...@ti.com wrote: Hi, (sorry for top-posting) Moiz, are we going to have another set of this ? The problem was with pm_runtime() functions getting called from atomic context and we did a work around by calling the runtime functions from a work

Re: [PATCH] usb: musb: use put_sync_suspend instead of put_sync

2011-08-12 Thread Pandita, Vikram
On Fri, Aug 12, 2011 at 6:55 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Fri, Aug 12, 2011 at 2:01 AM, Felipe Balbi ba...@ti.com wrote: Hi, (sorry for top-posting) Moiz, are we going to have another set of this ? The problem was with pm_runtime() functions getting called from

Re: [PATCH] usb: musb: fix pm_runtime calls while atomic

2011-08-12 Thread Pandita, Vikram
On Fri, Aug 12, 2011 at 8:50 AM, Alan Stern st...@rowland.harvard.edu wrote: On Fri, 12 Aug 2011, Vikram Pandita wrote: From: Vikram Pandita vikram.pand...@ti.com musb pm_runtime_get_sync call happens in intrrupt context on cable attach case That can result in re-enabling the interrupts

Re: [PATCH] usb: musb: fix pm_runtime calls while atomic

2011-08-12 Thread Pandita, Vikram
On Fri, Aug 12, 2011 at 10:04 AM, Alan Stern st...@rowland.harvard.edu wrote: On Fri, 12 Aug 2011, Pandita, Vikram wrote: On Fri, Aug 12, 2011 at 8:50 AM, Alan Stern st...@rowland.harvard.edu wrote: On Fri, 12 Aug 2011, Vikram Pandita wrote: From: Vikram Pandita vikram.pand

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-28 Thread Pandita, Vikram
On Thu, Jul 28, 2011 at 9:45 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jul 19, 2011 at 10:11:58PM -0700, Vikram Pandita wrote: From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-20 Thread Pandita, Vikram
On Tue, Jul 19, 2011 at 10:53 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 20, 2011 at 11:15 AM, Pandita, Vikram vikram.pand...@ti.com wrote: On Tue, Jul 19, 2011 at 10:34 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 20, 2011 at 10:41 AM, Vikram Pandita

Re: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Pandita, Vikram
On Mon, Jul 18, 2011 at 11:22 PM, Gadiyar, Anand gadi...@ti.com wrote: From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of

Re: [PATCH v2] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Pandita, Vikram
On Tue, Jul 19, 2011 at 12:46 AM, Gadiyar, Anand gadi...@ti.com wrote: Pandita, Vikram wrote: On Mon, Jul 18, 2011 at 11:22 PM, Gadiyar, Anand gadi...@ti.com wrote: snip But you can't just change authorship when the entire functional code is the same. (It doesn't matter much to me - I'm

Re: [PATCH v4] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-19 Thread Pandita, Vikram
On Tue, Jul 19, 2011 at 10:34 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 20, 2011 at 10:41 AM, Vikram Pandita vikram.pand...@ti.com wrote: From: Anand Gadiyar gadi...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok

Re: [PATCH] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-18 Thread Pandita, Vikram
On Sat, Jul 16, 2011 at 4:22 AM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 16-07-2011 3:44, Vikram Pandita wrote: From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget

Re: [PATCH 2/2] OMAP4: Regulator: Specify system has fully specified constraints

2011-06-22 Thread Pandita, Vikram
On Tue, Jun 21, 2011 at 5:24 PM, Girish S G giris...@ti.com wrote: snip diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 04b7770..46f6800 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -560,6 +560,9

Re: [RFC][PATCH 10/9] OMAP4: HWMOD: differentiate 4430 and 4460 bandgap

2011-05-25 Thread Pandita, Vikram
On Wed, May 25, 2011 at 8:41 PM, Nishanth Menon n...@ti.com wrote: diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c snip +static struct omap_hwmod_opt_clk bandgap446x_opt_clks[] = { +       { .role = fclk, .clk = bandgap_ts_fclk }, +}; +

RE: [PATCH 0/3] Fix omap_type() function

2010-07-10 Thread Pandita, Vikram
-Original Message- From: Shilimkar, Santosh Sent: Saturday, July 10, 2010 2:32 AM To: Pandita, Vikram; linux-omap@vger.kernel.org Subject: RE: [PATCH 0/3] Fix omap_type() function -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow

RE: [RFC 7/7] OMAP3: Update cpufreq driver to use the new set_rate API

2010-07-07 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gopinath, Thara Sent: Friday, July 02, 2010 5:18 AM To: linux-omap@vger.kernel.org Cc: khil...@deeprootsystems.com; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath;

RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Que, Simon Sent: Thursday, June 24, 2010 7:40 PM To: linux-omap@vger.kernel.org Cc: Kanigeri, Hari; Ohad Ben-Cohen Subject: [RFC] omap: hwspinlock: Added hwspinlock driver

RE: [RFC] [PATCH v2 3/4] OMAP4: Keyboard board support

2010-05-13 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Arce, Abraham Sent: Thursday, May 13, 2010 3:51 PM To: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org Subject: [RFC] [PATCH v2 3/4] OMAP4: Keyboard board support

RE: [PATCH 02b/11] omap2/3: Fix DEBUG_LL for omap zoom2/3

2010-05-04 Thread Pandita, Vikram
Tony -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, May 03, 2010 7:59 PM To: Pandita, Vikram Cc: Kevin Hilman; linux-arm-ker...@lists.infradead.org; linux- o...@vger.kernel.org; Pais, Allen Subject: [PATCH 02b/11] omap2/3: Fix DEBUG_LL for omap zoom2/3

RE: [PATCH 02/11] omap2/3: Fix DEBUG_LL for omap zoom2/3

2010-05-03 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, April 30, 2010 8:51 PM To: Kevin Hilman Cc: Pandita, Vikram; linux-arm-ker...@lists.infradead.org; linux- o...@vger.kernel.org; Pais, Allen Subject: Re: [PATCH 02/11] omap2/3: Fix DEBUG_LL for omap zoom2/3

RE: [PATCH 02/11] omap2/3: Fix DEBUG_LL for omap zoom2/3

2010-04-30 Thread Pandita, Vikram
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, April 30, 2010 4:21 PM To: Tony Lindgren Cc: linux-arm-ker...@lists.infradead.org; Pandita, Vikram; linux- o...@vger.kernel.org; Pais, Allen Subject: Re: [PATCH 02/11] omap2/3: Fix DEBUG_LL for omap

RE: [PATCH 02/11] omap2/3: Fix DEBUG_LL for omap zoom2/3

2010-04-30 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Pandita, Vikram Sent: Friday, April 30, 2010 4:37 PM To: Kevin Hilman; Tony Lindgren Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; Pais, Allen Subject

RE: [PATCH v4 1/1] Registering sgx device and it's platform data

2010-04-23 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Friday, April 23, 2010 10:45 AM To: Agarwal, Preshit Cc: linux-omap@vger.kernel.org; felipe.ba...@nokia.com; Pais, Allen Subject: Re: [PATCH v4 1/1]

RE: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3

2010-03-20 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, March 19, 2010 10:03 PM To: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Cc: Pais, Allen; Pandita, Vikram Subject: Re: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3 * Tony Lindgren t

RE: [PATCH] OMAP: Zoom3: Fix Zoom3 booting issue

2010-03-02 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Tuesday, March 02, 2010 10:11 AM To: G, Manjunath Kondaiah; linux-omap@vger.kernel.org Cc: G, Manjunath Kondaiah; Tony Lindgren; Shilimkar,

RE: omap3evm: Doesn't boot at 4fa42e46

2010-02-10 Thread Pandita, Vikram
Sanjeev/Tony -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Wednesday, February 10, 2010 11:34 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: omap3evm: Doesn't boot at 4fa42e46 *

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic, v2

2010-01-22 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, January 21, 2010 9:07 PM To: Pandita, Vikram Cc: Russell King - ARM Linux; linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL

RE: [PATCH 1/7] usb: musb: Add context save and restore support

2010-01-22 Thread Pandita, Vikram
Ajay/Felipe Off usb list not to interfere with your merge req to Gregkh -Original Message- From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Felipe Balbi Sent: Thursday, January 21, 2010 7:34 AM To: Greg KH Cc: Linux USB Mailing List; Linux OMAP

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic, v2

2010-01-22 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, January 22, 2010 2:55 PM To: Pandita, Vikram Cc: Russell King - ARM Linux; linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic, v2

2010-01-22 Thread Pandita, Vikram
Tony -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, January 22, 2010 3:11 PM To: Pandita, Vikram Cc: Russell King - ARM Linux; linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL

RE: [PATCH 2/2] omap: 3630: Disable internal pull-ups

2010-01-21 Thread Pandita, Vikram
Allen -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pais, Allen Sent: Thursday, January 21, 2010 4:33 AM To: linux-omap@vger.kernel.org Subject: [PATCH 2/2] omap: 3630: Disable internal pull-ups From

RE: [PATCH 1/4] omap: Clean the serial port defines

2010-01-18 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, January 15, 2010 7:35 PM To: linux-arm-ker...@lists.infradead.org Cc: linux-omap@vger.kernel.org Subject: [PATCH 1/4] omap: Clean the serial port

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-18 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, January 15, 2010 7:35 PM To: linux-arm-ker...@lists.infradead.org Cc: linux-omap@vger.kernel.org Subject: [PATCH 2/4] omap: Make uncompress code

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-18 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Saturday, January 16, 2010 2:00 PM To: Russell King - ARM Linux Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH

[U-Boot] zoom2 build broken

2010-01-07 Thread Pandita, Vikram
Hi Tom I tried building the zoom2 config on arm uboot tree [1] and I get this linker error. Am I missing something? amake = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- $amake omap3_zoom2_config $amake Map u-boot.map -o u-boot lib_arm/libarm.a(board.o): In function `start_armboot':

Re: [U-Boot] zoom2 build broken

2010-01-07 Thread Pandita, Vikram
-Original Message- From: Dirk Behme [mailto:dirk.be...@googlemail.com] Sent: Thursday, January 07, 2010 12:30 PM To: Pandita, Vikram Cc: Tom; u-boot@lists.denx.de Subject: Re: [U-Boot] zoom2 build broken On 07.01.2010 18:54, Pandita, Vikram wrote: Hi Tom I tried building the zoom2

RE: serial port input corruption with 2.6.32?

2010-01-06 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Wednesday, January 06, 2010 5:27 PM To: Steve Sakoman Cc: Robert Nelson; linux-omap@vger.kernel.org Subject: Re: serial port input corruption with 2.6.32?

RE: Anyone using an ISP1505?

2009-12-21 Thread Pandita, Vikram
-Original Message- From: Bill Gatliff [mailto:b...@billgatliff.com] Sent: Monday, December 21, 2009 11:07 AM To: Pandita, Vikram Cc: Gadiyar, Anand; linux-omap@vger.kernel.org; beaglebo...@googlegroups.com Subject: Re: Anyone using an ISP1505? Pandita, Vikram wrote: -Original

RE: [RFC] MUSB: Workaround for Ethernet data alignment issue

2009-12-14 Thread Pandita, Vikram
Nilkesh -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Patra, Nilkesh Sent: Sunday, December 13, 2009 10:51 PM To: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org; David Brownell; Gadiyar, Anand Subject: [RFC]

Break: SMSC911x problems on Zoom3

2009-12-14 Thread Pandita, Vikram
SMSC911x is preventing Zoom3 board from booting on latest master (06d9e4fdd20e). Bootup logs and shows getting stuck here: --- net eth0: SMSC911x/921x identified at 0xd080c000, IRQ: 318 mmc1: new high speed MMC card at address 0001 mmcblk1: mmc1:0001 STM16G 1.00 GiB mmcblk1: unknown partition

RE: [PATCH 107/122] USB: ehci-omap.c: introduce missing kfree

2009-12-11 Thread Pandita, Vikram
-Original Message- From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Greg Kroah-Hartman Sent: Friday, December 11, 2009 4:26 PM To: linux-...@vger.kernel.org Cc: Julia Lawall; Greg Kroah-Hartman Subject: [PATCH 107/122] USB: ehci-omap.c:

RE: [PATCH 6/6] OMAP4: Sync up omap4430 defconfig

2009-12-09 Thread Pandita, Vikram
Santosh -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Shilimkar, Santosh Sent: Wednesday, December 09, 2009 12:29 PM To: t...@atomide.com Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org;

RE: [PATCH 6/6] OMAP4: Sync up omap4430 defconfig

2009-12-09 Thread Pandita, Vikram
-Original Message- From: Shilimkar, Santosh Sent: Wednesday, December 09, 2009 12:49 PM To: Pandita, Vikram; t...@atomide.com Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; li...@arm.linux.org.uk Subject: RE: [PATCH 6/6] OMAP4: Sync up omap4430 defconfig

RE: [PATCH v2] omap: serial: fix non-empty uart fifo read abort

2009-12-04 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, December 04, 2009 1:04 PM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org; Cousson, Benoit Subject: Re: [PATCH v2] omap: serial: fix non-empty uart fifo read abort snip + +#ifdef CONFIG_ARCH_OMAP4

RE: I2C broken on OMAP 2430SDP?

2009-12-03 Thread Pandita, Vikram
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Thursday, December 03, 2009 7:01 AM To: Sonasath, Moiz Cc: linux-omap@vger.kernel.org; Pandita, Vikram; G, Manjunath Kondaiah Subject: RE: I2C broken on OMAP 2430SDP? Hello Moiz, On Wed, 2 Dec 2009, Sonasath, Moiz

RE: Merge plans for 2.6.33 merge window

2009-12-03 Thread Pandita, Vikram
Tony -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Thursday, December 03, 2009 11:36 AM To: linux-omap@vger.kernel.org Subject: Merge plans for 2.6.33 merge window Hi all, snip Then there are some new

RE: u-boot for omap3

2009-12-03 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Weng, Wending Sent: Thursday, December 03, 2009 12:32 PM To: linux-omap@vger.kernel.org Subject: u-boot for omap3 Hi all, Anybody knows who takes care of u-boot for

RE: [PATCH 2/2] MUSB DMA_INTR register may sometimes read zero when infact there

2009-12-03 Thread Pandita, Vikram
Anand From: Anand Gadiyar vikram.pand...@ti.com MUSB DMA_INTR register may sometimes read zero when infact there was a pending interrupt. Workaround this by reading the DMA_COUNT values for all enabled channels when this condition occurs. Flag these channels as the ones needing to be serviced.

RE: [PATCH v2] arm: omap: Add omap3_defconfig

2009-11-30 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Olof snip +# CONFIG_OMAP_LL_DEBUG_UART1 is not set +# CONFIG_OMAP_LL_DEBUG_UART2 is not set +CONFIG_OMAP_LL_DEBUG_UART3=y +# CONFIG_OMAP_LL_DEBUG_NONE is not set I will

RE: [PATCH 1/2] serial: 8250: add UPF_NO_EMPTY_FIFO_READ flag

2009-11-17 Thread Pandita, Vikram
Tony From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Tuesday, November 17, 2009 11:06 AM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org; Shilimkar, Santosh Subject: Re: [PATCH 1/2] serial: 8250: add UPF_NO_EMPTY_FIFO_READ flag

RE: [PATCH 3/3] OMAP clock/hwmod: fix off-by-one errors

2009-11-17 Thread Pandita, Vikram
Paul -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Tuesday, November 17, 2009 11:39 AM To: Russell King - ARM Linux Cc: linux-arm-ker...@lists.infradead.org; Juha Leppänen; linux-omap@vger.kernel.org

RE: [PATCH 1/2] serial: 8250: add UPF_NO_EMPTY_FIFO_READ flag

2009-11-17 Thread Pandita, Vikram
-Original Message- From: Alan Cox [mailto:a...@lxorguk.ukuu.org.uk] Sent: Tuesday, November 17, 2009 3:26 PM To: Pandita, Vikram Cc: linux-ser...@vger.kernel.org; a...@linux-foundation.org; linux-omap@vger.kernel.org; Pandita, Vikram; Shilimkar, Santosh Subject: Re: [PATCH 1/2] serial

RE: [PATCH] omap3: ehci: Add regulator framework

2009-11-16 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pandita, Vikram From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gupta, Ajay Kumar Sent: Sunday, November 15, 2009 2:46 AM

RE: [PATCH] omap3: ehci: Add regulator framework

2009-11-15 Thread Pandita, Vikram
Ajay -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gupta, Ajay Kumar Sent: Sunday, November 15, 2009 2:46 AM To: linux-omap@vger.kernel.org Cc: felipe.ba...@nokia.com; broo...@opensource.wolfsonmicro.com; Gupta, Ajay

RE: CPUFREQ for beagle

2009-11-13 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of tarek attia Sent: Friday, November 13, 2009 11:09 AM To: linux-omap Subject: CPUFREQ for beagle I want the CPUFREQdriver for the beagleboard which can work with linux2.6.29

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

2009-11-13 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, November 13, 2009 12:03 PM To: Gadiyar, Anand Cc: linux-omap@vger.kernel.org Subject: Re: Some patches need reposting, inbox cleared, patchwork

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

2009-11-13 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] I just verified booting zoom3 on l-o master, and its working fine. OK good. Can you also try booting this patch from Felipe on 3630: http://patchwork.kernel.org/patch/59540/ Patch does not apply. Rebasing now and

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

2009-11-13 Thread Pandita, Vikram
Tony -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pandita, Vikram From: Tony Lindgren [mailto:t...@atomide.com] I just verified booting zoom3 on l-o master, and its working fine. OK good. Can you also try booting

RE: CPUFREQ for beagle

2009-11-13 Thread Pandita, Vikram
-Original Message- From: tarek attia [mailto:tarek.m.at...@gmail.com] Sent: Friday, November 13, 2009 12:12 PM To: Pandita, Vikram Subject: Re: CPUFREQ for beagle thnx for reply :) I tried it before but it downloaded kernel 2.6.32 which didn't work with the root file system of Angstrom

RE: [PATCH v2 0/8] introduce 3630 boards

2009-11-11 Thread Pandita, Vikram
-Original Message- From: Gadiyar, Anand Sent: Wednesday, November 11, 2009 9:19 AM To: Pandita, Vikram; linux-omap@vger.kernel.org Subject: RE: [PATCH v2 0/8] introduce 3630 boards Vikram, I'm afraid current linux-omap master + these patches does not boot on my 3630SDP. Yes you

RE: [RFC PATCH v3 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Pandita, Vikram
Chris -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of chud...@kionix.com Sent: Wednesday, November 11, 2009 2:26 PM To: linux-omap@vger.kernel.org Cc: linux-in...@vger.kernel.org; dmitry.torok...@gmail.com; Chris Hudson

RE: [RFC PATCH v3 1/3] input:misc:driver support for Kionix kxte9 accelerometer

2009-11-11 Thread Pandita, Vikram
-Original Message- From: Chris Hudson [mailto:chud...@kionix.com] Pandita, Vikram wrote: Chris snip Any way to test these features of accelerometer with your set of 3 patches applied? Say with a busybox filesystem or poky? Sure, I've been using busybox with the ZoomII and testing

RE: [PATCH 0/8] RFC: introduce 3630 boards

2009-11-03 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Subject: [PATCH 0/8] RFC: introduce 3630 boards Introducing 3630 boards: zoom3 and sdp3630 These patches are in my git tree at:

RE: [PATCH] omap: 3630: update is_chip variable

2009-11-02 Thread Pandita, Vikram
-Original Message- From: Alexander Shishkin [mailto:virtu...@slind.org] Sent: Monday, November 02, 2009 12:29 PM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org; Menon, Nishanth Subject: Re: [PATCH] omap: 3630: update is_chip variable On Mon, Nov 02, 2009 at 07:05:49PM +0200

Welcome: OMAPZoom Tutorial Hour

2009-10-28 Thread Pandita, Vikram
Hello All, The first OMAPZoom Tutorial Hour will be hosted on Oct 28th at 8:30 AM CST (Central Standard Time) http://omappedia.org/wiki/Tutorial_Hour Topics for this session: 1) OMAPZoom.org community overview 2) Zoom OMAP34x-II Mobile Development Platform overview - by LogicPD 3) OMAP Linux

RE: [PATCH 1/2] Added board-3630.c file.

2009-10-28 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pais, Sent: Monday, October 26, 2009 4:40 PM To: Pais, Allen; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2] Added board-3630.c file. Signed-off-by: Allen Pais

RE: [PATCH 1/2] Added board-3630.c file.

2009-10-28 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Monday, October 26, 2009 9:49 AM To: Pais, Allen; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2] Added board-3630.c file. +static int

RE: [PATCH 1/2] Added board-3630.c file.

2009-10-28 Thread Pandita, Vikram
Nishanth -Original Message- From: Menon, Nishanth From: Pandita, Vikram From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Pais, Sent: Monday, October 26, 2009 4:40 PM To: Pais, Allen; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2

  1   2   3   >