linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-06 17:19:54 to 2018-05-28 07:50:44 UTC [more...]

[PATCH] rtc: sun6i: Fix bit_idx value for clk_register_gate
 2018-05-28  7:50 UTC 

rtc_cmos 00:01: nvmem registration failed
 2018-05-26 21:04 UTC  (3+ messages)

[PATCH] Fix a typo in RTC documentation for RTC_DRV_JZ4740
 2018-05-26  9:27 UTC  (2+ messages)

[PATCH] rtc: test: remove obsolete .set_mmss
 2018-05-26  2:04 UTC 

[PATCH 4.16 161/161] rtc: goldfish: Add missing MODULE_LICENSE
 2018-05-24  9:39 UTC 

[PATCH 4.14 165/165] rtc: goldfish: Add missing MODULE_LICENSE
 2018-05-24  9:39 UTC 

[PATCH v2] rtc: st-lpc: add range
 2018-05-23  7:24 UTC  (2+ messages)

[PATCH 1/2] rtc: st-lpc: fix possible race condition
 2018-05-23  7:19 UTC  (4+ messages)
` [PATCH 2/2] rtc: st-lpc: add range

[PATCH v3 0/4] Introduce STM32MP1 RTC
 2018-05-22 18:11 UTC  (7+ messages)
` [PATCH v3 1/4] rtc: stm32: fix misspelling and misalignment issues
` [PATCH v3 2/4] rtc: stm32: rework register management to prepare other version of RTC
` [PATCH v3 3/4] dt-bindings: rtc: update stm32-rtc documentation for stm32mp1 rtc
` [PATCH v3 4/4] rtc: stm32: add stm32mp1 rtc support

rtc: fix chardev initialization races
 2018-05-22 15:33 UTC  (3+ messages)

[PATCH 1/2] rtc: snvs: Switch to SPDX identifier
 2018-05-22  7:47 UTC  (3+ messages)
` [PATCH 2/2] rtc: mxc: "

[PATCH] rtc: nvmem: don't use IS_ERR_OR_NULL
 2018-05-21 20:35 UTC  (2+ messages)

[PATCH] rtc: ds1742: don't explicitly specify word_size and stride of nvmem
 2018-05-21 20:34 UTC  (2+ messages)

[PATCH 1/2] rtc: brcmstb-waketimer: switch to rtc_register_device
 2018-05-21 19:20 UTC  (4+ messages)
` [PATCH 2/2] rtc: brcmstb-waketimer: add range

[PATCH] rtc: report time-retrieval errors when updating alarm
 2018-05-21 16:42 UTC 

[PATCH] rtc: pcf2127: add support for accessing internal static RAM
 2018-05-21  8:39 UTC  (5+ messages)
      ` race related to rtc_device_unregister [Was: Re: [PATCH] rtc: pcf2127: add support for accessing internal static] RAM

[PATCH] rtc: mxc_v2: use rtc_time64_to_tm in mxc_rtc_read_alarm
 2018-05-19  8:53 UTC 

[PATCH 1/2] rtc: mxc_v2: fix possible race condition
 2018-05-19  8:46 UTC  (2+ messages)
` [PATCH 2/2] rtc: mxc_v2: let the core handle rtc range

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-18 16:35 UTC  (5+ messages)
` [PATCH v6 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v6 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v6 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx

simplify procfs code for seq_file instances V3
 2018-05-18 12:55 UTC  (49+ messages)
` [PATCH 01/42] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/42] proc: introduce a proc_pid_ns helper
` [PATCH 03/42] proc: don't detour through seq->private to get the inode
` [PATCH 04/42] proc: simplify proc_register calling conventions
` [PATCH 05/42] proc: add a proc_create_reg helper
` [PATCH 06/42] proc: introduce proc_create_seq{,_data}
` [PATCH 07/42] proc: introduce proc_create_seq_private
` [PATCH 08/42] proc: introduce proc_create_single{,_data}
` [PATCH 09/42] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 10/42] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 11/42] ipv{4,6}/ping: simplify proc file creation
` [PATCH 12/42] ipv{4,6}/raw: simplify ѕeq_file code
` [PATCH 13/42] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 14/42] net/kcm: simplify proc registration
` [PATCH 15/42] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 16/42] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 17/42] proc: introduce proc_create_net{,_data}
` [PATCH 18/42] proc: introduce proc_create_net_single
` [PATCH 19/42] acpi/battery: simplify procfs code
` [PATCH 20/42] sgi-gru: "
` [PATCH 21/42] megaraid: "
` [PATCH 22/42] sg: "
` [PATCH 23/42] afs: "
` [PATCH 24/42] ext4: "
` [PATCH 25/42] jfs: "
  ` [Jfs-discussion] "
` [PATCH 26/42] staging/rtl8192u: "
` [PATCH 27/42] resource: switch to proc_create_seq_data
` [PATCH 28/42] drbd: switch to proc_create_single
  ` [Drbd-dev] "
` [PATCH 29/42] rtc/proc: switch to proc_create_single_data
` [PATCH 30/42] bonding: switch to proc_create_seq_data
` [PATCH 31/42] hostap: switch to proc_create_{seq,single}_data
` [PATCH 32/42] neigh: switch to proc_create_seq_data
` [PATCH 33/42] netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
` [PATCH 34/42] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 35/42] bluetooth: switch to proc_create_seq_data
` [PATCH 36/42] atm: simplify procfs code
` [PATCH 37/42] atm: switch to proc_create_seq_private
` [PATCH 38/42] isdn: replace ->proc_fops with ->proc_show
` [PATCH 39/42] ide: remove ide_driver_proc_write
` [PATCH 40/42] ide: replace ->proc_fops with ->proc_show
` [PATCH 41/42] tty: "
` [PATCH 42/42] proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields

[PATCH 1/3] rtc: ls1x: switch to rtc_register_device
 2018-05-17 20:53 UTC  (3+ messages)
` [PATCH 2/3] rtc: ls1x: remove useless label and goto
` [PATCH 3/3] rtc: ls1x: add range

[PATCH 1/2] rtc: tps6586x: fix possible race condition
 2018-05-17 20:48 UTC  (2+ messages)
` [PATCH 2/2] rtc: tps6586x: let the core handle rtc range

