input: Add a device pointer to the input config
authorSimon Glass <sjg@chromium.org>
Mon, 19 Oct 2015 03:17:11 +0000 (21:17 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:40 +0000 (20:13 -0700)
commitc9cac4cdce3a2909d878105621abafa38c1ff79d
tree7f1933e7e246afdb9390fbf60e4f4add276f6bcb
parente84421d8f3fe4f4b6956c9045b22729383620442
input: Add a device pointer to the input config

The read_keys() method in input is passed a struct input_config. Add a
device pointer there so that we can find out the device that is referred
to with driver model.

Once all drivers are converted we can update the input structure to use
driver model instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/input.h