All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig
@ 2014-05-14 21:31 ` stefan at agner.ch
  0 siblings, 0 replies; 6+ messages in thread
From: stefan-XLVq0VzYD2Y @ 2014-05-14 21:31 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: swarren-3lzwWm7+Weoh9ZMKESR00Q,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, stefan-XLVq0VzYD2Y

From: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>

Toradex Colibri Evaluation Board uses the DS1307 RTC and the
MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
module can be used on this carrier board, hence enable those
drivers in tegra_defonfig and multi_v7_defconfig.

Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
contains two MCP251x CAN controller.

Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
---
 arch/arm/configs/multi_v7_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index d4e8a47..20d9f11 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -96,6 +96,11 @@ CONFIG_INET6_IPCOMP=m
 CONFIG_IPV6_MIP6=m
 CONFIG_IPV6_TUNNEL=m
 CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_CAN=y
+CONFIG_CAN_RAW=y
+CONFIG_CAN_BCM=y
+CONFIG_CAN_DEV=y
+CONFIG_CAN_MCP251X=y
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_RFKILL=y
@@ -286,6 +291,7 @@ CONFIG_EDAC_HIGHBANK_MC=y
 CONFIG_EDAC_HIGHBANK_L2=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_AS3722=y
+CONFIG_RTC_DRV_DS1307=y
 CONFIG_RTC_DRV_MAX8907=y
 CONFIG_RTC_DRV_PALMAS=y
 CONFIG_RTC_DRV_TWL4030=y
-- 
1.9.2

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

* [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig
@ 2014-05-14 21:31 ` stefan at agner.ch
  0 siblings, 0 replies; 6+ messages in thread
From: stefan at agner.ch @ 2014-05-14 21:31 UTC (permalink / raw)
  To: linux-arm-kernel

From: Stefan Agner <stefan@agner.ch>

Toradex Colibri Evaluation Board uses the DS1307 RTC and the
MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
module can be used on this carrier board, hence enable those
drivers in tegra_defonfig and multi_v7_defconfig.

Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
contains two MCP251x CAN controller.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/configs/multi_v7_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index d4e8a47..20d9f11 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -96,6 +96,11 @@ CONFIG_INET6_IPCOMP=m
 CONFIG_IPV6_MIP6=m
 CONFIG_IPV6_TUNNEL=m
 CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_CAN=y
+CONFIG_CAN_RAW=y
+CONFIG_CAN_BCM=y
+CONFIG_CAN_DEV=y
+CONFIG_CAN_MCP251X=y
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_RFKILL=y
@@ -286,6 +291,7 @@ CONFIG_EDAC_HIGHBANK_MC=y
 CONFIG_EDAC_HIGHBANK_L2=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_AS3722=y
+CONFIG_RTC_DRV_DS1307=y
 CONFIG_RTC_DRV_MAX8907=y
 CONFIG_RTC_DRV_PALMAS=y
 CONFIG_RTC_DRV_TWL4030=y
-- 
1.9.2

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

* Re: [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig
  2014-05-14 21:31 ` stefan at agner.ch
@ 2014-05-15 18:14     ` Stephen Warren
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2014-05-15 18:14 UTC (permalink / raw)
  To: stefan-XLVq0VzYD2Y, arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On 05/14/2014 03:31 PM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:
> From: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
> 
> Toradex Colibri Evaluation Board uses the DS1307 RTC and the
> MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
> module can be used on this carrier board, hence enable those
> drivers in tegra_defonfig and multi_v7_defconfig.
> 
> Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
> contains two MCP251x CAN controller.

Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

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

* [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig
@ 2014-05-15 18:14     ` Stephen Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2014-05-15 18:14 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/14/2014 03:31 PM, stefan at agner.ch wrote:
> From: Stefan Agner <stefan@agner.ch>
> 
> Toradex Colibri Evaluation Board uses the DS1307 RTC and the
> MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
> module can be used on this carrier board, hence enable those
> drivers in tegra_defonfig and multi_v7_defconfig.
> 
> Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
> contains two MCP251x CAN controller.

Acked-by: Stephen Warren <swarren@nvidia.com>

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

* Re: [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig
  2014-05-15 18:14     ` Stephen Warren
@ 2014-05-20  5:51       ` Olof Johansson
  -1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-05-20  5:51 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-tegra, arm, thierry.reding, linux-arm-kernel, stefan

On Thu, May 15, 2014 at 12:14:18PM -0600, Stephen Warren wrote:
> On 05/14/2014 03:31 PM, stefan@agner.ch wrote:
> > From: Stefan Agner <stefan@agner.ch>
> > 
> > Toradex Colibri Evaluation Board uses the DS1307 RTC and the
> > MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
> > module can be used on this carrier board, hence enable those
> > drivers in tegra_defonfig and multi_v7_defconfig.
> > 
> > Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
> > contains two MCP251x CAN controller.
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>

Applied.


-Olof

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

* [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig
@ 2014-05-20  5:51       ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-05-20  5:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 15, 2014 at 12:14:18PM -0600, Stephen Warren wrote:
> On 05/14/2014 03:31 PM, stefan at agner.ch wrote:
> > From: Stefan Agner <stefan@agner.ch>
> > 
> > Toradex Colibri Evaluation Board uses the DS1307 RTC and the
> > MCP251x CAN controller. The NVIDIA Tegra 3 based Colibri T30
> > module can be used on this carrier board, hence enable those
> > drivers in tegra_defonfig and multi_v7_defconfig.
> > 
> > Furthermore the NVIDIA Tegra 3 based Apalis T30 module too
> > contains two MCP251x CAN controller.
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>

Applied.


-Olof

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

end of thread, other threads:[~2014-05-20  5:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 21:31 [PATCH] ARM: add drivers for Colibri T30 to multi_v7_defconfig stefan-XLVq0VzYD2Y
2014-05-14 21:31 ` stefan at agner.ch
     [not found] ` <1400103110-17574-1-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org>
2014-05-15 18:14   ` Stephen Warren
2014-05-15 18:14     ` Stephen Warren
2014-05-20  5:51     ` Olof Johansson
2014-05-20  5:51       ` Olof Johansson

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.