1. 29 6月, 2005 2 次提交
    • T
      [MTD] XIP for AMD CFI flash. · 02b15e34
      Todd Poynor 提交于
      Author: Vitaly Wool <vwool@ru.mvista.com>
      Signed-off-by: NTodd Poynor <tpoynor@mvista.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      02b15e34
    • T
      [MTD] NAND: Reorganize chip locking · 0dfc6246
      Thomas Gleixner 提交于
      The code was wrong in several aspects. The locking order was
      inconsistent, the device aquire code did not reset a variable
      after a wakeup and the wakeup handling was not working for
      applications where multiple chips are sharing a single
      hardware controller.
      When a hardware controller is available the locking is now
      reduced to the hardware controller lock and the waitqueue is
      moved to the hardware controller structure in order to avoid
      a wake_up_all().
      
      The problem was pointed out by Ben Dooks, who also found the
      missing variable reset as main cause for his deadlock problem.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      0dfc6246
  2. 26 6月, 2005 38 次提交