linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 20:31:15 to 2020-12-10 21:40:37 UTC [more...]

[PATCH 01/18] ARM: dts: exynos: correct fuel gauge interrupt trigger level on GT-I9100
 2020-12-10 21:25 UTC  (7+ messages)
` [PATCH 02/18] ARM: dts: exynos: correct fuel gauge interrupt trigger level on P4 Note family
` [PATCH 08/18] ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250
` [RFC 15/18] mfd: max77693: Do not enforce (incorrect) interrupt trigger type
` [RFC 16/18] power: supply: max17042: "
` [RFC 17/18] mfd: max14577: "
` [RFC 18/18] power: supply: max17040: "

[patch 0/8] ntp/rtc: Fixes and cleanups
 2020-12-09 12:39 UTC  (19+ messages)
` [patch 1/8] rtc: mc146818: Prevent reading garbage
` [patch 2/8] rtc: mc146818: Reduce spinlock section in mc146818_set_time()
` [patch 3/8] rtc: cmos: Make rtc_cmos sync offset correct
` [patch 4/8] rtc: core: Make the sync offset default more realistic
` [patch 5/8] ntp: Make the RTC synchronization more reliable
` [patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code
` [patch 7/8] ntp: Make the RTC sync offset less obscure
` [patch 8/8] ntp: Consolidate the RTC update implementation

[PATCH v6 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-12-08  1:10 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: Add vendor prefix for Netronix, Inc
` [PATCH v6 2/7] dt-bindings: mfd: Add binding for Netronix embedded controller
` [PATCH v6 3/7] mfd: Add base driver "
` [PATCH v6 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC
` [PATCH v6 5/7] rtc: New driver for RTC in Netronix embedded controller
` [PATCH v6 6/7] MAINTAINERS: Add entry for "
` [PATCH v6 7/7] ARM: dts: imx50-kobo-aura: Add "

[PATCH] rtc: fix RTC removal
 2020-12-07  9:51 UTC  (2+ messages)

[PATCH] rtc: sd3078: add alarm function
 2020-12-04 14:23 UTC 

[PATCH] rtc: adapt allowed RTC update error
 2020-12-04 16:35 UTC  (24+ messages)

[Patch v2 1/3] dt-bindings: rtc: pcf2127: Add bindings for nxp,pcf2127
 2020-12-04  9:27 UTC  (4+ messages)
` [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

[PATCH 1/2] rtc: s3c: Disable all enable (RTC, tick) bits in the probe
 2020-12-03 22:52 UTC  (7+ messages)
  ` [PATCH 2/2] rtc: s3c: Remove dead code related to periodic tick handling

[PATCH v2] rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time
 2020-12-03 22:50 UTC  (2+ messages)

[PATCH] rtc: enable RTC framework on ARCH=um
 2020-12-03 22:41 UTC  (4+ messages)

Disinfection
 2020-12-03  8:50 UTC 

[PATCH v4 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-12-02 17:11 UTC  (24+ messages)
` [PATCH v4 1/7] dt-bindings: Add vendor prefix for Netronix, Inc
` [PATCH v4 2/7] dt-bindings: mfd: Add binding for Netronix embedded controller
` [PATCH v4 3/7] mfd: Add base driver "
` [PATCH v4 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC
` [PATCH v4 5/7] rtc: New driver for RTC in Netronix embedded controller
` [PATCH v4 6/7] MAINTAINERS: Add entry for "
` [PATCH v4 7/7] ARM: dts: imx50-kobo-aura: Add "

[PATCH] rtc: pcf2127: clear the flag TSF1 before enabling interrupt generation
 2020-12-02 17:10 UTC  (5+ messages)

[v2 1/2] rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129)
 2020-12-02  3:18 UTC  (2+ messages)
` [v2 2/2] rtc: pcf2127: clear these flags TSF1, TSF2 before enabling interrupt generation

[PATCH v5 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-12-01 13:22 UTC  (10+ messages)
` [PATCH v5 1/7] dt-bindings: Add vendor prefix for Netronix, Inc
` [PATCH v5 2/7] dt-bindings: mfd: Add binding for Netronix embedded controller
` [PATCH v5 3/7] mfd: Add base driver "
` [PATCH v5 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC
` [PATCH v5 5/7] rtc: New driver for RTC in Netronix embedded controller
` [PATCH v5 6/7] MAINTAINERS: Add entry for "
` [PATCH v5 7/7] ARM: dts: imx50-kobo-aura: Add "

[PATCH 0/8] rtc: rework resource management
 2020-11-27 13:22 UTC  (9+ messages)
` [PATCH 2/8] Revert "rtc: sc27xx: Always read normal alarm when registering RTC device"
` [PATCH 7/8] rtc: rework rtc_register_device() resource management

[PATCH 1/2] rtc: rs5c372: support alarms up to 1 week
 2020-11-23 10:38 UTC 

[PATCH 2/2] rtc: rs5c372: let the alarm to be used as wakeup source
 2020-11-23 10:38 UTC 

[PATCH] rtc: mxc{,_v2}: enable COMPILE_TEST
 2020-11-21 23:18 UTC  (2+ messages)

[PATCH] rtc: test: remove debug message
 2020-11-21 23:06 UTC 

[PATCH 00/59] rtc: remove all uses of devm_rtc_device_register()
 2020-11-19 12:15 UTC  (62+ messages)
` [PATCH 01/59] rtc: da9055: stop using deprecated RTC API
` [PATCH 02/59] rtc: m41t94: "
` [PATCH 03/59] rtc: ds1390: "
` [PATCH 04/59] rtc: ds3232: "
` [PATCH 05/59] rtc: rx6110: "
` [PATCH 06/59] rtc: palmas: "
` [PATCH 07/59] rtc: bq32k: "
` [PATCH 08/59] rtc: m48t35: "
` [PATCH 09/59] rtc: pcf50633: "
` [PATCH 10/59] rtc: pcf8583: "
` [PATCH 11/59] rtc: efi: "
` [PATCH 12/59] rtc: pcf8523: "
` [PATCH 13/59] rtc: stm32: "
` [PATCH 14/59] rtc: max8925: "
` [PATCH 15/59] rtc: max8907: "
` [PATCH 16/59] rtc: pxa: "
` [PATCH 17/59] rtc: hym8563: "
` [PATCH 18/59] rtc: max6916: "
` [PATCH 19/59] rtc: max8998: "
` [PATCH 20/59] rtc: s5m: use devm_i2c_new_dummy_device()
` [PATCH 21/59] rtc: s5m: stop using deprecated RTC API
` [PATCH 22/59] rtc: moxart: "
` [PATCH 23/59] rtc: hid: "
` [PATCH 24/59] rtc: generic: "
` [PATCH 25/59] rtc: lpc24xx: "
` [PATCH 26/59] rtc: spear: "
` [PATCH 27/59] rtc: max77686: "
` [PATCH 28/59] rtc: ds1286: "
` [PATCH 29/59] rtc: twl: "
` [PATCH 30/59] rtc: s3c: "
` [PATCH 31/59] rtc: mcp795: "
` [PATCH 32/59] rtc: x1205: "
` [PATCH 33/59] rtc: max6902: "
` [PATCH 34/59] rtc: max6900: "
` [PATCH 35/59] rtc: rx8025: "
` [PATCH 36/59] rtc: asm9260: "
` [PATCH 37/59] rtc: opal: "
` [PATCH 38/59] rtc: rc5t583: "
` [PATCH 39/59] rtc: wm8350: "
` [PATCH 40/59] rtc: r7301: "
` [PATCH 41/59] rtc: max8997: "
` [PATCH 42/59] rtc: isl12022: "
` [PATCH 43/59] rtc: tps80031: "
` [PATCH 44/59] rtc: rs5c372: "
` [PATCH 45/59] rtc: mt7622: "
` [PATCH 46/59] rtc: ds1302: "
` [PATCH 47/59] rtc: bq4802: "
` [PATCH 48/59] rtc: rs5c313: "
` [PATCH 49/59] rtc: em3027: "
` [PATCH 50/59] rtc: v3020: "
` [PATCH 51/59] rtc: ds1216: "
` [PATCH 52/59] rtc: rx4581: "
` [PATCH 53/59] rtc: m41t93: "
` [PATCH 54/59] rtc: fm3130: "
` [PATCH 55/59] rtc: rtd119x: "
` [PATCH 56/59] rtc: msm6242: "
` [PATCH 57/59] rtc: as3722: "
` [PATCH 58/59] rtc: lp8788: "
` [PATCH 59/59] rtc: remove devm_rtc_device_register()

[PATCH v2 0/3] Adding I2C support to RX6110 RTC
 2020-11-18 10:58 UTC  (9+ messages)
` [PATCH v2 2/3] rtc: rx6110: add ACPI bindings to I2C
      ` AW: "

[PATCH] rtc: sc27xx: Always read normal alarm
 2020-11-18  6:31 UTC  (2+ messages)

[PATCH 1/3] rtc: pcf8523: switch to devm_rtc_allocate_device
 2020-11-18  0:27 UTC  (3+ messages)
` [PATCH 2/3] rtc: pcf8523: set range
` [PATCH 3/3] rtc: pcf8523: use BIT

[PATCH] rtc: destroy mutex when releasing the device
 2020-11-17 23:01 UTC  (2+ messages)

[PATCH] rtc: mxc: use of_device_get_match_data
 2020-11-17 20:41 UTC  (2+ messages)


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