All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] CRIS updates for v3.5
@ 2012-05-25 13:02 Jesper Nilsson
  0 siblings, 0 replies; only message in thread
From: Jesper Nilsson @ 2012-05-25 13:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Linux Kernel Mailing List, jespern

Tjo!

I've tried the signed tag approach for this pull-request,
I hope I did it right.

No major changes here, but fixes some compile errors for CRIS,
some small style issues, some documentation and as a
bonus nukes a couple of obsolete rtc-files and related code.


Best regards,

/Jesper


The following changes since commit 7d6e1cb7aed231b58acd71bdbe67fc03221373e4:

  Merge branch 'drm-prime-dmabuf-initial' of git://people.freedesktop.org/~airlied/linux (2012-04-02 17:58:04 -0700)

are available in the git repository at:


  git://jni.nu/cris.git tags/cris-for-linus

for you to fetch changes up to 7b91747d42a1012e3781dd09fa638d113809e3fd:

  cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile (2012-04-19 11:17:04 +0200)

----------------------------------------------------------------
CRIS changes for 3.5

----------------------------------------------------------------
Jesper Nilsson (5):
      CRISv32: Correct name of read_mostly section.
      cris/arch-v32: cryptocop: Use kzalloc
      CRIS: Update documentation
      CRIS: Add _sdata to vmlinux.lds.S
      CRIS: Remove legacy RTC drivers

Jiri Slaby (1):
      cris: posix_types.h, include asm-generic/posix_types.h

Kautuk Consul (1):
      cris/mm/fault.c: Port OOM changes to do_page_fault

Paul Gortmaker (1):
      cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile

Wanlong Gao (3):
      cris:removed the unused variable
      net:removed the unused variable
      cris:fix the wrong function declear

 Documentation/cris/README               |   62 ++--
 arch/cris/arch-v10/drivers/ds1302.c     |  515 -------------------------------
 arch/cris/arch-v10/drivers/pcf8563.c    |  380 -----------------------
 arch/cris/arch-v10/kernel/fasttimer.c   |    2 -
 arch/cris/arch-v10/kernel/kgdb.c        |    2 +-
 arch/cris/arch-v10/kernel/time.c        |    9 -
 arch/cris/arch-v10/lib/Makefile         |    3 -
 arch/cris/arch-v32/drivers/cryptocop.c  |    6 +-
 arch/cris/arch-v32/kernel/ptrace.c      |    2 -
 arch/cris/arch-v32/kernel/time.c        |    7 -
 arch/cris/include/arch-v32/arch/cache.h |    2 +-
 arch/cris/include/asm/Kbuild            |    1 -
 arch/cris/include/asm/posix_types.h     |    2 +
 arch/cris/include/asm/rtc.h             |  107 -------
 arch/cris/kernel/time.c                 |   76 +----
 arch/cris/kernel/vmlinux.lds.S          |    1 +
 arch/cris/mm/fault.c                    |   31 +-
 drivers/net/cris/eth_v10.c              |    1 -
 18 files changed, 71 insertions(+), 1138 deletions(-)
 delete mode 100644 arch/cris/arch-v10/drivers/ds1302.c
 delete mode 100644 arch/cris/arch-v10/drivers/pcf8563.c
 delete mode 100644 arch/cris/include/asm/rtc.h


/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

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

only message in thread, other threads:[~2012-05-25 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 13:02 [GIT PULL] CRIS updates for v3.5 Jesper Nilsson

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.