30 May, 2016
1 commit
-
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
07 Mar, 2016
1 commit
-
This is a patch to fix incorrect clear of event register.
Signed-off-by: James Ban
Signed-off-by: Mark Brown
13 Dec, 2015
2 commits
-
These were supposed to be bitwise AND instead of logical. Also kernel
style is for the operator to be on the first line and I removed some
extra parenthesis.Fixes: c90456e36d9c ('regulator: pv88090: new regulator driver')
Signed-off-by: Dan Carpenter
Signed-off-by: Mark Brown -
Use devm_request_threaded_irq to ensure the irq is freed when unload the
module.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
09 Dec, 2015
1 commit
-
This is the driver for the Powerventure PV88090 BUCKs and LDOs regulator.
It communicates via an I2C bus to the device.Signed-off-by: James Ban
Signed-off-by: Mark Brown