Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1205067 > unrolled thread

[PATCH 0/4] modify clock codes of rtc-s3c driver

Started byJoonyoung Shim <jy0922.shim@samsung.com>
First post2015-08-11 13:30 +0200
Last post2015-08-11 13:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] modify clock codes of rtc-s3c driver Joonyoung Shim <jy0922.shim@samsung.com> - 2015-08-11 13:30 +0200

#1205067 — [PATCH 0/4] modify clock codes of rtc-s3c driver

FromJoonyoung Shim <jy0922.shim@samsung.com>
Date2015-08-11 13:30 +0200
Subject[PATCH 0/4] modify clock codes of rtc-s3c driver
Message-ID<pWfUJ-3Em-15@gated-at.bofh.it>
Hi,

This patchset modifies clock codes of rtc-s3c driver. Main change is to
fix the problem that alarm interrupt can't happen. Also there are some
fixes incluing cleanup.

Thanks.

----------------------------------------------------------------
Joonyoung Shim (4):
      rtc: s3c: add missing clk control
      rtc: s3c: remove unnecessary NULL assignment
      rtc: s3c: use unified functions for enable/disable of clk
      rtc: s3c: enable/disable clocks for alarm

 drivers/rtc/rtc-s3c.c | 40 +++++++++++++++++++++++++++++-----------
 1 file changed, 29 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web