1. 16 5月, 2013 1 次提交
  2. 09 5月, 2013 1 次提交
  3. 04 5月, 2013 1 次提交
    • T
      ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAP · eb16d332
      Tony Lindgren 提交于
      Commit 8a6201b9 (ARM: OMAP2+: Fix unmet direct dependencies for zoom
      for 8250 serial) fixed unmet direct dependencies for 8250, but failed
      to do the same for omap serial. This can cause the following warning:
      
      warning: (ARCH_OMAP2PLUS_TYPICAL) selects SERIAL_OMAP which has
      unmet direct dependencies (TTY && HAS_IOMEM && GENERIC_HARDIRQS &&
      ARCH_OMAP2PLUS).
      
      We should not select drivers, they should be selected by the
      user. Fix the issue by removing the select and adding them to
      omap2plus_defconfig instead.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      eb16d332
  4. 29 4月, 2013 1 次提交
  5. 27 4月, 2013 1 次提交
    • O
      Revert "ARM: exynos: enable multiplatform support" · 4923ee44
      Olof Johansson 提交于
      This reverts commit bd51de53.
      
      Turns out that multiplatform breaks some uses cases, such as when you
      have an existing defconfig, since it adds the new EXYNOS_SINGLE config
      option as a dependecy. As a result, nearly all exynos config options
      will be disabled by default.
      
      Reverting instead of rebasing since this branch is pulled in as a
      dependency elsewhere.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      4923ee44
  6. 26 4月, 2013 2 次提交
    • A
      USB: OMAP: ISP1301 needs USB_PHY · c3c683ea
      Arnd Bergmann 提交于
      The Kconfig entry for USB_OMAP unconditionally selects USB_ISP1301,
      which is now only visible when USB_PHY is also enabled.
      
      This adds an appropriate dependency and enables USB_PHY in the omap1
      defconfig, avoiding these build warnings:
      
      warning: (USB_OHCI_HCD && USB_OMAP) selects ISP1301_OMAP which has unmet direct dependencies (USB_SUPPORT && USB_PHY && I2C && ARCH_OMAP_OTG)
      
      Also fix a Makefile typo while we're at it.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Felipe Balbi <balbi@ti.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c3c683ea
    • A
      USB: lpc32xx: ISP1301 needs USB_PHY · 64e98a79
      Arnd Bergmann 提交于
      The Kconfig entry for USB_LPC32XX unconditionally selects USB_ISP1301,
      which is now only visible when USB_PHY is also enabled.
      
      This adds an appropriate dependency and enables USB_PHY in the msm
      defconfig, avoiding these build errors:
      
      warning: (USB_LPC32XX) selects USB_ISP1301 which has unmet direct dependencies (USB_SUPPORT && USB_PHY && (USB || USB_GADGET) && I2C)
      drivers/built-in.o: In function `usb_hcd_nxp_probe':
      drivers/usb/host/ohci-nxp.c:224: undefined reference to `isp1301_get_client'
      drivers/built-in.o: In function `lpc32xx_udc_probe':
      drivers/usb/gadget/lpc32xx_udc.c:3071: undefined reference to `isp1301_get_client'
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Roland Stigge <stigge@antcom.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      64e98a79
  7. 23 4月, 2013 2 次提交
    • S
      ARM: mxs_defconfig: add CONFIG_USB_PHY · added5fc
      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 mxs_defconfig lost.  Hence the
      boot stops at the point below.
      
        [    1.600867] ci_hdrc ci_hdrc.0: doesn't support gadget
        [    1.606282] ci_hdrc ci_hdrc.0: EHCI Host Controller
        [    1.613522] 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>
      added5fc
    • 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
  8. 19 4月, 2013 1 次提交
    • A
      ARM: exynos: enable multiplatform support · bd51de53
      Arnd Bergmann 提交于
      This makes it possible to enable the exynos platform as part of a
      multiplatform kernel, in addition to keeping the single-platform
      exynos support.
      
      The multiplatform variant has a number of limitations at the moment:
      
      * It only supports DT-enabled machines. This is not a problem in
        the long run, as non-DT machines for exynos are going away.
        The main problem here is that the gpio code and the exynos_eint
        irqchip are not multiplatform capable but still required for
        ATAGS based boot.
      * The watchdog driver is still missing a conversion.
      * sparsemem and memory_holes are currently not supported in
        multiplatform.
      
      The the multiplatform aware ARCH_EXYNOS Kconfig symbol is disabled
      for now, as dependent patches are still pending in other
      subsystem trees. We will enable it once everything comes together.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      bd51de53
  9. 12 4月, 2013 3 次提交
  10. 11 4月, 2013 2 次提交
  11. 09 4月, 2013 1 次提交
  12. 05 4月, 2013 1 次提交
  13. 04 4月, 2013 3 次提交
  14. 03 4月, 2013 4 次提交
  15. 01 4月, 2013 5 次提交
  16. 31 3月, 2013 1 次提交
  17. 29 3月, 2013 1 次提交
  18. 27 3月, 2013 6 次提交
  19. 26 3月, 2013 1 次提交
  20. 25 3月, 2013 1 次提交
  21. 23 3月, 2013 1 次提交