[PATCH 1/2] rtc: vr41xx: fix possible race condition
 2018-05-17 20:47 UTC  (2+ messages)
` [PATCH 2/2] rtc: vr41xx: add range

[PATCH 1/7] rtc: rx8581: switch to rtc_register_device
 2018-05-17 20:33 UTC  (7+ messages)
` [PATCH 2/7] rtc: rx8581: add RTC range
` [PATCH 3/7] rtc: rx8581: let the core handle rtc range
` [PATCH 4/7] rtc: rx8581: remove useless indirection
` [PATCH 5/7] rtc: rx8581: remove useless declaration
` [PATCH 6/7] rtc: rx8581: error out when time invalid
` [PATCH 7/7] rtc: rx8581: switch to regmap

[PATCH 1/3] rtc: tps65910: fix possible race condition
 2018-05-17 20:26 UTC  (3+ messages)
` [PATCH 2/3] rtc: tps65910: allow platform power up
` [PATCH 3/3] rtc: tps65910: add range

[PATCH 1/2] rtc: ab-b5ze-s3: fix possible race conditions
 2018-05-17 20:20 UTC  (2+ messages)
` [PATCH 2/2] rtc: ab-b5ze-s3: let the core handle the RTC range

[PATCH 1/5] rtc: 88pm80x: stop setting a default time
 2018-05-17 20:19 UTC  (5+ messages)
` [PATCH 2/5] rtc: 88pm80x: remove unused pm80x_rtc_info members
` [PATCH 3/5] rtc: 88pm80x: fix possible race condition
` [PATCH 4/5] rtc: 88pm80x: let the core handle the RTC range
` [PATCH 5/5] rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tm

[PATCH] rtc: at91rm9200: add range
 2018-05-17 20:17 UTC 

[PATCH 04/40] proc: introduce proc_create_seq{,_data}
 2018-05-17 19:14 UTC  (21+ messages)
` simplify procfs code for seq_file instances V2
  ` [PATCH 06/40] proc: introduce proc_create_single{,_data}
  ` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
  ` [PATCH 34/40] atm: simplify procfs code

[PATCH v2 0/3] Introduce STM32MP1 RTC
 2018-05-17 10:03 UTC  (9+ messages)
` [PATCH v2 1/3] rtc: stm32: rework register management to prepare other version of RTC
` [PATCH v2 2/3] dt-bindings: rtc: update stm32-rtc documentation for stm32mp1 rtc
` [PATCH v2 3/3] rtc: stm32: add stm32mp1 rtc support

[PATCH 1/3] rtc: vr41xx: remove mktime usage
 2018-05-17  3:43 UTC  (3+ messages)

[PATCH v2] rtc-snvs: Add timeouts to avoid kernel lockups
 2018-05-16 23:45 UTC 

[PATCH] rtc-snvs: Add timeouts to avoid kernel lockups
 2018-05-16 23:36 UTC  (6+ messages)

[PATCH v5 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-16 21:15 UTC  (8+ messages)
` [PATCH v5 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v5 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v5 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-16 21:09 UTC  (5+ messages)
` [PATCH v6 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v6 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v6 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx

[PATCH] rtc: nvmem: don't return an error when not enabled
 2018-05-16 19:10 UTC 

[PATCH v4 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-16 10:27 UTC  (5+ messages)
` [PATCH v4 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v4 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v4 4/4] rtc: ds1307: add freq_test sysfs attribute to check tick on m41txx

[PATCH] dt-bindings: rtc-2123: Make the node name generic
 2018-05-14 13:28 UTC  (3+ messages)

[PATCH v3 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-10 21:59 UTC  (6+ messages)
` [PATCH v3 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v3 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v3 4/4] rtc: ds1307: add freq_test sysfs attribute to check tick on m41txx

[PATCH 0/4] selftests: rework RTC tests
 2018-05-10 17:34 UTC  (3+ messages)

[PATCH v2 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-09 18:46 UTC  (5+ messages)
` [PATCH v2 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v2 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v2 4/4] rtc: ds1307: add freq_test sysfs attribute to check tick on m41txx

[PATCH 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-05-09 18:33 UTC  (10+ messages)
` [PATCH 2/4] rtc: ds1307: support m41t11 variant
` [PATCH 3/4] rtc: ds1307: add calibration of_ for mt41txx chips
` [PATCH 4/4] rtc: ds1307: add frequency-test property to check calibration on m41txx

[PATCH 0/3] Introduce STM32MP1 RTC
 2018-05-09  7:25 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: rtc: update stm32-rtc documentation for stm32mp1 rtc

[PATCH 0/4] Various fixes on STM32 RTC
 2018-05-09  7:21 UTC  (7+ messages)
` [PATCH 3/4] dt-bindings: rtc: update stm32-rtc documentation for st,syscfg property

[PATCH v2 00/17] Add support to MT6323 RTC and its power device
 2018-05-08 15:39 UTC  (3+ messages)
` [PATCH v2 02/17] dt-bindings: rtc: mt6397: add bindings for MediaTek PMIC based RTC


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).