1. 22 7月, 2014 1 次提交
  2. 21 7月, 2014 2 次提交
  3. 27 6月, 2014 1 次提交
    • O
      ARM: bcm: Fix bcm and multi_v7 defconfigs · bfda90cb
      Olof Johansson 提交于
      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: NOlof Johansson <olof@lixom.net>
      bfda90cb
  4. 20 6月, 2014 2 次提交
  5. 18 6月, 2014 1 次提交
  6. 17 6月, 2014 2 次提交
    • S
      ARM: multi_v7_defconfig: re-enable SDHCI drivers · 216e9d3e
      Stephen Warren 提交于
      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: NStephen Warren <swarren@nvidia.com>
      Tested-by: NMatt Porter <mporter@linaro.org>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      216e9d3e
    • A
      ARM: omap2: fix am43xx dependency on l2x0 cache · 2ad501cc
      Arnd Bergmann 提交于
      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: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Cc: linux-omap@vger.kernel.org
      2ad501cc
  7. 31 5月, 2014 1 次提交
  8. 30 5月, 2014 2 次提交
  9. 29 5月, 2014 1 次提交
  10. 28 5月, 2014 3 次提交
  11. 27 5月, 2014 1 次提交
  12. 24 5月, 2014 4 次提交
  13. 23 5月, 2014 3 次提交
  14. 22 5月, 2014 2 次提交
  15. 20 5月, 2014 1 次提交
  16. 17 5月, 2014 2 次提交
  17. 16 5月, 2014 1 次提交
  18. 15 5月, 2014 1 次提交
  19. 14 5月, 2014 1 次提交
    • S
      ARM: tegra: tegra_defconfig updates · 9956dcc5
      Stephen Warren 提交于
      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: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      9956dcc5
  20. 13 5月, 2014 1 次提交
  21. 12 5月, 2014 5 次提交
  22. 11 5月, 2014 1 次提交
  23. 09 5月, 2014 1 次提交