mbox series

[0/4] Make turris-omnia-mcu driver parts optional

Message ID 20240719085756.30598-1-kabel@kernel.org (mailing list archive)
Headers show
Series Make turris-omnia-mcu driver parts optional | expand

Message

Marek BehĂșn July 19, 2024, 8:57 a.m. UTC
Hi Arnd,

this series solves the Kconfig dependency issues of the turris-omnia-mcu
driver by making the GPIO, poweroff & wakeup, watchdog and TRNG parts of
the driver optional, under new Kconfig options. The dependencies to
subsystems are moved under these new options.

Marek

Marek BehĂșn (4):
  platform: cznic: turris-omnia-mcu: Make watchdog code optional
  platform: cznic: turris-omnia-mcu: Make TRNG code optional
  platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code
    optional
  platform: cznic: turris-omnia-mcu: Make GPIO code optional

 drivers/platform/cznic/Kconfig                | 80 +++++++++++++------
 drivers/platform/cznic/Makefile               |  8 +-
 .../platform/cznic/turris-omnia-mcu-base.c    |  4 +
 drivers/platform/cznic/turris-omnia-mcu.h     | 42 +++++++++-
 4 files changed, 103 insertions(+), 31 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Aug. 6, 2024, 8:08 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 19 Jul 2024 10:57:52 +0200 you wrote:
> Hi Arnd,
> 
> this series solves the Kconfig dependency issues of the turris-omnia-mcu
> driver by making the GPIO, poweroff & wakeup, watchdog and TRNG parts of
> the driver optional, under new Kconfig options. The dependencies to
> subsystems are moved under these new options.
> 
> [...]

Here is the summary with links:
  - [1/4] platform: cznic: turris-omnia-mcu: Make watchdog code optional
    https://git.kernel.org/soc/soc/c/eedc64f9100c
  - [2/4] platform: cznic: turris-omnia-mcu: Make TRNG code optional
    https://git.kernel.org/soc/soc/c/adc8f76f772b
  - [3/4] platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optional
    https://git.kernel.org/soc/soc/c/7a44f54b40c7
  - [4/4] platform: cznic: turris-omnia-mcu: Make GPIO code optional
    https://git.kernel.org/soc/soc/c/e1e95875512a

You are awesome, thank you!