All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: alexandre.belloni@bootlin.com, a.zummo@towertech.it,
	broonie@kernel.org, devicetree@vger.kernel.org,
	dmaengine@vger.kernel.org, eugen.hristev@microchip.com,
	jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de,
	lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org,
	linux-can@vger.kernel.org, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-rtc@vger.kernel.org,
	linux-spi@vger.kernel.org, ludovic.desroches@microchip.com,
	Mark Brown <broonie@kernel.org>,
	mark.rutland@arm.com, mchehab@kernel.org,
	miquel.raynal@bootlin.com, mkl@pengutronix.de,
	netdev@vger.kernel.org, nicolas.ferre@microchip.com,
	pmeerw@pmeerw.net, radu_nicolae.pirea@upb.ro,
	richard.genoud@gmail.com, richard@nod.at, robh+dt@kernel.org,
	tudor.ambarus@microchip.com, vigneshr@ti.com, vkoul@kernel.org,
	wg@grandegger.com
Subject: Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree
Date: Thu, 09 Jan 2020 21:31:05 +0000	[thread overview]
Message-ID: <applied-1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com>

The patch

   dt-bindings: spi_atmel: add microchip,sam9x60-spi

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001
From: Claudiu Beznea <claudiu.beznea@microchip.com>
Date: Wed, 8 Jan 2020 14:55:19 +0200
Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi

Add microchip,sam9x60-spi to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
index f99c733d75c1..5bb4a8f1df7a 100644
--- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
+++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
@@ -1,7 +1,7 @@
 Atmel SPI device
 
 Required properties:
