linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-08 10:22:54 to 2019-04-26 14:38:25 UTC [more...]

[PATCH 1/7] rtc: jz4740: set range
 2019-04-26 14:38 UTC  (10+ messages)
` [PATCH 2/7] rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 3/7] rtc: jz4740: remove useless check
` [PATCH 4/7] rtc: jz4740: use .set_time
` [PATCH 5/7] rtc: jz4740: use dev_pm_set_wake_irq() to simplify code
` [PATCH 6/7] rtc: jz4740: rework invalid time detection
` [PATCH 7/7] rtc: jz4740: convert to SPDX identifier

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

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

[PATCH] rtc: stm32: manage the get_irq probe defer case
 2019-04-24 15:56 UTC  (3+ messages)

[PATCH AUTOSEL 5.0 05/66] rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configured
 2019-04-24 14:33 UTC  (3+ messages)
` [PATCH AUTOSEL 5.0 06/66] rtc: sh: Fix invalid alarm warning for non-enabled alarm
` [PATCH AUTOSEL 5.0 37/66] rtc: da9063: set uie_unsupported when relevant

[PATCH AUTOSEL 4.14 03/35] rtc: sh: Fix invalid alarm warning for non-enabled alarm
 2019-04-24 14:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 18/35] rtc: da9063: set uie_unsupported when relevant

[PATCH AUTOSEL 4.9 03/28] rtc: sh: Fix invalid alarm warning for non-enabled alarm
 2019-04-24 14:50 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 16/28] rtc: da9063: set uie_unsupported when relevant

[PATCH AUTOSEL 4.4 02/15] rtc: sh: Fix invalid alarm warning for non-enabled alarm
 2019-04-24 14:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 07/15] rtc: da9063: set uie_unsupported when relevant

[PATCH AUTOSEL 3.18 02/10] rtc: sh: Fix invalid alarm warning for non-enabled alarm
 2019-04-24 14:52 UTC 

[PATCH AUTOSEL 4.19 04/52] rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configured
 2019-04-24 14:38 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 05/52] rtc: sh: Fix invalid alarm warning for non-enabled alarm
` [PATCH AUTOSEL 4.19 29/52] rtc: da9063: set uie_unsupported when relevant

[PATCH] spi: Epson RX-6610: declare missing of table
 2019-04-24 10:18 UTC  (2+ messages)

[PATCH next 21/25] rtc: Use dev_get_drvdata()
 2019-04-23  7:50 UTC 

[PATCH v3 1/1] rtc: ds3232: get SRAM access using NVMEM Framework
 2019-04-19 20:39 UTC  (2+ messages)

[PATCH 1/8] rtc: ep93xx: stop setting platform_data
 2019-04-19  8:00 UTC  (8+ messages)
` [PATCH 2/8] rtc: ep93xx: convert to devm_rtc_allocate_device
` [PATCH 3/8] rtc: ep93xx: use rtc_add_group
` [PATCH 4/8] rtc: ep93xx: set range
` [PATCH 5/8] rtc: ep93xx: switch to rtc_time64_to_tm
` [PATCH 6/8] rtc: ep93xx: use .set_time
` [PATCH 7/8] rtc: ep93xx: convert to SPDX identifier
` [PATCH 8/8] rtc: ep93xx: fix checkpatch issues

[PATCH 1/6] rtc: ds2404: set range
 2019-04-19  8:25 UTC  (6+ messages)
` [PATCH 2/6] rtc: ds2404: switch to rtc_time64_to_tm
` [PATCH 3/6] rtc: ds2404: use .set_time
` [PATCH 4/6] rtc: ds2404: convert to SPDX identifier
` [PATCH 5/6] rtc: ds2404: remove ds2404_chip_ops
` [PATCH 6/6] rtc: ds2404: simplify .probe and remove .remove

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-16 22:33 UTC  (3+ messages)
` [PATCH v3 07/26] compat_ioctl: move rtc handling into rtc-dev.c

[PATCH 1/2] rtc: ds1685: remove dead code
 2019-04-16 16:04 UTC  (4+ messages)
` [PATCH 2/2] rtc: ds1685: use threaded interrupt

[PATCH v2 0/4] Use MFD framework for SGI IOC3 drivers
 2019-04-16 13:16 UTC  (6+ messages)
` [PATCH v2 1/4] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v2 3/4] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v2 4/4] Input: add IOC3 serio driver
  ` [PATCH v2 2/4] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH 1/5] rtc: imxdi: set range
 2019-04-16  8:34 UTC  (5+ messages)
` [PATCH 2/5] rtc: imxdi: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 3/5] rtc: imxdi: use .set_time
` [PATCH 4/5] rtc: imxdi: remove unnecessary check
` [PATCH 5/5] rtc: imxdi: convert to SPDX identifier

[PATCH 1/4] rtc: mc13xxx: set range
 2019-04-16  8:33 UTC  (4+ messages)
` [PATCH 2/4] rtc: mc13xxx: use .set_time
` [PATCH 3/4] rtc: mc13xxx: convert to SPDX identifier
` [PATCH 4/4] rtc: mc13xxx: fix style issue

[PATCH 1/3] rtc: mxc: fix possible race condition
 2019-04-16  8:30 UTC  (3+ messages)
` [PATCH 2/3] rtc: mxc: set range
` [PATCH 3/3] rtc: mxc: use .set_time

Infinite loop on edge cases
 2019-04-15 15:34 UTC  (5+ messages)

