linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-19 08:58:52 to 2018-02-21 13:19:41 UTC [more...]

[PATCH v2 00/21] lib, rtc: Print rtc_time via %ptR[dt][rv]
 2018-02-21 13:19 UTC  (28+ messages)
` [PATCH v2 01/21] lib/vsprintf: Print time and date in human readable format via %pt
` [PATCH v2 02/21] rtc: Switch to use %ptR
` [PATCH v2 03/21] rtc: at91rm9200: "
` [PATCH v2 04/21] rtc: at91sam9: "
` [PATCH v2 05/21] rtc: m41t80: "
` [PATCH v2 06/21] rtc: m48t59: "
` [PATCH v2 07/21] rtc: mcp795: "
` [PATCH v2 08/21] rtc: pcf50633: "
` [PATCH v2 09/21] rtc: pic32: "
` [PATCH v2 10/21] rtc: pm8xxx: "
` [PATCH v2 11/21] rtc: puv3: "
` [PATCH v2 12/21] rtc: rk808: "
` [PATCH v2 13/21] rtc: rx6110: "
` [PATCH v2 14/21] rtc: rx8025: "
` [PATCH v2 15/21] rtc: s3c: "
` [PATCH v2 16/21] rtc: s5m: "
` [PATCH v2 17/21] rtc: tegra: "
` [PATCH v2 18/21] ds1302: "
` [PATCH v2 19/21] Input: hp_sdc_rtc - "
` [PATCH v2 20/21] mk68/mac: "
` [PATCH v2 21/21] PM: "

[PATCH v5] rtc: isl12026: Add driver
 2018-02-21  0:33 UTC 

[PATCH v4] rtc: isl12026: Add driver
 2018-02-20 19:58 UTC  (9+ messages)

[bug report] rtc: m48t59: use generic nvmem
 2018-02-20  9:00 UTC 

[PATCH v3] rtc: ac100: Fix ac100 determine rate bug
 2018-02-19 12:20 UTC  (12+ messages)
` [linux-sunxi] "

500 ms delay in time saved into RTC
 2018-02-19 11:31 UTC  (7+ messages)

Delay in time saved into RTC
 2018-02-19  6:11 UTC 

[PATCH v3] rtc: isl12026: Add driver. (fwd)
 2018-02-18 13:00 UTC 

[PATCH][V2] rtc: tx4939: avoid unintended sign extension on a 24 bit shift
 2018-02-16 23:52 UTC  (5+ messages)

[PATCH RESEND] powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible
 2018-02-16 23:43 UTC 

[PATCH] alpha: rtc: remove unused set_mmss ops
 2018-02-16 23:34 UTC 

[PATCH v3] rtc: isl12026: Add driver
 2018-02-16 16:56 UTC  (2+ messages)

[PATCH] rtc: tx4939: avoid unintended sign extension on a 24 bit shift
 2018-02-16 15:14 UTC  (4+ messages)
` NACK: "

[PATCH v2] rtc: isl12026: Add driver
 2018-02-16 14:40 UTC  (6+ messages)

[PATCH] MAINTAINERS: rtc: update my email address
 2018-02-16 10:06 UTC 

[PATCH 0/4] rtc: isl1208: fixes, documentation and isl1219 support
 2018-02-15  8:30 UTC  (23+ messages)
` [PATCH 1/4] rtc: isl1208: Fix unintended clear of SR bits
` [PATCH 2/4] rtc: isl1208: Add device tree binding documentation
` [PATCH 3/4] rtc: isl1208: enable interrupt after context preparation
` [PATCH 4/4] rtc: isl1208: add support for isl1219 with hwmon for tamper detection

[PATCH] rtc: mxc_v2: Fix _iomem pointer notation
 2018-02-14 21:31 UTC  (2+ messages)

[PATCH] rtc: gemini/ftrtc010: disable clk on error paths in ftrtc010_rtc_probe()
 2018-02-14 20:42 UTC  (2+ messages)

PROBLEM: Error accessing realtime clock
 2018-02-14 20:35 UTC  (10+ messages)
` [BUG]: "

[PATCH v2] rtc: ac100: Fix ac100 determine rate bug
 2018-02-14 12:15 UTC  (5+ messages)
