1. 15 Jul, 2024 1 commit
    • Arnd Bergmann's avatar
      platform: cznic: turris-omnia-mcu: fix Kconfig dependencies · ed46f1f7
      Arnd Bergmann authored
      The newly added driver causes a Kconfig warning:
      
      WARNING: unmet direct dependencies detected for RTC_CLASS
        Depends on [n]: !S390 [=y]
        Selected by [m]:
        - TURRIS_OMNIA_MCU [=m] && CZNIC_PLATFORMS [=y] && (MACH_ARMADA_38X || COMPILE_TEST [=y]) && I2C [=m] && OF [=y] && WATCHDOG [=y]
      
      The problem here is that it selects entire subsystems, which normal
      device drivers should not do. Changes all of these to 'depends on'
      instead.
      
      Fixes: dfa556e4 ("platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs")
      Fixes: 90e700fd ("platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup")
      Fixes: ab89fb5f ("platform: cznic: turris-omnia-mcu: Add support for MCU watchdog")
      Fixes: 41bb142a ("platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG")
      Reported-by: default avatarNathan Chancellor <nathan@kernel.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ed46f1f7
  2. 10 Jul, 2024 3 commits
  3. 09 Jul, 2024 13 commits
  4. 08 Jul, 2024 1 commit
  5. 06 Jul, 2024 8 commits
  6. 03 Jul, 2024 5 commits
  7. 02 Jul, 2024 2 commits
  8. 01 Jul, 2024 7 commits