1. 09 May, 2004 2 commits
    • Marc Singer's avatar
      [ARM PATCH] 1817/1: lh7a40x #2 (2/7) core-include · a7c57d4a
      Marc Singer authored
      Patch from Marc Singer
      
      Include files for this updated lh7a40x patch set.  The changes in this
      set from the previous are mostly cosmetic.  The memory macros were
      reworked in order to be more similar to the other ARM versions.  The
      previous versions produced the same results, but the forms are
      slightly different.
      a7c57d4a
    • Marc Singer's avatar
      [ARM PATCH] 1816/1: lh7a40x #2 (1/7) core · 1c0c2783
      Marc Singer authored
      Patch from Marc Singer
      
      Updated change set for the 2.6.5 kernel *and* for the April 8th arm
      patch.  Also included are changes suggested by Russell that merge
      several of the files in the mach- directory.  I have also endeavored
      to remove all unnecessary whitespace additions.
      
      Note that since I've found the cause of an annoying user-space crash,
      I believe that this patch is OK.  The crash appears to have nothing to
      do with the system setup.
      1c0c2783
  2. 10 Apr, 2004 2 commits
  3. 08 Apr, 2004 3 commits
  4. 05 Apr, 2004 9 commits
  5. 04 Apr, 2004 5 commits
    • Nicolas Pitre's avatar
      [ARM PATCH] 1783/1: more PXA reg definitions · d5925c48
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      d5925c48
    • Nicolas Pitre's avatar
      [ARM PATCH] 1782/1: discontigmem support for PXA chips · 8d8c166f
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      8d8c166f
    • Tony Lindgren's avatar
      [ARM PATCH] 1781/1: Add TI OMAP support, arch files · e96c4c63
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch adds the arch files for Texas Instruments OMAP-1510 and 
      1610 processors. 
      
      OMAP is an embedded ARM processor with integrated DSP.
      
      OMAP-1610 has hardware support for USB OTG, which might be of interest
      to Linux developers. OMAP-1610 could be easily be used as development 
      platform to add USB OTG support to Linux.
      
      This patch is an updated version of patch 1769/1 with Russell King's
      comments fixed. This patch requires patch 1777/1 applied.
      
      This patch is brought to you by various linux-omap developers.
      e96c4c63
    • Tony Lindgren's avatar
      [ARM PATCH] 1780/1: Add TI OMAP support, include files · ca927387
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch adds the include files for Texas Instruments OMAP-1510 and 
      1610 processors. 
      
      OMAP is an embedded ARM processor with integrated DSP.
      
      OMAP-1610 has hardware support for USB OTG, which might be of interest
      to Linux developers. OMAP-1610 could be easily be used as development 
      platform to add USB OTG support to Linux.
      
      This patch is an updated version of patch 1768/1 with Russell King's
      comments fixed. This patch requires patch 1777/1 applied.
      
      This patch is brought to you by various linux-omap developers.
      ca927387
    • Tony Lindgren's avatar
      [ARM PATCH] 1777/1: Add TI OMAP support to ARM core files · 58486ae8
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch updates the ARM Linux core files to add support for 
      Texas Instruments OMAP-1510, 1610, and 730 processors. 
      
      OMAP is an embedded ARM processor with integrated DSP.
      
      OMAP-1610 has hardware support for USB OTG, which might be of interest
      to Linux developers. OMAP-1610 could be easily be used as development 
      platform to add USB OTG support to Linux.
      
      This patch is an updated version of an earlier patch 1767/1 
      with the dummy Kconfig added for OMAP as suggested by Russell King
      here:
      
      http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=1767/1
      
      This patch is brought to you by various linux-omap developers.
      58486ae8
  6. 03 Apr, 2004 9 commits
  7. 02 Apr, 2004 10 commits
    • Andrew Morton's avatar
      [PATCH] PPC32: Fix latent PPC44x tlb bug · 53ac1af8
      Andrew Morton authored
      From: Matt Porter <mporter@kernel.crashing.org>
      
      Patch fixes a latent bug in the PPC44x tlb management code.
      53ac1af8
    • Andrew Morton's avatar
      [PATCH] PPC32: Fix some 4xx defconfigs · 044aa3b8
      Andrew Morton authored
      From: Matt Porter <mporter@kernel.crashing.org>
      
      Make a couple 4xx defconfigs functional again.
      044aa3b8
    • Andrew Morton's avatar
      [PATCH] PPC32: Add missing PPC44x PVRs · 34e045aa
      Andrew Morton authored
      From: Matt Porter <mporter@kernel.crashing.org>
      
      IDs new PPC44x silicon.
      34e045aa
    • Andrew Morton's avatar
      [PATCH] PPC32: PPC40x build fix · 4632bafc
      Andrew Morton authored
      From: Matt Porter <mporter@kernel.crashing.org>
      
      Patch fixes the build for PPC40x platforms.
      4632bafc
    • Andrew Morton's avatar
      [PATCH] PPC32: Fix thinko in arch/ppc/boot/simple/relocate.S · bda951ba
      Andrew Morton authored
      From: Tom Rini <trini@kernel.crashing.org>
      
      When I was updating ppc/boot/simple/relocate.S to work on PPC_PREP systems, I
      in advertantly broke 4xx systems.  On classic PPC, the first three
      instructions are nops, of which the first two can be overwritten.  This is
      not true of 4xx (or 8xx, but that's not working right now anyhow).  The
      following is needed to fix this.
      bda951ba
    • Andrew Morton's avatar
      [PATCH] export hugetlb_total_pages · e6b03c0b
      Andrew Morton authored
      The commoncap module calls this.
      e6b03c0b
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · e4dfa2d1
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      e4dfa2d1
    • Russell King's avatar
      [ARM] Update ARM makefiles · d7fd03c8
      Russell King authored
      - Use -march=armv6 where available.
      - CFLAGS_BOOT isn't needed - the decompressor uses CFLAGS, remove it.
      - PROCESSOR is never used, remove it.
      - LDFLAGS_BLOB is never used, remove it.
      - Remove MACHINE macro.
      - Correct comments for include/asm-arm/.arch target.
      - Copy format of include/asm symlink rule.
      - Arrange for configuration to be split before making
        include/asm-arm/arch symlink.
      - This means that asm-offsets.s no longer depends on
        include/config/MARKER.
      d7fd03c8
    • Armin Schindler's avatar
      [PATCH] ISDN Eicon driver: tasklet_kill removal · d2a7b2bf
      Armin Schindler authored
      diva_os_cancel_soft_isr() may not call tasklet_kill(), because it is
      interrupt context.  This will be done correctly in the cleanup function
      anyway.
      d2a7b2bf
    • James Bottomley's avatar
      [PATCH] fix the subarch build again after ACPI breakage · d75458fb
      James Bottomley authored
      The patch to check "maxcpus=N" early broke by putting maxcpus (a
      variable which is only exported by mpparse.c) into
      parse_cmdline_early().
      
      The fix is to make it depend on the correct CONFIG_ option. 
      
      In the subarchitectures:
      
      CONFIG_X86_SMP is the one that means "I want standard x86 smp code" and
      that's what this should depend on.
      d75458fb