lkml.org 
[lkml]   [2022]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH v3 1/2] mfd: qcom-spmi-pmic: convert hex numbers lowercase
    From


    On 15/09/2022 12:35, Luca Weiss wrote:
    > There are some IDs that are written in uppercase. For consistency
    > convert them to lowercase.
    >
    > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>

    Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>

    Kind Regards,
    Caleb
    > ---
    > Changes since v2:
    > * Split out to separate patch
    >
    > include/soc/qcom/qcom-spmi-pmic.h | 6 +++---
    > 1 file changed, 3 insertions(+), 3 deletions(-)
    >
    > diff --git a/include/soc/qcom/qcom-spmi-pmic.h b/include/soc/qcom/qcom-spmi-pmic.h
    > index 72398ff44719..fde0148d0077 100644
    > --- a/include/soc/qcom/qcom-spmi-pmic.h
    > +++ b/include/soc/qcom/qcom-spmi-pmic.h
    > @@ -29,9 +29,9 @@
    > #define PM8998_SUBTYPE 0x14
    > #define PMI8998_SUBTYPE 0x15
    > #define PM8005_SUBTYPE 0x18
    > -#define PM660L_SUBTYPE 0x1A
    > -#define PM660_SUBTYPE 0x1B
    > -#define PM8150_SUBTYPE 0x1E
    > +#define PM660L_SUBTYPE 0x1a
    > +#define PM660_SUBTYPE 0x1b
    > +#define PM8150_SUBTYPE 0x1e
    > #define PM8150L_SUBTYPE 0x1f
    > #define PM8150B_SUBTYPE 0x20
    > #define PMK8002_SUBTYPE 0x21

    \
     
     \ /
      Last update: 2022-09-19 13:34    [W:2.347 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site