Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-10 Thread Grant Likely
On Mon, Aug 09, 2010 at 01:36:18PM +0300, Felipe Balbi wrote: On Thu, Jun 03, 2010 at 01:09:01PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: From: Felipe Balbi felipe.ba...@nokia.com dev_vdbg() is only compiled when VERBOSE is defined, so there's no need to wrap dev_dbg() on #ifdef

Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-10 Thread Felipe Balbi
Hi, On Tue, Aug 10, 2010 at 08:33:41AM +0200, ext Grant Likely wrote: Now picked up into my test-spi branch. I'll add it to linux-next after the merge window closes. ok, thanks Grant -- balbi DefectiveByDesign.org -- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-10 Thread David Brownell
I know, the sourceforge list is a bit of a pain. As all sourceforge lists are.   I don't even know who the admin of that list is. One of the Russian MontaVista crew created that list, and presumably maintains it. -- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-09 Thread Grant Likely
On Mon, Aug 9, 2010 at 4:36 AM, Felipe Balbi felipe.ba...@nokia.com wrote: On Thu, Jun 03, 2010 at 01:09:01PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: From: Felipe Balbi felipe.ba...@nokia.com dev_vdbg() is only compiled when VERBOSE is defined, so there's no need to wrap dev_dbg() on

Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-09 Thread Felipe Balbi
Hi, On Mon, Aug 09, 2010 at 03:22:31PM +0200, ext Grant Likely wrote: It didn't get sent to the spi-devel-general list, so it didn't get picked up by patchwork and wasn't there for me to pick up when I was collecting stuff for .36. that's subscribers only ? I couldn't bother subscribing to a

Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-09 Thread Grant Likely
On Mon, Aug 9, 2010 at 11:21 PM, Felipe Balbi felipe.ba...@nokia.com wrote: Hi, On Mon, Aug 09, 2010 at 03:22:31PM +0200, ext Grant Likely wrote: It didn't get sent to the spi-devel-general list, so it didn't get picked up by patchwork and wasn't there for me to pick up when I was

Re: [PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-08-09 Thread Felipe Balbi
Hi, On Tue, Aug 10, 2010 at 07:27:43AM +0200, ext Grant Likely wrote: I know, the sourceforge list is a bit of a pain. I don't even know who the admin of that list is. It was set up before I started the SPI maintainership. I've been thinking about creating a new spi list on vger.kernel.org.

[PATCH] spi: omap2_mcspi: make use of dev_vdbg()

2010-06-03 Thread felipe . balbi
From: Felipe Balbi felipe.ba...@nokia.com dev_vdbg() is only compiled when VERBOSE is defined, so there's no need to wrap dev_dbg() on #ifdef VERBOSE .. #endif as we can use dev_vdbg() directly. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/spi/omap2_mcspi.c | 36