mbox

[GIT,PULL] Highbank DEBUG_LL clean-up

Message ID 50AA455F.2040909@gmail.com
State New
Headers show

Pull-request

git://sources.calxeda.com/kernel/linux.git tags/highbank-debugll-cleanup

Message

Rob Herring Nov. 19, 2012, 2:42 p.m. UTC
Arnd, Olof,

Please pull DEBUG_LL clean-up for highbank. This is based on a merge of
calxeda/ecx-2000 and devel/debug_ll_init arm-soc branches. It was more
that just a trivial merge conflict. One hunk is dependent on
calxeda/ecx-2000 changes.

Rob

The following changes since commit d3ad4a60a1b1448e59914eebefe1ccc8e64f9e2f:

  Merge remote-tracking branch 'arm-soc/devel/debug_ll_init' into debug_ll (2012-11-07 17:59:14 -0600)

are available in the git repository at:


  git://sources.calxeda.com/kernel/linux.git tags/highbank-debugll-cleanup

for you to fetch changes up to 52530343331dc111e0899bfc976f21ace5b5c95c:

  ARM: highbank: use common debug_ll_io_init (2012-11-07 18:00:24 -0600)

----------------------------------------------------------------
Use common debug_ll_init function and remove the static mapping code
from mach-highbank.

----------------------------------------------------------------
Rob Herring (1):
      ARM: highbank: use common debug_ll_io_init

 arch/arm/mach-highbank/Makefile   |    1 -
 arch/arm/mach-highbank/core.h     |    5 -----
 arch/arm/mach-highbank/highbank.c |    8 ++------
 arch/arm/mach-highbank/lluart.c   |   34 ----------------------------------
 4 files changed, 2 insertions(+), 46 deletions(-)
 delete mode 100644 arch/arm/mach-highbank/lluart.c

Comments

Olof Johansson Nov. 21, 2012, 9:14 a.m. UTC | #1
On Mon, Nov 19, 2012 at 08:42:39AM -0600, Rob Herring wrote:
> Arnd, Olof,
> 
> Please pull DEBUG_LL clean-up for highbank. This is based on a merge of
> calxeda/ecx-2000 and devel/debug_ll_init arm-soc branches. It was more
> that just a trivial merge conflict. One hunk is dependent on
> calxeda/ecx-2000 changes.
> 
> Rob
> 
> The following changes since commit d3ad4a60a1b1448e59914eebefe1ccc8e64f9e2f:
> 
>   Merge remote-tracking branch 'arm-soc/devel/debug_ll_init' into debug_ll (2012-11-07 17:59:14 -0600)
> 
> are available in the git repository at:
> 
> 
>   git://sources.calxeda.com/kernel/linux.git tags/highbank-debugll-cleanup

Thanks, pulled into next/soc.


-Olof