Re: [PATCH RESEND 1/2] ARM: mmp: Add compatible entries for OLPC XO laptops

2013-07-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:06 Tue 16 Jul , Daniel Drake wrote: Add compatible entries to enable booting of OLPC XO-1.75 (MMP2) and OLPC XO-4 (MMP3). Signed-off-by: Chris Ball c...@laptop.org Signed-off-by: Daniel Drake d...@laptop.org --- Documentation/devicetree/bindings/arm/mrvl/intc.txt | 4 ++--

Re: [PATCH 6/6] mtd: ofpart: add compatible check for child nodes

2013-07-18 Thread Jean-Christophe PLAGNIOL-VILLARD
think this patch might be deserving of a review by the device-tree mailing list. (It also doesn't deserve to die in MTD purgatory.) BTW, it looks good to me, so: Acked-by: Brian Norris computersforpe...@gmail.com Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Rob can take

Re: Sharing *.dtsi between Linux architectures?

2013-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On Jul 13, 2013, at 4:17 AM, Rob Herring robherri...@gmail.com wrote: On 07/12/2013 02:58 PM, Stephen Warren wrote: Is there a (possibly just proposed) mechanism in place to allow *.dts from multiple Linux architectures to share common *.dtsi files? Nothing proposed yet. There was some

Re: [PATCH 2/3] arm: atmel: at91sam9n12: add qt1070 support

2013-07-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:51 Wed 10 Jul , Bo Shen wrote: add qt1070 support on at91sam9n12ek board Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/boot/dts/at91sam9n12ek.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts

Re: [PATCH v6] video: imxfb: Add DT support

2013-07-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:09 Fri 05 Jul , Fabio Estevam wrote: Hi Jean-Christophe, On Tue, May 28, 2013 at 8:09 AM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 12:35 Sun 26 May , Markus Pargmann wrote: Add devicetree support for imx framebuffer driver. It uses the generic

Re: [PATCH V2 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:35 Fri 28 Jun , Felipe Balbi wrote: On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote: Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms.

Re: [PATCH] of: Specify initrd location using 64-bit

2013-06-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:59 Fri 28 Jun , Grant Likely wrote: On Thu, Jun 27, 2013 at 9:54 PM, Rob Herring robherri...@gmail.com wrote: On 06/21/2013 12:20 PM, Santosh Shilimkar wrote: On Friday 21 June 2013 05:04 AM, Sebastian Andrzej Siewior wrote: On 06/21/2013 02:52 AM, Santosh Shilimkar wrote: diff

Re: [PATCH v4 0/7] xilinxfb changes

2013-06-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:23 Mon 17 Jun , Michal Simek wrote: On 06/06/2013 06:23 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:13 Mon 03 Jun , Michal Simek wrote: Hi, Arnd can you take look on it again please I'll take a look on it next week Any update on this? look ok but I want

Re: [PATCH] of: Export of_irq_count for using in modules

2013-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:45 Fri 31 May , Michal Simek wrote: On 05/31/2013 05:16 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:57 Fri 31 May , Michal Simek wrote: On 05/31/2013 01:00 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:14 Fri 31 May , Michal Simek wrote: Hi Jean-Christophe

Re: [PATCH 1/1] of/irq: store IRQ trigger/level in struct resource flags

2013-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:26 Thu 06 Jun , Grant Likely wrote: On Tue, 09 Apr 2013 00:44:05 +0200, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: On 04/09/2013 12:05 AM, Rob Herring wrote: On 04/05/2013 02:48 AM, Javier Martinez Canillas wrote: This means that drivers that need the IRQ

Re: getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On Jun 6, 2013, at 12:07 AM, Luke Kenneth Casson Leighton l...@lkcl.net wrote: [ please do try to remove debian-release from replies - my mistake please try not to propagage it, even though it may be too late!] On Wed, Jun 5, 2013 at 10:16 PM, Russell King - ARM Linux

Re: [PATCH] of: Export of_irq_count for using in modules

2013-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:39 Thu 06 Jun , Michal Simek wrote: On 06/06/2013 10:29 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:45 Fri 31 May , Michal Simek wrote: On 05/31/2013 05:16 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:57 Fri 31 May , Michal Simek wrote: On 05/31/2013 01:00 PM

Re: [PATCH v4 0/7] xilinxfb changes

2013-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:13 Mon 03 Jun , Michal Simek wrote: Hi, Arnd can you take look on it again please I'll take a look on it next week Best Regards, J. I have done more changes in the driver to support probing on little and big endian system where detection is done directly on the hardware. I have

Re: [PATCH] of: Export of_irq_count for using in modules

2013-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:14 Fri 31 May , Michal Simek wrote: Hi Jean-Christophe, On 05/30/2013 10:17 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:49 Thu 30 May , Michal Simek wrote: Export of_irq_count for modules. can you explain why do you need to call of_irq_count I need to count

Re: [PATCH 3/3] at_hdmac: add FIFO configuration parameter to DMA DT binding

2013-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:31 Fri 31 May , Nicolas Ferre wrote: On 31/05/2013 11:16, Ludovic Desroches : On Thu, May 30, 2013 at 06:39:36PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:32 Thu 30 May , Nicolas Ferre wrote: On 30/05/2013 18:08, ludovic.desroc...@atmel.com : From: Ludovic Desroches

Re: [PATCH] of: Export of_irq_count for using in modules

2013-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:57 Fri 31 May , Michal Simek wrote: On 05/31/2013 01:00 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:14 Fri 31 May , Michal Simek wrote: Hi Jean-Christophe, On 05/30/2013 10:17 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:49 Thu 30 May , Michal Simek wrote

Re: [PATCHv2 3/3] arm: dts: add bandgap entry for OMAP4460 devices

2013-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:29 Thu 16 May , Eduardo Valentin wrote: On 15-05-2013 12:57, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:36 Wed 15 May , Eduardo Valentin wrote: On 15-05-2013 11:23, Benoit Cousson wrote: Hi Eduardo, On 05/15/2013 04:58 PM, Eduardo Valentin wrote: Include bandgap

Re: [PATCH 1/8] video: atmel_lcdfb: fix platform data struct

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:39 Thu 30 May , Richard Genoud wrote: 2013/5/29 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 19:44 Wed 29 May , Richard Genoud wrote: 2013/5/29 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 16:36 Wed 29 May , Richard Genoud wrote: 2013/4/11

Re: [RFC] [PATCH 2/3] of: add of_irq_count: Count the number of IRQs a node present

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:33 Wed 29 May , Grant Likely wrote: On Tue, 28 May 2013 17:08:48 +0200, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr

Re: [RFC] [PATCH 1/3] of: irq: rename of_irq_count to of_irq_valid_count

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:25 Wed 29 May , Grant Likely wrote: On Tue, 28 May 2013 17:08:47 +0200, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: as we count valid mapped irq not just present irq Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Hmmm, even

Re: [RFC] [PATCH 3/3] IRQ: irq domain: defer of irq ressoure resolve at platform_drv_probe

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:52 Thu 30 May , Arnd Bergmann wrote: On Thursday 30 May 2013, Grant Likely wrote: On Tue, 28 May 2013 17:08:49 +0200, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: /** + * of_device_alloc_irq - initialize irq of an platfrom_device + * @dev

Re: [RFC] [PATCH 3/3] IRQ: irq domain: defer of irq ressoure resolve at platform_drv_probe

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:48 Wed 29 May , Grant Likely wrote: On Tue, 28 May 2013 17:08:49 +0200, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: Today in the current of implementation we populate all the ressources at of_platform_populate time. But this leed to a chicken-egg dilemat some

Re: [PATCH 1/8] video: atmel_lcdfb: fix platform data struct

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:27 Thu 30 May , Andreas Bießmann wrote: On 30.05.13 09:23, Jean-Christophe PLAGNIOL-VILLARD wrote: On 08:39 Thu 30 May , Richard Genoud wrote: 2013/5/29 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 19:44 Wed 29 May , Richard Genoud wrote: 2013/5/29 Jean

Re: [PATCH 0/3] at_hdmac: dt dma bindings update

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:08 Thu 30 May , ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches ludovic.desroc...@atmel.com Hi, This set of patches update the dt dma binding for at_hdmac since we need one more parameter. In order to keep backward compatibility, an existing cell will be used to add

Re: [PATCH 3/3] at_hdmac: add FIFO configuration parameter to DMA DT binding

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
. But USART devices have to do it when there is enough space/data available to perform a single AHB access so the ASAP configuration. Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com Clear and neat: thanks Ludo

Re: [PATCH 0/3] at_hdmac: dt dma bindings update

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:56 Thu 30 May , Vinod Koul wrote: On Thu, May 30, 2013 at 06:08:20PM +0200, ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches ludovic.desroc...@atmel.com Hi, This set of patches update the dt dma binding for at_hdmac since we need one more parameter. In order to

Re: [PATCH] of: Export of_irq_count for using in modules

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:49 Thu 30 May , Michal Simek wrote: Export of_irq_count for modules. can you explain why do you need to call of_irq_count Best Regards, J. Signed-off-by: Michal Simek michal.si...@xilinx.com --- We are using this function in remoteproc module drivers. There is also

Re: [RFC] [PATCH 3/3] IRQ: irq domain: defer of irq ressoure resolve at platform_drv_probe

2013-05-29 Thread Jean-Christophe PLAGNIOL-VILLARD
+ */ +int of_device_init_irq(struct platform_device *dev) +{ + struct device_node *np = dev-dev.of_node; + int num_irq; + int ret; + struct resource *res = dev-resource; + + if (!np) + return 0; + + num_irq = of_irq_count(np); + if (!num_irq) +

Re: [PATCH 1/8] video: atmel_lcdfb: fix platform data struct

2013-05-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:36 Wed 29 May , Richard Genoud wrote: 2013/4/11 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: Today we mix pdata and drivers data in the struct atmel_lcdfb_info Fix it and introduce a new struct atmel_lcdfb_pdata for platform data only Signed-off-by: Jean-Christophe

Re: [PATCH 1/8] video: atmel_lcdfb: fix platform data struct

2013-05-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:44 Wed 29 May , Richard Genoud wrote: 2013/5/29 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 16:36 Wed 29 May , Richard Genoud wrote: 2013/4/11 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: Today we mix pdata and drivers data in the struct

Re: fb_monspecs and device tree

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:41 Tue 28 May , Richard Genoud wrote: Hi ! I've been using the display-timings device tree node (great job !) on a sam9x5 soc. I was wondering if there's a planned support for struct fb_monspecs in device tree, (or if it is irrelevant), if someone is already working on that

Re: [PATCH v6] video: imxfb: Add DT support

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Applied thanks Best Regards, J. --- Notes: Changed in v6: - Rebased onto v3.10-rc2 - Dropped alpha support patch in this series Changed in v5: - Fix compatible property of the example - Rename

[RFC] [PATCH 0/3] of: allow to support irq domain register as platform_device for platform_device

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
-platform_irq_resolve for you to fetch changes up to 898eab5ad414bfc48dd1160369965a677f135d26: IRQ: irq domain: defer of irq ressoure resolve at platform_drv_probe (2013-05-28 05:58:31 +0800) Jean-Christophe PLAGNIOL-VILLARD (3

[RFC] [PATCH 1/3] of: irq: rename of_irq_count to of_irq_valid_count

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
as we count valid mapped irq not just present irq Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Arnd Bergmann a...@arndb.de Cc: Linus Walleij linus.wall...@linaro.org Cc: Benjamin

[RFC] [PATCH 2/3] of: add of_irq_count: Count the number of IRQs a node present

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Arnd Bergmann a...@arndb.de Cc: Linus Walleij linus.wall...@linaro.org Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Ralf Baechle r

[RFC] [PATCH 3/3] IRQ: irq domain: defer of irq ressoure resolve at platform_drv_probe

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
at platform_drv_probe. And if the irq_domain is not yet present just defer the probe (GPIO as example) Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Arnd Bergmann a...@arndb.de Cc: Linus Walleij linus.wall

Re: [RFC] [PATCH 0/3] of: allow to support irq domain register as platform_device for platform_device

2013-05-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:41 Tue 28 May , Arnd Bergmann wrote: On Tuesday 28 May 2013, Jean-Christophe PLAGNIOL-VILLARD wrote: Today in the current of implementation we populate all the ressources at of_platform_populate time. But this leed to a chicken-egg dilemat some the irq

Re: Pulls and drive strengths in the pinctrl world

2013-05-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:42 Thu 23 May , Stephen Warren wrote: On 05/19/2013 03:17 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: ... how a pin can not have mux? Well, if that's the way HW is designed, that's just the way it is. There are certainly pins on Tegra which don't have a mux in HW, but have

[PATCH 1/1] net: micrel : ks8851-ml: add dt support

2013-05-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: net...@vger.kernel.org --- .../devicetree/bindings/net/micrel-ks8851.txt |9 ++ drivers/net/ethernet/micrel/ks8851_mll.c | 33 +++- 2 files changed, 35 insertions(+), 7 deletions

Re: [PATCH 0/7 v4] ARM: at91: dt: add USBA support

2013-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Felipe, if it's ok with you I send the patch series via at91 with the DT Best Regards, J. On 18:21 Mon 20 May , Jean-Christophe PLAGNIOL-VILLARD wrote: HI, v4: fix multi instance support v3: rebase againt 3.10-rc1 + dt macro cleanup

Re: [BUG] GPIO: irq: no irq domain found for

2013-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:39 Tue 21 May , Jean-Christophe PLAGNIOL-VILLARD wrote: Hi, I'm currently adding the ks8851-ml support to a at91 board On this board we use a gpio as interrupt but I found an issue when populating the platfomr devices we try found the virq

[PATCH 1/1] ARM: at91: at91sam9n12: move external irq declatation to DT

2013-05-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9n12.dtsi |1 + arch/arm/mach-at91/at91sam9n12.c |6 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/boot/dts

Re: Pulls and drive strengths in the pinctrl world

2013-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:28 Tue 21 May , Tomasz Figa wrote: On Friday 17 of May 2013 14:26:25 Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:22 Wed 15 May , Stephen Warren wrote: On 05/15/2013 06:13 PM, Tomasz Figa wrote: On Wednesday 15 of May 2013 16:55:37 Doug Anderson wrote: Tomasz / Linus

[BUG] GPIO: irq: no irq domain found for

2013-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, I'm currently adding the ks8851-ml support to a at91 board On this board we use a gpio as interrupt but I found an issue when populating the platfomr devices we try found the virq for the ks8851 but the irq domain is not yet present as the gpio driver (a

Re: [PATCH 1/5] usb: add Atmel USBA UDC DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
-static int __init usba_udc_probe(struct platform_device *pdev) +#ifdef CONFIG_OF +static struct usba_ep * atmel_udc_of_init(struct platform_device *pdev, +struct usba_udc *udc) +{ +u32 val; +const char *name; +enum

Re: [PATCH 1/5] usb: add Atmel USBA UDC DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:12 Mon 20 May , Jean-Christophe PLAGNIOL-VILLARD wrote: -static int __init usba_udc_probe(struct platform_device *pdev) +#ifdef CONFIG_OF +static struct usba_ep * atmel_udc_of_init(struct platform_device *pdev, + struct usba_udc

[PATCH 0/7 v4] ARM: at91: dt: add USBA support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
: at91: sam9m10g45ek add udc DT support (2013-05-20 23:52:17 +0800) Jean-Christophe PLAGNIOL-VILLARD (7): USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc USB: gadget: atmel_usba: allow multi

[PATCH 3/7] USB: gadget: atmel_usba: add DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Allow to compile the driver all the time if AT91 enabled. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: linux-...@vger.kernel.org --- .../devicetree/bindings/usb/atmel-usb.txt | 82 drivers/usb/gadget

[PATCH 6/7] ARM: at91: sam9g45 add udc DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9g45.dtsi | 62 arch/arm/mach-at91/at91sam9g45.c |2 ++ 2 files changed, 64 insertions(+) diff --git a/arch

[PATCH 7/7] ARM: at91: sam9m10g45ek add udc DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9m10g45ek.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts

[PATCH 1/7] USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
so we can have multiple usb gadget instance Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: linux-...@vger.kernel.org --- drivers/usb/gadget/atmel_usba_udc.c | 20 +++- drivers/usb/gadget/atmel_usba_udc.h

[PATCH 4/7] ARM: at91: sam9x5 add udc DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5.dtsi | 62 + arch/arm/mach-at91/at91sam9x5.c |2 ++ 2 files changed, 64 insertions(+) diff --git a/arch/arm

[PATCH 5/7] ARM: at91: sam9x5ek add udc DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5ek.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index

[PATCH 1/7] USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
so we can have multiple usb gadget instance Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: linux-...@vger.kernel.org --- drivers/usb/gadget/atmel_usba_udc.c | 20 +++- drivers/usb/gadget/atmel_usba_udc.h

[PATCH 2/7] USB: gadget: atmel_usba: allow multi instance

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
drop static struct usba_udc the_udc Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: linux-...@vger.kernel.org --- drivers/usb/gadget/atmel_usba_udc.c | 36 +-- 1 file changed, 18 insertions

[PATCH 3/7] USB: gadget: atmel_usba: add DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Allow to compile the driver all the time if AT91 enabled. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: linux-...@vger.kernel.org --- .../devicetree/bindings/usb/atmel-usb.txt | 82 drivers/usb/gadget

[PATCH 4/7] ARM: at91: sam9x5 add udc DT support

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5.dtsi | 62 + arch/arm/mach-at91/at91sam9x5.c |2 ++ 2 files changed, 64 insertions(+) diff --git a/arch/arm

[PATCH 2/7] USB: gadget: atmel_usba: allow multi instance

2013-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
drop static struct usba_udc the_udc Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: linux-...@vger.kernel.org --- drivers/usb/gadget/atmel_usba_udc.c | 36 +-- 1 file changed, 18 insertions

Re: Pulls and drive strengths in the pinctrl world

2013-05-19 Thread Jean-Christophe PLAGNIOL-VILLARD
PULL_UP (1 0): indicate this pin need a pull up. MULTIDRIVE (1 1): indicate this pin need to be configured as multidrive. DEGLITCH(1 2): indicate this pin need deglitch. PULL_DOWN (1 3): indicate this pin need a pull down. DIS_SCHMIT (1

Re: Pulls and drive strengths in the pinctrl world

2013-05-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:46 Sun 19 May , Tomasz Figa wrote: On Sunday 19 of May 2013 11:17:36 Jean-Christophe PLAGNIOL-VILLARD wrote: PULL_UP (1 0): indicate this pin need a pull up. MULTIDRIVE (1 1): indicate this pin need to be configured as multidrive. DEGLITCH

Re: Pulls and drive strengths in the pinctrl world

2013-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:17 Fri 17 May , Tomasz Figa wrote: Hi Jean-Christophe, On Friday 17 of May 2013 14:26:25 Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:22 Wed 15 May , Stephen Warren wrote: On 05/15/2013 06:13 PM, Tomasz Figa wrote: On Wednesday 15 of May 2013 16:55:37 Doug Anderson

Re: Pulls and drive strengths in the pinctrl world

2013-05-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:57 Sat 18 May , Tomasz Figa wrote: On Saturday 18 of May 2013 10:18:47 Jean-Christophe PLAGNIOL-VILLARD wrote: On 14:17 Fri 17 May , Tomasz Figa wrote: Hi Jean-Christophe, On Friday 17 of May 2013 14:26:25 Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:22 Wed 15

Re: Pulls and drive strengths in the pinctrl world

2013-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:22 Wed 15 May , Stephen Warren wrote: On 05/15/2013 06:13 PM, Tomasz Figa wrote: On Wednesday 15 of May 2013 16:55:37 Doug Anderson wrote: Tomasz / Linus, On Wed, May 15, 2013 at 3:06 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Yes. I don't like the current way too much

[PATCH 0/5 v3] ARM: at91: dt: add USBA support

2013-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
22:05:46 +0800) Jean-Christophe PLAGNIOL-VILLARD (5): usb: add Atmel USBA UDC DT support ARM: at91: sam9x5 add udc DT support ARM: at91: sam9x5ek add udc DT support ARM: at91: sam9g45 add udc DT support

[PATCH 2/5] ARM: at91: sam9x5 add udc DT support

2013-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5.dtsi | 62 + arch/arm/mach-at91/at91sam9x5.c |2 ++ 2 files changed, 64 insertions(+) diff --git a/arch/arm

[PATCH 5/5] ARM: at91: sam9m10g45ek add udc DT support

2013-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9m10g45ek.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts

[PATCH 4/5] ARM: at91: sam9g45 add udc DT support

2013-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9g45.dtsi | 62 arch/arm/mach-at91/at91sam9g45.c |2 ++ 2 files changed, 64 insertions(+) diff --git a/arch

[PATCH 3/5] ARM: at91: sam9x5ek add udc DT support

2013-05-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5ek.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index

[PATCH 3/5] ARM: at91: dt: add pinctrl pre-processor define

2013-05-15 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- include/dt-bindings/pinctrl/at91.h | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 include/dt-bindings/pinctrl/at91.h diff --git

[PATCH 0/5 v2] ARM: at91: dt: switch to pre-processor

2013-05-15 Thread Jean-Christophe PLAGNIOL-VILLARD
:56:18 +0800) Jean-Christophe PLAGNIOL-VILLARD (5): ARM: at91: dt: use #include for all device trees ARM: at91: dt: switch to standard GPIO flag defines. ARM: at91: dt: add pinctrl pre-processor define ARM

[PATCH 0/5 v2] ARM: at91: dt: switch to pre-processor

2013-05-15 Thread Jean-Christophe PLAGNIOL-VILLARD
:56:18 +0800) Jean-Christophe PLAGNIOL-VILLARD (5): ARM: at91: dt: use #include for all device trees ARM: at91: dt: switch to standard GPIO flag defines. ARM: at91: dt: add pinctrl pre-processor define ARM

[PATCH 5/5] ARM: at91: dt: switch to standard IRQ flag defines

2013-05-15 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91rm9200.dtsi | 45 +++- arch/arm/boot/dts/at91sam9260.dtsi | 49 -- arch/arm/boot/dts/at91sam9263.dtsi | 43

[PATCH 1/5] ARM: at91: dt: use #include for all device trees

2013-05-15 Thread Jean-Christophe PLAGNIOL-VILLARD
to prepare the switch to the macro. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/aks-cdu.dts |2 +- arch/arm/boot/dts/animeo_ip.dts |2 +- arch/arm/boot/dts/at91-ariag25.dts

Re: [PATCHv2 3/3] arm: dts: add bandgap entry for OMAP4460 devices

2013-05-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:36 Wed 15 May , Eduardo Valentin wrote: On 15-05-2013 11:23, Benoit Cousson wrote: Hi Eduardo, On 05/15/2013 04:58 PM, Eduardo Valentin wrote: Include bandgap devices for OMAP4460 devices. Cc: Benoît Cousson b-cous...@ti.com Cc: Tony Lindgren t...@atomide.com Cc:

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:29 Fri 10 May , Christian Daudt wrote: Thanks for the feedback. On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:55 Wed 08 May , Christian Daudt wrote: Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:29 Fri 10 May , Christian Daudt wrote: Thanks for the feedback. On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:55 Wed 08 May , Christian Daudt wrote: Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:55 Wed 08 May , Christian Daudt wrote: Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still missing: - power managemement split the dts/dtsi in an other patch Signed-off-by: Christian Daudt c...@broadcom.com diff --git

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:35 Wed 08 May , Arnd Bergmann wrote: On Wednesday 08 May 2013, Nicolas Pitre wrote: I tried to fix this up over 10 years ago. RMK tried as well. This failed because X86 people insisted on always having COM1 as /dev/ttyS0, COM3 as /dev/ttyS2 and so on, even when some of them

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:34 Wed 08 May , Arnd Bergmann wrote: On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com +*st-asc(Serial Port) + +Required properties: +- compatible : Should be st,asc. Are there any hardware revision numbers for the

Re: [RFC 4/8] pinctrl:stixxxx: Add pinctrl and pinconf support.

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:11 Wed 08 May , Srinivas KANDAGATLA wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch add pinctrl support to ST SoCs. About hardware: ST Set-Top-Box parts have two blocks called PIO and PIO-mux which handle pin configurations. Each multi-function pin is

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:34 Wed 08 May , Greg KH wrote: On Wed, May 08, 2013 at 04:34:43PM +0200, Arnd Bergmann wrote: +#define ASC_MAJOR204 +#define ASC_MINOR_START 40 I don't know what the current policy is on allocating major/minor numbers, but I'm sure you cannot just

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On May 8, 2013, at 11:53 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, May 08, 2013 at 05:40:57PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 08:34 Wed 08 May , Greg KH wrote: On Wed, May 08, 2013 at 04:34:43PM +0200, Arnd Bergmann wrote: +#define ASC_MAJOR

Re: [RFC 7/8] ARM:stih41x: Add B2000 board support

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:20 Wed 08 May , Arnd Bergmann wrote: On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: diff --git a/arch/arm/mach-stih41x/board-dt.c b/arch/arm/mach-stih41x/board-dt.c index 8005f71..1f23aca 100644 --- a/arch/arm/mach-stih41x/board-dt.c +++

Re: [RFC 5/8] ARM:stih41x: Add STiH415 SOC support

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:18 Wed 08 May , Arnd Bergmann wrote: On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com The STiH415 is the next generation of HD, AVC set-top box processors for satellite, cable, terrestrial and IP-STB markets. It is an ARM

Re: [RFC 4/8] pinctrl:stixxxx: Add pinctrl and pinconf support.

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On May 9, 2013, at 12:27 AM, Srinivas KANDAGATLA srinivas.kandaga...@st.com wrote: Thankyou for the comments. On 08/05/13 16:06, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:11 Wed 08 May , Srinivas KANDAGATLA wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On May 9, 2013, at 12:31 AM, Arnd Bergmann a...@arndb.de wrote: On Wednesday 08 May 2013, Greg KH wrote: just mention there is not hardware reason to not use the generic ttySx in place of ttyAS as we have only one IP that handle serial on this family of SoC personally I'll switch to ttySx

Re: [PATCH v5 2/2] video: imxfb: Add DT support

2013-04-28 Thread Jean-Christophe PLAGNIOL-VILLARD
-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Best Regards, J. --- Notes: Changed in v5: - Fix compatible property of the example - Rename property fsl,bpp to bits-per-pixel - Add selects for FB_MODE_HELPERS and VIDEOMODE_HELPERS to Kconfig FB_IMX

Re: [RFC PATCH v2 03/13] ARM: mach-at91: cpus/cpu node dts updates

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:29 Wed 24 Apr , Lorenzo Pieralisi wrote: On Tue, Apr 23, 2013 at 08:52:59PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: On 14:53 Tue 23 Apr , Lorenzo Pieralisi wrote: On Tue, Apr 23, 2013 at 02:11:46PM +0100, Rob Herring wrote: On 04/22/2013 10:27 AM, Lorenzo Pieralisi

[PATCH 0/3] ARM: at91: dt: switch to pre-processor

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, The follow patch series switch the at91 to DT pre-processor So we can use macro for AIC and Pinctrl instead of magic ARM: at91: dt: switch to pre-processor (2013-04-24 22:54:39 +0800) Jean-Christophe

[PATCH 2/3] ARM: at91: dt: add AIC pre-processor define

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91-aic.h | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 arch/arm/boot/dts/at91-aic.h diff --git a/arch/arm/boot/dts/at91-aic.h

[PATCH 1/3] ARM: at91: dt: add pinctrl pre-processor define

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91-pinctrl.h | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 arch/arm/boot/dts/at91-pinctrl.h diff --git a/arch

Re: [RFC PATCH v3 02/17] Documentation: devicetree: arm: cpus/cpu nodes bindings updates

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:28 Wed 24 Apr , Lorenzo Pieralisi wrote: In order to extend the current cpu nodes bindings to newer CPUs inclusive of AArch64 and to update support for older ARM CPUs this patch updates device tree documentation for the cpu nodes bindings. Main changes: - adds 64-bit bindings

Re: [RFC PATCH v2 03/13] ARM: mach-at91: cpus/cpu node dts updates

2013-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On Apr 23, 2013, at 9:11 PM, Rob Herring robherri...@gmail.com wrote: On 04/22/2013 10:27 AM, Lorenzo Pieralisi wrote: This patch updates the in-kernel dts files according to the latest cpus and cpu bindings updates for ARM. Signed-off-by: Lorenzo Pieralisi lorenzo.pieral...@arm.com ---

Re: [RFC PATCH v2 03/13] ARM: mach-at91: cpus/cpu node dts updates

2013-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:53 Tue 23 Apr , Lorenzo Pieralisi wrote: On Tue, Apr 23, 2013 at 02:11:46PM +0100, Rob Herring wrote: On 04/22/2013 10:27 AM, Lorenzo Pieralisi wrote: This patch updates the in-kernel dts files according to the latest cpus and cpu bindings updates for ARM. Signed-off-by:

Re: [PATCH v4 2/2] video: imxfb: Add DT support

2013-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:11 Sun 21 Apr , Markus Pargmann wrote: On Thu, Apr 18, 2013 at 06:06:14PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:03 Thu 18 Apr , Markus Pargmann wrote: Add devicetree support for imx framebuffer driver. It uses the generic display bindings and helper

Re: [PATCH v4 2/2] video: imxfb: Add DT support

2013-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:03 Thu 18 Apr , Markus Pargmann wrote: Add devicetree support for imx framebuffer driver. It uses the generic display bindings and helper functions. Signed-off-by: Markus Pargmann m...@pengutronix.de Cc: Fabio Estevam feste...@gmail.com Cc: Mark Rutland mark.rutl...@arm.com ---

Re: [PATCH 6/8] ARM: at91: sam9263: add fb dt support

2013-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:11 Tue 16 Apr , Nicolas Ferre wrote: On 04/11/2013 05:00 PM, Jean-Christophe PLAGNIOL-VILLARD : Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9263.dtsi | 39

Re: [PATCH 6/8] ARM: at91: sam9263: add fb dt support

2013-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:11 Tue 16 Apr , Nicolas Ferre wrote: On 04/16/2013 04:13 PM, Jean-Christophe PLAGNIOL-VILLARD : On 16:11 Tue 16 Apr , Nicolas Ferre wrote: On 04/11/2013 05:00 PM, Jean-Christophe PLAGNIOL-VILLARD : Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc

Re: [PATCH 1/5] capemgr: Beaglebone DT overlay based cape manager

2013-04-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:35 Mon 07 Jan , Arnd Bergmann wrote: (Adding Sascha Hauer, Linus Walleij, Lee Jones to Cc) On Monday 07 January 2013, Tony Lindgren wrote: At the end of the line, some kind of hardware glue is going to be needed. I just feel that drawing from a sample size of 1 (maybe 2

Re: [PATCH v3 2/2] video: imxfb: Add DT support

2013-04-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:13 Mon 15 Apr , Eric Bénard wrote: Hi, Le Mon, 15 Apr 2013 14:43:21 +0200, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com a écrit : On 16:31 Sun 14 Apr , Markus Pargmann wrote: On Mon, Apr 08, 2013 at 09:57:42AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote

  1   2   3   4   5   >