From: Lee Jones Date: Thu, 22 Nov 2012 03:11:46 +0000 (-0800) Subject: Input: bu21013_ts - request regulator that actually exists X-Git-Tag: v3.8-rc1~58^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c587f7709f7f6377842968562bcf51ee6f47f09;p=pandora-kernel.git Input: bu21013_ts - request regulator that actually exists Currently the BU21013 Touch Screen driver requests a regulator by the name of 'V-TOUCH', which doesn't exist anywhere in the kernel. The correct name, as referenced in platform regulator code is 'avdd'. Here, when we request a regulator, we use the correct name instead. Acked-by: Arnd Bergmann Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed