linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] avr32 fixes for 2.6.27
@ 2008-09-08 13:18 Haavard Skinnemoen
  0 siblings, 0 replies; 2+ messages in thread
From: Haavard Skinnemoen @ 2008-09-08 13:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, kernel

Hi Linus,

Please pull

  git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git master

to receive the following two fixes.

Haavard Skinnemoen (1):
      avr32: Fix lockup after Java stack underflow in user mode

Humphrey Bucknell (1):
      avr32: pm_standby low-power ram bug fix

 arch/avr32/kernel/asm-offsets.c        |    6 +++
 arch/avr32/kernel/entry-avr32b.S       |   59 ++++++++++++++++++++++++++++++-
 arch/avr32/mach-at32ap/pm-at32ap700x.S |    2 +-
 3 files changed, 64 insertions(+), 3 deletions(-)

Haavard

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

* [GIT PULL] avr32 fixes for 2.6.27
@ 2008-08-09 14:09 Haavard Skinnemoen
  0 siblings, 0 replies; 2+ messages in thread
From: Haavard Skinnemoen @ 2008-08-09 14:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, kernel

Hi Linus,

Please pull

  git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git master

to receive the below updates. This includes the final step of Russell's
six-step headerfile program: removing the now-unused asm/arch headers
that were copied into arch/avr32/mach-at32ap/include/mach earlier.

This should also make the DataFlash more reliable on ATNGW100, and make
it easier for boards to tweak the on-chip bus through the HMATRIX
configuration registers.

Haavard Skinnemoen (7):
      avr32: Remove include/asm-avr32/arch-at32ap
      avr32: Introduce <mach/chip.h>
      avr32: Add MMIO address definitions for certain controllers
      avr32: Clean up HMATRIX code
      avr32: Update defconfigs
      avr32: Reduce DataFlash bus speed to 8 MHz on ATNGW100
      avr32: Make atstk1006_nand_data definition static

 arch/avr32/Makefile                              |   14 -
 arch/avr32/boards/atngw100/setup.c               |    2 +-
 arch/avr32/boards/atstk1000/atstk1002.c          |    2 +-
 arch/avr32/configs/atngw100_defconfig            |  106 ++-
 arch/avr32/configs/atstk1002_defconfig           |  153 ++-
 arch/avr32/configs/atstk1003_defconfig           |  140 ++-
 arch/avr32/configs/atstk1004_defconfig           |   46 +-
 arch/avr32/configs/atstk1006_defconfig           | 1304 ++++++++++++++++++++++
 arch/avr32/mach-at32ap/Makefile                  |    1 +
 arch/avr32/mach-at32ap/at32ap700x.c              |   26 +-
 arch/avr32/mach-at32ap/clock.c                   |    2 +
 arch/avr32/mach-at32ap/hmatrix.c                 |   88 ++
 arch/avr32/mach-at32ap/hmatrix.h                 |  182 ---
 arch/avr32/mach-at32ap/include/mach/at32ap700x.h |   37 +
 arch/avr32/mach-at32ap/include/mach/chip.h       |   19 +
 arch/avr32/mach-at32ap/include/mach/hmatrix.h    |   55 +
 arch/avr32/mach-at32ap/pm.c                      |    4 +-
 arch/avr32/mach-at32ap/pm.h                      |   12 +-
 include/asm-avr32/arch-at32ap/at32ap700x.h       |   49 -
 include/asm-avr32/arch-at32ap/board.h            |  121 --
 include/asm-avr32/arch-at32ap/cpu.h              |   35 -
 include/asm-avr32/arch-at32ap/gpio.h             |   45 -
 include/asm-avr32/arch-at32ap/init.h             |   18 -
 include/asm-avr32/arch-at32ap/io.h               |   39 -
 include/asm-avr32/arch-at32ap/irq.h              |   14 -
 include/asm-avr32/arch-at32ap/pm.h               |   51 -
 include/asm-avr32/arch-at32ap/portmux.h          |   29 -
 include/asm-avr32/arch-at32ap/smc.h              |  113 --
 include/asm-avr32/arch-at32ap/sram.h             |   30 -
 29 files changed, 1807 insertions(+), 930 deletions(-)
 create mode 100644 arch/avr32/configs/atstk1006_defconfig
 create mode 100644 arch/avr32/mach-at32ap/hmatrix.c
 delete mode 100644 arch/avr32/mach-at32ap/hmatrix.h
 create mode 100644 arch/avr32/mach-at32ap/include/mach/chip.h
 create mode 100644 arch/avr32/mach-at32ap/include/mach/hmatrix.h
 delete mode 100644 include/asm-avr32/arch-at32ap/at32ap700x.h
 delete mode 100644 include/asm-avr32/arch-at32ap/board.h
 delete mode 100644 include/asm-avr32/arch-at32ap/cpu.h
 delete mode 100644 include/asm-avr32/arch-at32ap/gpio.h
 delete mode 100644 include/asm-avr32/arch-at32ap/init.h
 delete mode 100644 include/asm-avr32/arch-at32ap/io.h
 delete mode 100644 include/asm-avr32/arch-at32ap/irq.h
 delete mode 100644 include/asm-avr32/arch-at32ap/pm.h
 delete mode 100644 include/asm-avr32/arch-at32ap/portmux.h
 delete mode 100644 include/asm-avr32/arch-at32ap/smc.h
 delete mode 100644 include/asm-avr32/arch-at32ap/sram.h

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

end of thread, other threads:[~2008-09-08 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-08 13:18 [GIT PULL] avr32 fixes for 2.6.27 Haavard Skinnemoen
  -- strict thread matches above, loose matches on Subject: below --
2008-08-09 14:09 Haavard Skinnemoen

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).