]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00287278 mxc: mlb: Enable the clock when open MLB device.
authorLuwei Zhou <b45643@freescale.com>
Mon, 11 Nov 2013 08:56:57 +0000 (16:56 +0800)
committerLuwei Zhou <b45643@freescale.com>
Tue, 12 Nov 2013 08:18:06 +0000 (16:18 +0800)
commit187ed795362d51bca7eb22a81e17c9f41b34785d
treef1452a0b7267d7d35a85267f50ff87019a59f3ea
parent5d36f01c46450b7c50af02e13dc32d8a15cf777b
ENGR00287278 mxc: mlb: Enable the clock when open MLB device.

The driver enalbe/disable the clock in probe()/remove().
It should be done in open()/close() hook function in fact.

Signed-off-by: Luwei Zhou <b45643@freescale.com>
drivers/mxc/mlb/mxc_mlb150.c