Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer: "The bulk of the changes are generalizing the ColdFire v3 core support and adding in 537x CPU support. Also a couple of other bug fixes, one to fix a reintroduction of a past bug in the romfs filesystem nommu support." * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68knommu: enable Timer on coldfire 532x m68knommu: fix ColdFire 5373/5329 QSPI base address m68knommu: add support for configuring a Freescale M5373EVB board m68knommu: add support for the ColdFire 537x family of CPUs m68knommu: make ColdFire M532x platform support more v3 generic m68knommu: create and use a common M53xx ColdFire class of CPUs m68k: remove unused asm/dbg.h m68k: Set ColdFire ACR1 cache mode depending on kernel configuration romfs: fix nommu map length to keep inside filesystem m68k: clean up unused "config ROMVECSIZE"
No related branches found
No related tags found
Showing
- arch/m68k/Kconfig.cpu 12 additions, 0 deletionsarch/m68k/Kconfig.cpu
- arch/m68k/Kconfig.machine 7 additions, 9 deletionsarch/m68k/Kconfig.machine
- arch/m68k/Makefile 1 addition, 0 deletionsarch/m68k/Makefile
- arch/m68k/include/asm/dbg.h 0 additions, 6 deletionsarch/m68k/include/asm/dbg.h
- arch/m68k/include/asm/dma.h 1 addition, 1 deletionarch/m68k/include/asm/dma.h
- arch/m68k/include/asm/m53xxacr.h 2 additions, 2 deletionsarch/m68k/include/asm/m53xxacr.h
- arch/m68k/include/asm/m53xxsim.h 6 additions, 6 deletionsarch/m68k/include/asm/m53xxsim.h
- arch/m68k/include/asm/m54xxacr.h 6 additions, 1 deletionarch/m68k/include/asm/m54xxacr.h
- arch/m68k/include/asm/mcfgpio.h 5 additions, 5 deletionsarch/m68k/include/asm/mcfgpio.h
- arch/m68k/include/asm/mcfsim.h 2 additions, 2 deletionsarch/m68k/include/asm/mcfsim.h
- arch/m68k/include/asm/mcftimer.h 1 addition, 1 deletionarch/m68k/include/asm/mcftimer.h
- arch/m68k/platform/coldfire/Makefile 1 addition, 1 deletionarch/m68k/platform/coldfire/Makefile
- arch/m68k/platform/coldfire/m53xx.c 11 additions, 12 deletionsarch/m68k/platform/coldfire/m53xx.c
- arch/m68k/platform/coldfire/timers.c 1 addition, 1 deletionarch/m68k/platform/coldfire/timers.c
- drivers/tty/serial/68328serial.c 0 additions, 1 deletiondrivers/tty/serial/68328serial.c
- fs/romfs/mmap-nommu.c 4 additions, 1 deletionfs/romfs/mmap-nommu.c
Loading
Please register or sign in to comment