Re: [PATCH 6/6] mmc: sdhci-s3c: Add device tree support

2012-01-30 Thread Heiko Stübner
Am Mittwoch, 2. November 2011, 21:36:03 schrieb Thomas Abraham: Hi Thomas, in patch 1/6: +static struct platform_device_id sdhci_s3c_driver_ids[] = { + { + .name = s3c-sdhci, + .driver_data= (kernel_ulong_t)NULL, + }, + { +

Re: [PATCH] irq_domain/microblaze: Convert microblaze to use irq_domains

2012-01-30 Thread Michal Simek
Hi Grant, Grant Likely wrote: ***totally untested. Don't apply yet*** Michal, I leave it to you to test this patch. I've turned on SPARSE_IRQ, but you may decide that isn't valuable. I've compile tested it, but that's about it (in fact, I had to hack head.S to get it to build because I

Re: [PATCH] drivers, char: add U-Boot bootcount driver

2012-01-30 Thread Heiko Schocher
Hello Rob, Sorry for the late reply ... Rob Herring wrote: On 12/06/2011 04:06 PM, Wolfram Sang wrote: bootcount itself is not a device. It is a feature of certain devices. And that needs to be implemented; possibly generic enough that it can work for register based, i2c based, and so

Re: [PATCH] irq_domain/microblaze: Convert microblaze to use irq_domains

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 12:42:26PM +0100, Michal Simek wrote: Hi Grant, Grant Likely wrote: ***totally untested. Don't apply yet*** Michal, I leave it to you to test this patch. I've turned on SPARSE_IRQ, but you may decide that isn't valuable. I've compile tested it, but that's about

[PATCH 1/3] of_spi: add generic binding support to specify ncs gpio in the slave

2012-01-30 Thread Jean-Christophe PLAGNIOL-VILLARD
This will allow to use gpio for chip select with no modification in the driver binding When use the ncs-gpio, the gpio number will be passed via the controller_data and the number of chip select will automatically increased. When a spi master have only gpio chip select and is probe via dt check

[PATCH] ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore

2012-01-30 Thread Dave Martin
Compiled device tree blobs shouldn't be committed in the kernel tree, so ideally git should ignore them. This patch will enable ignoring of any .dtb files which appear in arch/arm/boot/ Signed-off-by: Dave Martin dave.mar...@linaro.org --- arch/arm/boot/.gitignore |1 + 1 files changed, 1

[PATCH 3/3] ARM: at91: sam9g20 sam9g45 add spi DT support

2012-01-30 Thread Jean-Christophe PLAGNIOL-VILLARD
at91sam9m10g45ek: add dataflash support usb_a9g20: add mmc spi support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: devicetree-discuss@lists.ozlabs.org --- arch/arm/boot/dts/at91sam9g20.dtsi | 14 ++

Re: Pinmux bindings proposal V2

2012-01-30 Thread Tony Lindgren
* Shawn Guo shawn@linaro.org [120129 17:13]: On Fri, Jan 27, 2012 at 09:05:45AM -0800, Tony Lindgren wrote: Hi, * Shawn Guo shawn@linaro.org [120126 22:15]: On Thu, Jan 26, 2012 at 06:08:33PM -0800, Tony Lindgren wrote: * Stephen Warren swar...@nvidia.com [120126 11:03]:

Re: [PATCH v6 6/9] ARM: vexpress: Motherboard RS1 memory map support

2012-01-30 Thread Dave Martin
On Thu, Jan 19, 2012 at 01:21:06PM +, Pawel Moll wrote: Hi, Sorry about lng delay - I've been on holiday. On Wed, 2012-01-04 at 16:35 +, David Vrabel wrote: On 15/12/11 14:02, Pawel Moll wrote: This patch adds support for RS1 memory map based Versatile Express

Re: [PATCH v6 6/9] ARM: vexpress: Motherboard RS1 memory map support

2012-01-30 Thread Dave Martin
On Fri, Jan 27, 2012 at 02:02:40PM +, Pawel Moll wrote: On Thu, 2012-01-19 at 16:46 +, David Vrabel wrote: __create_page_tables has only mapped the single physical page at 0x1c09 and thus the test for the UART in the other memory map faults. I got to the bottom of the

Re: [PATCH v6 9/9] ARM: vexpress: Add Device Tree for V2P-CA15 core tile (TC1 variant)

2012-01-30 Thread Dave Martin
On Wed, Jan 25, 2012 at 05:43:16PM +, Pawel Moll wrote: On Thu, 2012-01-19 at 17:00 +, David Vrabel wrote: Ok, /include/ skeleton.dtsi is gone then :-) The problem wasn't with including skeleton.dtsi. With CONFIG_ARM_ATAG_DTB_COMPAT the zImage decompressor modifies the appended

Re: Pinmux bindings proposal V2

2012-01-30 Thread Tony Lindgren
* Shawn Guo shawn@linaro.org [120129 17:27]: On Fri, Jan 27, 2012 at 09:16:53AM -0800, Tony Lindgren wrote: ... I guess the analog we should follow here is clk_get and clk_set_rate, except we would have pinconf_set_state with predefined states. It seems working for cases that we only

[PATCH] ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore

2012-01-30 Thread Dave Martin
Compiled device tree blobs shouldn't be committed in the kernel tree, so ideally git should ignore them. This patch will enable ignoring of any .dtb files which appear in arch/arm/boot/ Signed-off-by: Dave Martin dave.mar...@linaro.org --- arch/arm/boot/.gitignore |1 + 1 files changed, 1

Re: [PATCH 1/3] of_spi: add generic binding support to specify ncs gpio in the slave

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 04:27:49PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: This will allow to use gpio for chip select with no modification in the driver binding When use the ncs-gpio, the gpio number will be passed via the controller_data and the number of chip select will

Re: [PATCH] ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 04:15:22PM +, Dave Martin wrote: Compiled device tree blobs shouldn't be committed in the kernel tree, so ideally git should ignore them. This patch will enable ignoring of any .dtb files which appear in arch/arm/boot/ Signed-off-by: Dave Martin

Re: [RFC PATCH 5/7] ARM: davinci: i2c: add OF support

2012-01-30 Thread Grant Likely
On Mon, Jan 23, 2012 at 09:56:05AM +0100, Heiko Schocher wrote: add of support for the davinci i2c driver. Signed-off-by: Heiko Schocher h...@denx.de Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc: devicetree-discuss@lists.ozlabs.org Cc:

Re: [PATCH v3 22/25] irq_domain/x86: Convert x86 (embedded) to use common irq_domain

2012-01-30 Thread Grant Likely
On Sat, Jan 28, 2012 at 05:44:05PM +0100, Sebastian Andrzej Siewior wrote: * Grant Likely | 2012-01-27 14:36:16 [-0700]: This patch removes the x86-specific definition of irq_domain and replaces it with the common implementation. I pulled your devicetree/next tree. After this patch I get:

Re: [PATCH 2/3] spi/atmel: add DT support

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 04:27:50PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: the atmel_spi use only gpio for chip select Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: devicetree-discuss@lists.ozlabs.org Cc: spi-devel-gene...@lists.sourceforge.net ---

Re: [RFC PATCH 7/7] ARM: davinci: add support for the am1808 based enbw_cmc board

2012-01-30 Thread Grant Likely
On Mon, Jan 23, 2012 at 09:56:07AM +0100, Heiko Schocher wrote: - AM1808 based board - 64 MiB DDR ram - 2 MiB Nor flash - 128 MiB NAND flash - use internal RTC - I2C support - hwmon lm75 support - UBI/UBIFS support - MMC support - USB OTG support Signed-off-by: Heiko Schocher

Re: [PATCH 3/3] ARM: at91: sam9g20 sam9g45 add spi DT support

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 04:27:51PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: at91sam9m10g45ek: add dataflash support usb_a9g20: add mmc spi support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: devicetree-discuss@lists.ozlabs.org --- diff

Re: [PATCH 6/6] mmc: sdhci-s3c: Add device tree support

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 10:51:11AM +0100, Heiko Stübner wrote: Am Mittwoch, 2. November 2011, 21:36:03 schrieb Thomas Abraham: Hi Thomas, in patch 1/6: +static struct platform_device_id sdhci_s3c_driver_ids[] = { + { + .name = s3c-sdhci, +

Re: [RFC PATCH 5/7] ARM: davinci: i2c: add OF support

2012-01-30 Thread Grant Likely
On Tue, Jan 24, 2012 at 10:51:50AM +0100, Sylwester Nawrocki wrote: Hello Heiko, On 01/24/2012 08:18 AM, Heiko Schocher wrote: On 01/23/2012 09:56 AM, Heiko Schocher wrote: add of support for the davinci i2c driver. Signed-off-by: Heiko Schocherh...@denx.de Cc:

Re: [RFC PATCH 4/7] ARM: davinci: net: davinci_emac: add OF support

2012-01-30 Thread Grant Likely
On Mon, Jan 23, 2012 at 09:56:04AM +0100, Heiko Schocher wrote: add of support for the davinci_emac driver. Signed-off-by: Heiko Schocher h...@denx.de Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc: devicetree-discuss@lists.ozlabs.org Cc:

Re: Pinmux bindings proposal V2

2012-01-30 Thread Shawn Guo
On Mon, Jan 30, 2012 at 09:20:42AM -0800, Tony Lindgren wrote: * Shawn Guo shawn@linaro.org [120129 17:13]: On Fri, Jan 27, 2012 at 09:05:45AM -0800, Tony Lindgren wrote: ... Wouldn't it be cleaner to just clk_get esdhc_clk during init, then do clk_set_rate on it to toggle the rates?

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-01-30 Thread Olof Johansson
On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: Hey everyone, This patch series is ready for much wider consumption now. I'd like to get it into linux-next ASAP because there will be ARM board support depending on it. I'll wait a few days before I ask Stephen to pull this

RE: [PATCH v2 1/2] PM / Domains: Add OF support

2012-01-30 Thread Kukjin Kim
Rafael J. Wysocki wrote: On Tuesday, January 17, 2012, Kukjin Kim wrote: Rafael J. Wysocki wrote: On Saturday, January 07, 2012, Thomas Abraham wrote: A device node pointer is added to generic pm domain structure to associate the domain with a node in the device tree. The

Re: [PATCH 6/6] mmc: sdhci-s3c: Add device tree support

2012-01-30 Thread Heiko Stübner
Am Montag 30 Januar 2012, 20:01:14 schrieb Grant Likely: On Mon, Jan 30, 2012 at 10:51:11AM +0100, Heiko Stübner wrote: Am Mittwoch, 2. November 2011, 21:36:03 schrieb Thomas Abraham: Hi Thomas, in patch 1/6: +static struct platform_device_id sdhci_s3c_driver_ids[] = { + {

Re: [RFC PATCH 5/7] ARM: davinci: i2c: add OF support

2012-01-30 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Mon, Jan 23, 2012 at 09:56:05AM +0100, Heiko Schocher wrote: add of support for the davinci i2c driver. Signed-off-by: Heiko Schocher h...@denx.de Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc:

Re: [RFC PATCH 5/7] ARM: davinci: i2c: add OF support

2012-01-30 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Tue, Jan 24, 2012 at 10:51:50AM +0100, Sylwester Nawrocki wrote: Hello Heiko, On 01/24/2012 08:18 AM, Heiko Schocher wrote: On 01/23/2012 09:56 AM, Heiko Schocher wrote: add of support for the davinci i2c driver. Signed-off-by: Heiko