Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343380
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/2] rtc: rtc-pic32: Add PIC32 real time clock driver |
| Date | 2016-02-25 19:30 +0100 |
| Message-ID | <r68PM-7PS-19@gated-at.bofh.it> (permalink) |
| References | <r683o-78A-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 25/02/2016 at 10:30:44 -0700, Joshua Henderson wrote : > This driver adds support for the PIC32 real time clock and calendar > peripheral: > - reading and setting time > - alarms provided by dedicated IRQ > > Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> > --- > Changes since v2: > - Fix rework bug causing unecessary retries for gettime. > - Word commit message to be more precise. > Changes since v1: > - Fix checkpatch.pl --strict issues. > - Fix alpabetical makefile ordering. > - Specify consistent license. > - General formatting cleanup. > - Drop unecessary flags_lock. > - Replace ugly gogo with do while. > - Remove unecessary checks on time when setting alarm. > - Don't initialize the RTC in probe. > --- > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-pic32.c | 411 +++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 422 insertions(+) > create mode 100644 drivers/rtc/rtc-pic32.c > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 2/2] rtc: rtc-pic32: Add PIC32 real time clock driver Joshua Henderson <joshua.henderson@microchip.com> - 2016-02-25 18:40 +0100 Re: [PATCH v3 2/2] rtc: rtc-pic32: Add PIC32 real time clock driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-02-25 19:30 +0100
csiph-web