Re: [PATCH v4 0/3] input: misc: Add an initial driver for haptics inside Qcom PMIH010x PMIC

From: Jeff Johnson

Date: Fri Jul 17 2026 - 14:55:27 EST


On 7/17/2026 12:28 AM, Fenglin Wu wrote:
> Dependencies:
> - [patch 2/3] depends on [patch 1/3] and they should be applied together

???
it is normal for later patches in a series to depend upon earlier patches, but
that doesn't normally mean they need to be applied together, just that the
later patch needs to be applied after the earlier patch, which is normal.

you'd only need them to be applied together if they have cross dependencies.
But then that would be bad because it would mean you can't bisect the changes.

So this dependencies statement doesn't really make any sense.

/jeff