27 Jun, 2006

5 commits

  • * master.kernel.org:/home/rmk/linux-2.6-arm:
    [ARM] 3657/1: S3C24XX: Documentation update of Overview.txt
    [ARM] Update mach-types
    [ARM] 3656/1: S3C2412: Add S3C2412 and S3C2413 documenation
    [ARM] 3654/1: add ajeco 1arm sbc support
    [ARM] fix drivers/mfd/ucb1x00-core.c IRQ probing bug
    [ARM] 3651/1: S3C24XX: Make arch list more detailed
    [ARM] 3650/1: S3C2412: Update s3c2410_defconfig
    [ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440
    [ARM] 3612/1: make pci bus optional for ixp4xx platform
    [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ
    [ARM] Remove save_lr/restore_pc macros
    [ARM] Remove partial non-v6 binutils compatibility
    [ARM] Remove LOADREGS macro
    [ARM] Remove RETINSTR macro

    Linus Torvalds
     
  • Usual mach-types update.

    Signed-off-by: Russell King

    Russell King
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)
    kbuild: trivial fixes in Makefile
    kbuild: adding symbols in Kconfig and defconfig to TAGS
    kbuild: replace abort() with exit(1)
    kbuild: support for %.symtypes files
    kbuild: fix silentoldconfig recursion
    kbuild: add option for stripping modules while installing them
    kbuild: kill some false positives from modpost
    kbuild: export-symbol usage report generator
    kbuild: fix make -rR breakage
    kbuild: append -dirty for updated but uncommited changes
    kbuild: append git revision for all untagged commits
    kbuild: fix module.symvers parsing in modpost
    kbuild: ignore make's built-in rules & variables
    kbuild: bugfix with initramfs
    kbuild: modpost build fix
    kbuild: check license compatibility when building modules
    kbuild: export-type enhancement to modpost.c
    kbuild: add dependency on kernel.release to the package targets
    kbuild: `make kernelrelease' speedup
    kconfig: KCONFIG_OVERWRITECONFIG
    ...

    Linus Torvalds
     
  • Add backlight intensity control to the LOCOMO lcd/backlight driver using the
    backlight class and add basic power management support.

    This is a reimplementation and improvement of patches by John Lenz and Pavel
    Machek

    Signed-off-by: Richard Purdie
    Signed-off-by: Antonino Daplas
    Cc: Pavel Machek
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Richard Purdie
     
  • Patch from Lennert Buytenhek

    This patch adds support for the Ajeco 1ARM Single Board Computer, a
    VME form factor SBC based on the Atmel AT91 SoC, with 64M RAM, seven
    serial ports, three ethernet ports, IDE, CF, USB host and device,
    and S-Video/VGA out.--

    Signed-off-by: Lennert Buytenhek Signed-off-by: Andrew Victor
    Signed-off-by: Russell King

    Lennert Buytenhek
     

26 Jun, 2006

6 commits

  • Patch from Ben Dooks

    Add the rest of the supported S3C24XX family to the
    configuration selection for ARCH_S3C2410. This should
    try and make it clearer for people trying to find the
    S3C2440 or freinds where they can be found.--

    Signed-off-by: Ben Dooks Signed-off-by: Russell King

    Ben Dooks
     
  • Patch from Ben Dooks

    Add SMDK2413 to the list of the machines being
    built for ARCH_S3C2410, thus ensursing our all
    machines build has an representitive of the
    S3C2412/S3C2413 CPU series--

    Signed-off-by: Ben Dooks Signed-off-by: Russell King

    Ben Dooks
     
  • Patch from Ben Dooks

    Make CPU uppercase on the SMDK2440 KConfig entries--

    Signed-off-by: Ben Dooks Signed-off-by: Russell King

    Ben Dooks
     
  • Patch from Milan Svoboda

    IXP4XX platform can happily live without pci bus. This patch modifies
    Kconfig to support this option and modifies Makefile so pci only files
    are compiled only when pci is really selected.

    Patch is tested and ixdp465 runs fine with or without the pci bus.--

    Signed-off-by: Milan Svoboda Signed-off-by: Deepak Saxena Signed-off-by: Russell King

    Milan Svoboda
     
  • - proper prototypes for the following functions:
    - ctrl_alt_del() (in include/linux/reboot.h)
    - getrusage() (in include/linux/resource.h)
    - make the following needlessly global functions static:
    - kernel_restart_prepare()
    - kernel_kexec()

    [akpm@osdl.org: compile fix]
    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • Remove VM_LOCKED before remap_pfn range from device drivers and get rid of
    VM_SHM.

    remap_pfn_range() already sets VM_IO. There is no need to set VM_SHM since
    it does nothing. VM_LOCKED is of no use since the remap_pfn_range does not
    place pages on the LRU. The pages are therefore never subject to swap
    anyways. Remove all the vm_flags settings before calling remap_pfn_range.

    After removing all the vm_flag settings no use of VM_SHM is left. Drop it.

    Signed-off-by: Christoph Lameter
    Acked-by: Hugh Dickins
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Lameter
     

25 Jun, 2006

21 commits


24 Jun, 2006

4 commits


23 Jun, 2006

4 commits