Re: [PATCH v2 1/2] ARM: OMAP2+: only search for GPMC DT child nodes on probe

2013-04-18 Thread Javier Martinez Canillas
On 04/18/2013 12:33 AM, Jon Hunter wrote: On 04/17/2013 05:10 PM, Javier Martinez Canillas wrote: On 04/17/2013 11:27 PM, Jon Hunter wrote: On 04/17/2013 03:34 PM, Javier Martinez Canillas wrote: The GPMC DT probe function use for_each_node_by_name() to search child device nodes of the

Regarding dtc+cpp support

2013-04-18 Thread Padma Venkat
Hi Stephen, I am trying to add a header file for samsung audio subsystem clk definitions, which can be used in kernel and dt files. I applied following patches posted by you in my working tree. [1/7] kbuild: create an include chroot for DT bindings [2/7] kbuild: fixdep: support concatenated dep

Re: [RFC 06/10] video: ARM CLCD: Add DT CDF support

2013-04-18 Thread Russell King - ARM Linux
On Wed, Apr 17, 2013 at 04:17:18PM +0100, Pawel Moll wrote: +#if defined(CONFIG_OF) +static int clcdfb_of_get_tft_parallel_panel(struct clcd_panel *panel, + struct display_entity_interface_params *params) +{ + int r = params-p.tft_parallel.r_bits; + int g =

[PATCH 5/5] ARM: dts: Update G2D documentation for clock entries

2013-04-18 Thread Sachin Kamat
Added clock entry definitions to G2D bindings document. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: devicetree-discuss@lists.ozlabs.org --- .../devicetree/bindings/gpu/samsung-g2d.txt|5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v2 1/2] ARM: dts: omap3-beagle-xm: Add USB Host support

2013-04-18 Thread Roger Quadros
Provide RESET and Power regulators for the USB PHY, the USB Host port mode and the PHY device. Also provide pin multiplexer information for USB host pins. CC: Benoît Cousson b-cous...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap3-beagle-xm.dts | 61

[PATCH v2 2/2] ARM: dts: omap3-beagle-xm: Add USB host supprot for Rev. Ax/Bx

2013-04-18 Thread Roger Quadros
Rev. Ax/Bx boards have reversed polarity for USBHOST_PWR_ENable signal when compared to Rev. C boards. We create a new dts file for Ax/Bx boards. Also update model and compatible flags for Rev. C board. CC: Benoît Cousson b-cous...@ti.com Signed-off-by: Roger Quadros rog...@ti.com ---

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

2013-04-18 Thread Javier Martinez Canillas
On Tue, Apr 9, 2013 at 4:45 AM, Rob Herring robherri...@gmail.com wrote: On 04/08/2013 05:56 PM, Javier Martinez Canillas wrote: On 04/09/2013 12:16 AM, Stephen Warren wrote: On 04/08/2013 04:05 PM, Rob Herring wrote: On 04/05/2013 02:48 AM, Javier Martinez Canillas wrote: According to

[PATCH v4 05/10] ASoC: fsl-ssi: Use generic DMA bindings if possible

2013-04-18 Thread Markus Pargmann
There may be some platforms using fsl-ssi that do not have a DMA driver with generic DMA bindings. So this patch adds support for the generic DMA bindings, while still using the old fsl,dma-events property if dmas is not found. Signed-off-by: Markus Pargmann m...@pengutronix.de --- Notes:

[PATCH v4 10/10] ASoC: fsl: Update fsl-ssi binding doc

2013-04-18 Thread Markus Pargmann
Update the fsl-ssi bindings. DMA is no required property anymore and uses the generic DMA bindings. imx-fiq is a new alternative to DMA Signed-off-by: Markus Pargmann m...@pengutronix.de --- Notes: Changes in v4: - Add a comment about hardware bugs for imx-pcm-fiq Changes in

[PATCH v4 07/10] ASoC: fsl-ssi: imx ac97 support

2013-04-18 Thread Markus Pargmann
This patch copies some parts from imx-ssi to support AC97 on imx27-pca100 and imx27-pcm043. This is a implementation of the ac97-slave mode. For ac97, the registers have to be setup earlier than for other ssi modes because there is some communication with the external device before actual

