1. 14 Jul, 2002 4 commits
  2. 13 Jul, 2002 1 commit
  3. 12 Jul, 2002 13 commits
  4. 11 Jul, 2002 2 commits
  5. 10 Jul, 2002 5 commits
    • Russell King's avatar
      [ARM] Miscellaneous updates · fcbcfef5
      Russell King authored
      - Fix missed cli()/sti() conversions.
      - Fix SA1100 sleep code.
      - Update small_page.c for changes to struct page.
      - Clean up assabet/neponset initialisation.
      - Clean up compiler warnings in iop310 build.
      - Add missed bits from previous xscale cset.
      fcbcfef5
    • Russell King's avatar
      [ARM] StrongARM SA1111 cleanups · 89c248f7
      Russell King authored
      - Add sa1111_{dis,en}able_device()
      - Add sa1111_{read,write}l() (always host endian)
      89c248f7
    • Russell King's avatar
      [ARM] page fault handling updates · 5f563f59
      Russell King authored
      - FSR "write" bit moved from bit 8 to bit 11.
      - Handle bit 10 of FSR for xscale imprecise aborts.
      - Allow Xscale CP0 and CP13 accesses.
      - Move Xscale specific implementations to their own file.
      5f563f59
    • Russell King's avatar
      [ARM] ptrace cleanups. · 42fe00e8
      Russell King authored
      The major points are:
      - Move ptrace code from traps.c into ptrace.c so it's all in one place.
      - Correct get_user_regs() to allow for the 8 byte offset.
      - Fix missing ptrace_cancel_bpt() call which could miss some
        single stepping steps.
      (other small pages; for details see individual file notes)
      42fe00e8
    • Russell King's avatar
      [ARM] Fix ELF "HWCAP" flags for the various CPU types. · f0df3384
      Russell King authored
      Some of the CPU implementations copied the ELF flags from the
      StrongARM-110 implementation, without thinking whether they were
      correct or not.  This changeset fixes up these CPU types.
      f0df3384
  6. 09 Jul, 2002 8 commits
  7. 07 Jul, 2002 7 commits
    • David Brownell's avatar
      [PATCH] urb->transfer_flags updates · 774921a2
      David Brownell authored
      This patch fixes two problems that have already been discussed
      on this list:
      
      - USB_QUEUE_BULK is rather pointless (and UHCI-specific).
         If drivers really want only one bulk urb queued at a time,
         they just shouldn't issue such urbs till others complete.
      
           FIX:  remove it entirely.
      
      - USB_DISABLE_SPD is horribly named (based on a UHCI flag).
         What it really does is turn non-ISO short reads into errors.
      
           FIX:  rename it.  Now it's URB_SHORT_NOT_OK.
      
      I changed all the drivers using these two flags, including
      corresponding changes in the "usbfs" API.
      
      Most of the patch by volume is doc updates:
      
      - Documentation/usb/URB.txt hadn't been updated in two years (!)
         and was pretty out of date.  It also had many details that were
         inappropriately specific to usb-uhci.
      - Most of the URB flags weren't even commented as to intent.
      - DISABLE_SPD was often documented as if it were SHORT_IS_OK.
      - There was still some doc saying how iso should use urb->next.
      
      There are also some related updates:
      
      - Some of the submit sanity checks for transfer flags were
         overly broad ... SHORT_NOT_OK is only for reads, NO_FSBR
         is for non-periodic requests, ZERO_PACKET only for writes.
      - The ohci-hcd code thought SHORT_NOT_OK worked for ISO.
      - The uhci-hcd code thought QUEUE_BULK applied to non-bulk
      
      Note that this patch doesn't update any of the "old" HCDs,
      including usb-ohci-hcd.
      
      In the case of usb-uhci{,-hcd} it'd have been painful to fix
      the QUEUE_BULK logic.  That logic was, I think, the original
      reason to have that flag!  So I count switching to "uhci-hcd"
      as a win already ... :)
      774921a2
    • Greg Kroah-Hartman's avatar
      fix i_nlink for root inode in usbfs · 9ad568e6
      Greg Kroah-Hartman authored
      9ad568e6
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/linux/BK/bleeding-2.5 · c6c2b19f
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/linux/BK/gregkh-2.5
      c6c2b19f
    • Greg Kroah-Hartman's avatar
      e9633ab9
    • Greg Kroah-Hartman's avatar
      USB: removed the usb-uhci.o driver · 873077ea
      Greg Kroah-Hartman authored
      873077ea
    • Greg Kroah-Hartman's avatar
      c11abe19
    • Matthew Dharm's avatar
      [PATCH] PATCH: usb-storage: consolidate, cleanup, etc. · 49cb01f6
      Matthew Dharm authored
      This patch fixes some spelling errors and adds some BUG_ON() calls so we
      can make sure that all this new code is working properly.
      49cb01f6