aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/slg51000-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-17Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...Gravatar Mark Brown 1-1/+1
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Gravatar Michał Mirosław 1-4/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-01-13regulator: Convert i2c drivers to use .probe_newGravatar Axel Lin 1-3/+2
2019-10-07regulator: slg51000: switch to using fwnode_gpiod_get_indexGravatar Dmitry Torokhov 1-8/+5
2019-09-09regulator: slg51000: use devm_gpiod_get_optional() in probeGravatar Dmitry Torokhov 1-7/+8
2019-08-08regulator: slg51000: Fix a couple NULL vs IS_ERR() checksGravatar Dan Carpenter 1-2/+2
2019-05-24regulator: slg51000: Remove unneeded regl_pdata from struct slg51000Gravatar Axel Lin 1-11/+6
2019-05-24regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_opsGravatar Axel Lin 1-2/+2
2019-05-13regulator: slg51000: add slg51000 regulator driverGravatar Eric Jeong 1-0/+528