diff for duplicates of <20160811134257.GH8132@piout.net> diff --git a/a/1.txt b/N1/1.txt index 90ce211..f50745e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,49 +1,35 @@ On 11/08/2016 at 13:31:43 +0200, Daniel Romell wrote : -> From: Jan =C3=96stlund <jao@hms.se> ->=20 +> From: Jan Östlund <jao@hms.se> +> > The BQ32K_SECONDS_MASK and BQ32K_MINUTES_MASK both has the same > value. This is no functional change. ->=20 +> > Signed-off-by: Daniel Romell <daro@hms.se> -Sorry, I saw it only before trying apply but both patches also need Jan's S= -oB. +Sorry, I saw it only before trying apply but both patches also need Jan's SoB. > --- > drivers/rtc/rtc-bq32k.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ->=20 +> > diff --git a/drivers/rtc/rtc-bq32k.c b/drivers/rtc/rtc-bq32k.c > index 0299988..5a0c137 100644 > --- a/drivers/rtc/rtc-bq32k.c > +++ b/drivers/rtc/rtc-bq32k.c -> @@ -94,7 +94,7 @@ static int bq32k_rtc_read_time(struct device *dev, stru= -ct rtc_time *tm) +> @@ -94,7 +94,7 @@ static int bq32k_rtc_read_time(struct device *dev, struct rtc_time *tm) > return error; -> =20 -> tm->tm_sec =3D bcd2bin(regs.seconds & BQ32K_SECONDS_MASK); -> - tm->tm_min =3D bcd2bin(regs.minutes & BQ32K_SECONDS_MASK); -> + tm->tm_min =3D bcd2bin(regs.minutes & BQ32K_MINUTES_MASK); -> tm->tm_hour =3D bcd2bin(regs.cent_hours & BQ32K_HOURS_MASK); -> tm->tm_mday =3D bcd2bin(regs.date); -> tm->tm_wday =3D bcd2bin(regs.day) - 1; -> --=20 +> +> tm->tm_sec = bcd2bin(regs.seconds & BQ32K_SECONDS_MASK); +> - tm->tm_min = bcd2bin(regs.minutes & BQ32K_SECONDS_MASK); +> + tm->tm_min = bcd2bin(regs.minutes & BQ32K_MINUTES_MASK); +> tm->tm_hour = bcd2bin(regs.cent_hours & BQ32K_HOURS_MASK); +> tm->tm_mday = bcd2bin(regs.date); +> tm->tm_wday = bcd2bin(regs.day) - 1; +> -- > 2.7.4 ->=20 +> ---=20 +-- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com - ---=20 -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ----=20 -You received this message because you are subscribed to the Google Groups "= -rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an e= -mail to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index e986b81..650c736 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01470909555-9226-1-git-send-email-daro@hms.se\0" "ref\01470915104-10683-2-git-send-email-daro@hms.se\0" "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" - "Subject\0[rtc-linux] Re: [PATCH v2 1/2] rtc: bq32k: Use correct mask name for 'minutes' register.\0" + "Subject\0Re: [PATCH v2 1/2] rtc: bq32k: Use correct mask name for 'minutes' register.\0" "Date\0Thu, 11 Aug 2016 15:42:57 +0200\0" "To\0Daniel Romell <danielromell@gmail.com>\0" "Cc\0a.zummo@towertech.it" @@ -13,53 +13,39 @@ "\00:1\0" "b\0" "On 11/08/2016 at 13:31:43 +0200, Daniel Romell wrote :\n" - "> From: Jan =C3=96stlund <jao@hms.se>\n" - ">=20\n" + "> From: Jan \303\226stlund <jao@hms.se>\n" + "> \n" "> The BQ32K_SECONDS_MASK and BQ32K_MINUTES_MASK both has the same\n" "> value. This is no functional change.\n" - ">=20\n" + "> \n" "> Signed-off-by: Daniel Romell <daro@hms.se>\n" "\n" - "Sorry, I saw it only before trying apply but both patches also need Jan's S=\n" - "oB.\n" + "Sorry, I saw it only before trying apply but both patches also need Jan's SoB.\n" "\n" "> ---\n" "> drivers/rtc/rtc-bq32k.c | 2 +-\n" "> 1 file changed, 1 insertion(+), 1 deletion(-)\n" - ">=20\n" + "> \n" "> diff --git a/drivers/rtc/rtc-bq32k.c b/drivers/rtc/rtc-bq32k.c\n" "> index 0299988..5a0c137 100644\n" "> --- a/drivers/rtc/rtc-bq32k.c\n" "> +++ b/drivers/rtc/rtc-bq32k.c\n" - "> @@ -94,7 +94,7 @@ static int bq32k_rtc_read_time(struct device *dev, stru=\n" - "ct rtc_time *tm)\n" + "> @@ -94,7 +94,7 @@ static int bq32k_rtc_read_time(struct device *dev, struct rtc_time *tm)\n" "> \t\treturn error;\n" - "> =20\n" - "> \ttm->tm_sec =3D bcd2bin(regs.seconds & BQ32K_SECONDS_MASK);\n" - "> -\ttm->tm_min =3D bcd2bin(regs.minutes & BQ32K_SECONDS_MASK);\n" - "> +\ttm->tm_min =3D bcd2bin(regs.minutes & BQ32K_MINUTES_MASK);\n" - "> \ttm->tm_hour =3D bcd2bin(regs.cent_hours & BQ32K_HOURS_MASK);\n" - "> \ttm->tm_mday =3D bcd2bin(regs.date);\n" - "> \ttm->tm_wday =3D bcd2bin(regs.day) - 1;\n" - "> --=20\n" + "> \n" + "> \ttm->tm_sec = bcd2bin(regs.seconds & BQ32K_SECONDS_MASK);\n" + "> -\ttm->tm_min = bcd2bin(regs.minutes & BQ32K_SECONDS_MASK);\n" + "> +\ttm->tm_min = bcd2bin(regs.minutes & BQ32K_MINUTES_MASK);\n" + "> \ttm->tm_hour = bcd2bin(regs.cent_hours & BQ32K_HOURS_MASK);\n" + "> \ttm->tm_mday = bcd2bin(regs.date);\n" + "> \ttm->tm_wday = bcd2bin(regs.day) - 1;\n" + "> -- \n" "> 2.7.4\n" - ">=20\n" + "> \n" "\n" - "--=20\n" + "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux and Kernel engineering\n" - "http://free-electrons.com\n" - "\n" - "--=20\n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "---=20\n" - "You received this message because you are subscribed to the Google Groups \"=\n" - "rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an e=\n" - "mail to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + http://free-electrons.com -f6ebab0346ad1648c26f4531d9605a786666675c3096c343a81b2f2d34fc831e +79eb96779a08b8f1090bbd8cd2bc24dba002f420a27b75be76a94d4bac9f08c1
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.