Merge branch 'sr' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap...
authorOlof Johansson <olof@lixom.net>
Sat, 10 Mar 2012 17:13:28 +0000 (09:13 -0800)
committerOlof Johansson <olof@lixom.net>
Sat, 10 Mar 2012 17:13:28 +0000 (09:13 -0800)
* 'sr' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: OMAP3+: SmartReflex: fix error handling
  ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* API
  ARM: OMAP3+: SmartReflex: micro-optimization for sanity check
  ARM: OMAP3+: SmartReflex: misc cleanups
  ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument
  ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata()
  ARM: OMAP3+: hwmod: add SmartReflex IRQs
  ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a need
  ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG register
  ARM: OMAP3+: SmartReflex: Add a shutdown hook
  ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP
  ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence
  ARM: OMAP3+: SmartReflex: use voltage domain name in device attributes
  ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set
  ARM: OMAP2+: Fix zoom LCD backlight if TWL_CORE is not selected
  ARM: OMAP2+: Fix board_mux section type conflict when OMAP_MUX is not set
  ARM: OMAP2+: Fix OMAP_HDQ_BASE build error
  ARM: OMAP2+: Fix Kconfig dependencies for USB_ARCH_HAS_EHCI
  ARM: OMAP2+: I2C: always compile I2C reset code, even if I2C driver is not built

1  2 
arch/arm/mach-omap2/Kconfig

index e20c8ab80b0e189e4960599a1b7ee79875815a9f,337f98dd8148710d1d592fff37b8c9be67fedd59..21a4095a1000fc19caa2572914b95d9b125f9c57
@@@ -32,7 -32,7 +32,7 @@@ config ARCH_OMAP
        depends on ARCH_OMAP2PLUS
        default y
        select CPU_V7
-       select USB_ARCH_HAS_EHCI
+       select USB_ARCH_HAS_EHCI if USB_SUPPORT
        select ARCH_HAS_OPP
        select PM_OPP if PM
        select ARM_CPU_SUSPEND if PM
@@@ -52,7 -52,7 +52,7 @@@ config ARCH_OMAP
        select ARM_ERRATA_720789
        select ARCH_HAS_OPP
        select PM_OPP if PM
-       select USB_ARCH_HAS_EHCI
+       select USB_ARCH_HAS_EHCI if USB_SUPPORT
        select ARM_CPU_SUSPEND if PM
  
  comment "OMAP Core Type"
@@@ -364,8 -364,8 +364,8 @@@ config OMAP3_SDRC_AC_TIMIN
          going on could result in system crashes;
  
  config OMAP4_ERRATA_I688
 -      bool "OMAP4 errata: Async Bridge Corruption (BROKEN)"
 -      depends on ARCH_OMAP4 && BROKEN
 +      bool "OMAP4 errata: Async Bridge Corruption"
 +      depends on ARCH_OMAP4
        select ARCH_HAS_BARRIERS
        help
          If a data is stalled inside asynchronous bridge because of back
This page took 0.028994 seconds and 5 git commands to generate.