Re: [PATCH 05/11] usb: chipidea: register debugging sysfs on our device

2013-06-04 Thread Felipe Balbi
Hi, On Mon, Jun 03, 2013 at 04:44:37PM +0300, Alexander Shishkin wrote: Felipe Balbi ba...@ti.com writes: Don't register anything non-generic under the gadget's device as we don't really *own* it. I've just found that this patch makes chipidea with CONFIG_CHIPIDEA_DEBUG broken on

Re: [PATCH 05/11] usb: chipidea: register debugging sysfs on our device

2013-06-04 Thread Alexander Shishkin
Felipe Balbi ba...@ti.com writes: Hi, On Mon, Jun 03, 2013 at 04:44:37PM +0300, Alexander Shishkin wrote: Felipe Balbi ba...@ti.com writes: Don't register anything non-generic under the gadget's device as we don't really *own* it. I've just found that this patch makes chipidea with

Re: [PATCH 05/11] usb: chipidea: register debugging sysfs on our device

2013-06-03 Thread Alexander Shishkin
Felipe Balbi ba...@ti.com writes: Don't register anything non-generic under the gadget's device as we don't really *own* it. I've just found that this patch makes chipidea with CONFIG_CHIPIDEA_DEBUG broken on v3.9. Reason being, dbg_create_files() creates sysfs entries like driver, gadget

[PATCH 05/11] usb: chipidea: register debugging sysfs on our device

2013-02-26 Thread Felipe Balbi
Don't register anything non-generic under the gadget's device as we don't really *own* it. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/chipidea/udc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c