Re: [PATCH V7] kbuild: create a rule to run the pre-processor on *.dts files

2013-02-03 Thread Srinivas KANDAGATLA
On 01/02/13 19:25, Stephen Warren wrote: > On 02/01/2013 10:27 AM, Stephen Warren wrote: >> On 02/01/2013 09:51 AM, Rob Herring wrote: >>> On 02/01/2013 03:01 AM, Srinivas KANDAGATLA wrote: Hi Stephen, Not sure if you have already noticed this but, I did try this patch on my 3.8, and

Re: [PATCH v5 10/10] clk: tegra: devicetree match for nvidia, tegra114-car

2013-02-03 Thread Prashant Gaikwad
On Friday 01 February 2013 03:48 PM, Peter De Schrijver wrote: Signed-off-by: Peter De Schrijver --- Reviewed-by: Prashant Gaikwad drivers/clk/tegra/clk.c |1 + drivers/clk/tegra/clk.h |7 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/clk/tegra/c

Re: [PATCH v5 09/10] clk: tegra: Implement clocks for Tegra114

2013-02-03 Thread Prashant Gaikwad
On Friday 01 February 2013 03:48 PM, Peter De Schrijver wrote: Implement most clocks for Tegra114. The super clocks for the CPU complex are still missing and will be implemented in a future version. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/Makefile |1 + drivers/clk/

RE: [PATCH V2 3/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
On Sun, Feb 03, 2013 at 18:19:05, Nori, Sekhar wrote: > > > On 1/29/2013 1:08 PM, Vishwanathrao Badarkhe, Manish wrote: > > Add I2C0 device tree node information to da850-evm. > > Also, add I2C0 pin muxing information in da850-evm. > > > > Signed-off-by: Vishwanathrao Badarkhe, Manish > > --- >

Re: [dtc][PATCH] Fix typo

2013-02-03 Thread François Revol
On 03/02/2013 22:38, Jon Loeliger wrote: > Applied, but yeah, I had to clean up an otherwise messy commit message. > Sorry, I'd have used git send-email instead but got too lazy and copied the whole patch. > And double yeah, I also copied the DTC list where this patch should > also have been sen

Re: [PATCH v6 05/12] iommu/exynos: support for device tree

2013-02-03 Thread Joerg Roedel
Cho, On Wed, Jan 02, 2013 at 02:53:49PM +0900, KyongHo Cho wrote: > On Tuesday, January 1, 2013, Sylwester Nawrocki > > Cc: devicetree-discuss@lists.ozlabs.org Since patch 7 of this set is already merged, do you mind to re-post the rest of this patch-set with the latest comments addressed? I ca

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-03 Thread Inki Dae
2013. 2. 1. 오후 8:52 Inki Dae 작성: > > >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vger.kernel.org] On Behalf Of Sachin Kamat >> Sent: Friday, February 01, 2013 8:40 PM >> To: Inki Dae >> Cc: Sylwester Nawrocki; Kukjin Kim; Sylwester

[RFC][PATCH 2/2 v4] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Support for loading the simple-card module via devicetree. It requests cpu/codec information for probing. Signed-off-by: Kuninori Morimoto --- v3 -> v4 - dai-name -> port-name and option - removed sub-node .../devicetree/bindings/sound/simple-card.txt | 62 +++ sound/soc/gener

[RFC][PATCH 1/2] ASoC: codec_dai_name become option

