[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1317128326.6207.30.camel@sauron>
Date: Tue, 27 Sep 2011 15:58:37 +0300
From: Artem Bityutskiy <dedekind1@...il.com>
To: Robert Jarzmik <robert.jarzmik@...e.fr>
Cc: dwmw2@...radead.org, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V5] mtd: Add DiskOnChip G3 support
On Fri, 2011-09-23 at 21:14 +0200, Robert Jarzmik wrote:
> Add support for DiskOnChip G3 chips. The support is quite
> limited yet :
> - no flash writes/erases are implemented
> - ECC fixes are not implemented
> - powerdown is not implemented
> - IPL handling is not yet done
>
> On the brighter side, the chip reading does work.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@...e.fr>
Sparse complains:
[dedekind@...ron l2-mtd-2.6 (master)]$ make C=1
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CHECK drivers/mtd/devices/docg3.c
drivers/mtd/devices/docg3.h:217:21: error: dubious one-bit signed bitfield
And indeed:
int device_id:4;
int if_cfg:1;
should be unsigned int bit-fields, not signed.
--
Best Regards,
Artem Bityutskiy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists