All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kavyasree Kotagiri <kavyasree.kotagiri@microchip.com>
To: <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>, <robh+dt@kernel.org>,
	<corbet@lwn.net>
Cc: <linux@armlinux.org.uk>, <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <UNGLinuxDriver@microchip.com>,
	<Kavyasree.Kotagiri@microchip.com>, <Manohar.Puri@microchip.com>
Subject: [PATCH 0/4] Add lan966 documentation and remove lan966x.c file
Date: Mon, 4 Oct 2021 16:29:22 +0530	[thread overview]
Message-ID: <20211004105926.5696-1-kavyasree.kotagiri@microchip.com> (raw)

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

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Kavyasree Kotagiri <kavyasree.kotagiri@microchip.com>
To: <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>, <robh+dt@kernel.org>,
	<corbet@lwn.net>
Cc: <linux@armlinux.org.uk>, <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <UNGLinuxDriver@microchip.com>,
	<Kavyasree.Kotagiri@microchip.com>, <Manohar.Puri@microchip.com>
Subject: [PATCH 0/4] Add lan966 documentation and remove lan966x.c file
Date: Mon, 4 Oct 2021 16:29:22 +0530	[thread overview]
Message-ID: <20211004105926.5696-1-kavyasree.kotagiri@microchip.com> (raw)

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

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-10-04 10:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 10:59 Kavyasree Kotagiri [this message]
2021-10-04 10:59 ` [PATCH 0/4] Add lan966 documentation and remove lan966x.c file Kavyasree Kotagiri
2021-10-04 10:59 ` [PATCH 1/4] ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options Kavyasree Kotagiri
2021-10-04 10:59   ` Kavyasree Kotagiri
2021-10-04 10:59 ` [PATCH 2/4] ARM: at91: Documentation: add lan966 family Kavyasree Kotagiri
2021-10-04 10:59   ` Kavyasree Kotagiri
2021-10-04 10:59 ` [PATCH 3/4] dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards Kavyasree Kotagiri
2021-10-04 10:59   ` Kavyasree Kotagiri
2021-10-04 10:59 ` [PATCH 4/4] ARM: at91: remove lan966x file Kavyasree Kotagiri
2021-10-04 10:59   ` Kavyasree Kotagiri
2021-10-04 11:09 ` [PATCH 0/4] Add lan966 documentation and remove lan966x.c file Alexandre Belloni
2021-10-04 11:09   ` Alexandre Belloni
2021-10-04 12:55   ` Nicolas Ferre
2021-10-04 12:55     ` Nicolas Ferre
2021-10-04 20:58     ` Alexandre Belloni
2021-10-04 20:58       ` Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211004105926.5696-1-kavyasree.kotagiri@microchip.com \
    --to=kavyasree.kotagiri@microchip.com \
    --cc=Manohar.Puri@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.