1. 04 Jun, 2004 1 commit
  2. 03 Jun, 2004 17 commits
  3. 01 Jun, 2004 1 commit
  4. 31 May, 2004 12 commits
  5. 01 Jun, 2004 6 commits
  6. 31 May, 2004 3 commits
    • Marcel Holtmann's avatar
      [Bluetooth] Move function exports out of syms.c · 784d9e34
      Marcel Holtmann authored
      With Linux 2.6 there is no need to keep the function exports in a
      central file and thus the use of syms.c makes no real sense. Remove
      it and add the EXPORT_SYMBOL calls to the functions they belong to.
      784d9e34
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmcia · 77882f74
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      77882f74
    • Russell King's avatar
      [PCMCIA] Fix up SOC PCMCIA socket timing calculations · 62bab380
      Russell King authored
      The timing calculations used by the PXA platforms did not always take
      account of the timings handed to us by PCMCIA, and where it did, it
      assumed IO timings for memory windows.
      
      We fix this, and provide a generic function which calculates the
      required timings (in nanoseconds) for IO, memory and attribute
      windows.  The SOC drivers only have to convert this information to
      whatever format the hardware requires to achieve at least these
      timing parameters.
      62bab380