linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] net: can: Enable xilinx driver for ARM64
@ 2015-03-09 14:03 Michal Simek
  2015-03-09 14:28 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2015-03-09 14:03 UTC (permalink / raw)
  To: linux-kernel, monstr
  Cc: Wolfgang Grandegger, Marc Kleine-Budde, linux-can, netdev

Enable the xilinx driver for ARM64.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
---

Changes in v2:
- Based on discussion with Marc and Jean enable this driver just for
  ARM64.

BTW: Jean suggested to enable it for all ARM platforms but it is
just not needed that's why I am just adding ARM64 and not changing
ARCH_ZYNQ to ARM.
---
 drivers/net/can/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index 98d73aab52fe..58808f651452 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -131,7 +131,7 @@ config CAN_RCAR
 
 config CAN_XILINXCAN
 	tristate "Xilinx CAN"
-	depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
+	depends on ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST
 	depends on COMMON_CLK && HAS_IOMEM
 	---help---
 	  Xilinx CAN driver. This driver supports both soft AXI CAN IP and
-- 
1.8.2.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] net: can: Enable xilinx driver for ARM64
  2015-03-09 14:03 [PATCH v2] net: can: Enable xilinx driver for ARM64 Michal Simek
@ 2015-03-09 14:28 ` Marc Kleine-Budde
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2015-03-09 14:28 UTC (permalink / raw)
  To: Michal Simek, linux-kernel, monstr; +Cc: Wolfgang Grandegger, linux-can, netdev

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

On 03/09/2015 03:03 PM, Michal Simek wrote:
> Enable the xilinx driver for ARM64.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>

Added to can-next.

Thanks,
Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-09 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 14:03 [PATCH v2] net: can: Enable xilinx driver for ARM64 Michal Simek
2015-03-09 14:28 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).