[PATCH v4 06/10] ARM: imx: Export ac97 reset functions

2013-04-18 Thread Markus Pargmann
Signed-off-by: Markus Pargmann m...@pengutronix.de --- arch/arm/mach-imx/mach-pca100.c | 7 +-- arch/arm/mach-imx/mach-pcm043.c | 7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c index b8b15bb..68badf8

[PATCH v4 08/10] ASoC: fsl: Kconfig: Use fsl-ssi for phycore-ac97

2013-04-18 Thread Markus Pargmann
Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/fsl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 3843a18..28af843 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -153,7 +153,7 @@

[PATCH v4 03/10] ASoC: imx-pcm-fiq: Introduce pcm-fiq-params

2013-04-18 Thread Markus Pargmann
Cleaner parameter passing for imx-pcm-fiq. Create a seperated fiq-params struct to pass all arguments. Signed-off-by: Markus Pargmann m...@pengutronix.de --- Notes: Changes in v3: - Using snd_dmaengine_dai_dma_data for dma_params after rebasing onto dmaengine cleanups.

[PATCH v4 09/10] ASoC: fsl: Move fsl-ssi binding doc to sound/

2013-04-18 Thread Markus Pargmann
fsl-ssi was located in powerpc/fsl/ssi.txt. This is no powerpc specific device, so it should be moved to sound/ as it connects to differen audio codecs. Signed-off-by: Markus Pargmann m...@pengutronix.de --- .../devicetree/bindings/powerpc/fsl/ssi.txt| 73 --

[PATCH v4 02/10] ASoC: imx-pcm-dma: DT support

2013-04-18 Thread Markus Pargmann
This patch adds the possibility to pass a of_node as platform_data which is used by generic-pcm-dma to request a DMA slave channel. Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/fsl/imx-pcm-dma.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH v4 04/10] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-04-18 Thread Markus Pargmann
Add support for non-dma pcm for imx platforms with imx-pcm-fiq support. Instead of imx-pcm-audio, in this case imx-pcm-fiq-audio device is added and the SIER flags are set differently. We need imx-pcm-fiq for some boards that use an incompatible codec. imx-pcm-fiq handles those codecs differently

[PATCH v4 01/10] ASoC: phycore-ac97: Add DT support

2013-04-18 Thread Markus Pargmann
Add devicetree support for this audio soc fabric driver. DT initialized drivers do not have real device ids, so imx-pcm-fiq-audio.0 is used without '.0'. This patch also simplifies the way audmux ports are configured. Before there was knowledge about the used board. As the audmux driver knows

[PATCH v4 00/10] ASoC: fsl-ssi: ac97-slave support

2013-04-18 Thread Markus Pargmann
Hi, This series adds DT support for phycore-ac97. It is now based on the pcm dma cleanups from Lars. Beside ac97 support, the series adds fsl-ssi imx-pcm-fiq and generic DMA binding handling. Regards, Markus Changes in v4: - phycore-ac97 uses the iomux functions based on audmux phandle now.

Re: [RFC PATCH 2/2] ARM: DT: kernel: DT cpu node bindings update

2013-04-18 Thread Grant Likely
On Wed, 17 Apr 2013 09:14:46 -0600, Stephen Warren swar...@wwwdotorg.org wrote: On 04/17/2013 03:14 AM, Mark Rutland wrote: Hi Stephen, + - enable-method + Usage: required on ARM 64-bit systems, optional on ARM 32-bit +systems + Value type: string +

