Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752533Ab0A3PDO (ORCPT ); Sat, 30 Jan 2010 10:03:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753329Ab0A3PDI (ORCPT ); Sat, 30 Jan 2010 10:03:08 -0500 Received: from mail-fx0-f220.google.com ([209.85.220.220]:55839 "EHLO mail-fx0-f220.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836Ab0A3PDF (ORCPT ); Sat, 30 Jan 2010 10:03:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=oap/mnVU3rJArdb8ijEhJE3Yym741QyOtXyDCTZ3sgNsosXjZxR4VblffsjCMuIvGf G0N3tDQyocNzsLmbXdTX6G3iew2rs45B/mdQvFo6DCVT96u6sU3KXzKYf6gzey6j77g1 cmMNUFahXX1mZz24DdWJDIpII4BPQgu4TmnLk= From: Maxim Levitsky To: David Woodhouse Cc: Artem Bityutskiy , linux-mtd , linux-kernel , Alex Dubov , joern , Thomas Gleixner Subject: [PATCH V5] Work to enable SmartMedia/xD support Date: Sat, 30 Jan 2010 17:02:31 +0200 Message-Id: <1264863768-27606-1-git-send-email-maximlevitsky@gmail.com> X-Mailer: git-send-email 1.6.3.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 811 Lines: 22 Hi, Here is another minor revision of my work. In this version I added few (two) sysfs attributes for udev rules One attribute is exported my mtd driver, and specifies if this is smartmedia or xd card (its called "media_type") Another attribute is exported by FTL, and it is extracted vendor name from the card CIS. I added short common code to translation layer to allow such thing. Tested this again on 256 byte/page nandsim device, and everything works as usual. I don't think I will need to change anything major from now on. 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/