Message ID | 20230516213308.2432018-2-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add Qualcomm SM6115 / SM4250 EUD dt-bindings & driver support | expand |
On Wed, May 17, 2023 at 03:03:04AM +0530, Bhupesh Sharma wrote: > The eud sysfs enablement path is currently mentioned in the > Documentation as: > /sys/bus/platform/drivers/eud/.../enable > > Instead it should be: > /sys/bus/platform/drivers/qcom_eud/.../enable > > Fix the same. > > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> I believe the path has changed during one of the EUD patch iterations. In that case, the documentation is wrong from day one. So this patch should have the relevant Fixes tag. With that, Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> - Mani > --- > Documentation/ABI/testing/sysfs-driver-eud | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-driver-eud b/Documentation/ABI/testing/sysfs-driver-eud > index 83f3872182a4..2bab0db2d2f0 100644 > --- a/Documentation/ABI/testing/sysfs-driver-eud > +++ b/Documentation/ABI/testing/sysfs-driver-eud > @@ -1,4 +1,4 @@ > -What: /sys/bus/platform/drivers/eud/.../enable > +What: /sys/bus/platform/drivers/qcom_eud/.../enable > Date: February 2022 > Contact: Souradeep Chowdhury <quic_schowdhu@quicinc.com> > Description: > -- > 2.38.1 >
On Wed, 17 May 2023 at 11:08, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> wrote: > > On Wed, May 17, 2023 at 03:03:04AM +0530, Bhupesh Sharma wrote: > > The eud sysfs enablement path is currently mentioned in the > > Documentation as: > > /sys/bus/platform/drivers/eud/.../enable > > > > Instead it should be: > > /sys/bus/platform/drivers/qcom_eud/.../enable > > > > Fix the same. > > > > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> > > I believe the path has changed during one of the EUD patch iterations. In that > case, the documentation is wrong from day one. So this patch should have the > relevant Fixes tag. > > With that, > > Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Ok, I will add a Fixes tag. Thanks, Bhupesh > > --- > > Documentation/ABI/testing/sysfs-driver-eud | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/ABI/testing/sysfs-driver-eud b/Documentation/ABI/testing/sysfs-driver-eud > > index 83f3872182a4..2bab0db2d2f0 100644 > > --- a/Documentation/ABI/testing/sysfs-driver-eud > > +++ b/Documentation/ABI/testing/sysfs-driver-eud > > @@ -1,4 +1,4 @@ > > -What: /sys/bus/platform/drivers/eud/.../enable > > +What: /sys/bus/platform/drivers/qcom_eud/.../enable > > Date: February 2022 > > Contact: Souradeep Chowdhury <quic_schowdhu@quicinc.com> > > Description: > > -- > > 2.38.1 > > > > -- > மணிவண்ணன் சதாசிவம்
diff --git a/Documentation/ABI/testing/sysfs-driver-eud b/Documentation/ABI/testing/sysfs-driver-eud index 83f3872182a4..2bab0db2d2f0 100644 --- a/Documentation/ABI/testing/sysfs-driver-eud +++ b/Documentation/ABI/testing/sysfs-driver-eud @@ -1,4 +1,4 @@ -What: /sys/bus/platform/drivers/eud/.../enable +What: /sys/bus/platform/drivers/qcom_eud/.../enable Date: February 2022 Contact: Souradeep Chowdhury <quic_schowdhu@quicinc.com> Description: