Re: omap patches

2011-08-10 Thread Tony Lindgren
Hi, Sorry for the delay, I've been on vacation. * Ben Dooks ben-...@fluff.org [110802 01:01]: Hi, should I have been queing these, or is someone else dealing with the dependencies between the omap arch and these driver updates? Yes please. The following fix should go in during the -rc cycle:

dynamic-debug not built into scx200_acb, scx200_i2c

2011-08-10 Thread Jim Cromie
scx200_acb has several pr_debugs, but theyre not available via dynamic-debug Ive been unable to figure out why. Any ideas ? jimc@chumly:~/projects/lx/linux-2.6$ grep debug drivers/i2c/busses/scx200_* drivers/i2c/busses/scx200_acb.c:pr_debug(NAME : ACBCTL2 readback failed\n);

Re: dynamic-debug not built into scx200_acb, scx200_i2c

2011-08-10 Thread Joe Perches
On Wed, 2011-08-10 at 15:06 -0600, Jim Cromie wrote: scx200_acb has several pr_debugs, but theyre not available via dynamic-debug Ive been unable to figure out why. Any ideas ? -DDEBUG forces pr_debug to be output and doesn't allow dynamic_debug for those outputs. from

Re: dynamic-debug not built into scx200_acb, scx200_i2c

2011-08-10 Thread Jason Baron
On Wed, Aug 10, 2011 at 03:06:49PM -0600, Jim Cromie wrote: scx200_acb has several pr_debugs, but theyre not available via dynamic-debug Ive been unable to figure out why. Any ideas ? hmmm...I see drivers/i2c/busses/Makefile has: ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG Any chance

RFC: Use dynamic-debug with pr_debug when -DDEBUG is set

2011-08-10 Thread Joe Perches
On Wed, 2011-08-10 at 16:50 -0700, Joe Perches wrote: On Wed, 2011-08-10 at 15:06 -0600, Jim Cromie wrote: scx200_acb has several pr_debugs, but theyre not available via dynamic-debug Ive been unable to figure out why. Any ideas ? -DDEBUG forces pr_debug to be output and doesn't allow

Re: RFC: Use dynamic-debug with pr_debug when -DDEBUG is set

2011-08-10 Thread Jason Baron
On Wed, Aug 10, 2011 at 05:01:37PM -0700, Joe Perches wrote: On Wed, 2011-08-10 at 16:50 -0700, Joe Perches wrote: On Wed, 2011-08-10 at 15:06 -0600, Jim Cromie wrote: scx200_acb has several pr_debugs, but theyre not available via dynamic-debug Ive been unable to figure out why.

Re: RFC: Use dynamic-debug with pr_debug when -DDEBUG is set

2011-08-10 Thread Joe Perches
On Wed, 2011-08-10 at 20:20 -0400, Jason Baron wrote: On Wed, Aug 10, 2011 at 05:01:37PM -0700, Joe Perches wrote: Perhaps another way to enable pr_debug use is to reverse the order of dynamic_pr_debug defines. ie: change printk.h: #if defined(CONFIG_DYNAMIC_DEBUG) /*