From: Vivien Didelot Date: Wed, 17 Jun 2015 22:58:58 +0000 (-0400) Subject: watchdog: max63xx: dynamically allocate device X-Git-Tag: omap-for-v4.2/fixes-rc1^2~49^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9be9660ba2d23259e4a430a44167ef441dc5fe6;p=pandora-kernel.git 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-diff-tree failed