2013-02-03 Thread Kuninori Morimoto
Current ASoC always request codec_dai_name for matching, but it can be option. This patch set codec_dai_name as option. Signed-off-by: Kuninori Morimoto --- sound/soc/soc-core.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/sound/soc/soc-core.c b/sound/

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-02-03 Thread Rahul Sharma
On Fri, Feb 1, 2013 at 3:55 AM, Kukjin Kim wrote: > Rahul Sharma wrote: > > [...] > >> + hdmi { >> + compatible = "samsung,exynos4-hdmi14"; >> >>> >> >>> >> >>> >> >>> What "-hdmi14" signifies here ? And to which Exynos4 SoC revisions > this >> >>> compatible property

Re: [RFC][PATCH 2/2 v3] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Mark, Stephen > > > There's more attributes that we might want to configure on the > > > devices than just the actual DAI link. Clocks for example. > > > Sure, but this binding is *simple*-audio, right. If the intent is to > > create some more general/all-encompassing binding structure, I'd

Re: [RFC][PATCH 2/2 v3] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Stephen, Mark > > +- simple-audio,dai-name: simple-audio CPU/CODEC DAI > > name > > OK, I see those two are CPU-/CODEC-specific. However, you could easily > just have different property names for the two. > > I assume you didn't like my idea of not putting the DAI names

[PATCH RFC 1/1] gpio: mcp23s08: convert driver to DT

2013-02-03 Thread Lars Poeschel
From: Lars Poeschel This converts the mcp23s08 driver to be able to be used with device tree. There are two properties taken, that correspond to the members of the struct mcp23s08_platform_data, that is the base member and the chip array member. Signed-off-by: Lars Poeschel --- .../devicetree/

[PATCH RFC 0/1] Convert mcp23s08 to DT usage

2013-02-03 Thread Lars Poeschel
From: Lars Poeschel I wanted to use mcp23s08 driver with a device that boots using device tree. Therefore I had to modify the driver to be able to take it's platform_data from the device tree. I am using a mcp23017 (I2C) device successfully with the patch booted over device tree. I am not sure if

Re: [PATCH 2/4] ARM: dts: add support for mixer to exynos4

2013-02-03 Thread Rahul Sharma
On Wed, Jan 30, 2013 at 1:54 AM, Sylwester Nawrocki wrote: > Hi, > > > On 01/28/2013 07:44 AM, Rahul Sharma wrote: + + mixer: mixer { + compatible = "samsung,exynos4-mixer"; >>> >>> >>> >>> I'm afraid this compatible property it too generic. Is the video mix

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-02-03 Thread Rahul Sharma
Thanks Sylwester, On Wed, Jan 30, 2013 at 2:12 AM, Sylwester Nawrocki wrote: > Hi Rahul, > > > On 01/28/2013 07:19 AM, Rahul Sharma wrote: --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -289,4 +289,11 @@ interrupts =<

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-02-03 Thread Rahul Sharma
On Thu, Jan 31, 2013 at 10:22 AM, Inki Dae wrote: > 2013/1/31 Stephen Warren : >> On 01/30/2013 06:16 PM, Inki Dae wrote: >>> 2013/1/30 Sylwester Nawrocki : Hi, On 01/08/2013 11:56 PM, Stephen Warren wrote: > > On 01/08/2013 01:16 PM, Sean Paul wrote: >> >> Add

[PATCH] arm: dts: omap4-panda: Add I2c pinctrl data

2013-02-03 Thread Sourav Poddar
Booting 3.8-rc4 on omap4 panda results in the following error [0.27] omap_i2c 4807.i2c: did not get pins for i2c error: -19 [0.445770] omap_i2c 4807.i2c: bus 0 rev0.11 at 400 kHz [0.473937] omap_i2c 48072000.i2c: did not get pins for i2c error: -19 [0.474670] omap_i2c 4

RE: [PATCH V2] ENGR00242223-2 Need to add delay to regulator based on register setting

2013-02-03 Thread Huang Yongcai-B20788
Sorry, sent to the devicetree-discuss list by mistake, anyone who is in devicetree-discuss list please ignore it. Best Regards. Anson huang 黄勇才   Freescale Semiconductor Shanghai 上海浦东新区亮景路192号A座2楼 201203 Tel:021-28937058 $-Original Message- $From: Huang Yongcai-B20788 $Sent: Friday, Feb

[PATCH V2] ENGR00242223-2 Need to add delay to regulator based on register setting

2013-02-03 Thread Anson Huang
When LDO is set to voltage up, need to do enough waiting before it ramps up to the new voltage, and this ramp up time should be based on the register setting. Signed-off-by: Anson Huang --- .../bindings/regulator/anatop-regulator.txt|8 drivers/regulator/anatop-regulator.c

[PATCH V3] regulators: anatop: add set_voltage_time_sel interface

2013-02-03 Thread Anson Huang
some of anatop's regulators(cpu, vddpu and vddsoc) have register settings about LDO's step time, which will impact the LDO ramp up speed, need to use set_voltage_time_sel interface to add necessary delay everytime LDOs' voltage is increased. offset 0x170: bit [24-25]: cpu bit [26-27]: vddpu bit [2

[PATCH V2] regulators: anatop: add set_voltage_time_sel interface

2013-02-03 Thread Anson Huang
some of anatop's regulators(cpu, vddpu and vddsoc) have register settings about LDO's step time, which will impact the LDO ramp up speed, need to use set_voltage_time_sel interface to add necessary delay everytime LDOs' voltage is increased. offset 0x170: bit [24-25]: cpu bit [26-27]: vddpu bit [2

Re: [PATCH v2 1/3] arm: mvebu: Add support for USB host controllers in Armada 370/XP

2013-02-03 Thread Nobuhiro Iwamatsu
Hi, Ezequiel. I checked with your first patch, that is no ploblem. you dont need to change patch. sorry for my noise. best regards, Nobuhiro On Wed, Jan 30, 2013 at 3:56 AM, Ezequiel Garcia wrote: > Hi Jason, > > On Wed, Jan 23, 2013 at 2:40 PM, Jason Cooper wrote: >> On Wed, Jan 23, 2013 at

Re: [RFC][PATCH 2/2 v3] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Stephen Thank you for checking patch > > +Required properties: > > + > > +- compatible : "simple-audio" > > +- simple-audio,card-name : simple-audio card name > > +- simple-audio,format : see below > > + > > +Optional properties: > > + > > +- simple-audio,

[PATCH] Added license header to dtc/libfdt/fdt.h and libfdt_env.h

2013-02-03 Thread Justin Sobota
--- libfdt/fdt.h| 50 ++ libfdt/libfdt_env.h | 50 ++ 2 files changed, 100 insertions(+) mode change 100644 => 100755 libfdt/fdt.h mode change 100644 => 100755 libfdt/libfdt_env.h diff --

[PATCH 2/2] arm: dts: omap5-evm: Add mcspi data

2013-02-03 Thread Sourav Poddar
Add mcspi node and pinmux data for omap5 mcspi controller. Tested on omap5430 evm with 3.8-rc4 custom kernel. Signed-off-by: Sourav Poddar --- Develops this on the patch[1] submitted in mainline [1]: http://www.spinics.net/lists/kernel/msg1473163.html arch/arm/boot/dts/omap5-evm.dts | 46

[PATCH 1/2] arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file

2013-02-03 Thread Sourav Poddar
From: Felipe Balbi Add all 4 mcspi instances to omap5.dtsi file. Signed-off-by: Felipe Balbi Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5.dtsi | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5.d

[PATCH 0/2] add omap mcspi device tree data

2013-02-03 Thread Sourav Poddar
Patch series adds omap5 evm mcspi nodes and pinctrl data in omap5.dtsi and omap5-evm.dts files. Felipe Balbi (1): arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file Sourav Poddar (1): arm: dts: omap5-evm: Add mcspi data arch/arm/boot/dts/omap5-evm.dts | 46

[PATCH] regulators: anatop: add set_voltage_time_sel interface

2013-02-03 Thread Anson Huang
some of anatop's regulators(vppcpu, vddpu and vddsoc) have register settings about LDO's step time, which will impact the LDO ramp up speed, need to use set_voltage_time_sel interface to add necessary delay everytime LDOs' voltage is increased. offset 0x170: bit [24-25]: vddcpu bit [26-27]: vddpu

[RFC][PATCH 2/2 v3] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Support for loading the simple-card module via devicetree. It requests cpu/codec information for probing. Signed-off-by: Kuninori Morimoto --- v2 -> v3 - modify simple-card.txt - remove "platform" from DT - DT used sub-node .../devicetree/bindings/sound/simple-card.txt | 71 +

Re: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-02-03 Thread Sourav
Hi Luciano, On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: Hi Sourav, On Mon, 2013-01-28 at 16:47 +0530, Sourav Poddar wrote: Booting 3.8-rc4 om omap 4430sdp results in the following error omap_i2c 4807.i2c: did not get pins for i2c error: -19 [1.024261] omap_i2c 4807

Re: [RFC][PATCH 2/2 v2] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Stephen, Mark Thank you for your checking > >> Rename that simple-audio,dma-controller perhaps? "platform" is a word > >> specific to ASoC, and the bindings really should be generic across OSs. (snip) > I still don't understand why the ASoC platform has to be exposed in > device tree; it see

RE: [PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Hi Linus, On Tue, Jan 29, 2013 at 16:29:54, Linus Walleij wrote: > On Tue, Jan 29, 2013 at 8:38 AM, Vishwanathrao Badarkhe, Manish > wrote: > > > Currently, I2C driver gets probed before pinctrl driver. > > To achieve I2C pin muxing via pinctrl driver before I2C probe get > > called, register

Re: [RFC][PATCH 2/2 v2] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Mark, Stephen >> simple-audio,codec { >> simple-audio,dev = &phandle; >> simple-audio,system-clock-frequency = 12288; >> }; I would like to ask you before creating v3 patch. I got some opinions from you. - cpu/codec style (above) - "controller" naming

[PATCH V2 6/6] ARM: davinci: da850: add tps6507x regulator DT data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add tps6507x regulator device tree data to da850-evm by adding regulator consumers with tightened constraints and regulator-name.TPS6507x regulator handle can be obtained by using this regulator name. Regulator constraints are added as per da850 board file. Regulator names are given as per maximum

[PATCH V2 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree data for tps6507x regulator by adding all tps6507x regulator nodes. Regulators are initialized based on compatible name provided in tps6507x DT file. All tps6507x PMIC regulator device tree nodes are placed in a separate device tree include file (tps6507x.dtsi). tps6507x.dtsi file

[PATCH V2 3/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Changes since V1: - Updated i2c0 node names in dts and dtsi file. - Removed interrupt parent from i2c0 node. - Handled i2c0 pin mux inside i

[PATCH V2 4/6] mfd: tps6507x: add device-tree support.

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree based initialization support for TI's tps6507x mfd device. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Changes since V1: - updated subject line for commit. :100644 100644 409afa2... 5ad4b77... M drivers/mfd/tps6507x.c drivers/mfd/tps6507x.c |9 + 1 files chan

[PATCH V2 2/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add OF_DEV_AUXDATA for I2C0 controller driver in da850 board dt file to use I2C0 clock. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Changes since V1: - updated name for auxdata lookup da850_evm_auxdata_lookup -> da850_auxdata_lookup :100644 100644 37c27af... 95ca4e9... M arch/arm/mach

[PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Currently, I2C driver gets probed before pinctrl driver. To achieve I2C pin muxing via pinctrl driver before I2C probe get called, register pinctrl driver in arch_initcall. Also, add module_exit to unregister pinctrl driver. Signed-off-by: Vishwanathrao Badarkhe, Manish --- :100644 100644 f6a360b

[PATCH V2 0/6] davinci: DT support for i2c0 and tps6507x

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
This patch series enables device tree support for I2C0 and for regulator via tps6507x mfd device on da850-evm. Applies on top of v3.8-rc5 of linus tree. Tested on da850-evm device. Test procedure followed as below: Once device boots up, issue command as: $for reg in /sys/class/regulator/*; do e

RE: [PATCH V2] ARM: davinci: da850: add RTC DT entries

2013-02-03 Thread Katepallewar, Mrugesh
On Mon, Jan 28, 2013 at 21:32:13, Nori, Sekhar wrote: > Hi Mrugesh, > > On 1/28/2013 1:17 PM, Mrugesh Katepallewar wrote: > > Add RTC DT entries in da850 dts file. > > > > Signed-off-by: Mrugesh Katepallewar > > --- > > Applies on top of v3.8-rc4 of linus tree. > > > > This patch is depending o

Re: [RFC][PATCH 1/2] ASoC: add snd_soc_of_parse_daifmt() for DeviceTree

2013-02-03 Thread Kuninori Morimoto
Hi Mark > > This patch adds snd_soc_of_parse_daifmt() and supports below style on DT. > > Applied, thanks. Thank you. Now, I'm afraid about this snd_soc_of_parse_daifmt() patch. I created this to be possible to share to get SND_SOC_ flags between all drivers on DT. But now simple-card is

Re: [RFC][PATCH 2/2 v2] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Mark > > Sorry, Does this means under Documentation ? > > Or driver ? > > In the binding document. I see. > > I guess it can share format between codec/dai, > > but it is difficult for inversion. > > Because it is depends on its default clock polarity. > > of course we can do > > simple-au

Re: [RFC][PATCH 2/2 v2] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Stephen Thank you for checking path > > +Required properties: > > + > > +- compatible : "simple-audio" > > +- simple-audio,card-name : simple-audio card name > > + > > +- simple-audio,platform,controller : phandle for platform >

Re: [RFC][PATCH 2/2 v2] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Mark Thank you for checking patch > > +- simple-audio,cpu,dai,clock-gating: if needed, see below > > A lot of these are listed as "if needed" - this means they should be > listed separately as optional properties rather than in the required > properties section. Sorry, Does

[PATCH] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-03 Thread Sebastian Hesselbarth
This patch adds device tree parsing for gpio_ir_recv platform_data and the mandatory binding documentation. It basically follows what we already have for e.g. gpio_keys. All required device tree properties are OS independent but optional properties allow linux specific support for rc protocols and

Re: [PATCH] w1-gpio: fix section mismatch

2013-02-03 Thread Evgeniy Polyakov
Hi On Sun, Jan 27, 2013 at 09:07:57PM +0100, Hauke Mehrtens (ha...@hauke-m.de) wrote: > This fixes the following section mismatch: > > WARNING: drivers/w1/masters/w1-gpio.o(.data+0x188): Section mismatch in > reference from the variable w1_gpio_driver to the function > .init.text:w1_gpio_probe()

[PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-02-03 Thread Sourav Poddar
Booting 3.8-rc4 om omap 4430sdp results in the following error omap_i2c 4807.i2c: did not get pins for i2c error: -19 [1.024261] omap_i2c 4807.i2c: bus 0 rev0.12 at 100 kHz [1.030181] omap_i2c 48072000.i2c: did not get pins for i2c error: -19 [1.037384] omap_i2c 48072000.i2c: b

[PATCH] arm: dts: omap5-evm: Add I2c pinctrl data

2013-02-03 Thread Sourav Poddar
Booting 3.8-rc4 om omap 5430evm results in the following error omap_i2c 4807.i2c: did not get pins for i2c error: -19 [1.024261] omap_i2c 4807.i2c: bus 0 rev0.12 at 100 kHz [1.030181] omap_i2c 48072000.i2c: did not get pins for i2c error: -19 [1.037384] omap_i2c 48072000.i2c: b

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-02-03 Thread Rahul Sharma
Hi Tomasz, On Mon, Jan 28, 2013 at 2:14 PM, Tomasz Figa wrote: > Hi Rahul, > > On Monday 28 of January 2013 12:25:27 Rahul Sharma wrote: >> Hi Thomas, >> >> On Fri, Jan 25, 2013 at 11:10 PM, Thomas Abraham >> >> wrote: >> > On 25 January 2013 02:39, Rahul Sharma > wrote: >> >> Signed-off-by: Ra

[PATCH V2] ARM: davinci: da850: add RTC DT entries

2013-02-03 Thread Mrugesh Katepallewar
Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar --- Applies on top of v3.8-rc4 of linus tree. This patch is depending on "ARM: davinci: da850: add interrupt-parent property in soc node" https://patchwork.kernel.org/patch/2044101/ Tested on da850-evm device. Test Proc

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-02-03 Thread Rahul Sharma
Hi Thomas, On Fri, Jan 25, 2013 at 11:10 PM, Thomas Abraham wrote: > On 25 January 2013 02:39, Rahul Sharma wrote: >> Signed-off-by: Rahul Sharma >> >> Conflicts: >> arch/arm/mach-exynos/mach-exynos4-dt.c >> --- >> arch/arm/boot/dts/exynos4.dtsi | 7 +++ >> arch/arm/mach-ex

RE: [PATCH] ARM: davinci: da850: add RTC driver DT entries

2013-02-03 Thread Katepallewar, Mrugesh
On Fri, Jan 25, 2013 at 16:52:18, Nori, Sekhar wrote: > On 1/25/2013 4:34 PM, Katepallewar, Mrugesh wrote: > > On Fri, Jan 25, 2013 at 16:04:22, Nori, Sekhar wrote: > >> On 1/25/2013 11:43 AM, Mrugesh Katepallewar wrote: > >>> Add RTC DT entries in da850 dts file. > >>> > >>> Signed-off-by: Mrugesh

Re: [PATCH 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-03 Thread Vikas Sajjan
Thanks Sachin. Will add related documentation and resend. On 28 January 2013 11:56, Sachin Kamat wrote: > Hi Vikas, > > You need to CC devicetree-discuss@lists.ozlabs.org for patches adding > new bindings and add documentation related to it. > > On 28 January 2013 11:14, Vikas Sajjan wrote: >> T

Re: [PATCH 2/4] ARM: dts: add support for mixer to exynos4

2013-02-03 Thread Rahul Sharma
On Mon, Jan 28, 2013 at 2:34 AM, Sylwester Nawrocki wrote: > On 01/25/2013 11:39 AM, Rahul Sharma wrote: >> >> diff --git a/arch/arm/boot/dts/exynos4.dtsi >> b/arch/arm/boot/dts/exynos4.dtsi >> index 6c2c79d..07cb7d4 100644 >> --- a/arch/arm/boot/dts/exynos4.dtsi >> +++ b/arch/arm/boot/dts/exynos4

RE: [PATCH 2/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
On Fri, Jan 25, 2013 at 16:20:13, Nori, Sekhar wrote: > On 1/24/2013 5:05 PM, Vishwanathrao Badarkhe, Manish wrote: > > Add I2C0 device tree node information to da850-evm. > > Also, add I2C0 pin muxing information in da850-evm. > > > > Signed-off-by: Vishwanathrao Badarkhe, Manish > > --- > > Dep

RE: [PATCH 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
On Sat, Jan 26, 2013 at 10:42:08, Mark Brown wrote: > On Fri, Jan 25, 2013 at 06:29:49AM +, Vishwanathrao Badarkhe, Manish > wrote: > > On Thu, Jan 24, 2013 at 17:30:51, Mark Brown wrote: > > > I too doubt that whether it should be in architecture specific folder, > > > My code is in referen

DTs, Linux drivers & PCI Devices

2013-02-03 Thread Saridakis, Dean (US SSA)
I've been diving into Linux kernel drivers & device trees for a new project & am looking for some help. First, is it reasonable/possible to define a PCI (PCIe) device in a device tree? Seems like you'd have to reference a BAR#s to do this (& still have addresses mapped by enumeration). A coup

RE: [PATCH] ARM: davinci: da850: add RTC driver DT entries

2013-02-03 Thread Katepallewar, Mrugesh
On Fri, Jan 25, 2013 at 16:04:22, Nori, Sekhar wrote: > On 1/25/2013 11:43 AM, Mrugesh Katepallewar wrote: > > Add RTC DT entries in da850 dts file. > > > > Signed-off-by: Mrugesh Katepallewar > > --- > > Applies on top of v3.8-rc4 of linus tree. > > > > Tested on da850-evm device. > > > > Test

Re: [PATCH] drm/i2c: Add driver for PTN3460 LVDS/DP bridge

2013-02-03 Thread Jani Nikula
On Thu, 24 Jan 2013, Sean Paul wrote: > +static int ptn3460_power_up(struct ptn3460_platform_data *pd) > +{ > + int ret; > + > + if (pd->gpio_pd_n > 0) > + gpio_set_value(pd->gpio_pd_n, 1); Hi Sean, just a random thing that caught my eye: last I checked 0 is a valid GPIO numbe

RE: [PATCH 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Hi Mark, On Thu, Jan 24, 2013 at 17:30:51, Mark Brown wrote: > On Thu, Jan 24, 2013 at 04:25:19PM +0530, Vishwanathrao Badarkhe, Manish > wrote: > > > --- > > arch/arm/boot/dts/tps6507x.dtsi | 47 > > +++ > > Why are you putting this in arch/arm? > I too

[PATCH] ARM: davinci: da850: add RTC driver DT entries

2013-02-03 Thread Mrugesh Katepallewar
Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar --- Applies on top of v3.8-rc4 of linus tree. Tested on da850-evm device. Test Procedure: date [.]MM.DD-hh:mm[:ss] hwclock -w reset board and check system time. :100644 100644 37dc5a3... b16efd4... M arch/arm/boot/d

Re: [RFC][PATCH 0/2 v2] ASoC: simple-card: add Device Tree support

2013-02-03 Thread Kuninori Morimoto
Hi Mark, Stephen, and all > These patches add snd_soc_of_parse_daifmt() and simple-card DT support > > Kuninori Morimoto (2): > ASoC: add snd_soc_of_parse_daifmt() for DeviceTree > ASoC: simple-card: add Device Tree support > > .../devicetree/bindings/sound/simple-card.txt |

[PATCH 2/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Depends on patch http://comments.gmane.org/gmane.linux.davinci/25993 arch/arm/boot/dts/da850-evm.dts | 15 +++ arch/arm/boot/d

[PATCH 1/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add OF_DEV_AUXDATA for I2C0 controller driver in da850 board dt file to use I2C0 clock. Signed-off-by: Vishwanathrao Badarkhe, Manish --- arch/arm/mach-davinci/da8xx-dt.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/m

[PATCH 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree data for tps6507x regulator by adding all tps6507x regulator nodes. Regulators are initialized based on compatible name provided in tps6507x DT file. All tps6507x PMIC regulator device tree nodes are placed in a separate device tree include file (tps6507x.dtsi). tps6507x.dtsi file

[PATCH 4/6] davinci: regulator: tps6507x: add device tree support.

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree based initialization support for TI's tps6507x regulators. Add device tree binding document for TI's tps6507x using datasheet: http://www.ti.com/lit/ds/symlink/tps65070.pdf Signed-off-by: Vishwanathrao Badarkhe, Manish --- Documentation/devicetree/bindings/mfd/tps6507x.txt | 91

[PATCH 3/6] davinci: mfd: tps6507x: add device-tree support.

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree based initialization support for TI's tps6507x mfd device. Signed-off-by: Vishwanathrao Badarkhe, Manish --- drivers/mfd/tps6507x.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c index 409afa2..5ad4

[PATCH 6/6] ARM: davinci: da850: add tps6507x regulator DT data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add tps6507x regulator device tree data to da850-evm by adding regulator consumers with tightened constraints and regulator-name.TPS6507x regulator handle can be obtained by using this regulator name. Regulator constraints are added as per da850 board file. Regulator names are given as per maximum

[PATCH 0/6] davinci: support for i2c0 and tps6507x

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
This patch series enables device tree support for I2C0 and for regulator via tps6507x mfd device on da850-evm. Applies on top of v3.8-rc4 of linus tree. Tested on da850-evm device. Test procedure followed as below: Once device boots up, issue command as: $for reg in /sys/class/regulator/*; do e

[PATCH] of: Add vendor prefix for Cirrus Logic

2013-02-03 Thread Alexander Shiyan
This patch adds a device tree vendor prefix for Cirrus Logic, Inc. Signed-off-by: Alexander Shiyan --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindi

Re: [PATCH v16 RESEND 0/7] of: add display helper

2013-02-03 Thread Dave Airlie
>> > Hi! >> > >> > There was still no maintainer, that commented, ack'd, nack'd, apply'd the >> > series. So, this is just a resend. >> > The patches were tested with: >> > >> > - v15 on Tegra by Thierry >> > - sh-mobile-lcdcfb by Laurent >> > - MX53QSB by Marek >> >

New DTC Release

2013-02-03 Thread Sobota, Justin
Jon, Will it be possible to do a new DTC release sometime in the near future? I've integrated libfdt from DTCv1.3.0 into a TI software component that will be released with a BSD-type license. During the integration I noticed a lot of applicable fixes have been made on the master since the las

Re: [PATCH v2 2/3] arm: mvebu: Enable USB controllers on Armada 370/XP boards

2013-02-03 Thread Eric Bénard
Hi Thomas, Le Wed, 23 Jan 2013 19:03:52 +0100, Thomas Petazzoni a écrit : > On Wed, 23 Jan 2013 14:04:42 -0300, Ezequiel Garcia wrote: > > > from the OpenBlocks AX3-4 board dts file, since you mentioned this > > board uses that USB > > port for a PCIe connector -- if I understood correctly. > >

Re: [PATCH RFC v3 01/15] [media] Add common video interfaces OF bindings documentation

2013-02-03 Thread Hans Verkuil
On Wed 23 January 2013 11:21:24 Sylwester Nawrocki wrote: > Hi Hans, > > On 01/21/2013 11:31 AM, Hans Verkuil wrote: > [...] > >> +Required properties > >> +--- > >> + > >> +If there is more than one 'port' or more than one 'endpoint' node > >> following > >> +properties are requi

Re: [PATCH v1 6/6] USB: MUSB: OMAP: get PHY by phandle for dt boot

2013-02-03 Thread Roger Quadros
On 01/22/2013 04:37 PM, kishon wrote: > On Tuesday 22 January 2013 07:47 PM, Roger Quadros wrote: >> On 01/22/2013 11:58 AM, Kishon Vijay Abraham I wrote: >>> The OMAP glue has been modified to get PHY by phandle for dt boot. >>> >>> Signed-off-by: Kishon Vijay Abraham I >>> --- >>> drivers/usb/

Re: [PATCH v1 6/6] USB: MUSB: OMAP: get PHY by phandle for dt boot

2013-02-03 Thread Roger Quadros
On 01/22/2013 11:58 AM, Kishon Vijay Abraham I wrote: > The OMAP glue has been modified to get PHY by phandle for dt boot. > > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/usb/musb/omap2430.c |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/

Re: [PATCH v1 4/6] drivers: usb: musb: omap: make use of the new PHY lib APIs

2013-02-03 Thread Roger Quadros
On 01/22/2013 11:58 AM, Kishon Vijay Abraham I wrote: > New PHY lib APIs like usb_add_phy_dev() and devm_usb_get_phy_dev() are > used in MUSB (OMAP), in order to make use of the binding information > provided in the board file (of OMAP platforms). > All the platforms should be modified similar to t

Re: [PATCH v1 2/6] usb: otg: utils: add facilities in phy lib to support multiple PHYs of same type

2013-02-03 Thread Roger Quadros
On 01/22/2013 11:58 AM, Kishon Vijay Abraham I wrote: > In order to add support for multipe PHY's of the same type, new API's > for adding PHY and getting PHY has been added. Now the binding > information for the PHY and controller should be done in platform file > using usb_bind_phy API. And for g

Re: [PATCH] of: dma.c: fix memory leakage

2013-02-03 Thread Cong Ding
On Sun, Jan 20, 2013 at 04:24:49PM -0600, Rob Herring wrote: > On 01/19/2013 07:06 AM, Cong Ding wrote: > > The memory allocated to ofdma might be a leakage when error occurs. > > > > Signed-off-by: Cong Ding > > You need to send this to whomever is working on DMA bindings. Thank you bob, I adde

Re: [RFC PATCH 6/6] USB: MUSB: OMAP: get PHY by phandle for dt boot

2013-02-03 Thread Roger Quadros
On 01/21/2013 03:41 PM, kishon wrote: > Hi, > > On Monday 21 January 2013 06:48 PM, Roger Quadros wrote: >> On 01/16/2013 05:01 PM, Kishon Vijay Abraham I wrote: >>> The OMAP glue has been modified to get PHY by phandle for dt boot. >>> >>> Signed-off-by: Kishon Vijay Abraham I >>> --- >>> driv

Re: [RFC PATCH 5/6] usb: otg: add device tree support to otg library

2013-02-03 Thread Roger Quadros
On 01/21/2013 03:34 PM, kishon wrote: > On Monday 21 January 2013 06:51 PM, Roger Quadros wrote: >> On 01/16/2013 05:01 PM, Kishon Vijay Abraham I wrote: >>> Added an API devm_usb_get_phy_by_phandle(), to get usb phy by passing a >>> device node phandle value. This function will return a pointer to

Re: [RFC PATCH 5/6] usb: otg: add device tree support to otg library

2013-02-03 Thread Roger Quadros
On 01/16/2013 05:01 PM, Kishon Vijay Abraham I wrote: > Added an API devm_usb_get_phy_by_phandle(), to get usb phy by passing a > device node phandle value. This function will return a pointer to > the phy on success, -EPROBE_DEFER if there is a device_node for the phandle, > but the phy has not be

Re: [RFC PATCH 6/6] USB: MUSB: OMAP: get PHY by phandle for dt boot

2013-02-03 Thread Roger Quadros
On 01/16/2013 05:01 PM, Kishon Vijay Abraham I wrote: > The OMAP glue has been modified to get PHY by phandle for dt boot. > > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/usb/musb/omap2430.c |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/

Re: [PATCH RFC v3 02/15] [media] Add a V4L2 OF parser

2013-02-03 Thread Hans Verkuil
Hi Sylwester, Just two comments... On Thu January 3 2013 18:09:22 Sylwester Nawrocki wrote: > From: Guennadi Liakhovetski > > Add a V4L2 OF parser, implementing bindings documented in > Documentation/devicetree/bindings/media/video-interfaces.txt. > > Signed-off-by: Guennadi Liakhovetski > Si

Re: [PATCH RFC v3 01/15] [media] Add common video interfaces OF bindings documentation

2013-02-03 Thread Hans Verkuil
On Thu January 3 2013 18:03:49 Sylwester Nawrocki wrote: > From: Guennadi Liakhovetski > > This patch adds a document describing common OF bindings for video > capture, output and video processing devices. It is curently mainly > focused on video capture devices, with data busses defined by > sta

[PATCH] of: dma.c: fix memory leakage

2013-02-03 Thread Cong Ding
The memory allocated to ofdma might be a leakage when error occurs. Signed-off-by: Cong Ding --- drivers/of/dma.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/dma.c b/drivers/of/dma.c index 59631b2..583e50e3 100644 --- a/drivers/of/dma.c +++ b/drivers/of/dma.c @@ -107,6 +107

Re: [PATCH 5/6] arm: mvebu: Enable USB controllers on Armada XP OpenBlocks AX3-4 board

2013-02-03 Thread Nobuhiro Iwamatsu
Hi, On Sat, Jan 19, 2013 at 9:11 AM, Gregory CLEMENT wrote: > On 01/19/2013 01:07 AM, Nobuhiro Iwamatsu wrote: >> Hi, >> >> Thomas, Thank you for the detailed explanation. >> >> Ezequiel, I checked your patch on OpenBlocks AX3, work fine. >> >> But I have a question. your patch "arm: mvebu: Add s

Re: [PATCH 5/6] arm: mvebu: Enable USB controllers on Armada XP OpenBlocks AX3-4 board

2013-02-03 Thread Nobuhiro Iwamatsu
Hi, Thomas, Thank you for the detailed explanation. Ezequiel, I checked your patch on OpenBlocks AX3, work fine. But I have a question. your patch "arm: mvebu: Add support for USB host controllers in Armada 370/XP" was set USB controller of 0xd005 to IRQ 45. I think this is 47, and 0xd005200

Re: [PATCH RFC v3 02/15] [media] Add a V4L2 OF parser

2013-02-03 Thread Hans Verkuil
On Fri January 18 2013 16:48:43 Sylwester Nawrocki wrote: > On 01/03/2013 06:09 PM, Sylwester Nawrocki wrote: > > From: Guennadi Liakhovetski > > > > Add a V4L2 OF parser, implementing bindings documented in > > Documentation/devicetree/bindings/media/video-interfaces.txt. > > > > Signed-off-by:

Re: [PATCH 2/3] ARM: dts: AM33XX: Add GPMC node

2013-02-03 Thread Jan Lübbe
On Fri, 2013-01-18 at 12:11 +0530, Philip Avinash wrote: > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index eaef5e7..f4209d8 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -393,5 +393,17 @@ > ti,hwmods

Re: [PATCHv2] am33xx: cpsw: default to ethernet hwaddr from efuse if not defined in dt

2013-02-03 Thread Michal Bachraty
On Fri, Jan 18, 2013 at 6:14 AM, Mugunthan V N wrote: > On 1/18/2013 3:48 AM, Peter Korsgaard wrote: > >> When booting with CONFIG_ARM_APPENDED_DTB (either because of using an old >> U-Boot, not wanting the hassle of 2 files or when using Falcon fast boot >> mode in U-Boot), nothing updates the e

Re: [PATCH 0/4] gpio: introduce descriptor-based interface

2013-02-03 Thread Steven King
On Thursday 17 January 2013 4:02:06 am Greg Ungerer wrote: > Hi Linus, > > (My g...@snapgear.com email no longer gets to me, g...@uclinux.org is > the best direct email for me now). > > On 01/17/2013 09:15 PM, Linus Walleij wrote: > > On Thu, Jan 10, 2013 at 11:08 AM, Arnd Bergmann wrote: > >> I'v

Re: [RFC PATCH 3/6] usb: otg: utils: change the phy lib to support multiple PHYs of same type

2013-02-03 Thread Roger Quadros
On 01/16/2013 05:00 PM, Kishon Vijay Abraham I wrote: > In order to add support for multipe PHY's of the same type, the API's > for adding PHY and getting PHY has been changed. Now the binding > information of the PHY and controller should be done in platform file > using usb_bind_phy API. And for

Re: [PATCH 0/4] gpio: introduce descriptor-based interface

2013-02-03 Thread Greg Ungerer
Hi Linus, (My g...@snapgear.com email no longer gets to me, g...@uclinux.org is the best direct email for me now). On 01/17/2013 09:15 PM, Linus Walleij wrote: > On Thu, Jan 10, 2013 at 11:08 AM, Arnd Bergmann wrote: > >> I've tried to find platforms that don't yet use GPIOLIB and fortunately >

Re: [RFC PATCH 2/6] ARM: OMAP: USB: Add phy binding information

2013-02-03 Thread Roger Quadros
On 01/16/2013 05:00 PM, Kishon Vijay Abraham I wrote: > This is in preparation for the changes in PHY library to support adding > and getting multiple PHYs of the same type. In the new design, the > binding information between the PHY and the USB controller should be > specified in the platform spe

Re: [RFC PATCH 1/6] usb: otg: Add an API to bind the USB controller and PHY

2013-02-03 Thread Roger Quadros
On 01/16/2013 05:00 PM, Kishon Vijay Abraham I wrote: > New platforms are added which has multiple PHY's (of same type) and > which has multiple USB controllers. The binding information has to be > present in the PHY library (otg.c) in order for it to return the > appropriate PHY whenever the USB c

Re: [PATCH V2 2/2] pinctrl: tegra114: add pinctrl driver for NVIDIA's Tegra114 SoC

2013-02-03 Thread Pritesh Raithatha
On Tuesday 08 January 2013 01:02 PM, Laxman Dewangan wrote: > From: Pritesh Raithatha > > This adds a driver for the Tegra114 pinmux, and required > parameterization data for Tegra114. > > The driver uses the common Tegra pincontrol driver utility > functions to implement the majority of the dri

Re: [PATCH 1/5] W1: Add device tree support to MXC onewire master.

2013-02-03 Thread Martin Fuzzey
On 16/01/13 17:36, Mark Rutland wrote: Hi, This looks nice and simple, I just have a couple of comment. Thank you On Wed, Jan 16, 2013 at 09:48:23AM +, Martin Fuzzey wrote: Signed-off-by: Martin Fuzzey --- drivers/w1/masters/mxc_w1.c |9 - 1 files changed, 8 insertions(+),

  1   2   >