1. 09 12月, 2011 1 次提交
  2. 22 11月, 2011 1 次提交
    • A
      ARM: imx: export imx_ioremap · 807dfe70
      Arnd Bergmann 提交于
      The arch_ioremap function on i.MX is now an indirect function pointer.
      In order to use it from any loadable module, the pointer itself
      has to be exported.
      
      ERROR: "imx_ioremap" [drivers/video/tmiofb.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/host/sl811-hcd.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/host/r8a66597-hcd.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/host/oxu210hp-hcd.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/gadget/r8a66597-udc.ko] undefined!
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      807dfe70
  3. 17 11月, 2011 1 次提交
  4. 11 11月, 2011 3 次提交
  5. 04 11月, 2011 3 次提交
  6. 31 10月, 2011 6 次提交
  7. 25 10月, 2011 1 次提交
    • P
      plat-mxc: iomux-v3.h: implicitly enable pull-up/down when that's desired · 6571534b
      Paul Fertser 提交于
      To configure pads during the initialisation a set of special constants
      is used, e.g.
      #define MX25_PAD_FEC_MDIO__FEC_MDIO IOMUX_PAD(0x3c4, 0x1cc, 0x10, 0, 0, PAD_CTL_HYS | PAD_CTL_PUS_22K_UP)
      
      The problem is that no pull-up/down is getting activated unless both
      PAD_CTL_PUE (pull-up enable) and PAD_CTL_PKE (pull/keeper module
      enable) set. This is clearly stated in the i.MX25 datasheet and is
      confirmed by the measurements on hardware. This leads to some rather
      hard to understand bugs such as misdetecting an absent ethernet PHY (a
      real bug i had), unstable data transfer etc. This might affect mx25,
      mx35, mx50, mx51 and mx53 SoCs.
      
      It's reasonable to expect that if the pullup value is specified, the
      intention was to have it actually active, so we implicitly add the
      needed bits.
      
      Cc: stable@kernel.org
      Signed-off-by: NPaul Fertser <fercerpav@gmail.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      6571534b
  8. 18 10月, 2011 4 次提交
  9. 17 10月, 2011 1 次提交
  10. 14 10月, 2011 1 次提交
  11. 13 10月, 2011 1 次提交
  12. 07 10月, 2011 1 次提交
  13. 04 10月, 2011 2 次提交
  14. 26 9月, 2011 4 次提交
  15. 23 9月, 2011 2 次提交
  16. 20 9月, 2011 3 次提交
  17. 15 9月, 2011 1 次提交
  18. 28 8月, 2011 1 次提交
  19. 27 8月, 2011 1 次提交
  20. 26 8月, 2011 2 次提交