[U-Boot] [PATCH v2 02/28] input: Add a device pointer to the input config

Simon Glass sjg at chromium.org
Fri Oct 30 21:24:09 CET 2015


On 18 October 2015 at 21:17, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
>  include/input.h | 1 +
>  1 file changed, 1 insertion(+)
>

Applied to u-boot-dm.


More information about the U-Boot mailing list