1. 29 6月, 2016 2 次提交
  2. 18 5月, 2016 1 次提交
  3. 09 5月, 2016 2 次提交
    • A
      mfd: vexpress: Add !ARCH_USES_GETTIMEOFFSET dependency · fcdad421
      Arnd Bergmann 提交于
      The MFD_VEXPRESS_SYSREG driver selects CLKSRC_MMIO, which in turn
      conflicts with ARCH_USES_GETTIMEOFFSET, causing a harmless Kconfig
      warning when it is set:
      
      warning: (ARCH_MVEBU && ARCH_DIGICOLOR && ARCH_GEMINI && ARCH_KEYSTONE && ARCH_MOXART && ARCH_MXS && PLAT_SPEAR && ARCH_SUNXI && ARCH_TEGRA && ARCH_U300 && PLAT_ORION && ARCH_CLPS711X && ARCH_EP93XX && ARCH_NETX && ARCH_IXP4XX && ARCH_KS8695 && ARCH_W90X900 && ARCH_PXA && ARCH_SA1100 && ARCH_OMAP1 && ARCH_BCM_IPROC && ARCH_INTEGRATOR_AP && ARCH_OMAP2PLUS && MFD_VEXPRESS_SYSREG) selects CLKSRC_MMIO which has unmet direct dependencies (!ARCH_USES_GETTIMEOFFSET)
      
      This was apparently hidden by the fact that no ARM platform that
      still sets ARCH_USES_GETTIMEOFFSET has gpiolib support, and we
      already have a dependency on GPIOLIB that I added a while ago.
      
      However, after 296ad4ac ("gpio: remove deps on
      ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB"), any platform can enable
      CONFIG_GPIOLIB, and that lets us enable MFD_VEXPRESS_SYSREG
      as well.
      
      This adds an explicit dependency on !ARCH_USES_GETTIMEOFFSET
      to guarantee that we can enable the CLKSRC_MMIO driver without
      getting warnings.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      fcdad421
    • L
      mfd: max77620: Add core driver for MAX77620/MAX20024 · 327156c5
      Laxman Dewangan 提交于
      MAX77620/MAX20024 are Power Management IC from the MAXIM.
      It supports RTC, multiple GPIOs, multiple DCDC and LDOs,
      watchdog, clock etc.
      
      Add MFD drier to provides common support for accessing the
      device; additional drivers is developed on respected subsystem
      in order to use the functionality of the device.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMallikarjun Kasoju <mkasoju@nvidia.com>
      Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      327156c5
  4. 19 4月, 2016 2 次提交
  5. 16 3月, 2016 5 次提交
  6. 09 3月, 2016 1 次提交
  7. 12 2月, 2016 4 次提交
  8. 11 2月, 2016 1 次提交
  9. 11 1月, 2016 1 次提交
  10. 04 12月, 2015 1 次提交
  11. 31 10月, 2015 4 次提交
  12. 24 8月, 2015 2 次提交
  13. 11 8月, 2015 4 次提交
  14. 28 7月, 2015 1 次提交
  15. 24 7月, 2015 1 次提交
  16. 22 7月, 2015 1 次提交
    • S
      mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled · 04cbfe68
      Shobhit Kumar 提交于
      This is needed as the CRC PMIC has support for Panel
      enable/diable as gpio which needs 'gpiod_add_lookup_table'
      and 'gpiod_remove_lookup_table' from gpiolib. This patch
      can be squashed with below commit in topic/crc-pmic branch
      
          commit 61dd2ca2
          Author: Shobhit Kumar <shobhit.kumar@intel.com>
          Date:   Fri Jun 26 14:32:05 2015 +0530
      
          mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO
          signal
      
          On some Intel SoC platforms, the panel enable/disable signals
          are controlled by CRC PMIC. Add those control as a new GPIO in a
          lookup table for gpio-crystalcove chip during CRC driver load
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NShobhit Kumar <shobhit.kumar@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      04cbfe68
  17. 22 6月, 2015 1 次提交
  18. 15 6月, 2015 1 次提交
  19. 04 4月, 2015 1 次提交
  20. 30 3月, 2015 1 次提交
  21. 26 3月, 2015 1 次提交
  22. 12 3月, 2015 2 次提交