[PATCH 0/3] Add basic support for RTC on Allwinner H6 SoC
 2019-04-15 15:17 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: Add compatible for H6 RTC
` [PATCH 2/3] rtc: sun6i: Add support "
` [PATCH 3/3] arm64: dts: sun50i-h6: Add support for RTC and fix the clock tree
` [linux-sunxi] [PATCH 0/3] Add basic support for RTC on Allwinner H6 SoC

[PATCH V7 1/4] dt-bindings: fsl: scu: add general interrupt support
 2019-04-15  9:23 UTC  (14+ messages)
` [PATCH V7 2/4] firmware: imx: enable imx scu general irq function
    ` [EXT] "
` [PATCH V7 3/4] arm64: dts: freescale: imx8qxp: enable scu general irq channel
` [PATCH V7 4/4] rtc: imx-sc: add rtc alarm support

[PATCH 1/3] rtc: ds1685: fix crash caused by referencing wrong device struct
 2019-04-13  8:19 UTC  (10+ messages)
` [PATCH 2/3] rtc: ds1685: use correct device struct to get platform "
` [PATCH 3/3] rtc: ds1685: disable interrupts when moving work to work queue

[PATCH v2 1/1] rtc: ds3232: get SRAM access using NVMEM Framework
 2019-04-12 21:30 UTC  (2+ messages)

[PATCH] rtc: mxc_v2: use dev_pm_set_wake_irq() to simplify code
 2019-04-12  8:34 UTC  (2+ messages)

[PATCH] rtc: mxc: use dev_pm_set_wake_irq() to simplify code
 2019-04-12  8:33 UTC  (2+ messages)

[PATCH v1] rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()
 2019-04-12  8:33 UTC  (2+ messages)

[PATCH] rtc: sirfsoc: Make sysrtc_regmap_config static
 2019-04-12  8:32 UTC  (2+ messages)

[PATCH 1/3] rtc: ab3100: set range
 2019-04-11 13:38 UTC  (6+ messages)
` [PATCH 2/3] rtc: ab3100: use .set_time
` [PATCH 3/3] rtc: ab3100: convert to SPDX identifier

[PATCH] rtc: ds1307: properly handle oscillator failure flags
 2019-04-10 22:16 UTC 

[PATCH 1/5] rtc: pcf85363: remove unused struct pcf85363 member
 2019-04-10 21:05 UTC  (7+ messages)
` [PATCH 2/5] rtc: pcf85363: set range
` [PATCH 3/5] rtc: pcf85363: remove bogus i2c functionality check
` [PATCH 4/5] rtc: pcf85363: remove useless forward declaration
` [PATCH 5/5] rtc: pcf85363: convert to SPDX identifier

rtc: rv3028: Add backup switchover mode support
 2019-04-10 10:26 UTC 

[PATCH 1/2] dt-bindings: rtc: add battery-low-hw-alarm property
 2019-04-10  8:04 UTC  (6+ messages)

[bug report] rtc: rx8025: Switch to use %ptR
 2019-04-09 14:43 UTC  (2+ messages)

[PATCH v3 0/4] AM437x: Add rtc-only + DDR mode support
 2019-04-09 14:20 UTC  (6+ messages)

[PATCH 1/6] rtc: lpc32xx: convert to devm_rtc_allocate_device
 2019-04-09 10:16 UTC  (6+ messages)
` [PATCH 2/6] rtc: lpc32xx: set range
` [PATCH 3/6] rtc: lpc32xx: simplify IRQ setup
` [PATCH 4/6] rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 5/6] rtc: lpc32xx: use .set_time
` [PATCH 6/6] rtc: lpc32xx: convert to SPDX identifier

[PATCH 0/6] Use MFD framework for SGI IOC3 drivers
 2019-04-09 10:14 UTC  (15+ messages)
` [PATCH 1/6] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH 2/6] MIPS: SGI-IP27: remove setup of RTC platform device
` [PATCH 4/6] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH 5/6] tty: serial: Add 8250-core base IOC3 driver
` [PATCH 6/6] Input: add IOC3 serio driver

Infinite loop on edge cases
 2019-04-09  8:46 UTC 

[PATCH V6 1/4] dt-bindings: fsl: scu: add general interrupt support
 2019-04-09  3:35 UTC  (9+ messages)
` [PATCH V6 2/4] firmware: imx: enable imx scu general irq function
` [PATCH V6 3/4] arm64: dts: freescale: imx8qxp: enable scu general irq channel
` [PATCH V6 4/4] rtc: imx-sc: add rtc alarm support

[PATCH V5 1/4] dt-bindings: fsl: scu: add general interrupt support
 2019-04-09  3:08 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 v5 1/3] platform/chrome: wilco_ec: Standardize mailbox interface
 2019-04-08 23:58 UTC  (11+ messages)
` [PATCH v5 2/3] platform/chrome: Add Wilco EC keyboard backlight LEDs support
            ` Keyboard backlight LED naming was "
` [PATCH v5 3/3] platform/chrome: Standardize Chrome OS keyboard backlight name

Removing pcap?
 2019-04-08 21:27 UTC  (5+ messages)
` Removing pcap? (EZX support in mainline linux)

[PATCH v5 3/3] platform/chrome: Standardize Chrome OS keyboard backlight name
 2019-04-08 20:01 UTC  (16+ messages)

[PATCH 1/3] rtc: tegra: set range
 2019-04-08 12:57 UTC  (8+ messages)
` [PATCH 2/3] rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 3/3] rtc: tegra: convert to SPDX identifier


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