linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] EP93xx cleanups for v4.3
@ 2015-07-17 12:11 Linus Walleij
  2015-07-17 17:22 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2015-07-17 12:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC people,

this is a long due pull request finally doing some EP93xx
cleanups, most prominently:

- Switch to GENERIC TIME

- Remove memory config options and rely on PATCH_PHYS_VIRT

I forgot the latter in the tag text, feel free to copy it
back in when pulling.

There is a series of defconfig changes adjacent to this that
I would consider merging into the same branch on top
of this, but I don't know how you want to handle it so they
will be served separately.

Please pull this in for v4.3!

Yours,
Linus Walleij


The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/ep93xx-cleanup

for you to fetch changes up to 109965a32b67cf45951f4fcb92c8d606c0474619:

  ARM: ep93xx: simone: enable DMA on the SPI host (2015-07-17 11:50:23 +0200)

----------------------------------------------------------------
EP93xx cleanup and completing developments. This switches
EP93xx to generic time and brings in a few out-of-tree small
patches that were stalled for ages.

----------------------------------------------------------------
H Hartley Sweeten (3):
      ARM: ep93xx: remove memory configuration options
      ARM: ep93xx: vision_ep9307: enable DMA for SPI
      ARM: ep93xx: vision_ep9307: add audio support

Linus Walleij (7):
      ARM: ep93xx: move timer to its own file
      ARM: ep93xx: switch to GENERIC_CLOCKEVENTS
      ARM: ep93xx: use non-raw accessors for timer
      ARM: ep93xx: switch clockevent to timer 3
      ARM: ep93xx: update comment on timer usage
      ARM: ep93xx: toss the device ID into the entropy pool
      ARM: ep93xx: simone: enable DMA on the SPI host

 arch/arm/Kconfig                     |  11 ++-
 arch/arm/mach-ep93xx/Kconfig         |  54 --------------
 arch/arm/mach-ep93xx/Makefile        |   2 +-
 arch/arm/mach-ep93xx/Makefile.boot   |  15 +---
 arch/arm/mach-ep93xx/core.c          | 116 ++---------------------------
 arch/arm/mach-ep93xx/simone.c        |   1 +
 arch/arm/mach-ep93xx/timer-ep93xx.c  | 140 +++++++++++++++++++++++++++++++++++
 arch/arm/mach-ep93xx/vision_ep9307.c |  61 ++++++++++++++-
 8 files changed, 213 insertions(+), 187 deletions(-)
 create mode 100644 arch/arm/mach-ep93xx/timer-ep93xx.c

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

end of thread, other threads:[~2015-07-17 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 12:11 [GIT PULL] EP93xx cleanups for v4.3 Linus Walleij
2015-07-17 17:22 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).