Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1393385
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V3 0/7] add support for Microcrystal RV-3049 |
| Date | 2016-05-03 14:40 +0200 |
| Message-ID | <ruHMm-8bP-5@gated-at.bofh.it> (permalink) |
| References | <ruFhv-5Sv-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 03/05/2016 at 11:54:31 +0200, Mylène Josserand wrote : > The current patchset adds the support of the microcrystal RV-3049 (spi). > This RTC will use the same driver than RV-3029 by updating it to use regmap. > It also adds the alarm IRQ functionality. > > V3: > - Create a patch to fix bit mask on bin2bcd for set_time function > > V2 : > - Add some checks removal from checkpatch > - Fix the alarm support with a wrong use of bit mask on bin2bcd > > Mylène Josserand (7): > rtc: rv3029: remove 'i2c' in functions names > rtc: rv3029: convert to use regmap > rtc: rv3029: Add support of RV3049 > rtc: rv3029: Remove some checks and warnings > rtc: rv3029: fix alarm support > rtc: rv3029: fix set_time function > rtc: rv3029: add alarm IRQ > > drivers/rtc/Kconfig | 37 +-- > drivers/rtc/rtc-rv3029c2.c | 582 +++++++++++++++++++++++++++++---------------- > 2 files changed, 397 insertions(+), 222 deletions(-) > 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 0/7] add support for Microcrystal RV-3049 Mylène Josserand <mylene.josserand@free-electrons.com> - 2016-05-03 12:00 +0200 [PATCH V3 3/7] rtc: rv3029: Add support of RV3049 Mylène Josserand <mylene.josserand@free-electrons.com> - 2016-05-03 12:00 +0200 [PATCH V3 1/7] rtc: rv3029: remove 'i2c' in functions names Mylène Josserand <mylene.josserand@free-electrons.com> - 2016-05-03 12:00 +0200 [PATCH V3 2/7] rtc: rv3029: convert to use regmap Mylène Josserand <mylene.josserand@free-electrons.com> - 2016-05-03 12:00 +0200 Re: [PATCH V3 0/7] add support for Microcrystal RV-3049 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-05-03 14:40 +0200
csiph-web