All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10
@ 2013-03-27  3:46 ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

the this short series updates the defconfig for marzen for changes
made by the following patches which I plan to queue-up for v3.10 shortly.

1. ARM: shmobile: marzen: Add GPIO LEDs
2. gpio: Renesas R-Car GPIO driver V3

The patches in this series are:

Simon Horman (2):
  ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
  ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver

 arch/arm/configs/marzen_defconfig |    4 ++++
 1 file changed, 4 insertions(+)

-- 
1.7.10.4


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

* [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10
@ 2013-03-27  3:46 ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

the this short series updates the defconfig for marzen for changes
made by the following patches which I plan to queue-up for v3.10 shortly.

1. ARM: shmobile: marzen: Add GPIO LEDs
2. gpio: Renesas R-Car GPIO driver V3

The patches in this series are:

Simon Horman (2):
  ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
  ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver

 arch/arm/configs/marzen_defconfig |    4 ++++
 1 file changed, 4 insertions(+)

-- 
1.7.10.4

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

* [PATCH 1/2] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
  2013-03-27  3:46 ` Simon Horman
@ 2013-03-27  3:46   ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the driver added in "gpio: Renesas R-Car GPIO driver V3"

Cc: Magnus Damm <damm@opensource.se>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index afb17d6..4b183d1 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -75,6 +75,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
-- 
1.7.10.4


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

* [PATCH 1/2] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
@ 2013-03-27  3:46   ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the driver added in "gpio: Renesas R-Car GPIO driver V3"

Cc: Magnus Damm <damm@opensource.se>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index afb17d6..4b183d1 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -75,6 +75,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
-- 
1.7.10.4

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

* [PATCH 2/2] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
  2013-03-27  3:46 ` Simon Horman
@ 2013-03-27  3:46   ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the code added to the marzen board in
"ARM: shmobile: marzen: Add GPIO LEDs".

Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 4b183d1..47e4d27 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -89,6 +89,9 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
1.7.10.4


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

* [PATCH 2/2] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
@ 2013-03-27  3:46   ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27  3:46 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the code added to the marzen board in
"ARM: shmobile: marzen: Add GPIO LEDs".

Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 4b183d1..47e4d27 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -89,6 +89,9 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
1.7.10.4

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

* Re: [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10
  2013-03-27  3:46 ` Simon Horman
@ 2013-03-27  8:34   ` Laurent Pinchart
  -1 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2013-03-27  8:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

Thanks for the patches.

On Wednesday 27 March 2013 12:46:55 Simon Horman wrote:
> Hi,
> 
> the this short series updates the defconfig for marzen for changes
> made by the following patches which I plan to queue-up for v3.10 shortly.
> 
> 1. ARM: shmobile: marzen: Add GPIO LEDs
> 2. gpio: Renesas R-Car GPIO driver V3
> 
> The patches in this series are:
> 
> Simon Horman (2):
>   ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
>   ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
> 
>  arch/arm/configs/marzen_defconfig |    4 ++++
>  1 file changed, 4 insertions(+)

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

-- 
Regards,

Laurent Pinchart


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

* [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10
@ 2013-03-27  8:34   ` Laurent Pinchart
  0 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2013-03-27  8:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

Thanks for the patches.

On Wednesday 27 March 2013 12:46:55 Simon Horman wrote:
> Hi,
> 
> the this short series updates the defconfig for marzen for changes
> made by the following patches which I plan to queue-up for v3.10 shortly.
> 
> 1. ARM: shmobile: marzen: Add GPIO LEDs
> 2. gpio: Renesas R-Car GPIO driver V3
> 
> The patches in this series are:
> 
> Simon Horman (2):
>   ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
>   ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
> 
>  arch/arm/configs/marzen_defconfig |    4 ++++
>  1 file changed, 4 insertions(+)

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10
  2013-03-27  8:34   ` Laurent Pinchart
@ 2013-03-27 11:01     ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27 11:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 27, 2013 at 09:34:50AM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> Thanks for the patches.
> 
> On Wednesday 27 March 2013 12:46:55 Simon Horman wrote:
> > Hi,
> > 
> > the this short series updates the defconfig for marzen for changes
> > made by the following patches which I plan to queue-up for v3.10 shortly.
> > 
> > 1. ARM: shmobile: marzen: Add GPIO LEDs
> > 2. gpio: Renesas R-Car GPIO driver V3
> > 
> > The patches in this series are:
> > 
> > Simon Horman (2):
> >   ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
> >   ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
> > 
> >  arch/arm/configs/marzen_defconfig |    4 ++++
> >  1 file changed, 4 insertions(+)
> 
> For the whole series,
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks, I will add them to the defconfig branch with your Ack.

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

* [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10
@ 2013-03-27 11:01     ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2013-03-27 11:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 27, 2013 at 09:34:50AM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> Thanks for the patches.
> 
> On Wednesday 27 March 2013 12:46:55 Simon Horman wrote:
> > Hi,
> > 
> > the this short series updates the defconfig for marzen for changes
> > made by the following patches which I plan to queue-up for v3.10 shortly.
> > 
> > 1. ARM: shmobile: marzen: Add GPIO LEDs
> > 2. gpio: Renesas R-Car GPIO driver V3
> > 
> > The patches in this series are:
> > 
> > Simon Horman (2):
> >   ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
> >   ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
> > 
> >  arch/arm/configs/marzen_defconfig |    4 ++++
> >  1 file changed, 4 insertions(+)
> 
> For the whole series,
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks, I will add them to the defconfig branch with your Ack.

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

end of thread, other threads:[~2013-03-27 11:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-27  3:46 [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10 Simon Horman
2013-03-27  3:46 ` Simon Horman
2013-03-27  3:46 ` [PATCH 1/2] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support Simon Horman
2013-03-27  3:46   ` Simon Horman
2013-03-27  3:46 ` [PATCH 2/2] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver Simon Horman
2013-03-27  3:46   ` Simon Horman
2013-03-27  8:34 ` [PATCH 0/2] ARM: shmobile: marzen: defconfig updates for v3.10 Laurent Pinchart
2013-03-27  8:34   ` Laurent Pinchart
2013-03-27 11:01   ` Simon Horman
2013-03-27 11:01     ` Simon Horman

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.