-- compatible : should be "atmel,at91rm9200-spi".
+- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi".
 - reg: Address and length of the register set for the device
 - interrupts: Should contain spi interrupt
 - cs-gpios: chipselects (optional for SPI controller version >= 2 with the
-- 
2.20.1


WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: alexandre.belloni@bootlin.com, a.zummo@towertech.it,
	broonie@kernel.org, devicetree@vger.kernel.org,
	dmaengine@vger.kernel.org, eugen.hristev@microchip.com,
	jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de,
	lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org,
	linux-can@vger.kernel.org, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-rtc@vger.kernel.org,
	linux-spi@vger.kernel.org,
	ludovic.desroches@microchip.comMark Brown <broonie@kernel.org>,
	mark.rutland@arm.com, mchehab@kernel.org,
	miquel.raynal@bootlin.com, mkl@pengutronix.de,
	netdev@vger.kernel.org, nicolas.ferre@microchip.com,
	pmeerw@pmeerw.net, radu_nicolae.pirea@upb.ro,
	richard.genoud@gmail.com, richard@nod.at, robh+dt@kernel.orgt
Subject: Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree
Date: Thu, 09 Jan 2020 21:31:05 +0000	[thread overview]
Message-ID: <applied-1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com>

The patch

   dt-bindings: spi_atmel: add microchip,sam9x60-spi

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001
From: Claudiu Beznea <claudiu.beznea@microchip.com>
Date: Wed, 8 Jan 2020 14:55:19 +0200
Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi

Add microchip,sam9x60-spi to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
index f99c733d75c1..5bb4a8f1df7a 100644
--- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
+++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
@@ -1,7 +1,7 @@
 Atmel SPI device
 
 Required properties:
-- compatible : should be "atmel,at91rm9200-spi".
+- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi".
 - reg: Address and length of the register set for the device
 - interrupts: Should contain spi interrupt
 - cs-gpios: chipselects (optional for SPI controller version >= 2 with the
-- 
2.20.1

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: alexandre.belloni@bootlin.com, a.zummo@towertech.it,
	broonie@kernel.org, devicetree@vger.kernel.org,
	dmaengine@vger.kernel.org, eugen.hristev@microchip.com,
	jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de,
	lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org,
	linux-can@vger.kernel.org, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-rtc@vger.kernel.org,
	linux-spi@vger.kernel.org, ludovic.desroches@microchip.com,
	Mark Brown <broonie@kernel.org>,
	mark.rutland@arm.com, mchehab@kernel.org,
	miquel.raynal@bootlin.com, mkl@pengutronix.de,
	netdev@vger.kernel.org, nicolas.ferre@microchip.com,
	pmeerw@pmeerw.net, radu_nicolae.pirea@upb.ro,
	richard.genoud@gmail.com, richard@nod.at, robh+dt@kernel.org, t
Subject: Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree
Date: Thu, 09 Jan 2020 21:31:05 +0000	[thread overview]
Message-ID: <applied-1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com>

The patch

   dt-bindings: spi_atmel: add microchip,sam9x60-spi

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001
From: Claudiu Beznea <claudiu.beznea@microchip.com>
Date: Wed, 8 Jan 2020 14:55:19 +0200
Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi

Add microchip,sam9x60-spi to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
index f99c733d75c1..5bb4a8f1df7a 100644
--- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
+++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
@@ -1,7 +1,7 @@
 Atmel SPI device
 
 Required properties:
-- compatible : should be "atmel,at91rm9200-spi".
+- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi".
 - reg: Address and length of the register set for the device
 - interrupts: Should contain spi interrupt
 - cs-gpios: chipselects (optional for SPI controller version >= 2 with the
-- 
2.20.1

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: mark.rutland@arm.com, alexandre.belloni@bootlin.com,
	vigneshr@ti.com, linux-iio@vger.kernel.org,
	nicolas.ferre@microchip.com, linux-mtd@lists.infradead.org,
	pmeerw@pmeerw.net, miquel.raynal@bootlin.com,
	lee.jones@linaro.org, linux-rtc@vger.kernel.org, lars@metafoo.de,
	richard@nod.at, ludovic.desroches@microchip.com,
	wg@grandegger.com, linux-media@vger.kernel.org,
	devicetree@vger.kernel.org, tudor.ambarus@microchip.com,
	radu_nicolae.pirea@upb.ro, linux-can@vger.kernel.org,
	Mark Brown <broonie@kernel.org>,
	mkl@pengutronix.de, mchehab@kernel.org,
	linux-arm-kernel@lists.infradead.org, a.zummo@towertech.it,
	richard.genoud@gmail.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	vkoul@kernel.org, robh+dt@kernel.org, knaack.h@gmx.de,
	dmaengine@vger.kernel.org, eugen.hristev@microchip.com,
	jic23@kernel.org
Subject: Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" to the spi tree
Date: Thu, 09 Jan 2020 21:31:05 +0000	[thread overview]
Message-ID: <applied-1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com>

The patch

   dt-bindings: spi_atmel: add microchip,sam9x60-spi

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001
From: Claudiu Beznea <claudiu.beznea@microchip.com>
Date: Wed, 8 Jan 2020 14:55:19 +0200
Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi

Add microchip,sam9x60-spi to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
index f99c733d75c1..5bb4a8f1df7a 100644
--- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
+++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
@@ -1,7 +1,7 @@
 Atmel SPI device
 
 Required properties:
-- compatible : should be "atmel,at91rm9200-spi".
+- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi".
 - reg: Address and length of the register set for the device
 - interrupts: Should contain spi interrupt
 - cs-gpios: chipselects (optional for SPI controller version >= 2 with the
-- 
2.20.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: mark.rutland@arm.com, alexandre.belloni@bootlin.com,
	vigneshr@ti.com, linux-iio@vger.kernel.org,
	linux-mtd@lists.infradead.org, pmeerw@pmeerw.net,
	miquel.raynal@bootlin.com, lee.jones@linaro.org,
	linux-rtc@vger.kernel.org, lars@metafoo.de, richard@nod.at,
	ludovic.desroches@microchip.com, wg@grandegger.com,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	tudor.ambarus@microchip.com, radu_nicolae.pirea@upb.ro,
	linux-can@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	mkl@pengutronix.de, mchehab@kernel.org,
	linux-arm-kernel@lists.infradead.org, a.zummo@towertech.it,
	richard.genoud@gmail.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	vkoul@kernel.org, robh+dt@kernel.org, knaack.h@gmx.de,
	dmaengine@vger.kernel.org, eugen.hristev@microchip.com,
	jic23@kernel.org
Subject: Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" to the spi tree
Date: Thu, 09 Jan 2020 21:31:05 +0000	[thread overview]
Message-ID: <applied-1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com>

The patch

   dt-bindings: spi_atmel: add microchip,sam9x60-spi

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001
From: Claudiu Beznea <claudiu.beznea@microchip.com>
Date: Wed, 8 Jan 2020 14:55:19 +0200
Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi

Add microchip,sam9x60-spi to DT bindings documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
index f99c733d75c1..5bb4a8f1df7a 100644
--- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
+++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
@@ -1,7 +1,7 @@
 Atmel SPI device
 
 Required properties:
-- compatible : should be "atmel,at91rm9200-spi".
+- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi".
 - reg: Address and length of the register set for the device
 - interrupts: Should contain spi interrupt
 - cs-gpios: chipselects (optional for SPI controller version >= 2 with the
-- 
2.20.1


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

  reply	other threads:[~2020-01-09 21:31 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08 12:55 [PATCH 00/16] add device tree for SAM9X60 SoC and SAM9X60-EK board Claudiu Beznea
2020-01-08 12:55 ` Claudiu Beznea
2020-01-08 12:55 ` Claudiu Beznea
2020-01-08 12:55 ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 01/16] dt-bindings: at_xdmac: add entry for microchip compatibles Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 02/16] dt-bindings: atmel-can: add microchip,sam9x60-can Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 03/16] dt-bindings: atmel-tcb: add microchip,<chip>-tcb Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-10 13:40   ` Alexandre Belloni
2020-01-10 13:40     ` Alexandre Belloni
2020-01-10 13:40     ` Alexandre Belloni
2020-01-10 13:40     ` Alexandre Belloni
2020-01-10 14:29     ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:29       ` Claudiu.Beznea
2020-01-10 14:32       ` Alexandre Belloni
2020-01-10 14:32         ` Alexandre Belloni
2020-01-10 14:32         ` Alexandre Belloni
2020-01-10 14:32         ` Alexandre Belloni
2020-01-08 12:55 ` [PATCH 04/16] dt-bindings: atmel-isi: add microchip,sam9x60-isi Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 05/16] dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc Claudiu Beznea
2020-01-08 12:55   ` [PATCH 05/16] dt-bindings: at91-sama5d2_adc: add microchip, sam9x60-adc Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` [PATCH 05/16] dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc Claudiu Beznea
2020-01-08 12:55 ` [PATCH 06/16] dt-bindings: atmel-matrix: add microchip,sam9x60-matrix Claudiu Beznea
2020-01-08 12:55   ` [PATCH 06/16] dt-bindings: atmel-matrix: add microchip, sam9x60-matrix Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` [PATCH 06/16] dt-bindings: atmel-matrix: add microchip,sam9x60-matrix Claudiu Beznea
2020-01-08 12:55 ` [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-09 19:16   ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
2020-01-09 19:16     ` Miquel Raynal
2020-01-08 12:55 ` [PATCH 08/16] dt-bindings: atmel-sysreg: add microchip,sam9x60-ddramc Claudiu Beznea
2020-01-08 12:55   ` [PATCH 08/16] dt-bindings: atmel-sysreg: add microchip, sam9x60-ddramc Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` [PATCH 08/16] dt-bindings: atmel-sysreg: add microchip,sam9x60-ddramc Claudiu Beznea
2020-01-08 12:55 ` [PATCH 09/16] dt-bindings: atmel-smc: add microchip,sam9x60-smc Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 10/16] dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 11/16] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc Claudiu Beznea
2020-01-08 12:55   ` [PATCH 11/16] dt-bindings: atmel, at91rm9200-rtc: add microchip, sam9x60-rtc Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` [PATCH 11/16] dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc Claudiu Beznea
2020-01-10 14:30   ` Alexandre Belloni
2020-01-10 14:30     ` Alexandre Belloni
2020-01-10 14:30     ` Alexandre Belloni
2020-01-10 14:30     ` Alexandre Belloni
2020-01-10 15:02     ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
2020-01-10 15:02       ` Claudiu.Beznea
2020-01-08 12:55 ` [PATCH 12/16] dt-bindings: spi_atmel: add microchip,sam9x60-spi Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-09 21:31   ` Mark Brown [this message]
2020-01-09 21:31     ` Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" to the spi tree Mark Brown
2020-01-09 21:31     ` Mark Brown
2020-01-09 21:31     ` Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" " Mark Brown
2020-01-09 21:31     ` Mark Brown
2020-01-08 12:55 ` [PATCH 13/16] dt-bindings: atmel-usart: add microchip,<chip>-usart Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-10 14:31   ` Alexandre Belloni
2020-01-10 14:31     ` Alexandre Belloni
2020-01-10 14:31     ` Alexandre Belloni
2020-01-08 12:55 ` [PATCH 14/16] dt-bindings: arm: add sam9x60-ek board Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 15/16] ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55 ` [PATCH 16/16] ARM: dts: at91: sam9x60: add device tree for soc and board Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-08 12:55   ` Claudiu Beznea
2020-01-10 16:37   ` Nicolas.Ferre
2020-01-10 16:37     ` Nicolas.Ferre
2020-01-10 16:37     ` Nicolas.Ferre
2020-01-10 16:37     ` Nicolas.Ferre

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=applied-1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com \
    --to=broonie@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=eugen.hristev@microchip.com \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=mark.rutland@arm.com \
    --cc=mchehab@kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=pmeerw@pmeerw.net \
    --cc=radu_nicolae.pirea@upb.ro \
    --cc=richard.genoud@gmail.com \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=tudor.ambarus@microchip.com \
    --cc=vigneshr@ti.com \
    --cc=vkoul@kernel.org \
    --cc=wg@grandegger.com \
    /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.