[PATCH v2 3/6] davinci: da8xx: add spi resources and registration routine
Michael Williamson
michael.williamson at criticallink.com
Tue Feb 22 07:13:29 EST 2011
On 2/22/2011 1:14 AM, Nori, Sekhar wrote:
> 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 '-'
>
Sorry about that... not sure how I missed that one.
> 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.
>
Thanks for testing, Sekhar.
> 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.
>
OK.
> Thanks,
> Sekhar
>
More information about the linux-arm-kernel
mailing list