linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-20 12:44:41 to 2019-04-03 15:29:01 UTC [more...]

[PATCH 1/2] dt-bindings: rtc: add battery-low-hw-alarm property
 2019-04-03 15:28 UTC  (7+ messages)
` [PATCH 2/2] rtc: pcf2127: add battery-low INTn generation

[PATCH] rtc: don't reference bogus function pointer in kdoc
 2019-04-03 15:19 UTC 

[PATCH v3 0/4] AM437x: Add rtc-only + DDR mode support
 2019-04-03 14:49 UTC  (6+ messages)
` [PATCH v3 1/4] rtc: OMAP: Add support for rtc-only mode
` [PATCH v3 2/4] arm: mach-omap2: pm33xx: Add support for rtc+ddr in self refresh mode
` [PATCH v3 3/4] soc: ti: pm33xx: Move the am33xx_push_sram_idle to the top
` [PATCH v3 4/4] soc: ti: pm33xx: AM437X: Add rtc_only with ddr in self-refresh support

[PATCH v3 1/2] platform/chrome: wilco_ec: Standardize mailbox interface
 2019-04-03 14:47 UTC  (2+ messages)

[PATCH v12 0/8] support ROHM BD70528 PMIC
 2019-04-03 12:49 UTC  (9+ messages)
` [PATCH v12 1/8] mfd: regulator: clk: split rohm-bd718x7.h
` [PATCH v12 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [PATCH v12 3/8] clk: bd718x7: Support ROHM BD70528 clk block
` [PATCH v12 4/8] dt-bindings: mfd: Document first ROHM BD70528 bindings
` [PATCH v12 5/8] gpio: Initial support for ROHM bd70528 GPIO block
` [PATCH v12 6/8] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [PATCH v12 7/8] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [PATCH v12 8/8] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH v11 0/8] support ROHM BD70528 PMIC
 2019-04-03 11:45 UTC  (21+ messages)
