Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1538216
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/6] Provides bug fixes for rtc-mcp795.c |
| Date | Thu, 08 Dec 2016 01:40:02 +0100 |
| Message-ID | <sLUUG-7mL-17@gated-at.bofh.it> (permalink) |
| References | <sLTOV-6J2-13@gated-at.bofh.it> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | NeoMutt/20161104 (1.7.1) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 34 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | a.zummo@towertech.it, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org |
| X-Original-Date | Thu, 8 Dec 2016 01:34:11 +0100 |
| X-Original-Message-ID | <20161208003411.4eqm4w4c3nuepegy@piout.net> |
| X-Original-References | <cover.1481151278.git.emilbart@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1538216 |
Show key headers only | View raw
On 08/12/2016 at 00:27:36 +0100, Emil Bartczak wrote : > This patchset provides 4 bug fixes (patch 1, 2, 3, 4), one > improvement (patch 5) and whitespace, indention errors fixes > (patch 6) in the file driver/rtc/rtc-mcp795.c. > Please review the changes and consider to apply them to the > main kernel tree. > > Changes from v1: > - Introduced SoB to all patches. > - Patch which switches to bcd2bin/bin2bcd became as first now, > it also solved the shift problem presented in the previous patch 1. > - Added restoring EXTOSC bit to its previous value. > - All whitespace and indention fixes moved to the new patch 6. > - Added new patch which replaces all bitmask values with the > BIT(x) macro. > > Emil Bartczak (6): > rtc: mcp795: use bcd2bin/bin2bcd. > rtc: mcp795: fix bitmask value for leap year (LP). > rtc: mcp795: fix time range difference between linux and RTC chip. > rtc: mcp795: fix month write resetting date to 1. > rtc: mcp795: Prefer using the BIT() macro. > rtc: mcp795: Fix whitespace and indentation. > > drivers/rtc/rtc-mcp795.c | 122 ++++++++++++++++++++++++++++++++++++++--------- > 1 file changed, 100 insertions(+), 22 deletions(-) > All applied, thanks! -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/6] Provides bug fixes for rtc-mcp795.c Emil Bartczak <emilbart@gmail.com> - 2016-12-08 00:30 +0100 [PATCH v2 4/6] rtc: mcp795: fix month write resetting date to 1. Emil Bartczak <emilbart@gmail.com> - 2016-12-08 00:30 +0100 [PATCH v2 3/6] rtc: mcp795: fix time range difference between linux and RTC chip. Emil Bartczak <emilbart@gmail.com> - 2016-12-08 00:30 +0100 [PATCH v2 5/6] rtc: mcp795: Prefer using the BIT() macro. Emil Bartczak <emilbart@gmail.com> - 2016-12-08 00:30 +0100 [PATCH v2 1/6] rtc: mcp795: use bcd2bin/bin2bcd. Emil Bartczak <emilbart@gmail.com> - 2016-12-08 00:30 +0100 Re: [PATCH v2 0/6] Provides bug fixes for rtc-mcp795.c Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-12-08 01:40 +0100
csiph-web