[PATCH v2 6/8] Input: olpc_apsp: check FIFO status on open(), not probe()

2018-10-10 Thread Lubomir Rintel
Let's defer the FIFO status checking until open(). When we'll get a clk handle, this will allow us to defer clock enablement until the device is actually used. Signed-off-by: Lubomir Rintel --- drivers/input/serio/olpc_apsp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

[PATCH v2 6/8] Input: olpc_apsp: check FIFO status on open(), not probe()

2018-10-10 Thread Lubomir Rintel
Let's defer the FIFO status checking until open(). When we'll get a clk handle, this will allow us to defer clock enablement until the device is actually used. Signed-off-by: Lubomir Rintel --- drivers/input/serio/olpc_apsp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)