` [PATCH v11 1/8] mfd: regulator: clk: split rohm-bd718x7.h
` [PATCH v11 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [PATCH v11 3/8] clk: bd718x7: Support ROHM BD70528 clk block
` [PATCH v11 4/8] dt-bindings: mfd: Document first ROHM BD70528 bindings
` [PATCH v11 5/8] gpio: Initial support for ROHM bd70528 GPIO block
` [PATCH v11 6/8] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [PATCH v11 7/8] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [PATCH v11 8/8] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH V5 1/4] dt-bindings: fsl: scu: add general interrupt support
 2019-04-03  8:47 UTC  (8+ messages)
` [PATCH V5 2/4] firmware: imx: enable imx scu general irq function
` [PATCH V5 4/4] rtc: imx-sc: add rtc alarm support

[PATCH] rtc: remove unnecessary Kconfig dependencies
 2019-04-03  6:03 UTC  (2+ messages)

[PATCH v2 0/5] AM437x: Add rtc-only + DDR mode support
 2019-04-03  4:28 UTC  (11+ messages)
` [PATCH v2 1/5] rtc: OMAP: Add support for rtc-only mode
` [PATCH v2 2/5] rtc: interface: Add power_off_program to rtc_class_ops
` [PATCH v2 3/5] arm: mach-omap2: pm33xx: Add support for rtc+ddr in self refresh mode
` [PATCH v2 4/5] soc: ti: pm33xx: Push the am33xx_push_sram_idle to the top
` [PATCH v2 5/5] soc: ti: pm33xx: AM437X: Add rtc_only with ddr in self-refresh support

[PATCH v2 0/9] Add Support for MediaTek PMIC MT6358
 2019-04-02 14:07 UTC  (10+ messages)
` [PATCH v2 1/9] mfd: mt6397: clean up code
` [PATCH v2 3/9] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC
` [PATCH v2 8/9] rtc: mt6397: fix alarm register overwrite
` [PATCH v2 9/9] rtc: Add support for the MediaTek MT6358 RTC

[PATCH 1/2] rtc: da9063: set range
 2019-04-02 11:52 UTC  (27+ messages)
` [PATCH 2/2] rtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64

[PATCH] rtc: da9063: set uie_unsupported when relevant
 2019-04-02 10:26 UTC 

[PATCH v7 0/6] support a new type of PMIC,including two chips(rk817 and rk809)
 2019-04-02  6:33 UTC  (5+ messages)
` [PATCH v7 1/6] mfd: rk808: remove the id_table
` [PATCH v7 2/6] mfd: rk808: Add RK817 and RK809 support

[PATCH 0/5] AM437x: Add rtc-only + DDR mode support
 2019-04-01 20:40 UTC  (14+ messages)
` [PATCH 1/5] rtc: OMAP: Add support for rtc-only mode
` [PATCH 2/5] rtc: interface: Add power_off_program to rtc_class_ops
` [PATCH 3/5] arm: mach-omap2: pm33xx: Add support for rtc+ddr in self refresh mode
` [PATCH 4/5] soc: ti: pm33xx: Push the am33xx_push_sram_idle to the top
` [PATCH 5/5] soc: ti: pm33xx: AM437X: Add rtc_only with ddr in self-refresh support

[PATCH 01/12] rtc: pcf85063: switch to probe_new
 2019-04-01 16:33 UTC  (15+ messages)
` [PATCH 02/12] rtc: pcf85063: convert to SPDX identifier
  ` [PATCH v2 "
` [PATCH 03/12] rtc: pcf85063: remove bogus i2c functionality check
` [PATCH 04/12] rtc: pcf85063: convert to devm_rtc_allocate_device
` [PATCH 05/12] rtc: pcf85063: set range
` [PATCH 06/12] rtc: pcf85063: switch to regmap
` [PATCH 07/12] rtc: pcf85063: differentiate pcf85063a and pcf85063tp
` [PATCH 08/12] rtc: pcf85063: add alarm support
` [PATCH 09/12] rtc: pcf85063: Add Micro Crystal RV8263 support
` [PATCH 10/12] rtc: pcf85063: add nvram support
` [PATCH 11/12] rtc: pcf85063: add offset correction support
` [PATCH 12/12] rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support

[PATCH] rtc: snvs: use dev_pm_set_wake_irq() to simplify code
 2019-04-01 15:28 UTC  (2+ messages)

[PATCH] rtc: snvs: use devm_platform_ioremap_resource() to simplify code
 2019-04-01 13:12 UTC  (3+ messages)

[PATCH] rtc: mxc: use devm_platform_ioremap_resource() to simplify code
 2019-04-01 13:11 UTC  (2+ messages)

[PATCH 1/7] rtc: xgene: fix possible race condition
 2019-04-01  7:56 UTC  (4+ messages)
` [PATCH 3/7] rtc: xgene: convert to SPDX identifier

[PATCH 1/4] rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64
 2019-04-01  5:46 UTC  (6+ messages)
` [PATCH 2/4] rtc: ps3: convert to SPDX identifier
` [PATCH 3/4] rtc: ps3: convert to devm_rtc_allocate_device
` [PATCH 4/4] rtc: ps3: set range

[PATCH v3 0/2] rtc: Add ASPEED RTC driver
 2019-03-27 10:37 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: rtc: Add on-chip ASPEED RTC documentation
` [PATCH v3 2/2] rtc: Add ASPEED RTC driver

[PATCH v2 0/2] rtc: Add ASPEED RTC driver
 2019-03-27  1:00 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: rtc: Add on-chip ASPEED RTC documentation
` [PATCH v2 2/2] rtc: Add ASPEED RTC driver

[BACKPORT 4.14.y 0/8] candidates from spreadtrum 4.14 product kernel
 2019-03-26  2:26 UTC  (3+ messages)
` [BACKPORT 4.14.y 5/8] rtc: Fix overflow when converting time64_t to rtc_time

[PATCH v2] rtc: brcmstb-waketimer: switch to rtc_time64_to_tm
 2019-03-25 17:18 UTC  (2+ messages)

[PATCH] rtc: sh: fix unused variable warning
 2019-03-25 10:47 UTC  (2+ messages)

[PATCH v10 0/9] support ROHM BD70528 PMIC
 2019-03-25  8:20 UTC  (7+ messages)

[PATCH] mfd: mt6397: Don't call irq_dispose_mapping
 2019-03-24 13:39 UTC  (2+ messages)

[PATCH -next] rtc: opal: Make opal_tpo_alarm_irq_enable static
 2019-03-24 13:36 UTC  (2+ messages)

[PATCH] rtc: Fix timestamp value for RTC_TIMESTAMP_BEGIN_1900
 2019-03-24 13:25 UTC  (2+ messages)

[PATCH 1/3] rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64
 2019-03-24  1:34 UTC  (6+ messages)
` [PATCH 2/3] rtc: sun4v: set range
` [PATCH 3/3] rtc: sun4v: switch to SPDX identifier

[PATCH 1/4] rtc: wm831x: set range
 2019-03-22  9:37 UTC  (8+ messages)
` [PATCH 2/4] rtc: wm831x: remove unnecessary goto
` [PATCH 3/4] rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 4/4] rtc: wm831x: convert to SPDX identifier

[PATCH 1/3] rtc: sh: stop resetting time to epoch
 2019-03-22  7:26 UTC  (8+ messages)
` [PATCH 2/3] rtc: sh: fix possible race condition
` [PATCH 3/3] rtc: sh: set range

[PATCH 1/4] rtc: wm831x: set range
 2019-03-22  7:13 UTC  (4+ messages)
` [PATCH 2/4] rtc: wm831x: remove unnecessary goto
` [PATCH 3/4] rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 4/4] rtc: wm831x: convert to SPDX identifier

[PATCH 1/3] rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64
 2019-03-22  6:35 UTC  (5+ messages)
` [PATCH 2/3] rtc: omap: convert to SPDX identifier
` [PATCH 3/3] rtc: omap: checkpatch cleanup

[PATCH 1/2 v2] rtc: x1205: Add DT bindings
 2019-03-22  6:23 UTC  (2+ messages)

[PATCH 1/6] rtc: at91sam9: drop platform_data support
 2019-03-21 10:11 UTC  (2+ messages)

[PATCH 0/4] da9063: convert to SPDX
 2019-03-20 19:19 UTC  (3+ messages)
` [PATCH 4/4] rtc: da9063: convert header "


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