All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] remove alpha cmos
@ 2017-03-31 14:40 J William Piggott
  2017-03-31 14:43 ` [PATCH 1/6] hwclock: " J William Piggott
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: J William Piggott @ 2017-03-31 14:40 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux


    Remove alpha direct I/O access, use RTC instead:
    http://marc.info/?l=util-linux-ng&m=141682406902804
    
    Resolves the alpha 2020 issue for util-linux:
    http://marc.info/?l=util-linux-ng&m=148387021519787
    
    Now it is only the kernel's RTC problem.

The following changes since commit eff2c9a42621b4cba81a81bc78f431b00e8a2968:

  tests: add --mountpoint to findmnt calls (2017-03-31 14:00:24 +0200)

are available in the git repository at:

  git@github.com:jwpi/util-linux.git hwclock-date7-3

for you to fetch changes up to af68bd014ab4f0eef8ef34f69365905385fd3b21:

  hwclock: remove unused 'silent' arg (2017-03-31 10:04:53 -0400)

----------------------------------------------------------------
J William Piggott (6):
      hwclock: remove alpha cmos
      hwclock: remove unused cmos ctl structs
      hwclock: remove unused atomic arg in cmos
      hwclock: improve cmos message strings
      hwclock: remove dead cmos code
      hwclock: remove unused 'silent' arg

 sys-utils/hwclock-cmos.c | 417 +++++++++--------------------------------------
 sys-utils/hwclock-rtc.c  |  20 +--
 sys-utils/hwclock.8.in   | 110 ++++---------
 sys-utils/hwclock.c      |  34 +---
 sys-utils/hwclock.h      |  11 +-
 5 files changed, 120 insertions(+), 472 deletions(-)

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

end of thread, other threads:[~2017-04-04 12:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31 14:40 [PATCH 0/6] remove alpha cmos J William Piggott
2017-03-31 14:43 ` [PATCH 1/6] hwclock: " J William Piggott
2017-03-31 14:44 ` [PATCH 2/6] hwclock: remove unused cmos ctl structs J William Piggott
2017-03-31 14:46 ` [PATCH 3/6] hwclock: remove unused atomic arg in cmos J William Piggott
2017-03-31 14:47 ` [PATCH 4/6] hwclock: improve cmos message strings J William Piggott
2017-03-31 14:48 ` [PATCH 5/6] hwclock: remove dead cmos code J William Piggott
2017-03-31 14:49 ` [PATCH 6/6] hwclock: remove unused 'silent' arg J William Piggott
2017-04-04 12:53 ` [PATCH 0/6] remove alpha cmos Karel Zak

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.