linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 12:07:05 to 2019-12-10 10:40:11 UTC [more...]

[PATCH v5 00/16] Support ROHM BD71828 PMIC
 2019-12-10 10:39 UTC  (45+ messages)
` [PATCH v5 01/16] dt-bindings: regulator: Document ROHM BD71282 regulator bindings
` [PATCH v5 02/16] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [PATCH v5 03/16] dt-bindings: mfd: Document ROHM BD71828 bindings
` [PATCH v5 04/16] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices
` [PATCH v5 05/16] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [PATCH v5 06/16] mfd: input: bd71828: Add power-key support
` [PATCH v5 07/16] clk: bd718x7: Support ROHM BD71828 clk block
` [PATCH v5 08/16] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [PATCH v5 09/16] regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
` [PATCH v5 10/16] gpio: devres: Add devm_gpiod_get_parent_array
` [PATCH v5 11/16] docs: driver-model: Add missing managed GPIO array get functions
` [PATCH v5 12/16] regulator: bd71828: Add GPIO based run-level control for regulators
` [PATCH v5 13/16] rtc: bd70528 add BD71828 support
` [PATCH v5 14/16] gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
` [PATCH v5 15/16] leds: Add common LED binding parsing support to LED class/core
` [PATCH v5 16/16] led: bd71828: Support LED outputs on ROHM BD71828 PMIC

[PATCH v3 0/6] Add rtc support for rn5t618 mfd
 2019-12-10  9:32 UTC  (11+ messages)
` [PATCH v3 1/6] dt-bindings: mfd: rn5t618: Document optional property interrupts
` [PATCH v3 2/6] mfd: rn5t618: prepare for irq handling
` [PATCH v3 3/6] mfd: rn5t618: add irq support
` [PATCH v3 4/6] mfd: rn5t618: add rtc related registers
` [PATCH v3 5/6] mfd: rn5t618: add more subdevices
` [PATCH v3 6/6] rtc: rtc-rc5t619: add ricoh rc5t619 RTC driver

[PATCH] rtc: sun6i: Add support for RTC clocks on R40
 2019-12-09  9:50 UTC  (2+ messages)

[PATCH] cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'
 2019-12-07 10:52 UTC  (4+ messages)

[PATCH v6 0/6] Add Support for MediaTek PMIC MT6358
 2019-12-06 13:33 UTC  (7+ messages)
` [PATCH v6 1/6] mfd: mt6397: modify suspend/resume behavior
` [PATCH v6 2/6] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC
` [PATCH v6 3/6] mfd: Add support "
` [PATCH v6 4/6] arm64: dts: mt6358: add PMIC MT6358 related nodes
` [PATCH v6 5/6] rtc: mt6397: fix alarm register overwrite
` [PATCH v6 6/6] rtc: Add support for the MediaTek MT6358 RTC

[PATCH v5 00/10] Add Support for MediaTek PMIC MT6358
 2019-12-06  8:55 UTC  (4+ messages)
` [PATCH v5 06/10] mfd: Add support for the MediaTek MT6358 PMIC

[PATCH] rtc: stm32: add missed clk_disable_unprepare in error path of resume
 2019-12-06  8:19 UTC  (2+ messages)

[PATCH] rtc: ds1343: Do not hardcode SPI mode flags
 2019-12-04 22:57 UTC 

[PATCH -next] rtc: mt6397: drop free_irq of devm_xx allocated irq
 2019-12-04  8:42 UTC  (5+ messages)
  ` [PATCH v2 "

[GIT PULL] RTC for 5.5
 2019-12-03 22:15 UTC  (2+ messages)

[PATCH] dt-bindings: rtc: Convert stm32 rtc bindings to json-schema
 2019-12-02 14:57 UTC 

[PATCH 1/2] rtc: zynqmp: re-use rtc_time64_to_tm operation
 2019-11-29 15:48 UTC  (9+ messages)
` [PATCH 2/2] rtc: zynqmp: fix invalid read_time before 1 second

[PATCH v2 0/5] Add rtc support for rn5t618 mfd
 2019-11-29 11:25 UTC  (10+ messages)
` [PATCH v2 2/5] mfd: rn5t618: add irq support
` [PATCH v2 5/5] rtc: rtc-rc5t619: add ricoh rc5t619 RTC driver

[PATCH] rtc: interface fix kerneldoc comments
 2019-11-27  8:29 UTC 

[PATCH] rtc: st-lpc: Remove struct resource from struct st_rtc
 2019-11-26 22:35 UTC  (2+ messages)

[PATCH] rtc: pcf8523: Remove struct pcf8523
 2019-11-26 22:35 UTC  (2+ messages)

[PATCH] rtc: sun6i: Remove struct device from sun6i_rtc_dev
 2019-11-26 22:35 UTC  (2+ messages)

[PATCH] rtc: xgene: Remove unused struct device in struct xgene_rtc_dev
 2019-11-26 22:34 UTC  (2+ messages)

[PATCH] rtc: Fix Kconfig indentation
 2019-11-26 22:34 UTC  (2+ messages)

[PATCH] rtc: meson: remove redundant assignment to variable retries
 2019-11-26 22:14 UTC  (3+ messages)

[PATCH 0/8] rtc: fix W=1 warnings and errors
 2019-11-26 21:16 UTC  (13+ messages)
