From mboxrd@z Thu Jan 1 00:00:00 1970 From: per.forlin@stericsson.com (=?ISO-8859-1?Q?Per_F=F6rlin?=) Date: Sun, 6 Nov 2011 16:29:54 +0100 Subject: OMAP CRAP: The Continuing Story Of Brokenness In-Reply-To: <20111106121829.GB15294@n2100.arm.linux.org.uk> References: <20111106121829.GB15294@n2100.arm.linux.org.uk> Message-ID: <4EB6A7F2.1010606@stericsson.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/06/2011 01:18 PM, Russell King - ARM Linux wrote: > Yet again I find that I'm having to email about crap on OMAP3. > > I'm getting really fed up with OMAP stuff which keeps breaking in > idiotic ways - and the way there's fatal build errors at EVERY merge > window. The OMAP workflow is totally broken. Something MUST change > in the way the OMAP community works to stop the continual breakage > at every single bloody merge window. > > One is new: > > WARNING: at arch/arm/mach-omap2/usb-musb.c:141 usb_musb_init+0xc0/0x174() > usb_musb_init: could not find omap_hwmod for usb_otg_hs > Modules linked in: > Backtrace: > [] (dump_backtrace+0x0/0x10c) from [] (dump_stack+0x18/0x1c) r7:c181ff20 r6:c03ceb54 r5:c037545b r4:0000008d > [] (dump_stack+0x0/0x1c) from [] (warn_slowpath_common+0x58/0x70) > [] (warn_slowpath_common+0x0/0x70) from [] (warn_slowpath_fmt+0x38/0x40) > r8:00000000 r7:00000013 r6:c0374b05 r5:c03f06e4 r4:c0374190 > [] (warn_slowpath_fmt+0x0/0x40) from [] (usb_musb_init+0xc0/0x174) > r3:c02df894 r2:c03707d9 > [] (usb_musb_init+0x0/0x174) from [] (omap_ldp_init+0xb0/0x100) > r6:c003e7d8 r5:c03f06e4 r4:c04053e4 > [] (omap_ldp_init+0x0/0x100) from [] (customize_machine+0x24/0x30) > r4:c03f03a8 > [] (customize_machine+0x0/0x30) from [] (do_one_initcall+0x9c/0x164) > [] (do_one_initcall+0x0/0x164) from [] (kernel_init+0x7c/0x120) > [] (kernel_init+0x0/0x120) from [] (do_exit+0x0/0x62c) > r5:c03c3208 r4:00000000 > ---[ end trace 1b75b31a2719ed1c ]--- > omap_timer.1: alias fck already exists > omap_timer.2: alias fck already exists > omap_timer.3: alias fck already exists > omap_timer.4: alias fck already exists > omap_timer.5: alias fck already exists > omap_timer.6: alias fck already exists > omap_timer.7: alias fck already exists > omap_timer.8: alias fck already exists > omap_timer.9: alias fck already exists > omap_timer.10: alias fck already exists > omap_timer.11: alias fck already exists > omap_timer.12: alias fck already exists > omap-mcbsp.2: alias fck already exists > omap-mcbsp.3: alias fck already exists > > And this, which I reported on August 26th - so it's now over three months > old is still there. Clearly, no one cares about this driver so shall I > delete the omap-hsmmc driver, or is someone going to clean up their crap? > Or shall we revert all those patches for adding the asynchronous mapping > of MMC requests until the _REGRESSION_ is fixed properly? It's possible to disable async mapping in omap_hsmmc.c. Set pre_req and post_req to NULL. Regards, Per