Skip to content
  1. Jul 28, 2014
  2. Jun 27, 2014
    • Olof Johansson's avatar
      ARM: bcm: Fix bcm and multi_v7 defconfigs · bfda90cb
      Olof Johansson authored
      
      
      BCM (Kona/capri platform) has regressed in two ways on this release. First,
      bcm_defconfig no longer selected the appropriate MMC driver options due to
      changes in dependencies. Secondly, the new MFD and regulator drivers were not
      enabled on multi_v7_defconfig, so that caused the system to fail probing MMC
      there.
      
      Fix by enabling the new options as needed.
      
      Cc: Matt Porter <matt.porter@linaro.org>
      Cc: Christian Daudt <bcm@fixthebug.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      bfda90cb
  3. Jun 20, 2014
  4. Jun 18, 2014
  5. Jun 17, 2014
    • Stephen Warren's avatar
      ARM: multi_v7_defconfig: re-enable SDHCI drivers · 216e9d3e
      Stephen Warren authored
      
      
      Following 5d01b768 "mmc: simplify SDHCI Kconfig dependencies",
      SDHCI drivers that use MMC_SDHCI_PLTFM no longer select it, but
      instead depend on it. This means that multi_v7_defconfig no longer
      selects it, and hence many SDHCI drivers are no longer enabled.
      Explicitly enable MMC_SDHCI_PLTFM to solve this.
      
      Fixes: 5d01b768 ("mmc: simplify SDHCI Kconfig dependencies")
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Tested-by: default avatarMatt Porter <mporter@linaro.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      216e9d3e
    • Arnd Bergmann's avatar
      ARM: omap2: fix am43xx dependency on l2x0 cache · 2ad501cc
      Arnd Bergmann authored
      
      
      Commit d941f86f ("ARM: l2c: AM43x: add L2 cache support") enabled
      the L2 cache support for the am43xx SoC, but caused a build regression
      when the driver for that cache controller is disabled:
      
      arch/arm/mach-omap2/built-in.o: In function `am43xx_init_early':
      :(.init.text+0xb20): undefined reference to `omap_l2_cache_init'
      
      This did not happen for OMAP4, which has the same call, but enables
      the l2x0 driver unconditionally. We could do the same thing for
      am43xx, but it seems better to allow turning it off and make the
      code work in either case.
      
      This adds an inline wrapper for omap_l2_cache_init for the disabled
      case, and removes the 'select' from OMAP4 so it becomes a user
      visible option.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarTony Lindgren <tony@atomide.com>
      Cc: linux-omap@vger.kernel.org
      2ad501cc
  6. May 31, 2014
  7. May 29, 2014
  8. May 28, 2014
  9. May 27, 2014
  10. May 23, 2014
  11. May 22, 2014
  12. May 20, 2014
  13. May 16, 2014
  14. May 14, 2014
    • Sachin Kamat's avatar
      ARM: exynos_defconfig: enable HS-I2C to fix for mmc partition mount · a8f1d088
      Sachin Kamat authored
      
      
      High speed I2C is used on Exynos5 based SoCs. Enable it.
      
      The MMC partition for Root filesystem cannot be mounted
      without this enabling HS-I2C and regulators on many boards
      are connected HS-I2C bus so the regulators don't come by
      default without this.
      
      Actually, we are not able to get arndale-octa board to boot
      and mount an MMC partition without this change.
      
      Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
      Tested-by: default avatarJavi Merino <javi.merino@arm.com>
      [kgene.kim@samsung.com: modified description]
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      a8f1d088
    • Stephen Warren's avatar
      ARM: tegra: tegra_defconfig updates · 9956dcc5
      Stephen Warren authored
      
      
      AT24C EEPROM:
      
      This is used for the board ID EEPROM on Jetson TK1, as well as likely
      a whole slew of other NVIDIA reference boards; we simply haven't added
      enabled the EEPROM in the DT files until now.
      
      MTD_SPI_NOR:
      
      This defconfig contains the CONFIG_M25P80 symbol, which is now
      dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
      the new dependency.
      
      FRAMEBUFFER_CONSOLE_ROTATION:
      
      Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
      console in the expected orientation.
      
      CAN*, RTC_DRV_DS1307:
      
      Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
      controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
      this carrier board.
      
      Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
      MCP251x CAN controllers.
      
      INPUT_JOYDEV:
      
      NVIDIA SHIELD embeds a USB joystick device.
      
      Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      9956dcc5
  15. May 13, 2014
  16. May 12, 2014
  17. May 10, 2014
  18. May 08, 2014
  19. May 07, 2014
Loading