` [PATCH 1/8] rtc: sysfs: fix hctosys_show kerneldoc
` [PATCH 2/8] rtc: ds1374: remove unused variable
` [PATCH 3/8] rtc: ds1685: remove set but unused variables
` [PATCH 4/8] rtc: ds1685: fix build error with make W=1
` [PATCH 5/8] rtc: m41t80: remove excess kerneldoc
` [PATCH 6/8] rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc
` [PATCH 7/8] rtc: tegra: remove set but unused variable
` [PATCH 8/8] rtc: v3020: "

[PATCH] platform/chrome: cros_ec: Rename cros_ec_dev to cros_ec_mfd_dev
 2019-11-25 16:00 UTC  (3+ messages)

[PATCH V2] rtc: ds1307: Enable battery backup on RX8130
 2019-11-22  9:48 UTC  (7+ messages)

[PATCH] rtc: msm6242: Remove unneeded msm6242_set()/msm6242_clear() functions
 2019-11-18 14:19 UTC  (3+ messages)

[PATCH] rtc: tps65910: allow using RTC without alarm interrupt
 2019-11-18 14:19 UTC  (6+ messages)
      ` [PATCHv2] "

[PATCH] rtc: msm6242: Fix reading of 10-hour digit
 2019-11-18 14:18 UTC  (4+ messages)

[PATCH v4 00/16] Support ROHM BD71828 PMIC
 2019-11-18  6:34 UTC  (19+ messages)
` [PATCH v4 01/16] dt-bindings: regulator: Document ROHM BD71282 regulator bindings
` [PATCH v4 02/16] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [PATCH v4 03/16] dt-bindings: mfd: Document ROHM BD71828 bindings
` [PATCH v4 04/16] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices
` [PATCH v4 05/16] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [PATCH v4 06/16] mfd: input: bd71828: Add power-key support
` [PATCH v4 07/16] clk: bd718x7: Support ROHM BD71828 clk block
` [PATCH v4 08/16] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [PATCH v4 09/16] regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
` [PATCH v4 10/16] gpio: devres: Add devm_gpiod_get_parent_array
` [PATCH v4 11/16] docs: driver-model: Add missing managed GPIO array get functions
` [PATCH v4 12/16] regulator: bd71828: Add GPIO based run-level control for regulators
` [PATCH v4 13/16] rtc: bd70528 add BD71828 support
` [PATCH v4 14/16] gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
` [PATCH v4 15/16] leds: Add common LED binding parsing support to LED class/core
` [PATCH v4 16/16] led: bd71828: Support LED outputs on ROHM BD71828 PMIC

[PATCH AUTOSEL 4.19 101/237] rtc: s35390a: Change buf's type to u8 in s35390a_init
 2019-11-16 15:38 UTC 

[PATCH AUTOSEL 4.4 33/77] rtc: s35390a: Change buf's type to u8 in s35390a_init
 2019-11-16 15:52 UTC 

[PATCH AUTOSEL 4.9 40/99] rtc: s35390a: Change buf's type to u8 in s35390a_init
 2019-11-16 15:50 UTC 

[PATCH AUTOSEL 4.14 062/150] rtc: s35390a: Change buf's type to u8 in s35390a_init
 2019-11-16 15:46 UTC 

[PATCH v2 1/5] mfd: rn5t618: prepare for irq handling
 2019-11-16  0:41 UTC  (2+ messages)

[PATCH] rtc: class: support hctosys from modular RTC drivers
 2019-11-15 13:36 UTC  (4+ messages)

[PATCH] rtc: pcf8563: Constify clkout_rates
 2019-11-15 11:01 UTC  (2+ messages)

[PATCH] rtc: ds1302: Remove unused DRV_NAME
 2019-11-15 11:01 UTC  (2+ messages)

[PATCH] rtc: rx6110: Convert to SPDX identifier
 2019-11-15 11:01 UTC  (2+ messages)

[PATCH] rtc: rx6110: Remove useless rx6110_remove
 2019-11-15 11:00 UTC  (2+ messages)

[RFCv1] rtc: m41t80: disable clock provider support
 2019-11-13 22:27 UTC  (9+ messages)

[PATCH -next] rtc: mt6397: drop free_irq of devm_ allocated irq
 2019-11-13  2:17 UTC 

Investment opportunity
 2019-11-12 17:57 UTC 

[RFC PATCH v3 00/15] Support ROHM BD71828 PMIC
 2019-11-11 11:20 UTC  (7+ messages)
` [RFC PATCH v3 01/15] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [RFC PATCH v3 05/15] mfd: input: bd71828: Add power-key support

[PATCH v7 0/7] implement poweroff for mt6323 / bpi-r2
 2019-11-10 20:40 UTC  (3+ messages)
` [PATCH v7 7/7] arm: dts: mt6323: add keys, power-controller, rtc and codec

[PATCH AUTOSEL 4.19 180/191] rtc: isl1208: avoid possible sysfs race
 2019-11-10  2:40 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 181/191] rtc: tx4939: fixup nvmem name and register size
` [PATCH AUTOSEL 4.19 182/191] rtc: armada38x: fix possible race condition

[PATCH AUTOSEL 4.14 104/109] rtc: armada38x: fix possible race condition
 2019-11-10  2:45 UTC 

[PATCH][next] rtc: bd70528: fix module alias to autoload module
 2019-11-08 15:56 UTC  (2+ messages)

[RESEND PATCH v4] rtc: Fix the AltCentury value on AMD/Hygon platform
 2019-11-08 15:24 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 125/205] rtc: mt6397: fix possible race condition
 2019-11-08 11:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 126/205] rtc: pl030: "


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