Get rid of all static global variables and store all
information in the device structure. This cleans up
the random mixup of information storage (struct vs static).
Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: Tony Lindgren <tony@atomide.com>