1. 13 8月, 2013 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 20 7月, 2013 3 次提交
  4. 16 7月, 2013 1 次提交
  5. 15 7月, 2013 1 次提交
  6. 13 7月, 2013 2 次提交
  7. 12 7月, 2013 1 次提交
  8. 06 7月, 2013 2 次提交
    • A
      ARM: OMAP: build mach-omap code only if needed · 59d92875
      Arnd Bergmann 提交于
      If we build a kernel with CONFIG_ARCH_OMAP2PLUS enabled but all of the
      individual SoCs disabled, we run into a large number of link errors
      because if incorrect dependencies:
      
      arch/arm/mach-omap2/built-in.o: In function `_add_initiator_dep':
      arch/arm/mach-omap2/omap_hwmod.c:691: undefined reference to `clkdm_add_sleepdep' arch/arm/mach-omap2/built-in.o: In function `_del_initiator_dep':
      arch/arm/mach-omap2/omap_hwmod.c:720: undefined reference to `clkdm_del_sleepdep' arch/arm/mach-omap2/built-in.o: In function `_enable':
      arch/arm/mach-omap2/omap_hwmod.c:2145: undefined reference to `clkdm_in_hwsup'
      arch/arm/mach-omap2/omap_hwmod.c:2147: undefined reference to `clkdm_hwmod_enable'
      arch/arm/mach-omap2/omap_hwmod.c:2191: undefined reference to `clkdm_hwmod_disable'
      arch/arm/mach-omap2/omap_hwmod.c:2146: undefined reference to `clkdm_missing_idle_reporting' arch/arm/mach-omap2/built-in.o: In function `_idle':
      arch/arm/mach-omap2/omap_hwmod.c:2235: undefined reference to `clkdm_hwmod_disable' arch/arm/mach-omap2/built-in.o: In function `_shutdown':
      arch/arm/mach-omap2/omap_hwmod.c:2338: undefined reference to `clkdm_hwmod_disable' arch/arm/mach-omap2/built-in.o: In function `omap_hwmod_get_context_loss_count':
      arch/arm/mach-omap2/omap_hwmod.c:4071: undefined reference to `pwrdm_get_context_loss_count' arch/arm/mach-omap2/built-in.o: In function `omap_pm_clkdms_setup':
      arch/arm/mach-omap2/pm.c:114: undefined reference to `clkdm_allow_idle'
      arch/arm/mach-omap2/pm.c:117: undefined reference to `clkdm_sleep' arch/arm/mach-omap2/built-in.o: In function `omap2_common_pm_late_init':
      arch/arm/mach-omap2/pm.c:294: undefined reference to `omap_voltage_late_init' arch/arm/mach-omap2/built-in.o: In function `omap2_gpio_dev_init':
      arch/arm/mach-omap2/gpio.c:133: undefined reference to `pwrdm_can_ever_lose_context'
      
      We can avoid this if we make CONFIG_ARCH_OMAP2PLUS a silent option that
      gets enabled any time that one of the SoC versions is enabled.
      
      Cc: Tony Lindgren <tony@atomide.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      59d92875
    • C
      mmc: bcm281xx SDHCI driver · 01ebea1b
      Christian Daudt 提交于
      Add SDHCI driver for the Broadcom 281xx SoCs.
      
      Still missing:
       - power managemement
      Signed-off-by: NChristian Daudt <csd@broadcom.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      01ebea1b
  9. 04 7月, 2013 4 次提交
  10. 03 7月, 2013 1 次提交
  11. 21 6月, 2013 2 次提交
  12. 19 6月, 2013 1 次提交
  13. 18 6月, 2013 4 次提交
  14. 17 6月, 2013 10 次提交
  15. 14 6月, 2013 1 次提交
  16. 13 6月, 2013 1 次提交
    • S
      ARM: tegra: defconfig updates · 16a4b5ae
      Stephen Warren 提交于
      Enable some new features:
      * The Tegra114 SPI controller, for Dalmore's SPI flash.
      * Set all the GPIO leds triggers to their "if you don't know, say X"
        value, so there are some useful triggers for the gpio-leds support.
      * TPS65090 charger, for Dalmore.
      * ASoC RT5640 machine driver, for audio on Beaver and Dalmore.
      
      Also, rebuild tegra_defconfig on top of linux-next. This should make it
      easier to create future defconfig patches, without extraneous diffs.
      This should introduce no changes; simply moving entries around due to
      Kconfig ordering changes. The apparent exceptions are:
      
      * AUTO_ZRELADDR: Selected by ARM multi-platform support.
      * MTD_CHAR: Removed in Kconfig.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      [swarren, squashed various patches]
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      16a4b5ae
  17. 12 6月, 2013 4 次提交