From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sakoman Subject: Overo broken after recent mainline merge Date: Sat, 14 Mar 2009 06:24:34 -0700 Message-ID: <5e088bd90903140624u5b5098f4vd9b1afa937325779@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from wf-out-1314.google.com ([209.85.200.172]:61730 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752854AbZCNNYg (ORCPT ); Sat, 14 Mar 2009 09:24:36 -0400 Received: by wf-out-1314.google.com with SMTP id 28so987311wfa.4 for ; Sat, 14 Mar 2009 06:24:34 -0700 (PDT) Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap Building from current top of tree I get the following at boot: mmci-omap-hs mmci-omap-hs.0: Failed to get debounce clock regulator: Unable to get requested regulator: vmmc ------------[ cut here ]------------ WARNING: at drivers/gpio/gpiolib.c:826 gpio_free+0x2c/0xe0() Modules linked in: [] (dump_stack+0x0/0x14) from [] (warn_slowpath+0x68/0x9c) [] (warn_slowpath+0x0/0x9c) from [] (gpio_free+0x2c/0xe0) r3:00000000 r2:00000000 r7:ffffffea r6:c05874fc r5:c79a8500 r4:ffffffed [] (gpio_free+0x0/0xe0) from [] (twl_mmc_late_init+0xe4/0x130) r8:c05874fc r7:c79a7008 r6:c05874fc r5:c79a8500 r4:ffffffed [] (twl_mmc_late_init+0x0/0x130) from [] (omap_mmc_probe+0x36c/0x560) [] (omap_mmc_probe+0x0/0x560) from [] (platform_drv_probe+0x20/0x24) [] (platform_drv_probe+0x0/0x24) from [] (driver_probe_device+0xd4/0x1a0) [] (driver_probe_device+0x0/0x1a0) from [] (__driver_attach+0x6c/0x90) r7:c7817eb0 r6:c057b0b8 r5:c79a7090 r4:c79a7008 [] (__driver_attach+0x0/0x90) from [] (bus_for_each_dev+0x54/0x90) r6:c057b0b8 r5:c02c63e8 r4:00000000 [] (bus_for_each_dev+0x0/0x90) from [] (driver_attach+0x20/0x28) r7:c7a3bf80 r6:c057b0b8 r5:c002b7e8 r4:00000000 [] (driver_attach+0x0/0x28) from [] (bus_add_driver+0xa8/0x20c) [] (bus_add_driver+0x0/0x20c) from [] (driver_register+0xb4/0x140) r8:00000000 r7:c0023dd0 r6:c057b0b8 r5:c002b7e8 r4:c002b6c0 [] (driver_register+0x0/0x140) from [] (platform_driver_register+0x6c/0x88) r8:00000000 r7:c0023dd0 r6:00000000 r5:c002b7e8 r4:c002b6c0 [] (platform_driver_register+0x0/0x88) from [] (omap_mmc_init+0x14/0x1c) [] (omap_mmc_init+0x0/0x1c) from [] (do_one_initcall+0x58/0x198) [] (do_one_initcall+0x0/0x198) from [] (kernel_init+0x80/0xf0) r8:00000000 r7:00000000 r6:00000000 r5:c002b7e8 r4:c002b6c0 [] (kernel_init+0x0/0xf0) from [] (do_exit+0x0/0x688) r5:00000000 r4:00000000 ---[ end trace b8b5cc211eafb14f ]--- mmci-omap-hs mmci-omap-hs.0: err -19 configuring card detect mmci-omap-hs mmci-omap-hs.1: Failed to get debounce clock regulator: Unable to get requested regulator: vmmc I've collected Dave's recent recent regulator patches and will try again with those applied. Steve