1. 21 10月, 2013 1 次提交
  2. 22 8月, 2013 5 次提交
  3. 16 8月, 2013 5 次提交
  4. 17 6月, 2013 6 次提交
  5. 23 4月, 2013 1 次提交
    • S
      ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY · a52f31e9
      Shawn Guo 提交于
      Commit edc7cb2e (usb: phy: make it a menuconfig) makes USB_MXS_PHY
      be a sub-item of menuconfig symbol USB_PHY.  This change gets the
      selection of CONFIG_USB_MXS_PHY in imx_v6_v7_defconfig lost.  Hence the
      boot stops at the point below.
      
        ci_hdrc ci_hdrc.0: doesn't support gadget
        ci_hdrc ci_hdrc.0: EHCI Host Controller
        ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
      
      Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
      work.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      a52f31e9
  6. 12 4月, 2013 1 次提交
  7. 12 2月, 2013 1 次提交
  8. 05 2月, 2013 2 次提交
  9. 29 1月, 2013 1 次提交
  10. 25 1月, 2013 1 次提交
  11. 19 10月, 2012 1 次提交
    • F
      ARM: mach-imx: Fix selection of ARCH_MXC · 4cc3c840
      Fabio Estevam 提交于
      Since commit c5a0d497(ARM: imx: enable multi-platform build),
      ARCH_MXC is selected by the following logic:
      
      config ARCH_MXC
              def_bool y if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7
      
      , which causes build error on vexpress_defconfig:
      
      arch/arm/mach-imx/hotplug.c:49: undefined reference to `imx_enable_cpu'
      arch/arm/mach-imx/platsmp.c:57: undefined reference to `imx_set_cpu_jump'
      arch/arm/mach-imx/platsmp.c:58: undefined reference to `imx_enable_cpu'
      
      Make ARCH_MXC a user selectable option, so that it does not get built
      by default on other defconfigs that select ARCH_MULTI_V4_V5 or ARCH_MULTI_V6_V7.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      4cc3c840
  12. 15 10月, 2012 1 次提交
    • S
      ARM: imx: enable multi-platform build · c5a0d497
      Shawn Guo 提交于
      It enables multi-platform build for imx.  With ARCH_MULTI_* options
      coming to play, ARCH_MXC becomes an user invisible option, while
      ARCH_IMX_V4_V5 and ARCH_IMX_V6_V7 get removed.  Both imx_v4_v5_defconfig
      and imx_v6_v7_defconfig get updated to adopt the changes.
      
      AUTO_ZRELADDR and ARM_PATCH_PHYS_VIRT are selected by ARCH_MXC now to
      save the duplication.
      
      Headers timex.h and uncompress.h are not needed for multi-platform
      build.  Remove them.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      c5a0d497
  13. 10 10月, 2012 1 次提交
  14. 08 10月, 2012 2 次提交
  15. 11 9月, 2012 1 次提交
  16. 24 8月, 2012 1 次提交
  17. 10 8月, 2012 2 次提交
  18. 09 8月, 2012 1 次提交
    • A
      ARM: imx: gpmi-nand depends on mxs-dma · a3349377
      Arnd Bergmann 提交于
      It is not currently possible to build the gpmi-nand driver without
      also building the mxs-dma driver. Clarify this Kconfig and enable
      both in the defconfig file so we can build it again with both enabled.
      
      drivers/built-in.o: In function `gpmi_dma_filter':
      clk-fixed-factor.c:(.text+0xafc18): undefined reference to `mxs_dma_is_apbh'
      make[1]: *** [vmlinux] Error 1
      make: *** [sub-make] Error 2
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NDirk Behme <dirk.behme@de.bosch.com>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      a3349377
  19. 11 7月, 2012 1 次提交
  20. 30 5月, 2012 1 次提交
  21. 27 4月, 2012 1 次提交
  22. 27 2月, 2012 3 次提交