Re: MMC breakage on 3.11/cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 25 June 2013 03:57 AM, Joel A Fernandes wrote:
Hi Tony,

Following branch breaks MMC for me on am33xx (beaglebone):
http://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.11/cleanup

I tried to work around it by specifying interrupt and reg property in DT:
       mmc1: mmc@48060000 {
          compatible = "ti,omap3-hsmmc";
          ti,hwmods = "mmc1";
          ti,dual-volt;
          ti,needs-special-reset;
          dmas = <&edma 24
             &edma 25>;
          dma-names = "tx", "rx";
          interrupts = <64>;
          interrupt-parent = <&intc>;
          reg = <0x48060000 0x1000>;
          status = "disabled";
       };

The probe succeeds but I still get a "Waiting for root device
/dev/mmcblk0p2" when booting over MMC.

Hi Joel,

Can you share your branch with edma + 3.11 cleanup, so that I can reproduce this
issue.


If you're planning to push the cleanup branch, can we temporarily add
the hwmod data back while we work on this issue so that upstream MMC
is kept working.

Thanks,

-Joel
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux