Re: [PATCH] cxl: add option to enable -DDEBUG

2016-07-18 Thread Uma Krishnan
On 7/18/2016 5:49 AM, Michael Ellerman wrote: Andrew Donnellan writes: Developers working on AFUs and AFU drivers often find it useful to see the pr_devel() and dev_dbg() messages from cxl. Give them an easy way to enable -DDEBUG by adding a Kconfig option,

Re: [PATCH] cxl: add option to enable -DDEBUG

2016-07-18 Thread Michael Ellerman
Andrew Donnellan writes: > Developers working on AFUs and AFU drivers often find it useful to see the > pr_devel() and dev_dbg() messages from cxl. Give them an easy way to enable > -DDEBUG by adding a Kconfig option, CONFIG_CXL_DEBUG. Another option is to use

Re: [PATCH] cxl: add option to enable -DDEBUG

2016-07-18 Thread Ian Munsie
Acked-by: Ian Munsie ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] cxl: add option to enable -DDEBUG

2016-07-18 Thread Andrew Donnellan
Developers working on AFUs and AFU drivers often find it useful to see the pr_devel() and dev_dbg() messages from cxl. Give them an easy way to enable -DDEBUG by adding a Kconfig option, CONFIG_CXL_DEBUG. Inspired-by: Uma Krishnan Signed-off-by: Andrew Donnellan