mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/8] AVR32 update
@ 2006-10-24  8:12 Haavard Skinnemoen
  2006-10-24  8:12 ` [PATCH 1/8] AVR32: Minor Makefile cleanup Haavard Skinnemoen
  0 siblings, 1 reply; 9+ messages in thread
From: Haavard Skinnemoen @ 2006-10-24  8:12 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, Haavard Skinnemoen

Hi Linus,

Here's a relatively minor AVR32 update which fixes a few problems I
and some other people have run into when working on various drivers.
I'm sorry if this comes a bit late, but since none of this is very
critical, I've been sitting on the patches for a while to see if I
can gather up some more updates before sending it to you.

By the way, I've got access to an externally visible git repository
now, so the next update will probably be a git pull request if that's
ok with everyone.

Haavard

Ben Nizette:
      AVR32: add io{read,write}{8,16,32}{be,} support

Haavard Skinnemoen:
      AVR32: Minor Makefile cleanup
      AVR32: Silence some compile warnings
      AVR32: Don't try to iounmap P2 segment addresses
      AVR32: Fix oversize immediates in atomic.h
      AVR32: Implement and export __raw_{read,write}s[bwl]
      AVR32: Use __raw MMIO access for internal peripherals
      AVR32: Update defconfig

 arch/avr32/Makefile                    |   21 ++-
 arch/avr32/boot/images/Makefile        |    4 -
 arch/avr32/configs/atstk1002_defconfig |  253 ++++++++++++++++++++------------
 arch/avr32/kernel/avr32_ksyms.c        |    9 +
 arch/avr32/kernel/kprobes.c            |    2 
 arch/avr32/kernel/module.c             |    4 -
 arch/avr32/kernel/ptrace.c             |    2 
 arch/avr32/lib/Makefile                |    1 
 arch/avr32/lib/io-readsb.S             |   47 ++++++
 arch/avr32/lib/io-writesb.S            |   52 +++++++
 arch/avr32/mach-at32ap/hsmc.h          |    4 -
 arch/avr32/mach-at32ap/intc.h          |    6 +
 arch/avr32/mach-at32ap/pio.h           |    6 +
 arch/avr32/mach-at32ap/sm.h            |    6 +
 arch/avr32/mm/init.c                   |    2 
 arch/avr32/mm/ioremap.c                |    2 
 include/asm-avr32/atomic.h             |    8 +
 include/asm-avr32/io.h                 |   33 ++++
 18 files changed, 340 insertions(+), 122 deletions(-)
 create mode 100644 arch/avr32/lib/io-readsb.S
 create mode 100644 arch/avr32/lib/io-writesb.S

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

end of thread, other threads:[~2006-10-24  8:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-24  8:12 [PATCH 0/8] AVR32 update Haavard Skinnemoen
2006-10-24  8:12 ` [PATCH 1/8] AVR32: Minor Makefile cleanup Haavard Skinnemoen
2006-10-24  8:12   ` [PATCH 2/8] AVR32: Silence some compile warnings Haavard Skinnemoen
2006-10-24  8:12     ` [PATCH 3/8] AVR32: Don't try to iounmap P2 segment addresses Haavard Skinnemoen
2006-10-24  8:12       ` [PATCH 4/8] AVR32: Fix oversize immediates in atomic.h Haavard Skinnemoen
2006-10-24  8:12         ` [PATCH 5/8] AVR32: add io{read,write}{8,16,32}{be,} support Haavard Skinnemoen
2006-10-24  8:12           ` [PATCH 6/8] AVR32: Implement and export __raw_{read,write}s[bwl] Haavard Skinnemoen
2006-10-24  8:12             ` [PATCH 7/8] AVR32: Use __raw MMIO access for internal peripherals Haavard Skinnemoen
2006-10-24  8:12               ` [PATCH 8/8] AVR32: Update defconfig Haavard Skinnemoen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®