` [linux-sunxi] "

[PATCH] rtc: ds1302: remove redundant initializations of pointer bp
 2018-02-14  7:52 UTC  (2+ messages)

[PATCH] rtc: isl12026: Add driver
 2018-02-13 23:06 UTC  (4+ messages)

[PATCH] rtc: goldfish: Add missing MODULE_LICENSE
 2018-02-13 20:48 UTC  (2+ messages)

[RESEND PATCH] rtc: Fix overflow when converting time64_t to rtc_time
 2018-02-13 20:32 UTC  (4+ messages)

[PATCH v3] rtc: Add tracepoints for RTC system
 2018-02-13 20:31 UTC  (2+ messages)

[PATCH] rtc: ac100: Fix ac100 determine rate bug
 2018-02-13  2:34 UTC  (2+ messages)

[PATCH 00/45] RTC: nvmem improvements
 2018-02-12 22:47 UTC  (46+ messages)
` [PATCH 01/45] rtc: documentation: correct nvmem date and version
` [PATCH 02/45] rtc: nvmem: pass nvmem_config to rtc_nvmem_register()
` [PATCH 03/45] rtc: nvmem: return error values
` [PATCH 04/45] rtc: nvmem: disallow registering nvmem more than once
` [PATCH 05/45] rtc: export rtc_nvmem_register() to drivers
` [PATCH 06/45] rtc: ds1305: call rtc_nvmem_register()
` [PATCH 07/45] rtc: ds1305: put ds1305_nvmem_cfg on the stack
` [PATCH 08/45] rtc: ds1307: call rtc_nvmem_register()
` [PATCH 09/45] rtc: ds1307: put struct nvmem_config on the stack
` [PATCH 10/45] rtc: ds1511: call rtc_nvmem_register()
` [PATCH 11/45] rtc: ds1511: put ds1511_nvmem_cfg on the stack
` [PATCH 12/45] rtc: m48t86: call rtc_nvmem_register()
` [PATCH 13/45] rtc: m48t86: put m48t86_nvmem_cfg on the stack
` [PATCH 14/45] rtc: omap: call rtc_nvmem_register()
` [PATCH 15/45] rtc: pcf85363: "
` [PATCH 16/45] rtc: pcf85363: put struct nvmem_config on the stack
` [PATCH 17/45] rtc: rv8803: call rtc_nvmem_register()
` [PATCH 18/45] rtc: rv8803: put struct nvmem_config on the stack
` [PATCH 19/45] rtc: rv8803: fix possible race condition
` [PATCH 20/45] rtc: remove nvmem_config
` [PATCH 21/45] rtc: ds1343: simplify regmap initialization
` [PATCH 22/45] rtc: ds1343: switch to rtc_register_device
` [PATCH 23/45] rtc: ds1343: remove undocumented and useless sysfs files
` [PATCH 24/45] rtc: ds1343: use generic nvmem
` [PATCH 25/45] rtc: m48t59: switch to rtc_register_device
` [PATCH 26/45] rtc: m48t59: use generic nvmem
` [PATCH 27/45] rtc: sirfsoc: remove useless sirfsoc_rtc_ioctl
` [PATCH 28/45] rtc: ds1553: switch to rtc_register_device
` [PATCH 29/45] rtc: ds1553: use generic nvmem
` [PATCH 30/45] rtc: ds1553: make alarms useful
` [PATCH 31/45] rtc: cmos: fix possible race condition
` [PATCH 32/45] rtc: cmos: use generic nvmem
` [PATCH 33/45] rtc: ds1742: switch to rtc_register_device
` [PATCH 34/45] rtc: ds1742: use generic nvmem
` [PATCH 35/45] rtc: rp5c01: fix possible race condition
` [PATCH 36/45] rtc: rp5c01: use generic nvmem
` [PATCH 37/45] rtc: stk17ta8: make alarms useful
` [PATCH 38/45] rtc: stk17ta8: switch to rtc_register_device
` [PATCH 39/45] rtc: stk17ta8: fix possible race condition
` [PATCH 40/45] rtc: stk17ta8: use generic nvmem
` [PATCH 41/45] rtc: tx4939: remove arch/mips dependency
` [PATCH 42/45] rtc: tx4939: extend test coverage
` [PATCH 43/45] rtc: tx4939: switch to rtc_register_device
` [PATCH 44/45] rtc: tx4939: fix possible race condition
` [PATCH 45/45] rtc: tx4939: use generic nvmem

[BUG]: A83T - AC100 gets the wrong number of parents
 2018-02-12  8:47 UTC  (2+ messages)

[PATCH] rtc: m41t80: move m41t80_rtc_mutex to the block where it is used
 2018-02-09 18:05 UTC 

[PATCH] rtc: remove rtc-at32ap700x
 2018-02-06  2:13 UTC  (5+ messages)

[PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency
 2018-02-05 20:31 UTC  (4+ messages)

[GIT PULL] RTC for 4.16
 2018-02-02 10:59 UTC 

[PATCH] driver/rtc: remove a warning during scripts/kernel-doc step
 2018-02-01 16:47 UTC 

[PATCH 1/4] X86: check X86_VENDOR_ANY correctly
 2018-01-29  2:48 UTC  (4+ messages)
` [PATCH 2/4] rtc: cmos: allow using ACPI for RTC alarm instead of HPET
` [PATCH 3/4] rtc: cmos: acknowledge ACPI driven wake alarms upon resume
` [PATCH 4/4] rtc: cmos: introduce quirks to enable use_acpi_alarm mode

[RFC v8 0/7] SCU/PMC/PUNIT Inter-Processor Communication(IPC) driver cleanup
 2018-01-21  4:59 UTC  (7+ messages)
` [RFC v8 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v8 4/7] platform: x86: Add generic Intel IPC driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).