Re: [PATCH v7 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC

2013-04-18 Thread Grant Likely
On Wed, 17 Apr 2013 12:22:23 -0400, Jason Cooper ja...@lakedaemon.net wrote: On Wed, Apr 17, 2013 at 05:17:48PM +0100, Grant Likely wrote: On Wed, Apr 17, 2013 at 5:10 PM, Jason Cooper ja...@lakedaemon.net wrote: On Wed, Apr 17, 2013 at 05:00:15PM +0100, Grant Likely wrote: On Tue, 16 Apr

Re: [PATCH V2 1/6] DT: add vendor prefixes for Ralink

2013-04-18 Thread Grant Likely
On Tue, 16 Apr 2013 11:12:37 +0200, John Crispin blo...@openwrt.org wrote: Signed-off-by: John Crispin blo...@openwrt.org For the whole series: Acked-by: Grant Likely grant.lik...@secretlab.ca Please merge via a MIPS tree. g. --- Documentation/devicetree/bindings/vendor-prefixes.txt |1

Re: [PATCH V2 1/6] DT: add vendor prefixes for Ralink

2013-04-18 Thread John Crispin
On 18/04/13 14:50, Grant Likely wrote: On Tue, 16 Apr 2013 11:12:37 +0200, John Crispinblo...@openwrt.org wrote: Signed-off-by: John Crispinblo...@openwrt.org For the whole series: Acked-by: Grant Likelygrant.lik...@secretlab.ca Please merge via a MIPS tree. g. Thank you !

Re: [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

2013-04-18 Thread Andrew Murray
On Wed, Apr 17, 2013 at 04:42:48PM +0100, Linus Walleij wrote: On Tue, Apr 16, 2013 at 12:18 PM, Andrew Murray andrew.mur...@arm.com wrote: This patch converts the pci_load_of_ranges function to use the new common of_pci_range_parser. Signed-off-by: Andrew Murray andrew.mur...@arm.com

[PATCH v4 1/2] imxfb: Set alpha value of the framebuffer

2013-04-18 Thread Markus Pargmann
From: Christian Hemp c.h...@phytec.de Based on Sascha Hauer's patch i.MX27 clock: Do not disable lcd clocks during startup. This patch gives a interface to chance the alphavalue of the framebuffer. Signed-off-by: Christian Hemp c.h...@phytec.de rebased to 3.7 Signed-off-by: Markus Pargmann

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

2013-04-18 Thread Markus Pargmann
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 --- Notes: Changes in v4: - Remove eukrea specific

[PATCH v4 0/2] video: imxfb DT support

2013-04-18 Thread Markus Pargmann
Hi, This series adds DT support for imxfb. Changes are listed in the notes section of each patch. Regards, Markus Christian Hemp (1): imxfb: Set alpha value of the framebuffer Markus Pargmann (1): video: imxfb: Add DT support

Re: [PATCH v7 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC

2013-04-18 Thread Jason Cooper
On Thu, Apr 18, 2013 at 01:48:32PM +0100, Grant Likely wrote: On Wed, 17 Apr 2013 12:22:23 -0400, Jason Cooper ja...@lakedaemon.net wrote: On Wed, Apr 17, 2013 at 05:17:48PM +0100, Grant Likely wrote: On Wed, Apr 17, 2013 at 5:10 PM, Jason Cooper ja...@lakedaemon.net wrote: On Wed,

Re: [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

2013-04-18 Thread Jason Cooper
On Thu, Apr 18, 2013 at 01:59:10PM +0100, Andrew Murray wrote: On Wed, Apr 17, 2013 at 04:42:48PM +0100, Linus Walleij wrote: On Tue, Apr 16, 2013 at 12:18 PM, Andrew Murray andrew.mur...@arm.com wrote: This patch converts the pci_load_of_ranges function to use the new common

[PATCH RESEND v5 2/2] DMA: imx-dma: imxdma-dev used uninitialized

2013-04-18 Thread Markus Pargmann
imxdma-dev is used for dev_warn before it was set. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/dma/imx-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index 8849d03..0d42d0a 100644 ---

[PATCH RESEND v5 1/2] dma: imx-dma: Add oftree support

2013-04-18 Thread Markus Pargmann
Adding devicetree support for imx-dma driver. Use driver name for function 'imx_dma_is_general_purpose' because the devicename for devicetree initialized devices is different. Signed-off-by: Markus Pargmann m...@pengutronix.de Reviewed-by: Arnd Bergmann a...@arndb.de --- Notes: Changes in

[PATCH RESEND v5 0/2] dma: imx-dma: OFTree support

2013-04-18 Thread Markus Pargmann
Hi, this series adds support for the generic DMA DT bindings. Regards, Markus Markus Pargmann (2): dma: imx-dma: Add oftree support DMA: imx-dma: imxdma-dev used uninitialized Documentation/devicetree/bindings/dma/fsl-imx-dma.txt | 48

Re: [PATCH v7 2/3] of/pci: Provide support for parsing PCI DT ranges property

2013-04-18 Thread Grant Likely
On Tue, 16 Apr 2013 11:18:27 +0100, Andrew Murray andrew.mur...@arm.com wrote: This patch factors out common implementation patterns to reduce overall kernel code and provide a means for host bridge drivers to directly obtain struct resources from the DT's ranges property without relying on

Re: [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

2013-04-18 Thread Grant Likely
On Tue, 16 Apr 2013 11:18:28 +0100, Andrew Murray andrew.mur...@arm.com wrote: This patch converts the pci_load_of_ranges function to use the new common of_pci_range_parser. Signed-off-by: Andrew Murray andrew.mur...@arm.com Signed-off-by: Liviu Dudau liviu.du...@arm.com Reviewed-by: Rob

Re: [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

2013-04-18 Thread Andrew Murray
On Thu, Apr 18, 2013 at 02:45:35PM +0100, Grant Likely wrote: On Tue, 16 Apr 2013 11:18:28 +0100, Andrew Murray andrew.mur...@arm.com wrote: This patch converts the pci_load_of_ranges function to use the new common of_pci_range_parser. Signed-off-by: Andrew Murray andrew.mur...@arm.com

Re: [PATCH RESEND v5 0/2] dma: imx-dma: OFTree support

2013-04-18 Thread Shawn Guo
On Thu, Apr 18, 2013 at 03:21:36PM +0200, Markus Pargmann wrote: Markus Pargmann (2): dma: imx-dma: Add oftree support DMA: imx-dma: imxdma-dev used uninitialized Both, Reviewed-by: Shawn Guo shawn@linaro.org ___ devicetree-discuss

Re: Regarding dtc+cpp support

2013-04-18 Thread Jon Hunter
On 04/18/2013 04:12 AM, Padma Venkat wrote: Hi Stephen, I am trying to add a header file for samsung audio subsystem clk definitions, which can be used in kernel and dt files. I applied following patches posted by you in my working tree. [1/7] kbuild: create an include chroot for DT

Re: [alsa-devel] [PATCH v4 02/10] ASoC: imx-pcm-dma: DT support

2013-04-18 Thread Lars-Peter Clausen
On 04/18/2013 02:33 PM, Markus Pargmann wrote: This patch adds the possibility to pass a of_node as platform_data which is used by generic-pcm-dma to request a DMA slave channel. Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/fsl/imx-pcm-dma.c | 4 +++- 1 file changed, 3

Re: [PATCH RESEND v5 1/2] dma: imx-dma: Add oftree support

2013-04-18 Thread Lars-Peter Clausen
Hi, On 04/18/2013 03:21 PM, Markus Pargmann wrote: [...] +static struct dma_chan *imxdma_xlate(struct of_phandle_args *dma_spec, + struct of_dma *ofdma) +{ + int count = dma_spec-args_count; + struct imxdma_engine *imxdma =

Re: [PATCH v7 2/3] of/pci: Provide support for parsing PCI DT ranges property

2013-04-18 Thread Grant Likely
On Thu, Apr 18, 2013 at 3:24 PM, Andrew Murray andrew.mur...@arm.com wrote: On Thu, Apr 18, 2013 at 02:44:01PM +0100, Grant Likely wrote: On Tue, 16 Apr 2013 11:18:27 +0100, Andrew Murray andrew.mur...@arm.com wrote: /* Act based on address space type */ res = NULL;

Re: [alsa-devel] [PATCH v4 02/10] ASoC: imx-pcm-dma: DT support

2013-04-18 Thread Markus Pargmann
On Thu, Apr 18, 2013 at 04:43:43PM +0200, Lars-Peter Clausen wrote: On 04/18/2013 02:33 PM, Markus Pargmann wrote: This patch adds the possibility to pass a of_node as platform_data which is used by generic-pcm-dma to request a DMA slave channel. Signed-off-by: Markus Pargmann

Re: [PATCH v7 2/3] of/pci: Provide support for parsing PCI DT ranges property

2013-04-18 Thread Andrew Murray
On Thu, Apr 18, 2013 at 04:29:54PM +0100, Grant Likely wrote: On Thu, Apr 18, 2013 at 3:24 PM, Andrew Murray andrew.mur...@arm.com wrote: On Thu, Apr 18, 2013 at 02:44:01PM +0100, Grant Likely wrote: On Tue, 16 Apr 2013 11:18:27 +0100, Andrew Murray andrew.mur...@arm.com wrote:

Re: [PATCH RESEND v5 1/2] dma: imx-dma: Add oftree support

2013-04-18 Thread Markus Pargmann
On Thu, Apr 18, 2013 at 05:14:37PM +0200, Lars-Peter Clausen wrote: Hi, On 04/18/2013 03:21 PM, Markus Pargmann wrote: [...] +static struct dma_chan *imxdma_xlate(struct of_phandle_args *dma_spec, + struct of_dma *ofdma) +{ + int count =

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: Regarding dtc+cpp support

2013-04-18 Thread Padma Venkat
Hi, On Thu, Apr 18, 2013 at 8:19 PM, Jon Hunter jon-hun...@ti.com wrote: On 04/18/2013 04:12 AM, Padma Venkat wrote: Hi Stephen, I am trying to add a header file for samsung audio subsystem clk definitions, which can be used in kernel and dt files. I applied following patches posted by you

Re: [PATCH 26/28] proc: Supply a function to remove a proc entry by PDE [RFC]

2013-04-18 Thread Bjorn Helgaas
On Tue, Apr 16, 2013 at 12:27 PM, David Howells dhowe...@redhat.com wrote: Supply a function (proc_remove()) to remove a proc entry (and any subtree rooted there) by proc_dir_entry pointer rather than by name and (optionally) root dir entry pointer. This allows us to eliminate all remaining

Re: Regarding dtc+cpp support

2013-04-18 Thread Jon Hunter
On 04/18/2013 11:21 AM, Padma Venkat wrote: Hi, On Thu, Apr 18, 2013 at 8:19 PM, Jon Hunter jon-hun...@ti.com wrote: On 04/18/2013 04:12 AM, Padma Venkat wrote: Hi Stephen, I am trying to add a header file for samsung audio subsystem clk definitions, which can be used in kernel and dt

Re: [RFC PATCH] drivers: bus: add ARM CCI support

2013-04-18 Thread Stephen Boyd
On 04/11/13 07:47, Lorenzo Pieralisi wrote: diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c new file mode 100644 index 000..81953de --- /dev/null +++ b/drivers/bus/arm-cci.c [...] +static void notrace cci_port_control(unsigned int port, bool enable) +{ + void __iomem

[RFC v2] video: ARM CLCD: Add DT CDF support

2013-04-18 Thread Pawel Moll
This patch adds basic DT bindings for the PL11x CLCD cells and make their fbdev driver use them, together with the Common Display Framework. The DT provides information about the hardware configuration and limitations (eg. the largest supported resolution) but the video modes come exclusively

Re: [RFC PATCH] drivers: bus: add ARM CCI support

2013-04-18 Thread Nicolas Pitre
On Thu, 18 Apr 2013, Stephen Boyd wrote: On 04/11/13 07:47, Lorenzo Pieralisi wrote: diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c new file mode 100644 index 000..81953de --- /dev/null +++ b/drivers/bus/arm-cci.c [...] +static void notrace cci_port_control(unsigned

Re: [RFC PATCH] drivers: bus: add ARM CCI support

2013-04-18 Thread Stephen Boyd
On 04/18/13 10:54, Nicolas Pitre wrote: On Thu, 18 Apr 2013, Stephen Boyd wrote: On 04/11/13 07:47, Lorenzo Pieralisi wrote: diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c new file mode 100644 index 000..81953de --- /dev/null +++ b/drivers/bus/arm-cci.c [...] +static void

Re: [PATCH] documentation: iommu: add description of ARM System MMU binding

2013-04-18 Thread Will Deacon
Hi Olav, On Tue, Apr 16, 2013 at 07:18:42PM +0100, Olav Haugan wrote: On 4/15/2013 6:13 AM, Will Deacon wrote: If so, doesn't that strongly tie your video driver to the SMMU? Isn't this more or less what you are doing in DT where you associate specific devices with an IOMMU (mmu-masters)?

Re: [PATCH RFC 2/2] gpio: samsung: Remove OF support for Exynos4/5

2013-04-18 Thread Sylwester Nawrocki
On 04/17/2013 06:35 PM, Linus Walleij wrote: On Wed, Apr 17, 2013 at 1:06 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: -#endif +* All Samsung platforms that support device tree will use the pinctrl +* driver, hence we skip initialization of this driver if the OF tree +

Re: [PATCH] ARM: dts: omap4-panda: Add USB Host support

2013-04-18 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [130415 01:53]: Provide the RESET and Power regulators for the USB PHY, the USB Host port mode and the PHY device. The USB PHY needs AUXCLK3 to operate. Provide this information as well. Also provide pin multiplexer information for the USB host pins. This

Re: [PATCH 1/2] mfd: wm8994: Add device ID data to WM8994 OF device IDs

2013-04-18 Thread Samuel Ortiz
Hi Mark, On Thu, Apr 11, 2013 at 06:11:50PM +0100, Mark Brown wrote: We can actually read this back from the device but we use this when registered using standard I2C board data registration so make sure it's there for OF too. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

Re: [PATCH 02/10] utilfdt_read: pass back up the length of data read

2013-04-18 Thread David Gibson
On Mon, Apr 15, 2013 at 10:13:09PM -0400, Mike Frysinger wrote: For a follow up commit, we want to be able to scan the buffer that was returned to us. In order to do that safely, we need to know how big the buffer actually is, so create a new set of funcs to pass that back. Signed-off-by:

Re: [PATCH 04/10] util_version: new helper for displaying version info

2013-04-18 Thread David Gibson
On Mon, Apr 15, 2013 at 10:13:11PM -0400, Mike Frysinger wrote: This is so all utilities can have this flag and not just dtc. Acked-by: David Gibson da...@gibson.dropbear.id.au Signed-off-by: Mike Frysinger vap...@gentoo.org Jon, Please apply these first 4 patches, regardless of the rest of

Re: [PATCH] fdtput: expand fdt if value does not fit.

2013-04-18 Thread David Gibson
On Mon, Apr 15, 2013 at 07:36:50AM +0100, Srinivas KANDAGATLA wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com If you try to insert a new node or extend a property with large value, using fdtput you will notice that it always fails. example: fdtput -v -p -ts ./tst.dtb /node-1

[PATCH -next] mmc: dw_mmc: fix error return code in dw_mci_probe()

2013-04-18 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENOMEM in alloc workqueue error case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/mmc/host/dw_mmc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[PATCH -next] mmc: mxs-mmc: fix error return code in mxs_mmc_probe()

2013-04-18 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENODEV in the request dma error case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/mmc/host/mxs-mmc.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 1/3] Add support for GMT G72/G763 PWM fan controller

2013-04-18 Thread Guenter Roeck
On Fri, Apr 19, 2013 at 12:28:21AM +0200, Arnaud Ebalard wrote: Signed-off-by: Arnaud Ebalard a...@natisbad.org Tested-by: Arnaud Ebalard a...@natisbad.org --- drivers/hwmon/Kconfig | 10 + drivers/hwmon/Makefile |1 + drivers/hwmon/g762.c | 1159

Re: [PATCH 1/3] Add support for GMT G72/G763 PWM fan controller

2013-04-18 Thread Andrew Lunn
Hi Arnaud +static DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm); +static DEVICE_ATTR(pwm1_polarity, S_IWUSR | S_IRUGO, +get_pwm_polarity, set_pwm_polarity); +static DEVICE_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, +get_pwm_mode, set_pwm_mode); +static

Re: Regarding dtc+cpp support

2013-04-18 Thread Padma Venkat
On Thu, Apr 18, 2013 at 10:27 PM, Jon Hunter jon-hun...@ti.com wrote: On 04/18/2013 11:21 AM, Padma Venkat wrote: Hi, On Thu, Apr 18, 2013 at 8:19 PM, Jon Hunter jon-hun...@ti.com wrote: On 04/18/2013 04:12 AM, Padma Venkat wrote: Hi Stephen, I am trying to add a header file for samsung