An error occurred fetching the project authors.
  1. 05 Mar, 2014 3 commits
  2. 31 Dec, 2013 4 commits
  3. 09 Dec, 2013 2 commits
    • Fabio Estevam's avatar
      ARM: imx_v6_v7_defconfig: Select CONFIG_HIGHMEM · c2ddbdf1
      Fabio Estevam authored
      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: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      c2ddbdf1
    • Denis Carikli's avatar
      ARM: imx_v6_v7_defconfig: Enable tsc2007 support. · fffb7f34
      Denis Carikli authored
      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: default avatarDenis Carikli <denis@eukrea.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      fffb7f34
  4. 21 Oct, 2013 4 commits
  5. 22 Aug, 2013 5 commits
  6. 16 Aug, 2013 5 commits
  7. 17 Jun, 2013 6 commits
  8. 23 Apr, 2013 1 commit
    • Shawn Guo's avatar
      ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY · a52f31e9
      Shawn Guo authored
      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: default avatarShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      a52f31e9
  9. 12 Apr, 2013 1 commit
  10. 12 Feb, 2013 1 commit
  11. 05 Feb, 2013 2 commits
  12. 29 Jan, 2013 1 commit
  13. 25 Jan, 2013 1 commit
  14. 19 Oct, 2012 1 commit
    • Fabio Estevam's avatar
      ARM: mach-imx: Fix selection of ARCH_MXC · 4cc3c840
      Fabio Estevam authored
      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: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      4cc3c840
  15. 15 Oct, 2012 1 commit
    • Shawn Guo's avatar
      ARM: imx: enable multi-platform build · c5a0d497
      Shawn Guo authored
      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: default avatarShawn Guo <shawn.guo@linaro.org>
      c5a0d497
  16. 10 Oct, 2012 1 commit
  17. 08 Oct, 2012 1 commit