The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Kyle McMartin <kyle@hera.kernel.org>
To: torvalds@linux-foundation.org
Cc: Geert.Uytterhoeven@sonycom.com, a.zummo@towertech.it,
	David.Woodhouse@intel.com, benh@kernel.crashing.org,
	dannf@hp.com, linux-parisc@vger.kernel.org,
	linux-kernel@vger.kernel.org, kyle@mcmartin.ca
Subject: [git patches] rtc{,-parisc} patches for 2.6.30
Date: Thu, 2 Apr 2009 15:03:54 +0000	[thread overview]
Message-ID: <20090402150354.GA2220@hera.kernel.org> (raw)

The following changes since commit 833bb3046b6cb320e775ea2160ddca87d53260d5:
  Alexey Dobriyan (1):
        serial: fixup /proc/tty/driver/serial after proc_fops conversion

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/kyle/rtc-parisc.git master

Geert Uytterhoeven (7):
      parisc: rtc: get_rtc_time() returns unsigned int
      parisc: rtc: platform_driver_probe() fixups
      parisc: rtc: Add missing module alias
      parisc: rtc: Rename rtc-parisc to rtc-generic
      m68k: Hook up rtc-generic
      powerpc: Hook up rtc-generic, and kill rtc-ppc
      powerpc/ps3: Add rtc-ps3

 arch/m68k/include/asm/rtc.h           |    7 ++-
 arch/m68k/kernel/time.c               |   18 ++++++
 arch/parisc/Kconfig                   |    2 +-
 arch/parisc/kernel/time.c             |    6 +-
 arch/powerpc/include/asm/ps3.h        |    3 +
 arch/powerpc/kernel/time.c            |   16 +++++
 arch/powerpc/platforms/ps3/os-area.c  |    2 +
 arch/powerpc/platforms/ps3/platform.h |    2 -
 arch/powerpc/platforms/ps3/setup.c    |    2 -
 arch/powerpc/platforms/ps3/time.c     |   26 ++++-----
 drivers/rtc/Kconfig                   |   31 +++++-----
 drivers/rtc/Makefile                  |    4 +-
 drivers/rtc/rtc-generic.c             |   84 ++++++++++++++++++++++++++
 drivers/rtc/rtc-parisc.c              |   86 ---------------------------
 drivers/rtc/rtc-ppc.c                 |   69 ----------------------
 drivers/rtc/rtc-ps3.c                 |  104 +++++++++++++++++++++++++++++++++
 16 files changed, 267 insertions(+), 195 deletions(-)
 create mode 100644 drivers/rtc/rtc-generic.c
 delete mode 100644 drivers/rtc/rtc-parisc.c
 delete mode 100644 drivers/rtc/rtc-ppc.c
 create mode 100644 drivers/rtc/rtc-ps3.c


                 reply	other threads:[~2009-04-02 15:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090402150354.GA2220@hera.kernel.org \
    --to=kyle@hera.kernel.org \
    --cc=David.Woodhouse@intel.com \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=a.zummo@towertech.it \
    --cc=benh@kernel.crashing.org \
    --cc=dannf@hp.com \
    --cc=kyle@mcmartin.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox