Loading drivers/regulator/lp87565-regulator.c +11 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,17 @@ #include <linux/mfd/lp87565.h> enum LP87565_regulator_id { /* BUCK's */ LP87565_BUCK_0, LP87565_BUCK_1, LP87565_BUCK_2, LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, LP87565_BUCK_3210, }; #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ _er, _em, _ev, _delay, _lr, _cr) \ [_id] = { \ Loading include/linux/mfd/lp87565.h +0 −11 Original line number Diff line number Diff line Loading @@ -237,17 +237,6 @@ enum lp87565_device_type { #define LP87565_GPIO2_OUT BIT(1) #define LP87565_GPIO1_OUT BIT(0) enum LP87565_regulator_id { /* BUCK's */ LP87565_BUCK_0, LP87565_BUCK_1, LP87565_BUCK_2, LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, LP87565_BUCK_3210, }; /** * struct LP87565 - state holder for the LP87565 driver * @dev: struct device pointer for MFD device Loading Loading
drivers/regulator/lp87565-regulator.c +11 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,17 @@ #include <linux/mfd/lp87565.h> enum LP87565_regulator_id { /* BUCK's */ LP87565_BUCK_0, LP87565_BUCK_1, LP87565_BUCK_2, LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, LP87565_BUCK_3210, }; #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ _er, _em, _ev, _delay, _lr, _cr) \ [_id] = { \ Loading
include/linux/mfd/lp87565.h +0 −11 Original line number Diff line number Diff line Loading @@ -237,17 +237,6 @@ enum lp87565_device_type { #define LP87565_GPIO2_OUT BIT(1) #define LP87565_GPIO1_OUT BIT(0) enum LP87565_regulator_id { /* BUCK's */ LP87565_BUCK_0, LP87565_BUCK_1, LP87565_BUCK_2, LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, LP87565_BUCK_3210, }; /** * struct LP87565 - state holder for the LP87565 driver * @dev: struct device pointer for MFD device Loading