[PATCH v2 3/6] davinci: da8xx: add spi resources and registration routine

Nori, Sekhar nsekhar at ti.com
Tue Feb 22 01:14:48 EST 2011


Hi Mike,

On Wed, Feb 09, 2011 at 18:41:51, Michael Williamson wrote:
> Add IO resource structures, platform data, and a registration
> routine in order to support spi device on DA850/OMAP-L138/AM18x
> and DA830/OMAP-L137/AM17x platforms.
> 
> Signed-off-by: Michael Williamson <michael.williamson at criticallink.com>

[...]

> +static struct resource da8xx_spi1_resources[] = {
> +	[0] = {
> +		.start	= DA8XX_SPI1_BASE,
> +		.end	= DA8XX_SPI1_BASE + SZ_4K -1,

checkpatch reports a warning here. Need to have spaces
on either side of binary '-'

I tested this series and the two patches it depends on
using SPI flash present on DA850 and DA830 EVMs (tested
in DMA mode) and found no issues.

So, with this minor issue fixed, can you please repost
with my Ack? You can include the two dependent patches
in the same series so it is easy to pick-up the whole
bunch.

Thanks,
Sekhar




More information about the linux-arm-kernel mailing list