[U-Boot] [PATCH 2/2] gpio: da8xx: Push generic defines of gpio.h out of mach-davinci

Keerthy j-keerthy at ti.com
Wed Oct 3 12:12:31 UTC 2018



On Wednesday 03 October 2018 05:41 PM, Tom Rini wrote:
> On Wed, Oct 03, 2018 at 04:09:31PM +0530, Keerthy wrote:
> 
>> Push generic defines of gpio.h out of mach-davinci to drivers/gpio
>> now that non-davinci architectures are beginning to use this IP.
>>
>> Signed-off-by: Keerthy <j-keerthy at ti.com>
> [snip]
>> diff --git a/drivers/gpio/da8xx_gpio.h b/drivers/gpio/da8xx_gpio.h
>> new file mode 100644
>> index 0000000..ffaa567
>> --- /dev/null
>> +++ b/drivers/gpio/da8xx_gpio.h
>> @@ -0,0 +1,44 @@
>> +/*
>> + * Copyright (C) 2009 Texas Instruments Incorporated
>> + *
>> + * SPDX-License-Identifier:	GPL-2.0+
>> + */
> 
> The tag should be the first line as:
> // SPDX-License-Identifier: GPL-2.0+
> just like in Linux, thanks!

Oops will fix that. Thanks for catching it.

> 


More information about the U-Boot mailing list