1. 30 4月, 2014 1 次提交
  2. 05 3月, 2014 5 次提交
  3. 31 12月, 2013 4 次提交
  4. 09 12月, 2013 2 次提交
    • F
      ARM: imx_v6_v7_defconfig: Select CONFIG_HIGHMEM · c2ddbdf1
      Fabio Estevam 提交于
      Booting a mx6q wandboard with 2GB of RAM we see the following on boot:
      
      Booting Linux on physical CPU 0x0
      Linux version 3.12.0-next-20131112+ (fabio@fabio-Latitude-E6410) (gcc version 43
      CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
      CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
      Machine model: Wandboard i.MX6 Quad Board
      Truncating RAM at 10000000-8fffffff to -7f7fffff (vmalloc region overlap)
      ...
      
      Select CONFIG_HIGHMEM to avoid the vmalloc region overlap.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      c2ddbdf1
    • D
      ARM: imx_v6_v7_defconfig: Enable tsc2007 support. · fffb7f34
      Denis Carikli 提交于
      The eukrea cpuimx35 and cpuimx51 have a tsc2007 touchscreen controller,
        so we turn it on.
      
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: devicetree@vger.kernel.org
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: linux-input@vger.kernel.org
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: Lothar Waßmann <LW@KARO-electronics.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Eric Bénard <eric@eukrea.com>
      Signed-off-by: NDenis Carikli <denis@eukrea.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      fffb7f34
  5. 21 10月, 2013 4 次提交
  6. 22 8月, 2013 5 次提交
  7. 16 8月, 2013 5 次提交
  8. 17 6月, 2013 6 次提交
  9. 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
  10. 12 4月, 2013 1 次提交
  11. 12 2月, 2013 1 次提交
  12. 05 2月, 2013 2 次提交
  13. 29 1月, 2013 1 次提交
  14. 25 1月, 2013 1 次提交
  15. 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