Re: [PATCH v8 1/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Srinivas KANDAGATLA
Hi Alex, I am looking forward for this feature to be mainlined, but I have comment on the way the types are tied up to power seq infrastructure. I know your use case are limited to using type delay, pwm and gpio and regulator, However there are instances where the devices can be powered up or

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-16 Thread lee.jo...@linaro.org
On Thu, 15 Nov 2012, Per Förlin wrote: On 11/15/2012 04:52 PM, Grant Likely wrote: On Mon, 12 Nov 2012 23:54:40 +0100, Per Förlin per.for...@stericsson.com wrote: On 11/12/2012 04:20 PM, Grant Likely wrote: On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin per.for...@stericsson.com wrote:

Re: [PATCH 01/16] gpio: SPEAr: add spi chipselect control driver

2012-11-16 Thread Arnd Bergmann
On Friday 16 November 2012, Viresh Kumar wrote: From: Shiraz Hashim shiraz.has...@st.com SPEAr platform provides a provision to control chipselects of ARM PL022 Prime Cell spi controller through its system registers, which otherwise remains under PL022 control which some protocols do not

Re: [PATCH 01/16] gpio: SPEAr: add spi chipselect control driver

2012-11-16 Thread Viresh Kumar
On 16 November 2012 13:49, Arnd Bergmann a...@arndb.de wrote: On Friday 16 November 2012, Viresh Kumar wrote: From: Shiraz Hashim shiraz.has...@st.com SPEAr platform provides a provision to control chipselects of ARM PL022 Prime Cell spi controller through its system registers, which

Re: [PATCH v8 1/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Alex Courbot
Hi Srinivas, On Friday 16 November 2012 15:58:29 Srinivas KANDAGATLA wrote: Hi Alex, I am looking forward for this feature to be mainlined, *cough* Ack *cough* :) but I have comment on the way the types are tied up to power seq infrastructure. I know your use case are limited to using type

Re: [PATCH V6 2/2] dmaengine: add helper function to request a slave DMA channel

2012-11-16 Thread Nicolas Ferre
On 11/16/2012 02:37 AM, Vinod Koul : On Fri, 2012-11-09 at 14:01 -0600, Jon Hunter wrote: Hi Vinod, A few people have been asking me if getting device-tree support for DMA engine is plan for record for v3.8. I know that you were working through implementing a common interface and so I wanted

Re: [PATCH v8 0/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Thierry Reding
On Fri, Nov 16, 2012 at 03:38:20PM +0900, Alexandre Courbot wrote: Hopefully the final series before the feature gets merged. Anton Vorontsov kindly accepted to take it into his tree, so this series is mostly a call for acks, tests and reviews notices before the merge window for 3.8 opens. If

Re: [PATCH v8 2/3] pwm_backlight: use power sequences

2012-11-16 Thread Thierry Reding
On Fri, Nov 16, 2012 at 03:38:22PM +0900, Alexandre Courbot wrote: Make use of the power sequences specified in the device tree or platform data to control how the backlight is powered on and off. Signed-off-by: Alexandre Courbot acour...@nvidia.com Reviewed-by: Stephen Warren

Re: [PATCH v10 1/6] video: add display_timing and videomode

2012-11-16 Thread Steffen Trumtrar
Hi Grant, On Thu, Nov 15, 2012 at 06:03:59PM +, Grant Likely wrote: On Thu, 15 Nov 2012 17:00:57 +0100, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Grant, On Thursday 15 November 2012 15:47:53 Grant Likely wrote: On Thu, 15 Nov 2012 10:23:52 +0100, Steffen

Re: [PATCH 1/1] mtd: physmap_of: allow to specify the mtd name for retro compatiblity

2012-11-16 Thread Artem Bityutskiy
On Wed, 2012-11-07 at 16:32 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: linux,mtd-name allow to specify the mtd name for retro capability with physmap-flash drivers as boot loader pass the mtd partition via the old device name physmap-flash. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [PATCH v8 1/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Srinivas KANDAGATLA
On 16/11/12 08:31, Alex Courbot wrote: Hi Srinivas, On Friday 16 November 2012 15:58:29 Srinivas KANDAGATLA wrote: Hi Alex, I am looking forward for this feature to be mainlined, *cough* Ack *cough* :) :-) but I have comment on the way the types are tied up to power seq infrastructure. I

Re: [PATCH 5/9] usb: add phy connection by phy-mode

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to set the connection of the usbphy to the soc. It is derived from the oftree bindings for the ethernetphy and adds similar helperfunctions. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de

Re: [PATCH v8 2/3] pwm_backlight: use power sequences

2012-11-16 Thread Anton Vorontsov
On Fri, Nov 16, 2012 at 09:49:58AM +0100, Thierry Reding wrote: On Fri, Nov 16, 2012 at 03:38:22PM +0900, Alexandre Courbot wrote: Make use of the power sequences specified in the device tree or platform data to control how the backlight is powered on and off. Signed-off-by: Alexandre

Re: [PATCH v8 1/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Alex Courbot
On 11/16/2012 04:26 PM, Anton Vorontsov wrote: +#include power_seq_delay.c +#include power_seq_regulator.c +#include power_seq_pwm.c +#include power_seq_gpio.c This is odd, although I remember you already explained why you have to include the .c files, instead of linking them separately. But I

Re: [PATCH 3.7.0-rc4] of/net/mdio-gpio: Fix pdev-id issue when using devicetrees.

2012-11-16 Thread Srinivas KANDAGATLA
On 14/11/12 23:59, David Miller wrote: From: Srinivas KANDAGATLA srinivas.kandaga...@st.com Date: Tue, 13 Nov 2012 14:26:13 + From: Srinivas Kandagatla srinivas.kandaga...@st.com When the mdio-gpio driver is probed via device trees, the platform device id is set as -1, However the id is

Re: [PATCH 1/9] usb: chipidea: pci: mark platformdata as static and __devinitdata

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de static yes, __devinitdata -- probably not. These structs are used everywhere

Re: [PATCH 3/9] usb: chipidea: ci13xxx-imx: create dynamic platformdata

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch removes the limitation of having only one instance of the ci13xxx-imx platformdata and makes different configurations possible. In more honest wording it should probably say: makes using different phys possible, but this is fine

Re: [PATCH v3 1/5] ARM: kernel: smp_setup_processor_id() updates

2012-11-16 Thread Vincent Guittot
On 15 November 2012 15:18, Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: [CC'ed Vincent following MPIDR mask query] On Thu, Nov 15, 2012 at 01:49:51PM +, Will Deacon wrote: On Thu, Nov 15, 2012 at 12:46:50PM +, Lorenzo Pieralisi wrote: This patch applies some basic changes to

Re: [PATCH 1/9] usb: chipidea: pci: mark platformdata as static and __devinitdata

2012-11-16 Thread Marc Kleine-Budde
On 11/16/2012 11:06 AM, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de static yes, __devinitdata --

Re: [PATCH 3/9] usb: chipidea: ci13xxx-imx: create dynamic platformdata

2012-11-16 Thread Marc Kleine-Budde
On 11/16/2012 11:14 AM, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch removes the limitation of having only one instance of the ci13xxx-imx platformdata and makes different configurations possible. In more honest wording it should probably say:

[PATCH v6 0/4] Add generic driver for on-chip SRAM

2012-11-16 Thread Philipp Zabel
These patches add support to configure on-chip SRAM via device-tree node or platform data and to obtain the resulting genalloc pool from the physical address or a phandle pointing at the device tree node. This allows drivers to allocate SRAM with the genalloc API without hard-coding the genalloc

[PATCH v6 3/4] media: coda: use genalloc API

2012-11-16 Thread Philipp Zabel
This patch depends on genalloc: add a global pool list, allow to find pools by phys address, which provides the of_get_named_gen_pool function. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/Kconfig |3 +-- drivers/media/platform/coda.c | 47

[PATCH v6 2/4] misc: Generic on-chip SRAM allocation driver

2012-11-16 Thread Philipp Zabel
This driver requests and remaps a memory region as configured in the device tree. It serves memory from this region via the genalloc API. It optionally enables the SRAM clock. Other drivers can retrieve the genalloc pool from a phandle pointing to this drivers' device node in the device tree.

[PATCH v6 4/4] ARM: dts: add sram for imx53 and imx6q

2012-11-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel p.za...@pengutronix.de Reviewed-by: Shawn Guo shawn@linaro.org --- arch/arm/boot/dts/imx53.dtsi |5 + arch/arm/boot/dts/imx6q.dtsi |6 ++ 2 files changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi

[PATCH v6 1/4] genalloc: add a global pool list, allow to find pools by phys address

2012-11-16 Thread Philipp Zabel
This patch keeps all created pools in a global list and adds two functions that allow to retrieve the gen_pool pointer from a known physical address and from a device tree node. Signed-off-by: Philipp Zabel p.za...@pengutronix.de Reviewed-by: Shawn Guo shawn@linaro.org ---

RE: [PATCH RESEND 0/7] MFD: ti_am335x_tscadc: DT support and TSC features addition

2012-11-16 Thread Patil, Rachna
Hi, This is just a gentle reminder of the patch set I had posted earlier viz. [PATCH RESEND 0/7] MFD: ti_am335x_tscadc: DT support and TSC features addition Can this patch set be pulled in if there are no review comments. This patch set does not break anything existing, it just adds new features

[PATCH v2 3.7.0-rc4] of/net/mdio-gpio: Fix pdev-id issue when using devicetrees.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com When the mdio-gpio driver is probed via device trees, the platform device id is set as -1, However the pdev-id is re-used as bus-id for while creating mdio gpio bus. So For device tree case the mdio-gpio bus name appears as gpio- where

Re: [PATCH v8 1/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Mark Rutland
On Fri, Nov 16, 2012 at 06:38:21AM +, Alexandre Courbot wrote: Some device drivers (e.g. panel or backlights) need to follow precise sequences for powering on and off, involving GPIOs, regulators, PWMs with a precise powering order and delays to respect between steps. These sequences are

RE: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-16 Thread AnilKumar, Chimata
On Fri, Nov 16, 2012 at 11:43:36, AnilKumar, Chimata wrote: On Mon, Nov 12, 2012 at 15:17:48, AnilKumar, Chimata wrote: On Tue, Nov 06, 2012 at 11:15:34, Bedia, Vaibhav wrote: On Mon, Nov 05, 2012 at 15:12:27, AnilKumar, Chimata wrote: [...] +#define SHUTDOWN_TIME_SEC

Re: [PATCH] ARM: dts: add board dts file for Exynos4412 based SMDK board

2012-11-16 Thread Tomasz Figa
On Thursday 15 of November 2012 13:48:55 Thomas Abraham wrote: Hi Tomasz, Thanks for your comments. On 12 November 2012 19:37, Tomasz Figa t.f...@samsung.com wrote: Hi Thomas, On Saturday 03 of November 2012 20:19:32 Thomas Abraham wrote: Add a minimal board dts file for Samsung

Re: [PATCH 5/9] usb: add phy connection by phy-mode

2012-11-16 Thread Felipe Balbi
Hi, On Wed, Nov 14, 2012 at 05:19:06PM +0100, Michael Grzeschik wrote: This patch makes it possible to set the connection of the usbphy to the soc. It is derived from the oftree bindings for the ethernetphy and adds similar helperfunctions. Signed-off-by: Michael Grzeschik

Re: [PATCH 5/9] usb: add phy connection by phy-mode

2012-11-16 Thread Felipe Balbi
Hi, On Wed, Nov 14, 2012 at 05:19:06PM +0100, Michael Grzeschik wrote: This patch makes it possible to set the connection of the usbphy to the soc. It is derived from the oftree bindings for the ethernetphy and adds similar helperfunctions. Signed-off-by: Michael Grzeschik

Re: [PATCH 1/9] usb: chipidea: pci: mark platformdata as static and __devinitdata

2012-11-16 Thread Alexander Shishkin
Marc Kleine-Budde m...@pengutronix.de writes: On 11/16/2012 11:06 AM, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Michael Grzeschik

Re: [PATCH 5/9] usb: add phy connection by phy-mode

2012-11-16 Thread Marc Kleine-Budde
On 11/16/2012 12:31 PM, Felipe Balbi wrote: Hi, On Wed, Nov 14, 2012 at 05:19:06PM +0100, Michael Grzeschik wrote: This patch makes it possible to set the connection of the usbphy to the soc. It is derived from the oftree bindings for the ethernetphy and adds similar helperfunctions.

Re: [PATCH 4/9] usb: chipidea: ci13xxx-imx: add dr_mode property to device tree bindings

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de Its necessary to limit a hostonly soc to its single role, since debugging has shown that reading on the CAP_DCCPARAMS register inside a host-only port, what ci_hdrc_gadget_init does, can lead to

Re: [PATCH 4/9] usb: chipidea: ci13xxx-imx: add dr_mode property to device tree bindings

2012-11-16 Thread Marc Kleine-Budde
On 11/16/2012 12:53 PM, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de Its necessary to limit a hostonly soc to its single role, since debugging has shown that reading on the CAP_DCCPARAMS register inside a

Re: [PATCH 1/9] usb: chipidea: pci: mark platformdata as static and __devinitdata

2012-11-16 Thread Greg KH
On Fri, Nov 16, 2012 at 12:06:57PM +0200, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Marc Kleine-Budde m...@pengutronix.de Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de static

Re: [PATCH 3/9] usb: chipidea: ci13xxx-imx: create dynamic platformdata

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch removes the limitation of having only one instance of the ci13xxx-imx platformdata and makes different configurations possible. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de Signed-off-by: Marc Kleine-Budde

[PATCH v2 4/4] ARM: dts: AM33XX: Enable system power off control in am335x-bone

2012-11-16 Thread AnilKumar Ch
Enable system power off control for BeagleBone in am335x-bone.dts file under rtc node. RTC is the incharge of controlling the system power. This flag is used by the driver to hook up the pm_power_off system call. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/boot/dts/am335x-bone.dts

[PATCH v2 3/4] ARM: dts: AM33XX: Set pmic-shutdown-controller for BeagleBone

2012-11-16 Thread AnilKumar Ch
Set ti,pmic-shutdown-controller for BeagleBone in am335x-bone.dts file, this flag is used by the driver to set tps65217 PMIC status to OFF when PWR_EN toggle. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/boot/dts/am335x-bone.dts |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v2 0/4] pm: Add power off control

2012-11-16 Thread AnilKumar Ch
Add PM power_off control to rtc driver, along with this PMIC status is set to STATUS_OFF to shutdown PMIC if PWR_EN is toggled by RTC module. System power off sequence:- * Set PMIC STATUS_OFF when PMIC_POWER_EN is pulled low * Enable PMIC_POWER_EN in rtc module * Set rtc ALARM2 time * Enable

[PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-16 Thread AnilKumar Ch
From: Colin Foe-Parker colin.foepar...@logicpd.com Set tps65217 PMIC status to OFF if power enable toggle is supported. Also adds platform data flag, which should be passed from board init data. Signed-off-by: Colin Foe-Parker colin.foepar...@logicpd.com [anilku...@ti.com: move the additions to

[PATCH v2 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-16 Thread AnilKumar Ch
From: Colin Foe-Parker colin.foepar...@logicpd.com Add system power off control to rtc driver which is the in-charge of controlling the BeagleBone system power. The power_off routine can be hooked up to pm_power_off system call. System power off sequence:- * Set PMIC STATUS_OFF when

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to configure the PTW and PTS bits inside the portsc register for host and device mode before the driver starts and the phy can be addressed as hardware implementation is designed. Signed-off-by: Michael

Re: [PATCH v8 1/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Anton Vorontsov
On Fri, Nov 16, 2012 at 06:44:22PM +0900, Alex Courbot wrote: On 11/16/2012 04:26 PM, Anton Vorontsov wrote: +#include power_seq_delay.c +#include power_seq_regulator.c +#include power_seq_pwm.c +#include power_seq_gpio.c This is odd, although I remember you already explained why you have

Re: [PATCH] ARM: dts: add board dts file for Exynos4412 based SMDK board

2012-11-16 Thread Thomas Abraham
On 16 November 2012 16:41, Tomasz Figa t.f...@samsung.com wrote: On Thursday 15 of November 2012 13:48:55 Thomas Abraham wrote: Hi Tomasz, Thanks for your comments. On 12 November 2012 19:37, Tomasz Figa t.f...@samsung.com wrote: Hi Thomas, On Saturday 03 of November 2012 20:19:32

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to configure the PTW and PTS bits inside the portsc register for host and device mode before the driver starts and the phy can be addressed as hardware implementation is designed. Signed-off-by: Michael

Re: [PATCH 7/9] usb: chipidea: udc: add force-full-speed option

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to set the chipidea udc into full-speed only mode. It can be set by the oftree property force-full-speed. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de Signed-off-by: Marc Kleine-Budde

Re: [PATCH 0/7] core, cpu and gated clocks for mvebu

2012-11-16 Thread Gregory CLEMENT
On 11/15/2012 10:28 PM, Andrew Lunn wrote: This patchset combines code from Gregory Clement, Sebastian Hesselbarth and myself to implement core clks, cpu clock and gated clocks on Marvel MVEBU SoCs. The Armada 370/XP core clock code is a refactored version of the already submitted and ACKed

Re: [PATCH 1/7] clk: mvebu: add mvebu core clocks.

2012-11-16 Thread Gregory CLEMENT
Hi Andrew, On 11/15/2012 10:28 PM, Andrew Lunn wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com This driver allows to provide DT clocks for core clocks found on Marvell Kirkwood, Dove 370/XP SoCs. The core clock frequencies and ratios are determined by decoding the

Re: [PATCH 8/9] usb: chipidea: udc: remove unlocked ep_queue which can lead to an race

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: Its not nessecary to call ep_queue unlocked while in the own driver. So we move the function to an unlocked version and call it conditionaly. What do you mean by conditionally here? Also, when you say race, you might as well mention what

Re: [PATCH] ARM: dts: add board dts file for Exynos4412 based SMDK board

2012-11-16 Thread Tomasz Figa
On Friday 16 of November 2012 18:03:15 Thomas Abraham wrote: On 16 November 2012 16:41, Tomasz Figa t.f...@samsung.com wrote: On Thursday 15 of November 2012 13:48:55 Thomas Abraham wrote: Hi Tomasz, Thanks for your comments. On 12 November 2012 19:37, Tomasz Figa t.f...@samsung.com

Re: [PATCH 1/1] arm: at91: add Ronetix pm9g45 board support

2012-11-16 Thread Nicolas Ferre
On 10/19/2012 04:19 AM, Jean-Christophe PLAGNIOL-VILLARD : CPU Module with ATMEL AT91SAM9G45 http://www.ronetix.at/pm9g45.html Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Ok, queued in at91-3.8-dt branch. I had to modify

RE: [PATCH] of_i2c: I2C child node 10-bit client addressing

2012-11-16 Thread Bharat Reddy
I guess the I2C spec does not restricts.(A device to have an address that fits in the first 7 bits, but still requires 10 bit address transactions) But I don't think their will be any I2C slave doing this. Why a 7 bit slave want to have extra byte for every transaction? Note: I am on vacation

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Michael Grzeschik
On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to configure the PTW and PTS bits inside the portsc register for host and device mode before the driver starts and the phy can be addressed

Re: [PATCH v2 5/7] usb: chipidea: usbmisc: add support for ahb, ipg and per clock

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: From: Marc Kleine-Budde m...@pengutronix.de This patch adds support for a second and third clock to the usbmisc driver. On modern freescale ARM cores like the imx51, imx53 and imx6q three clocks (ahb, ipg and per) must be enabled in

Re: [PATCH] ARM: dts: add board dts file for Exynos4412 based SMDK board

2012-11-16 Thread Thomas Abraham
On 16 November 2012 18:28, Tomasz Figa t.f...@samsung.com wrote: On Friday 16 of November 2012 18:03:15 Thomas Abraham wrote: On 16 November 2012 16:41, Tomasz Figa t.f...@samsung.com wrote: On Thursday 15 of November 2012 13:48:55 Thomas Abraham wrote: Hi Tomasz, Thanks for your

Re: [PATCH v2 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m.grzesc...@pengutronix.de writes: This adds mx53 as the next user of the usbmisc driver and makes it possible to disable the overcurrent-detection of the internal phy. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de Signed-off-by: Marc Kleine-Budde

[RFC PATCH 3.7.0-rc4 0/4] introduce of_simple_module_id_table macro

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch series introduces of_simple_module_id_table macro and as an example uses this macro in 3 files. Most of the device tree supported drivers have of_device_id table setup with single compatible entry, this use-case is very simple and

[RFC PATCH 3.7.0-rc4 1/4] of: introduce of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com Most of the drivers have of_device_id table setup with single compatible entry, this use case is very simple and common. #ifdef CONFIG_OF static struct of_device_id xxx_of_match[] = { { .compatible = yyy,zzz }, { }, };

[RFC PATCH 3.7.0-rc4 2/4] mm:exynos: use of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch uses of_simple_module_id_table macro to replace code like: #ifdef CONFIG_OF static struct of_device_id xxx_of_match[] = { { .compatible = yyy,xxx }, { }, }; MODULE_DEVICE_TABLE(of, xxx_of_match); #endif

[RFC PATCH 3.7.0-rc4 4/4] mm:shmobile: use of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch uses of_simple_module_id_table macro to replace code like: #ifdef CONFIG_OF static struct of_device_id xxx_of_match[] = { { .compatible = yyy,zzz }, { }, };

[RFC RESEND PATCH 3.7.0-rc4 0/4] introduce of_simple_module_id_table macro

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch series introduces of_simple_module_id_table macro and as an example uses this macro in 3 files. Most of the device tree supported drivers have of_device_id table setup with single compatible entry, this use-case is very simple and

[RFC RESEND PATCH 3.7.0-rc4 1/4] of: introduce of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com Most of the drivers have of_device_id table setup with single compatible entry, this use case is very simple and common. static struct of_device_id xxx_of_match[] = { { .compatible = yyy,zzz }, { }, }; MODULE_DEVICE_TABLE(of,

[RFC RESEND PATCH 3.7.0-rc4 2/4] mmc:exynos: use of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch uses of_simple_module_id_table macro to replace code like: static struct of_device_id xxx_of_match[] = { { .compatible = yyy,xxx }, { }, }; MODULE_DEVICE_TABLE(of, xxx_of_match); with

[RFC RESEND PATCH 3.7.0-rc4 3/4] mmc:sdhci-spear: use of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch uses of_simple_module_id_table macro to replace code like: static struct of_device_id xxx_of_match[] = { { .compatible = yyy,zzz }, { }, }; MODULE_DEVICE_TABLE(of,

[RFC RESEND PATCH 3.7.0-rc4 4/4] mmc:shmobile: use of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch uses of_simple_module_id_table macro to replace code like: static struct of_device_id xxx_of_match[] = { { .compatible = yyy,zzz }, { }, }; MODULE_DEVICE_TABLE(of,

Re: [PATCH 1/1] arm: at91: add Ronetix pm9g45 board support

2012-11-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:08 Fri 16 Nov , Nicolas Ferre wrote: On 10/19/2012 04:19 AM, Jean-Christophe PLAGNIOL-VILLARD : CPU Module with ATMEL AT91SAM9G45 http://www.ronetix.at/pm9g45.html Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nicolas Ferre nicolas.fe...@atmel.com

Re: [PATCH 1/1] arm: at91: add Ronetix pm9g45 board support

2012-11-16 Thread Nicolas Ferre
On 11/16/2012 02:28 PM, Jean-Christophe PLAGNIOL-VILLARD : On 14:08 Fri 16 Nov , Nicolas Ferre wrote: On 10/19/2012 04:19 AM, Jean-Christophe PLAGNIOL-VILLARD : CPU Module with ATMEL AT91SAM9G45 http://www.ronetix.at/pm9g45.html Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m...@pengutronix.de writes: On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to configure the PTW and PTS bits inside the portsc register for host and device mode before

Re: [PATCH RESEND] ARM: at91: dt: evk-pro3: enable uart0 and uart2

2012-11-16 Thread Nicolas Ferre
On 11/12/2012 09:09 AM, Fabio Porcedda : Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Fine, queued in at91-3.8-dt branch. Acked-by: Nicolas Ferre nicolas.fe...@atmel.com You may need to pay attention to pinctrl that will appear in 3.8. Best regards, --- based on v3.7-rc5

Re: [RFC PATCH 3.7.0-rc4 2/4] mm:exynos: use of_simple_module_id_table macro.

2012-11-16 Thread Srinivas KANDAGATLA
On 16/11/12 13:30, Girish K S wrote: On 16 November 2012 18:51, Srinivas KANDAGATLA srinivas.kandaga...@st.com wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch uses of_simple_module_id_table macro to replace code like: #ifdef CONFIG_OF static struct of_device_id

Re: [PATCH 5/9] usb: add phy connection by phy-mode

2012-11-16 Thread Felipe Balbi
Hi, On Fri, Nov 16, 2012 at 12:44:19PM +0100, Marc Kleine-Budde wrote: diff --git a/drivers/of/of_usbphy.c b/drivers/of/of_usbphy.c new file mode 100644 index 000..2e71f7b --- /dev/null +++ b/drivers/of/of_usbphy.c @@ -0,0 +1,49 @@ +/* + * OF helpers for network devices. + *

Re: [PATCH 09/11] watchdog/at91sam9_wdt: add support to device tree

2012-11-16 Thread Nicolas Ferre
On 11/14/2012 08:16 AM, Wenyou Yang : Signed-off-by: Wenyou Yang wenyou.y...@atmel.com No. The work has already been done by Fabio Porcedda and he managed to sustain the discussion and reach a consensus at his v9 patch series: so please take into account his work and build yours on top of his

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Michael Grzeschik
On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: Michael Grzeschik m...@pengutronix.de writes: On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes: This patch makes it possible to configure the PTW

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik m...@pengutronix.de writes: On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: Michael Grzeschik m...@pengutronix.de writes: On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: Michael Grzeschik m.grzesc...@pengutronix.de writes:

Re: [PATCH v5 4/4] misc: sram: add support for configurable allocation order

2012-11-16 Thread Matt Porter
On Thu, Nov 15, 2012 at 02:11:35PM +0100, Philipp Zabel wrote: Am Mittwoch, den 14.11.2012, 19:15 + schrieb Grant Likely: On Thu, 18 Oct 2012 16:27:33 +0200, Philipp Zabel p.za...@pengutronix.de wrote: From: Matt Porter mpor...@ti.com Adds support for setting the genalloc

Re: [PATCH] of_i2c: I2C child node 10-bit client addressing

2012-11-16 Thread Grant Likely
On Fri, Nov 16, 2012 at 1:12 PM, Bharat Reddy bharat_...@hotmail.com wrote: I guess the I2C spec does not restricts.(A device to have an address that fits in the first 7 bits, but still requires 10 bit address transactions) But I don't think their will be any I2C slave doing this. Why a 7

Re: [PATCH v5 4/4] misc: sram: add support for configurable allocation order

2012-11-16 Thread Grant Likely
On Fri, Nov 16, 2012 at 2:09 PM, Matt Porter mpor...@ti.com wrote: On Thu, Nov 15, 2012 at 02:11:35PM +0100, Philipp Zabel wrote: Am Mittwoch, den 14.11.2012, 19:15 + schrieb Grant Likely: Assuming it is appropriate to put into the device tree, I'd suggest a different name. Instead of

Re: [PATCH v2 0/3] GPIO driver to turn power off

2012-11-16 Thread Jason Cooper
On Tue, Nov 13, 2012 at 04:44:42PM +0100, Andrew Lunn wrote: A few of the Kirkwood systems use a GPIO line to turn the power off on shutdown. They request the GPIO line in the board setup code, optionally setting it as an output and driving it inactive. They then register a function for

[PATCH v2] drivers/of: Constify device_node-name and -path_component_name

2012-11-16 Thread Grant Likely
Neither of these should ever be changed once set. Make them const and fix up the users that try to modify it in-place. In one case kmalloc+memcpy is replaced with kstrdup() to avoid modifying the string. Build tested with defconfigs on ARM, PowerPC, Sparc, MIPS, x86 among others. Signed-off-by:

Re: [PATCH 5/9] usb: add phy connection by phy-mode

2012-11-16 Thread Marc Kleine-Budde
On 11/16/2012 02:41 PM, Felipe Balbi wrote: Hi, On Fri, Nov 16, 2012 at 12:44:19PM +0100, Marc Kleine-Budde wrote: diff --git a/drivers/of/of_usbphy.c b/drivers/of/of_usbphy.c new file mode 100644 index 000..2e71f7b --- /dev/null +++ b/drivers/of/of_usbphy.c @@ -0,0 +1,49 @@ +/* +

Re: [PATCH v9 RESEND 1/3] watchdog: at91sam9_wdt: add device tree support

2012-11-16 Thread Nicolas Ferre
On 11/12/2012 09:37 AM, Fabio Porcedda : Tested on an at91sam9260 board (evk-pro3) Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com (and to the whole patch series actually) Wim, can you tell me if it is possible to merge this part through

Re: [PATCH v6 0/2] i2c: i2c-ocores: Add support for sparc, custom set and get functions, and the GRLIB port of the controller

2012-11-16 Thread Wolfram Sang
On Thu, Nov 15, 2012 at 04:50:57PM +0100, Andreas Larsson wrote: On sparc, irqs are not present as an IORESOURCE in the struct platform_device representation. By using platform_get_irq instead of platform_get_resource the driver works for sparc. The GRLIB port of the ocores i2c controller

[PATCH] of/fdt: NULL-terminate the root node path

2012-11-16 Thread Catalin Marinas
From: Benjamin Herrenschmidt b...@kernel.crashing.org Commit 509b7455 (of/fdt: Don't copy garbage after / in root node path) sets the path length to 0 to ignore any garbage after / in the root node path. This has the side effect of also ignoring '\0' at the end of the root node path. This patch

Re: [PATCH] of/fdt: NULL-terminate the root node path

2012-11-16 Thread Catalin Marinas
On Fri, Nov 16, 2012 at 03:14:38PM +, Catalin Marinas wrote: From: Benjamin Herrenschmidt b...@kernel.crashing.org Ah, this shouldn't have been here. git commit -c set the author as well. Commit 509b7455 (of/fdt: Don't copy garbage after / in root node path) sets the path length to 0 to

Re: [PATCH v6 3/4] media: coda: use genalloc API

2012-11-16 Thread Philipp Zabel
Am Freitag, den 16.11.2012, 10:08 -0500 schrieb Paul Gortmaker: On 12-11-16 05:30 AM, Philipp Zabel wrote: This patch depends on genalloc: add a global pool list, allow to find pools by phys address, which provides the of_get_named_gen_pool function. Signed-off-by: Philipp Zabel

Re: [PATCH] of/fdt: NULL-terminate the root node path

2012-11-16 Thread Rob Herring
On 11/16/2012 09:16 AM, Catalin Marinas wrote: On Fri, Nov 16, 2012 at 03:14:38PM +, Catalin Marinas wrote: From: Benjamin Herrenschmidt b...@kernel.crashing.org Ah, this shouldn't have been here. git commit -c set the author as well. I'll fix that and apply. Thanks. Rob Commit

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Matthieu CASTET matthieu.cas...@parrot.com writes: Alexander Shishkin a écrit : Michael Grzeschik m...@pengutronix.de writes: On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: Michael Grzeschik m...@pengutronix.de writes: On Fri, Nov 16, 2012 at 02:45:39PM +0200,

Re: [PATCH V6 2/2] dmaengine: add helper function to request a slave DMA channel

2012-11-16 Thread Jon Hunter
On 11/15/2012 07:37 PM, Vinod Koul wrote: On Fri, 2012-11-09 at 14:01 -0600, Jon Hunter wrote: Hi Vinod, A few people have been asking me if getting device-tree support for DMA engine is plan for record for v3.8. I know that you were working through implementing a common interface and so I

Re: [PATCH v5 4/4] misc: sram: add support for configurable allocation order

2012-11-16 Thread Philipp Zabel
Am Freitag, den 16.11.2012, 09:09 -0500 schrieb Matt Porter: On Thu, Nov 15, 2012 at 02:11:35PM +0100, Philipp Zabel wrote: Am Mittwoch, den 14.11.2012, 19:15 + schrieb Grant Likely: On Thu, 18 Oct 2012 16:27:33 +0200, Philipp Zabel p.za...@pengutronix.de wrote: From: Matt Porter

Re: [PATCH v6 3/4] media: coda: use genalloc API

2012-11-16 Thread Paul Gortmaker
On 12-11-16 10:21 AM, Philipp Zabel wrote: Am Freitag, den 16.11.2012, 10:08 -0500 schrieb Paul Gortmaker: On 12-11-16 05:30 AM, Philipp Zabel wrote: This patch depends on genalloc: add a global pool list, allow to find pools by phys address, which provides the of_get_named_gen_pool function.

Re: [linux-keystone] [PATCH] spi: davinci: add OF support for the spi controller

2012-11-16 Thread Murali Karicheri
On 11/15/2012 11:20 AM, Grant Likely wrote: On Mon, 12 Nov 2012 16:28:22 -0500, Murali Karicheri m-kariche...@ti.com wrote: This adds OF support to DaVinci SPI controller to configure platform data through device bindings. Signed-off-by: Murali Karicheri m-kariche...@ti.com Hi Murali,

Re: [RFC PATCH v3 02/16] ARM: davinci: move private EDMA API to arm/common

2012-11-16 Thread Matt Porter
On Sun, Oct 28, 2012 at 01:47:09PM +0530, Sekhar Nori wrote: On 10/18/2012 6:56 PM, Matt Porter wrote: Move mach-davinci/dma.c to common/edma.c so it can be used by OMAP (specifically AM33xx) as well. This just moves the private EDMA API but does not support OMAP. Signed-off-by: Matt

Re: [PATCH v8 0/3] Runtime Interpreted Power Sequences

2012-11-16 Thread Stephen Warren
On 11/15/2012 11:38 PM, Alexandre Courbot wrote: Hopefully the final series before the feature gets merged. Anton Vorontsov kindly accepted to take it into his tree, so this series is mostly a call for acks, tests and reviews notices before the merge window for 3.8 opens. If you are interested

Re: [PATCH 7/7] ARM: Kirkwood: switch to DT clock providers

2012-11-16 Thread Gregory CLEMENT
On 11/15/2012 10:28 PM, Andrew Lunn wrote: With true DT clock providers available switch Kirkwood clock setup in DT- enabled boards. While AUXDATA can be removed completely from bus probing, some devices still don't know about DT. Therefore, some clkdev aliases are created until these devices

Re: [PATCH v2] drivers/of: Constify device_node-name and -path_component_name

2012-11-16 Thread David Miller
From: Grant Likely grant.lik...@secretlab.ca Date: Fri, 16 Nov 2012 14:20:25 + Neither of these should ever be changed once set. Make them const and fix up the users that try to modify it in-place. In one case kmalloc+memcpy is replaced with kstrdup() to avoid modifying the string.

Re: [PATCH] ARM: dts: add board dts file for Exynos4412 based SMDK board

2012-11-16 Thread Tomasz Figa
On Friday 16 of November 2012 18:47:54 Thomas Abraham wrote: On 16 November 2012 18:28, Tomasz Figa t.f...@samsung.com wrote: On Friday 16 of November 2012 18:03:15 Thomas Abraham wrote: On 16 November 2012 16:41, Tomasz Figa t.f...@samsung.com wrote: On Thursday 15 of November 2012

Re: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-16 Thread Kevin Hilman
AnilKumar Ch anilku...@ti.com writes: From: Colin Foe-Parker colin.foepar...@logicpd.com Set tps65217 PMIC status to OFF if power enable toggle is supported. Also adds platform data flag, which should be passed from board init data. nit: changelog mentions platform_data, but the code is

Re: [PATCH V2 1/5] arm: mvebu: Added support for coherency fabric in mach-mvebu

2012-11-16 Thread Will Deacon
On Thu, Nov 15, 2012 at 04:49:17PM +, Gregory CLEMENT wrote: On 11/15/2012 05:21 PM, Will Deacon wrote: Anyway, that's by-the-by as this is all called early enough that we shouldn't care. The thing I don't like now is that the fabric initialisation is done entirely differently on the

  1   2   >