Re: [PATCH] musb: omap2430: fix the readiness check in omap_musb_mailbox

2012-12-22 Thread Michael Trimarchi
Hi Aaro Koskinen wrote: >The check in omap_musb_mailbox does not properly check if the module >has >been fully initialized. The patch fixes that, and the kernel panic >below: > >$ modprobe twl4030-usb >[ 13.924743] twl4030_usb twl4030-usb.33: HW_CONDITIONS 0xe0/224; link >3 >[ 13.940307] Una

[PATCH] musb: omap2430: fix the readiness check in omap_musb_mailbox

2012-12-22 Thread Aaro Koskinen
The check in omap_musb_mailbox does not properly check if the module has been fully initialized. The patch fixes that, and the kernel panic below: $ modprobe twl4030-usb [ 13.924743] twl4030_usb twl4030-usb.33: HW_CONDITIONS 0xe0/224; link 3 [ 13.940307] Unable to handle kernel NULL pointer de

[PATCH 0/2] cpts fixes for v3.8-rc2

2012-12-22 Thread Richard Cochran
The new cpts driver has two small issues, but it otherwise seems to be working in -rc1. Thanks, Richard Richard Cochran (2): cpts: fix build error by removing useless code. cpts: fix a run time warn_on. drivers/net/ethernet/ti/cpts.c |2 +- drivers/net/ethernet/ti/cpts.h |1 - 2 fi

Re: [PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-22 Thread Ezequiel Garcia
Hi Enric and Javier, >> The u-boot 'bootargs' env overwrites the one from chosen ? >> > > I just tested and U-Boot 'bootargs' has precedence over DT bootargs > but I didn't find a way to append boot parameters from U-Boot. You can > either overwrite it completely or not. > Yes. That seems to be t