All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add support for cros-ec-rtc driver.
@ 2017-11-10 21:55 ` Enric Balletbo i Serra
  0 siblings, 0 replies; 24+ messages in thread
From: Enric Balletbo i Serra @ 2017-11-10 21:55 UTC (permalink / raw)
  To: Lee Jones, bleung
  Cc: Guenter Roeck, Gwendal Grignou, linux-kernel, linux-iio,
	rtc-linux

Dear all,

This is an attempt to revive some patches from that [1] patchset, some
of them are still under discussion but I think there is no reason to not
have the other two in this fourth version to land upstream meanwhile we
discuss about the others.

[1] https://lkml.org/lkml/2017/7/12/182

Changes since v3:
* Rebased an retested with current mainline using a Samsung Chromebook Plus
* Removed from patchset
  * 1/4 mfd: cros_ec: Get rid of cros_ec_check_features from cros_ec_dev.
  * 4/4 mfd: cros_ec: add RTC as mfd subdevice.

Changes since v2:
- Rebase on top of mainline.
- Removed patch 'mfd: cros-ec: Fix host command buffer size' from series
as was already picked.

Changes since v1:
- Removed patch 'iio: cros_ec_sensors: Fix return value to get raw and
calibbias data' from series as was already picked.
- Removed patch 'iio: cros_ec_sensors: Fix return value to get raw and
calibbias data' from series as was already picked.
- Patch 2/5: Acked-by: Jonathan Cameron <***@kernel.org>

Best regards,

 Enric

Stephen Barber (2):
  mfd: cros_ec: Introduce RTC commands and events definitions.
  rtc: cros-ec: add cros-ec-rtc driver.

 drivers/rtc/Kconfig                  |  10 +
 drivers/rtc/Makefile                 |   1 +
 drivers/rtc/rtc-cros-ec.c            | 413 +++++++++++++++++++++++++++++++++++
 include/linux/mfd/cros_ec_commands.h |   8 +
 4 files changed, 432 insertions(+)
 create mode 100644 drivers/rtc/rtc-cros-ec.c

-- 
2.9.3


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2017-12-18 22:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-10 21:55 [PATCH v4 0/2] Add support for cros-ec-rtc driver Enric Balletbo i Serra
2017-11-10 21:55 ` [rtc-linux] " Enric Balletbo i Serra
2017-11-10 21:55 ` [PATCH v4 1/2] mfd: cros_ec: Introduce RTC commands and events definitions Enric Balletbo i Serra
2017-11-10 21:55   ` [rtc-linux] " Enric Balletbo i Serra
2017-12-16  4:55   ` Brian Norris
2017-12-16  4:55     ` [rtc-linux] " Brian Norris
2017-12-16  7:36     ` Enric Balletbo Serra
2017-12-18 17:44       ` Brian Norris
2017-12-18 17:44         ` [rtc-linux] " Brian Norris
2017-11-10 21:55 ` [PATCH v4 2/2] rtc: cros-ec: add cros-ec-rtc driver Enric Balletbo i Serra
2017-11-10 21:55   ` [rtc-linux] " Enric Balletbo i Serra
2017-12-16  4:57   ` Brian Norris
2017-12-16  4:57     ` [rtc-linux] " Brian Norris
2017-12-16  5:01     ` Brian Norris
2017-12-16  5:01       ` [rtc-linux] " Brian Norris
2017-12-12 15:41 ` [PATCH v4 0/2] Add support for " Enric Balletbo Serra
2017-12-12 15:41   ` [rtc-linux] " Enric Balletbo Serra
2017-12-12 16:05   ` Alexandre Belloni
2017-12-12 16:05     ` [rtc-linux] " Alexandre Belloni
2017-12-12 17:05     ` Alexandre Belloni
2017-12-13  7:55       ` Lee Jones
2017-12-13  7:55         ` Lee Jones
2017-12-18 22:07         ` Alexandre Belloni
2017-12-18 22:07           ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.