mbox series

[0/4] Add lan966 documentation and remove lan966x.c file

Message ID 20211004105926.5696-1-kavyasree.kotagiri@microchip.com (mailing list archive)
Headers show
Series Add lan966 documentation and remove lan966x.c file | expand

Message

Kavyasree Kotagiri Oct. 4, 2021, 10:59 a.m. UTC
This patch series modifies Kconfig entry, adds documentation for
lan966 family and removes lan966x setup code file as it is not 
required. 

These patches are generated from at91/linux.git
I had agreement with Nicolas Ferre that he will merge these changes
into existing patch.

Kavyasree Kotagiri (4):
  ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options
  ARM: at91: Documentation: add lan966 family
  dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards
  ARM: at91: remove lan966x file

 Documentation/arm/microchip.rst               |  6 +++++
 .../devicetree/bindings/arm/atmel-at91.yaml   | 12 +++++++++
 arch/arm/mach-at91/Kconfig                    | 12 ++++-----
 arch/arm/mach-at91/Makefile                   |  1 -
 arch/arm/mach-at91/lan966x.c                  | 25 -------------------
 5 files changed, 23 insertions(+), 33 deletions(-)
 delete mode 100644 arch/arm/mach-at91/lan966x.c

Comments

Alexandre Belloni Oct. 4, 2021, 11:09 a.m. UTC | #1
On 04/10/2021 16:29:22+0530, Kavyasree Kotagiri wrote:
> This patch series modifies Kconfig entry, adds documentation for
> lan966 family and removes lan966x setup code file as it is not 
> required. 
> 
> These patches are generated from at91/linux.git
> I had agreement with Nicolas Ferre that he will merge these changes
> into existing patch.
> 

Seems good to me, for the whole series:
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>


> Kavyasree Kotagiri (4):
>   ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options
>   ARM: at91: Documentation: add lan966 family
>   dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards
>   ARM: at91: remove lan966x file
> 
>  Documentation/arm/microchip.rst               |  6 +++++
>  .../devicetree/bindings/arm/atmel-at91.yaml   | 12 +++++++++
>  arch/arm/mach-at91/Kconfig                    | 12 ++++-----
>  arch/arm/mach-at91/Makefile                   |  1 -
>  arch/arm/mach-at91/lan966x.c                  | 25 -------------------
>  5 files changed, 23 insertions(+), 33 deletions(-)
>  delete mode 100644 arch/arm/mach-at91/lan966x.c
> 
> -- 
> 2.17.1
>
Nicolas Ferre Oct. 4, 2021, 12:55 p.m. UTC | #2
On 04/10/2021 at 13:09, Alexandre Belloni wrote:
> On 04/10/2021 16:29:22+0530, Kavyasree Kotagiri wrote:
>> This patch series modifies Kconfig entry, adds documentation for
>> lan966 family and removes lan966x setup code file as it is not
>> required.
>>
>> These patches are generated from at91/linux.git
>> I had agreement with Nicolas Ferre that he will merge these changes
>> into existing patch.
>>
> 
> Seems good to me, for the whole series:
> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> for the whole 
series, added to at91-soc and merged with previous patch.

Please have a look at the resulting tree or at91-next branch for 
double-checking.

Thanks, best regards,
   Nicolas

>> Kavyasree Kotagiri (4):
>>    ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options
>>    ARM: at91: Documentation: add lan966 family
>>    dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards
>>    ARM: at91: remove lan966x file
>>
>>   Documentation/arm/microchip.rst               |  6 +++++
>>   .../devicetree/bindings/arm/atmel-at91.yaml   | 12 +++++++++
>>   arch/arm/mach-at91/Kconfig                    | 12 ++++-----
>>   arch/arm/mach-at91/Makefile                   |  1 -
>>   arch/arm/mach-at91/lan966x.c                  | 25 -------------------
>>   5 files changed, 23 insertions(+), 33 deletions(-)
>>   delete mode 100644 arch/arm/mach-at91/lan966x.c
>>
>> --
>> 2.17.1
>>
> 
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
Alexandre Belloni Oct. 4, 2021, 8:58 p.m. UTC | #3
On 04/10/2021 14:55:29+0200, Nicolas Ferre wrote:
> On 04/10/2021 at 13:09, Alexandre Belloni wrote:
> > On 04/10/2021 16:29:22+0530, Kavyasree Kotagiri wrote:
> > > This patch series modifies Kconfig entry, adds documentation for
> > > lan966 family and removes lan966x setup code file as it is not
> > > required.
> > > 
> > > These patches are generated from at91/linux.git
> > > I had agreement with Nicolas Ferre that he will merge these changes
> > > into existing patch.
> > > 
> > 
> > Seems good to me, for the whole series:
> > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> for the whole series,
> added to at91-soc and merged with previous patch.
> 
> Please have a look at the resulting tree or at91-next branch for
> double-checking.
> 

That's way better, no code at all is the best code to maintain ;)
Thanks for your efforts Kavya