Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754838Ab0AVPcP (ORCPT ); Fri, 22 Jan 2010 10:32:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754167Ab0AVPcM (ORCPT ); Fri, 22 Jan 2010 10:32:12 -0500 Received: from mail-fx0-f220.google.com ([209.85.220.220]:34358 "EHLO mail-fx0-f220.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753882Ab0AVPcJ (ORCPT ); Fri, 22 Jan 2010 10:32:09 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=wjrEpLue4m/3+4z+xVEo/NcbBLqXS4DvoXUUQ32DII7AR5Wo6n8LA6VhE1SRbbgTs6 ruYiDMFILjJGfwZ3NFOv+1gG0j1KOZVcG2PrJHpkvdDz/ntSCeWIPPzZiOa/7qoRUtmK yJ0Jw9UipNSlt+L9pPmiyqMhiL3MfbiVSUrYU= Subject: [PATCH 0/4] Cleanups for mtd translation layer From: Maxim Levitsky To: David Woodhouse Cc: linux-mtd , linux-kernel , Alex Dubov , joern , Thomas Gleixner Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Jan 2010 17:31:56 +0200 Message-ID: <1264174316.24012.17.camel@maxim-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 34 Hello, I have broken up the patch series that I created for proper SmartMedia/xD support. This patch series contain patches that fix hotplug & suspend/resume in mtd translation layer. Patches are (almost) unmodified from last submission, and well tested on real hotplugable card. I can say that for a long time (even before last submission) I had no issues regarding hotplug and/or suspend resume even in exterme cases. (like suspending the system while doing 'dd if=/dev/zero of=/dev/smblka' or yanking the card out while read or write is performed) First two patches, prepare ground for real work and don't add new functionality. Third patch adds everything needed to common translation layer to make the hotplug work. Last patch makes suspend/resume work much better by allowing to freeze the IO thread, thus avoiding situation you suspend in middle of IO. Best regards, Maxim Levitsky -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/