Thread (8 messages) 8 messages, 3 authors, 2024-03-28

Re: [RESEND PATCH v6 3/3] input: pm8xxx-vibrator: add new SPMI vibrator support

From: Fenglin Wu <hidden>
Date: 2023-09-25 02:55:09
Also in: linux-arm-msm, lkml

Possibly related (same subject, not in this thread)


On 9/24/2023 3:07 AM, Dmitry Baryshkov wrote:
quoted
+
+       switch (vib->data->hw_type) {
+       case SSBI_VIB:
                 mask = SSBI_VIB_DRV_LEVEL_MASK;
                 shift = SSBI_VIB_DRV_SHIFT;
+               break;
+       case SPMI_VIB:
+               mask = SPMI_VIB_DRV_LEVEL_MASK;
+               shift = SPMI_VIB_DRV_SHIFT;
+               break;
+       case SPMI_VIB_GEN2:
+               mask = SPMI_VIB_GEN2_DRV_MASK;
+               shift = SPMI_VIB_GEN2_DRV_SHIFT;
+               break;
+       default:
+               return -EINVAL;
Could you please move the switch to the previous patch? Then it would
be more obvious that you are just adding the SPMI_VIB_GEN2 here.

Other than that LGTM.
Sure, I can move the switch to the previous refactoring patch.
quoted
         }
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help