commit | b9be9660ba2d23259e4a430a44167ef441dc5fe6 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Wed Jun 17 18:58:58 2015 -0400 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Jun 29 11:50:53 2015 +0200 |
tree | 091c9c710d6cb9a5e596e227849fd26e789cb893 | |
parent | db11cba205b6710a71ef52a0f24e0ef059f29f1c [diff] |
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 <vivien.didelot@savoirfairelinux.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>