1. 04 10月, 2016 4 次提交
  2. 29 9月, 2016 1 次提交
  3. 31 8月, 2016 2 次提交
  4. 08 8月, 2016 1 次提交
  5. 29 6月, 2016 4 次提交
  6. 18 5月, 2016 1 次提交
  7. 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
  8. 19 4月, 2016 2 次提交
  9. 16 3月, 2016 5 次提交
  10. 09 3月, 2016 1 次提交
  11. 12 2月, 2016 4 次提交
  12. 11 2月, 2016 1 次提交
  13. 11 1月, 2016 1 次提交
  14. 04 12月, 2015 1 次提交
  15. 31 10月, 2015 4 次提交
  16. 24 8月, 2015 2 次提交
  17. 11 8月, 2015 4 次提交