From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Didelot Subject: Re: [RFC 1/5] platform-drivers-x86: add support for Technologic Systems TS-5xxx detection Date: Wed, 18 May 2011 11:03:05 -0400 Message-ID: <1305730587-sup-4689@v0nbox> References: <1304115712-5299-1-git-send-email-vivien.didelot@savoirfairelinux.com> <1304115712-5299-2-git-send-email-vivien.didelot@savoirfairelinux.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mail.savoirfairelinux.com ([209.172.62.77]:39654 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932559Ab1ERPDF (ORCPT ); Wed, 18 May 2011 11:03:05 -0400 In-reply-to: Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Sean Young Cc: linux-kernel , Jonas Fonseca , platform-driver-x86 Hi Sean, Excerpts from Sean Young's message of mar mai 17 08:37:19 -0400 2011: > Please note that the 2MiB on board flash is not supported by your > platform driver, which is handled by drivers/mtd/maps/ts5500_flash.c. I > guess it would be best to either merge that file into > drivers/platform/x86/ts5xxx-sbcinfo.c or select CONFIG_MTD_TS5500 in the > Kconfig. > > In addition, the flash is used by the BIOS as RFD FTL, so possibly > CONFIG_RFD_FTL should be selected too. > > Thanks, > Sean Good point. That's what I've noticed a few days ago, I'm actually working on. Thanks, Vivien.