1. 13 Aug, 2004 1 commit
    • Matthew Wilcox's avatar
      [PATCH] Remove fcntl f_op · 401f0fbd
      Matthew Wilcox authored
      The newly introduced ->fcntl file_operation is badly thought out,
      not to mention undocumented.  This patch replaces it with two better
      defined operations -- check_flags and dir_notify.  Any other fcntl()s
      that filesystems are interested in can have their own properly typed
      f_op method when they need it.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      401f0fbd
  2. 12 Aug, 2004 3 commits
  3. 13 Aug, 2004 2 commits
    • Marc Singer's avatar
      [ARM PATCH] 2002/1: lh7a40x Timer fixup · 85021953
      Marc Singer authored
      Patch from Marc Singer
      
      The work already done to rectify the timer code initialization missed
      a necessary change.  This patch adds a timer initialization function
      to the LPD7A400 machine type.  It also makes a small correction to the
      kernel configuration that is out of step with the machine specific
      Kconfig.
      
      85021953
    • Marc Singer's avatar
      [ARM PATCH] 2001/1: lh7a40x IDE cleanup · 94fd05b4
      Marc Singer authored
      Patch from Marc Singer
      
      This patch aligns the lh7a40x port with the updated structure of IDE
      drivers.  It also removes an unused FIQ handler.  This patch is made
      in order to get the lh7a40x port to build.
      94fd05b4
  4. 12 Aug, 2004 9 commits
  5. 11 Aug, 2004 6 commits
  6. 10 Aug, 2004 19 commits