1. 30 4月, 2014 1 次提交
  2. 21 10月, 2013 2 次提交
    • F
      ARM: mxs_defconfig: Turn off CONFIG_DEBUG_GPIO · a0fb706e
      Fabio Estevam 提交于
      Having CONFIG_DEBUG_GPIO=y leads to several debug messages polluting kernel log:
      
      [    0.580325] of_get_named_gpio_flags: can't parse gpios property of node '/regulators/3p3v[0]'
      [    0.581185] 3P3V: 3300 mV
      [    0.584827] of_get_named_gpio_flags exited with status 124
      [    0.585852] vddio-sd0: 3300 mV
      [    0.590023] of_get_named_gpio_flags exited with status 79
      [    0.590770] fec-3v3: 3300 mV
      [    0.594805] of_get_named_gpio_flags exited with status 105
      [    0.595491] usb0_vbus: 5000 mV
      [    0.599687] of_get_named_gpio_flags exited with status 104
      [    0.600380] usb1_vbus: 5000 mV
      [    0.604463] of_get_named_gpio_flags exited with status 126
      [    0.605153] lcd-3v3: 3300 mV
      [    0.608970] of_get_named_gpio_flags exited with status 77
      
      Turn this option off, as these messages are not really useful for normal usage.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      a0fb706e
    • F
      ARM: mxs_defconfig: Add CHIPIDEA_UDC support · a4de2904
      Fabio Estevam 提交于
      Generated by doing:
      
      make mxs_defconfig
      Manually selected the CHIPIDEA_UDC driver
      make savedefconfig
      cp defconfig arch/arm/configs/mxs_defconfig
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      a4de2904
  3. 16 8月, 2013 1 次提交
  4. 23 4月, 2013 1 次提交
    • 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
  5. 04 4月, 2013 1 次提交
  6. 01 4月, 2013 3 次提交
  7. 04 3月, 2013 1 次提交
  8. 05 2月, 2013 2 次提交
  9. 16 11月, 2012 1 次提交
  10. 28 8月, 2012 1 次提交
  11. 17 8月, 2012 1 次提交
    • S
      ARM: mxs: remove board files · ab9aad57
      Shawn Guo 提交于
      Since DT kernel provides the equivalent support with those board
      files, we can remove them now.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Lothar Waßmann <LW@KARO-electronics.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Lauri Hintsala <lauri.hintsala@bluegiga.com>
      ab9aad57
  12. 10 8月, 2012 1 次提交
  13. 07 8月, 2012 1 次提交
  14. 06 8月, 2012 1 次提交
  15. 04 8月, 2012 1 次提交
    • M
      ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig · 3bed491c
      Marek Vasut 提交于
      The CONFIG_DEFAULT_MMAP_MIN_ADDR was set to 65536 in mxs_defconfig,
      this caused severe breakage of userland applications since the upper
      limit for ARM is 32768. By default CONFIG_DEFAULT_MMAP_MIN_ADDR is
      set to 4096 and can also be changed via /proc/sys/vm/mmap_min_addr
      if needed.
      
      Quoting Russell King [1]:
      
      "4096 is also fine for ARM too. There's not much point in having
      defconfigs change it - that would just be pure noise in the config
      files."
      
      the CONFIG_DEFAULT_MMAP_MIN_ADDR can be removed from the defconfig
      altogether.
      
      This problem was introduced by commit cde7c41f (ARM: configs: add
      defconfig for mach-mxs).
      
      [1] http://marc.info/?l=linux-arm-kernel&m=134401593807820&w=2Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: stable@vger.kernel.org
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Wolfgang Denk <wd@denx.de>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      3bed491c
  16. 06 7月, 2012 1 次提交
  17. 05 7月, 2012 1 次提交
  18. 27 6月, 2012 3 次提交
  19. 12 5月, 2012 1 次提交
  20. 27 1月, 2012 1 次提交
  21. 13 10月, 2011 1 次提交
  22. 07 7月, 2011 2 次提交
  23. 03 5月, 2011 1 次提交