lkml.org 
[lkml]   [2023]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/24] rtc: pm8xxx: drop unused register defines
    Date
    Drop the original register defines which have been used since commit
    c8d523a4b053 ("drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtc").

    Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
    ---
    drivers/rtc/rtc-pm8xxx.c | 6 ------
    1 file changed, 6 deletions(-)

    diff --git a/drivers/rtc/rtc-pm8xxx.c b/drivers/rtc/rtc-pm8xxx.c
    index dc7e659cbb2a..90027a7cfb12 100644
    --- a/drivers/rtc/rtc-pm8xxx.c
    +++ b/drivers/rtc/rtc-pm8xxx.c
    @@ -12,12 +12,6 @@
    #include <linux/slab.h>
    #include <linux/spinlock.h>

    -/* RTC Register offsets from RTC CTRL REG */
    -#define PM8XXX_ALARM_CTRL_OFFSET 0x01
    -#define PM8XXX_RTC_WRITE_OFFSET 0x02
    -#define PM8XXX_RTC_READ_OFFSET 0x06
    -#define PM8XXX_ALARM_RW_OFFSET 0x0A
    -
    /* RTC_CTRL register bit fields */
    #define PM8xxx_RTC_ENABLE BIT(7)
    #define PM8xxx_RTC_ALARM_CLEAR BIT(0)
    --
    2.39.1
    \
     
     \ /
      Last update: 2023-03-26 23:56    [W:4.784 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site