From b9be9660ba2d23259e4a430a44167ef441dc5fe6 Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Wed, 17 Jun 2015 18:58:58 -0400 Subject: [PATCH] watchdog: max63xx: dynamically allocate device This patch removes the static watchdog device for a new max63xx_wdt data structure, and constifies the max63xx_timeout data. The new structure contains pointers to pin access routines, which abstracts mmap-specific code. This will ease future accesses like GPIO. Signed-off-by: Vivien Didelot Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-format-patch failed