linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-28 19:07:10 to 2018-12-13 10:59:31 UTC [more...]

[PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
 2018-12-13 10:59 UTC  (12+ messages)

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc
 2018-12-13 10:13 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: rtc: sd3078: add device tree documentation
` [PATCH 3/3] rtc: sd3078: new driver

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc
 2018-12-11 21:41 UTC  (5+ messages)
` [PATCH 3/3] dt-bindings: rtc: sd3078: add device tree documentation

[PATCH] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
 2018-12-11 19:05 UTC  (2+ messages)

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

[PATCH v3] nvmem: check invalid number of bytes in nvmem_{read,write}()
 2018-12-11 11:27 UTC  (6+ messages)

[PATCH v4 0/5] Add NXP pcf85263 real-time clock support
 2018-12-11 11:15 UTC  (18+ messages)
` [PATCH v4 1/5] nvmem: check invalid number of bytes in nvmem_device_{read,write}
` [PATCH v4 2/5] dt-bindings: rtc: pcf85363: Document pcf85263 real-time clock
` [PATCH v4 3/5] rtc: pcf85363: Add support for NXP pcf85263 rtc
` [PATCH v4 4/5] ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
` [PATCH v4 5/5] ARM: dts: iwg23s-sbc: Enable RTC

[PATCH v2] nvmem: check invalid number of bytes in nvmem_{read,write}()
 2018-12-11  9:31 UTC  (4+ messages)

[PATCH] rtc: pcf8523: don't return invalid date when battery is low
 2018-12-10 23:47 UTC  (2+ messages)

[PATCH] dt-bindings: rtc: use a generic node name for ds1307
 2018-12-10 23:35 UTC  (2+ messages)

[PATCH V4 0/4] Add i.MX system controller RTC driver
 2018-12-10 22:22 UTC  (6+ messages)
` [PATCH V4 1/4] dt-bindings: fsl: scu: add rtc binding
` [PATCH V4 2/4] rtc: add i.MX system controller RTC support
` [PATCH V4 3/4] defconfig: arm64: "
` [PATCH V4 4/4] ARM64: dts: imx: add i.MX8QXP "

[PATCH v3 0/4] Add NXP pcf85263 real-time clock support
 2018-12-10 12:15 UTC  (22+ messages)
` [PATCH v3 1/4] dt-bindings: rtc: pcf85363: Document pcf85263 real-time clock
` [PATCH v3 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc
` [PATCH v3 3/4] ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
` [PATCH v3 4/4] ARM: dts: iwg23s-sbc: Enable RTC

[PATCH] rtc: proc: printf using alarm for alrm
 2018-12-10 10:01 UTC  (4+ messages)

[PATCH] rtc: abx80x: Implement RTC_VL_READ,CLR ioctls
 2018-12-07 17:40 UTC 

[PATCH 1/2] dt-bindings: rtc: add generic bindings
 2018-12-07  9:47 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: rtc: Move trivial RTCs to rtc.txt

[PATCH] dt-bindings: rtc: sun6i-rtc: Fix register range in example
 2018-12-07  9:28 UTC  (2+ messages)

[PATCH v2 00/14] rtc: sun6i: clock rework and pre-H6 SoC support
 2018-12-07  2:25 UTC  (20+ messages)
` [PATCH v2 01/14] dt-bindings: rtc: sun6i-rtc: Rewrite clock outputs as a list
` [PATCH v2 02/14] dt-bindings: rtc: sun6i-rtc: Add compatible strings for pre-H6 variants
` [PATCH v2 03/14] dt-bindings: rtc: sun6i-rtc: Deprecate external clock output for A31
` [PATCH v2 04/14] dt-bindings: rtc: sun6i-rtc: Export internal RC oscillator
` [PATCH v2 05/14] rtc: sun6i: Add default clock name for LOSC
` [PATCH v2 06/14] rtc: sun6i: Add support for different variants
` [PATCH v2 07/14] rtc: sun6i: Add support for all known pre-H6 variants
` [PATCH v2 08/14] rtc: sun6i: Expose internal oscillator through device tree
` [PATCH v2 09/14] ARM: dts: sun8i: a23/a33: Fix up RTC device node
` [PATCH v2 10/14] ARM: dts: sunxi: h3/h5: Add clock accuracy for external oscillators
` [PATCH v2 11/14] ARM: dts: sunxi: h3/h5: Fix up RTC device node and clock references
` [PATCH v2 12/14] ARM: dts: sun8i: r40: Add clock accuracy for external oscillators
` [PATCH v2 13/14] ARM: dts: sun8i: r40: Add RTC device node
` [PATCH v2 14/14] arm64: dts: allwinner: a64: Fix up RTC device node and clock references

[PATCH v5 0/2] Amlogic Meson6/8/8b/8m2 SoC RTC driver
 2018-12-05 22:15 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC
` [PATCH v5 2/2] rtc: support "

[PATCH v2 0/4] Add NXP pcf85263 real-time clock support
 2018-12-05 13:44 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: rtc: pcf85363: Document pcf85263 real-time clock
` [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

[PATCH AUTOSEL 4.19 038/123] iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbers
 2018-12-05  9:34 UTC 

[PATCH AUTOSEL 4.14 16/69] iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbers
 2018-12-05  9:41 UTC 

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

[PATCH 00/15] rtc: sun6i: clock rework and pre-H6 SoC support
 2018-12-03  9:06 UTC  (8+ messages)
` [PATCH 04/15] dt-bindings: rtc: sun6i-rtc: Export internal RC oscillator
` [PATCH 09/15] clk: sunxi-ng: r40: Force LOSC parent to RTC LOSC output

[PATCH 0/4] selftests: rework RTC tests
 2018-12-01  9:55 UTC  (4+ messages)
` [PATCH 1/4] selftests: timers: move PIE tests out of rtctest

[PATCH v4 00/21] lib, rtc: Print rtc_time via %ptR[dt][r]
 2018-11-29  9:09 UTC  (16+ messages)
` [PATCH v4 01/21] nvmem: Mark nvmem_type_str array with __maybe_unused
` [PATCH v4 02/21] lib/vsprintf: Print time and date in human readable format via %pt
` [PATCH v4 04/21] rtc: at91rm9200: Switch to use %ptR
` [PATCH v4 05/21] rtc: at91sam9: "
` [PATCH v4 06/21] rtc: m41t80: "
` [PATCH v4 07/21] rtc: m48t59: "
` [PATCH v4 08/21] rtc: mcp795: "
` [PATCH v4 10/21] rtc: pic32: "
` [PATCH v4 18/21] rtc: tegra: "
` [PATCH v4 20/21] mk68/mac: "


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