All of lore.kernel.org
 help / color / mirror / Atom feed
* [git patches] rtc{,-parisc} patches for 2.6.30
@ 2009-04-02 15:03 Kyle McMartin
  0 siblings, 0 replies; only message in thread
From: Kyle McMartin @ 2009-04-02 15:03 UTC (permalink / raw)
  To: torvalds
  Cc: Geert.Uytterhoeven, a.zummo, David.Woodhouse, benh, dannf,
	linux-parisc, linux-kernel, kyle

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-02 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 15:03 [git patches] rtc{,-parisc} patches for 2.6.30 Kyle McMartin

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.