1. 30 Oct, 2002 1 commit
  2. 28 Oct, 2002 5 commits
    • Russell King's avatar
      [ARM] Miscellaneous fixes · 57739d81
      Russell King authored
      - Adjust PCI minimum offsets for footbridge architectures
      - Remove unnecessary <linux/config.h>
      - Add comment about {in,out}[bwl]
      - Remove obsolete 6th "flags" parameter to pci_pool_create
      57739d81
    • Russell King's avatar
      [ARM] Make ARMv5 architecture select ARMv4 rather than ARMv3 IO. · 9b4244ba
      Russell King authored
      The selection of v3 or v4 IO string functions was dependent on
      CONFIG_CPU_32v4, which meant that ARMv5 CPUs selected the v3 versions.
      Make v5 CPUs select v4 versions.
      9b4244ba
    • Russell King's avatar
      [ARM] Fix up some ARM PCI handling · 6fddba12
      Russell King authored
      - Make pci resource fixup functions __devinit rather than __init
      - Make pcibios_align_resource() always align to the requested
        alignment in addition to the IO alignment rule.
      - Always enable memory and IO regions when enabling a bridge device.
      6fddba12
    • Russell King's avatar
      [ARM] Only decend into mach-* if $(MACHINE) is defined. · 70c30b35
      Russell King authored
      Recent kbuild changes means that make clean fails on ARM because we
      try to decend into "arch/arm/mach-" which doesn't exist.  This cset
      fixes this by excluding this directory from core-y if $(MACHINE) is
      undefined.
      70c30b35
    • Russell King's avatar
      [ARM] Add kallsyms support for ARM · dee7fa91
      Russell King authored
      This cset adds support for kallsyms for the ARM kernel, and ensures
      that we have a reliable function prolog for backtracing.
      dee7fa91
  3. 23 Oct, 2002 3 commits
  4. 20 Oct, 2002 1 commit
    • Russell King's avatar
      [ARM] Fix init section naming · e6fb2e60
      Russell King authored
      2.5.44 changed .text.init to .init.text (and other similar section
      names).  This cset fixes the ARM parts to work with the new names.
      e6fb2e60
  5. 18 Oct, 2002 30 commits