lkml.org 
[lkml]   [2011]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateTue, 17 May 2011 13:37:19 +0100
SubjectRe: [RFC 1/5] platform-drivers-x86: add support for Technologic Systems TS-5xxx detection
FromSean Young <>
On 29 April 2011 23:21, Vivien Didelot
<vivien.didelot@savoirfairelinux.com> wrote:
> From: Jonas Fonseca <jonas.fonseca@savoirfairelinux.com>
>
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> ---
>  Documentation/ts5xxx-sbcinfo.txt      |   47 ++++++
>  MAINTAINERS                           |    6 +
>  drivers/platform/x86/Kconfig          |   11 ++
>  drivers/platform/x86/Makefile         |    1 +
>  drivers/platform/x86/ts5xxx-sbcinfo.c |  254 +++++++++++++++++++++++++++++++++
>  include/linux/ts5xxx-sbcinfo.h        |   42 ++++++
>  6 files changed, 361 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/ts5xxx-sbcinfo.txt
>  create mode 100644 drivers/platform/x86/ts5xxx-sbcinfo.c
>  create mode 100644 include/linux/ts5xxx-sbcinfo.h

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
--
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/

\
 
 \ /
  Last update: 2011-05-17 14:39    [from the cache]
©2003-2010