Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Lars-Peter Clausen
On 07/23/2013 06:43 PM, Joel Fernandes wrote: Implement device_slave_caps(). EDMA has a limited number of slots. Slave drivers such as omap_hsmmc will query the driver to make sure they don't pass in more than these many scatter segments. Signed-off-by: Joel Fernandes jo...@ti.com ---

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Joel Fernandes
On 07/24/2013 03:03 AM, Lars-Peter Clausen wrote: On 07/23/2013 06:43 PM, Joel Fernandes wrote: Implement device_slave_caps(). EDMA has a limited number of slots. Slave drivers such as omap_hsmmc will query the driver to make sure they don't pass in more than these many scatter segments.

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Lars-Peter Clausen
On 07/24/2013 10:11 AM, Joel Fernandes wrote: On 07/24/2013 03:03 AM, Lars-Peter Clausen wrote: On 07/23/2013 06:43 PM, Joel Fernandes wrote: Implement device_slave_caps(). EDMA has a limited number of slots. Slave drivers such as omap_hsmmc will query the driver to make sure they don't pass

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Fernandes, Joel
On Jul 24, 2013, at 3:23 AM, Lars-Peter Clausen l...@metafoo.de wrote: On 07/24/2013 10:11 AM, Joel Fernandes wrote: On 07/24/2013 03:03 AM, Lars-Peter Clausen wrote: On 07/23/2013 06:43 PM, Joel Fernandes wrote: Implement device_slave_caps(). EDMA has a limited number of slots. Slave

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Lars-Peter Clausen
On 07/24/2013 10:28 AM, Fernandes, Joel wrote: On Jul 24, 2013, at 3:23 AM, Lars-Peter Clausen l...@metafoo.de wrote: On 07/24/2013 10:11 AM, Joel Fernandes wrote: On 07/24/2013 03:03 AM, Lars-Peter Clausen wrote: On 07/23/2013 06:43 PM, Joel Fernandes wrote: Implement

Re: [PATCH 1/4] mfd: twl6030-irq: migrate to IRQ threaded handler

2013-07-24 Thread Lee Jones
On Tue, 23 Jul 2013, Grygorii Strashko wrote: From: Naga Venkata Srikanth V vnv.srika...@samsung.com 1) Removed request_irq() and replaced it with request_threaded_irq(). 2) Removed generic_handle_irq() and replaced it with handle_nested_irq(). Handling of these interrupts is nested,

Re: [PATCH 3/4] mfd: twl6030-irq: convert to use linear irq_domain

2013-07-24 Thread Lee Jones
On Tue, 23 Jul 2013, Grygorii Strashko wrote: Since the TWL6030 PMIC is used with OMAP4 SoCs only and OMAP4 legacy boot is dropped there are no needs to allocate the range of IRQ descriptors during system boot to support TWL6030 IRQs. Hence, convert it to use linear irq_domain and move IRQ

Re: [PATCH 4/4] mfd: twl6030-irq: Add interrupt mapping table for the twl6032

2013-07-24 Thread Lee Jones
On Tue, 23 Jul 2013, Grygorii Strashko wrote: From: Oleksandr Dmytryshyn oleksandr.dmytrys...@ti.com This patch adds interrupt mapping table for the twl6032. Repeating the $SUBJECT line is never helpful. Signed-off-by: Oleksandr Dmytryshyn oleksandr.dmytrys...@ti.com Signed-off-by:

Re: [PATCH 2/4] mfd: twl6030-irq: add error check when IRQs are masked initially

2013-07-24 Thread Grygorii Strashko
On 07/23/2013 09:08 PM, Graeme Gregory wrote: On 23/07/13 17:07, Grygorii Strashko wrote: Add a missed check for errors when TWL IRQs are masked initially on probe and report an error in case of failure. Signed-off-by: Grygorii Strashko grygorii.stras...@ti.com --- drivers/mfd/twl6030-irq.c

Re: [PATCH 1/4] mfd: twl6030-irq: migrate to IRQ threaded handler

2013-07-24 Thread Lee Jones
On Tue, 23 Jul 2013, Grygorii Strashko wrote: From: Naga Venkata Srikanth V vnv.srika...@samsung.com 1) Removed request_irq() and replaced it with request_threaded_irq(). 2) Removed generic_handle_irq() and replaced it with handle_nested_irq(). Handling of these interrupts is nested,

Re: [PATCH 1/4] mfd: twl6030-irq: migrate to IRQ threaded handler

2013-07-24 Thread Grygorii Strashko
On 07/24/2013 01:49 PM, Lee Jones wrote: On Tue, 23 Jul 2013, Grygorii Strashko wrote: From: Naga Venkata Srikanth V vnv.srika...@samsung.com 1) Removed request_irq() and replaced it with request_threaded_irq(). 2) Removed generic_handle_irq() and replaced it with handle_nested_irq().

Re: [PATCH 1/4] mfd: twl6030-irq: migrate to IRQ threaded handler

2013-07-24 Thread Lee Jones
+ if (ret) { + pr_warn(%s: I2C error %d reading PIH ISR\n, __func__, ret); Does the user really care which function we're returning from. Would it be better if you replace '__func__' with the device name? This module hasn't been converted to the device yet:( (I mean

Re: [PATCH] arm: dts: twl6030: typical connection to omap4 as a separate dtsi file

2013-07-24 Thread Ruslan Bilovol
Hi Uri, On 07/24/2013 10:05 AM, Uri Yosef wrote: Hi Ruslan, Our OMAP4 SOM connection to PMIC is similar to Blaze SDP4430. Thank you for confirmation, I will add this in next patch series. Regards, Ruslan Regards, Uri Yosef On Mon, Jul 22, 2013 at 7:24 PM, Ruslan

Re: [Patch V2 3/4] rtc: omap: add rtc wakeup support to alarm events

2013-07-24 Thread Gururaja Hebbar
Hi Andrew, On 7/3/2013 2:17 PM, Hebbar Gururaja wrote: On some platforms (like AM33xx), a special register (RTC_IRQWAKEEN) is available to enable Alarm Wakeup feature. This register needs to be properly handled for the rtcwake to work properly. Platforms using such IP should set ti,am3352-rtc

Re: [PATCH 1/4] mfd: twl6030-irq: migrate to IRQ threaded handler

2013-07-24 Thread Grygorii Strashko
On 07/24/2013 03:50 PM, Lee Jones wrote: + if (ret) { + pr_warn(%s: I2C error %d reading PIH ISR\n, __func__, ret); Does the user really care which function we're returning from. Would it be better if you replace '__func__' with the device name? This module hasn't been

Re: [PATCH 1/2] ARM: OMAP2+: hwmod: rt address space index for DT

2013-07-24 Thread Afzal Mohammed
Hi Paul, Benoit, On 7/5/2013 8:43 PM, Afzal Mohammed wrote: Address space is being removed from hwmod database and DT information in reg property is being used. Currently the 0th index of device address space is used to map for register target address. This is not always true, eg. cpgmac has

Re: [PATCH 3/4] mfd: twl6030-irq: convert to use linear irq_domain

2013-07-24 Thread Grygorii Strashko
On 07/24/2013 02:35 PM, Lee Jones wrote: On Tue, 23 Jul 2013, Grygorii Strashko wrote: Since the TWL6030 PMIC is used with OMAP4 SoCs only and OMAP4 legacy boot is dropped there are no needs to allocate the range of IRQ descriptors during system boot to support TWL6030 IRQs. Hence, convert it

Re: [PATCH 4/4] mfd: twl6030-irq: Add interrupt mapping table for the twl6032

2013-07-24 Thread Grygorii Strashko
On 07/24/2013 02:52 PM, Lee Jones wrote: On Tue, 23 Jul 2013, Grygorii Strashko wrote: From: Oleksandr Dmytryshyn oleksandr.dmytrys...@ti.com This patch adds interrupt mapping table for the twl6032. Repeating the $SUBJECT line is never helpful. Signed-off-by: Oleksandr Dmytryshyn

Re: OMAP2430 SDP boot broken after Linus' rmk merge

2013-07-24 Thread Will Deacon
On Tue, Jul 23, 2013 at 10:05:17AM +0100, Rajendra Nayak wrote: On Tuesday 23 July 2013 12:37 PM, Paul Walmsley wrote: Hi Rajendra, On Tue, 23 Jul 2013, Rajendra Nayak wrote: On Tuesday 23 July 2013 01:37 AM, Paul Walmsley wrote: On Mon, 22 Jul 2013, Russell King - ARM Linux wrote:

Re: OMAP2430 SDP boot broken after Linus' rmk merge

2013-07-24 Thread Santosh Shilimkar
On Wednesday 24 July 2013 09:56 AM, Will Deacon wrote: On Tue, Jul 23, 2013 at 10:05:17AM +0100, Rajendra Nayak wrote: On Tuesday 23 July 2013 12:37 PM, Paul Walmsley wrote: Hi Rajendra, On Tue, 23 Jul 2013, Rajendra Nayak wrote: On Tuesday 23 July 2013 01:37 AM, Paul Walmsley wrote: On

Re: [PATCHv4 00/33] ARM: OMAP: clock conversion to DT

2013-07-24 Thread Tero Kristo
On 07/24/2013 05:16 PM, Roger Quadros wrote: On 07/23/2013 10:19 AM, Tero Kristo wrote: Hi, Changes compared to previous version: - Clock init files moved from mach-omap2/ to drivers/clk/omap/ - AM33xx support added [patches 15-20] - OMAP3 support added [patches 21-29] - DRA7 APLL support

[PATCH 0/4] Add USB Host support for OMAP5 uevm

2013-07-24 Thread Roger Quadros
Hi, These patches provide USB host support for the OMAP5 uEVM board. They depend on the OMAP clock tree DT data series by Tero Kristo [1] In patch 3 we also provide USB PHY clock for Panda. This should make the clock alias patch [2] redundant and it should be reverted when this series gets in.

[PATCH 1/4] ARM: OMAP5: hwmod data: Add USB Host and TLL modules

2013-07-24 Thread Roger Quadros
Add hwmod data for High Speed USB host and TLL modules Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 157 1 files changed, 157 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c

[PATCH 2/4] ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module

2013-07-24 Thread Roger Quadros
USB Host driver (drivers/mfd/omap-usb-host.c) expects the 60MHz reference clock to be named init_60m_fclk. Provide this information. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: [PATCHv4 00/33] ARM: OMAP: clock conversion to DT

2013-07-24 Thread Roger Quadros
On 07/24/2013 05:29 PM, Tero Kristo wrote: On 07/24/2013 05:16 PM, Roger Quadros wrote: On 07/23/2013 10:19 AM, Tero Kristo wrote: Hi, Changes compared to previous version: - Clock init files moved from mach-omap2/ to drivers/clk/omap/ - AM33xx support added [patches 15-20] - OMAP3

Re: [PATCHv4 00/33] ARM: OMAP: clock conversion to DT

2013-07-24 Thread Tero Kristo
On 07/24/2013 05:34 PM, Roger Quadros wrote: On 07/24/2013 05:29 PM, Tero Kristo wrote: On 07/24/2013 05:16 PM, Roger Quadros wrote: On 07/23/2013 10:19 AM, Tero Kristo wrote: Hi, Changes compared to previous version: - Clock init files moved from mach-omap2/ to drivers/clk/omap/ - AM33xx

Re: OMAP2430 SDP boot broken after Linus' rmk merge

2013-07-24 Thread Santosh Shilimkar
On Wednesday 24 July 2013 10:20 AM, Will Deacon wrote: On Wed, Jul 24, 2013 at 03:17:01PM +0100, Santosh Shilimkar wrote: On Wednesday 24 July 2013 09:56 AM, Will Deacon wrote: On Tue, Jul 23, 2013 at 10:05:17AM +0100, Rajendra Nayak wrote: On Tuesday 23 July 2013 12:37 PM, Paul Walmsley

Re: OMAP2430 SDP boot broken after Linus' rmk merge

2013-07-24 Thread Russell King - ARM Linux
On Wed, Jul 24, 2013 at 10:17:01AM -0400, Santosh Shilimkar wrote: On Wednesday 24 July 2013 09:56 AM, Will Deacon wrote: On Tue, Jul 23, 2013 at 10:05:17AM +0100, Rajendra Nayak wrote: On Tuesday 23 July 2013 12:37 PM, Paul Walmsley wrote: Hi Rajendra, On Tue, 23 Jul 2013, Rajendra

OMAP4430 SDP boot issues.. (Was Re: OMAP2430 SDP boot broken after Linus' rmk merge)

2013-07-24 Thread Santosh Shilimkar
On Wednesday 24 July 2013 10:52 AM, Russell King - ARM Linux wrote: On Wed, Jul 24, 2013 at 10:17:01AM -0400, Santosh Shilimkar wrote: On Wednesday 24 July 2013 09:56 AM, Will Deacon wrote: On Tue, Jul 23, 2013 at 10:05:17AM +0100, Rajendra Nayak wrote: On Tuesday 23 July 2013 12:37 PM, Paul

[PATCH v3 1/3] Input: omap-keypad: Cleanup - use bitfiled instead of hardcoded values

2013-07-24 Thread Illia Smyrnov
Use bitfiled instead of hardcoded values to set KBD_CTRL, use BIT macro, remove unused defines. Signed-off-by: Illia Smyrnov illia.smyr...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com --- drivers/input/keyboard/omap4-keypad.c | 25 +++-- 1 files changed, 11 insertions(+),

[PATCH v3 0/3] Input: omap-keypad: Convert to threaded IRQ and cleanup

2013-07-24 Thread Illia Smyrnov
Replace unclear hardcoded values with bit field, convert to threaded IRQ and clear interrupts when open the keypad. Based on top of v3.11-rc2. Tested on OMAP4 SDP. Illia Smyrnov (3): Input: omap-keypad: Cleanup - use bitfiled instead of hardcoded values Input: omap-keypad: Convert to

[PATCH v3 3/3] Input: omap-keypad: Clear interrupts on open

2013-07-24 Thread Illia Smyrnov
Clear interrupts when open keypad. According to TRM, the recommended way for keyboard controller initialization is clear the interrupt-status register, then set up certain keyboard events for generating an interrupt request and set up expected source of wake-up event that generates a wake-up

[PATCH v3 2/3] Input: omap-keypad: Convert to threaded IRQ

2013-07-24 Thread Illia Smyrnov
Convert to use threaded IRQ. Cc: Felipe Balbi ba...@ti.com Signed-off-by: Illia Smyrnov illia.smyr...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com --- drivers/input/keyboard/omap4-keypad.c | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git

Re: [PATCH v3 3/3] Input: omap-keypad: Clear interrupts on open

2013-07-24 Thread Felipe Balbi
Hi, On Wed, Jul 24, 2013 at 06:54:53PM +0300, Illia Smyrnov wrote: Clear interrupts when open keypad. According to TRM, the recommended way for keyboard controller initialization is clear the interrupt-status register, then set up certain keyboard events for generating an interrupt request

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-24 Thread Nishanth Menon
On 07/22/2013 11:23 AM, Santosh Shilimkar wrote: To summaries it again, what I understood from Sricharan's proposal, - Setup all the routing at cross-bar probe so that kernel continue to work like normal IRQ controller with cross-bar scope vanishes once the routing is done. Cross-bar does this

Re: [PATCH 1/1] arm: dts: dra7-evm: add sd/eMMC node

2013-07-24 Thread Nishanth Menon
On 07/23/2013 12:17 PM, Balaji T K wrote: Add micro SD card and eMMC support for dra7-evm Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Balaji T K balaj...@ti.com --- arch/arm/boot/dts/dra7-evm.dts | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-)

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-24 Thread Santosh Shilimkar
On Wednesday 24 July 2013 12:08 PM, Nishanth Menon wrote: On 07/22/2013 11:23 AM, Santosh Shilimkar wrote: To summaries it again, what I understood from Sricharan's proposal, - Setup all the routing at cross-bar probe so that kernel continue to work like normal IRQ controller with cross-bar

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-24 Thread Nishanth Menon
On 07/24/2013 11:38 AM, Santosh Shilimkar wrote: On Wednesday 24 July 2013 12:08 PM, Nishanth Menon wrote: That said, maybe a intermediate pinctrl approach might be more pragmatic and less theoretically flexible. an option might be to statically allocate default number of interrupts to a

ARM: dts: omap3-beagle-xm: fix compatible property

2013-07-24 Thread Robert Nelson
Hey Guys, While working on the device tree for the xM i noticed this little error on the compatible property... Thoughts? From af8e3119ae2ee29bcf739d56168d6aaa3a2c8306 Mon Sep 17 00:00:00 2001 From: Robert Nelson robertcnel...@gmail.com Date: Wed, 24 Jul 2013 12:02:11 -0500 Subject: [PATCH]

RE: [PATCH] mtd: nand: omap2: Fix compilation warning

2013-07-24 Thread Gupta, Pekon
Hi Olof, fb1585bc13b (mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe) introduced a warning when the new option is disabled, i.e. with omap2plus_defconfig: drivers/mtd/nand/omap2.c:1075:13: warning: 'omap3_enable_hwecc_bch' defined but not used

Re: OMAP4430 SDP boot issues.. (Was Re: OMAP2430 SDP boot broken after Linus' rmk merge)

2013-07-24 Thread Santosh Shilimkar
On Wednesday 24 July 2013 01:23 PM, Russell King - ARM Linux wrote: On Wed, Jul 24, 2013 at 11:40:33AM -0400, Santosh Shilimkar wrote: On Wednesday 24 July 2013 10:52 AM, Russell King - ARM Linux wrote: I also continue to be disappointed by the lack of things working on the 4430 - it's been a

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-24 Thread Arnd Bergmann
On Tuesday 23 July 2013, Tomasz Figa wrote: On Tuesday 23 of July 2013 17:14:20 Alan Stern wrote: On Tue, 23 Jul 2013, Tomasz Figa wrote: Where would you want to have those phy_address arrays stored? There are no board files when booting with DT. Not even saying that you don't need to

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-24 Thread Sricharan R
On Wednesday 24 July 2013 10:17 PM, Nishanth Menon wrote: On 07/24/2013 11:38 AM, Santosh Shilimkar wrote: On Wednesday 24 July 2013 12:08 PM, Nishanth Menon wrote: That said, maybe a intermediate pinctrl approach might be more pragmatic and less theoretically flexible. an option might be

Re: v3.11-rc1 USB regressions

2013-07-24 Thread Aaro Koskinen
Hi, On Tue, Jul 16, 2013 at 08:57:10PM +0300, Aaro Koskinen wrote: On Tue, Jul 16, 2013 at 08:33:06AM +0200, Daniel Mack wrote: fe4cb0912f8e737f8e4b8b38b9e692f8062f5423 usb: musb: gadget: remove hcd initialization (Reverting this fixes error cdc_ether: probe of 4-1:1.0 failed

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-24 Thread Nishanth Menon
On 07/24/2013 01:43 PM, Sricharan R wrote: On Wednesday 24 July 2013 10:17 PM, Nishanth Menon wrote: On 07/24/2013 11:38 AM, Santosh Shilimkar wrote: On Wednesday 24 July 2013 12:08 PM, Nishanth Menon wrote: That said, maybe a intermediate pinctrl approach might be more pragmatic and less

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Joel Fernandes
On 07/24/2013 03:40 AM, Lars-Peter Clausen wrote: On 07/24/2013 10:28 AM, Fernandes, Joel wrote: On Jul 24, 2013, at 3:23 AM, Lars-Peter Clausen l...@metafoo.de wrote: On 07/24/2013 10:11 AM, Joel Fernandes wrote: On 07/24/2013 03:03 AM, Lars-Peter Clausen wrote: On 07/23/2013 06:43 PM,

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-24 Thread Santosh Shilimkar
On Wednesday 24 July 2013 02:51 PM, Nishanth Menon wrote: On 07/24/2013 01:43 PM, Sricharan R wrote: On Wednesday 24 July 2013 10:17 PM, Nishanth Menon wrote: On 07/24/2013 11:38 AM, Santosh Shilimkar wrote: On Wednesday 24 July 2013 12:08 PM, Nishanth Menon wrote: That said, maybe a

Re: v3.11-rc1 USB regressions

2013-07-24 Thread Daniel Mack
Hi Aaro, On 24.07.2013 20:51, Aaro Koskinen wrote: On Tue, Jul 16, 2013 at 08:57:10PM +0300, Aaro Koskinen wrote: Here are full details: Kernel v3.11-rc1 and the following USB fixes: ARM: omap2: fix musb usage for n8x0 musb: omap: Fix: pass all the resources to musb core [...]

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Vinod Koul
On Wed, Jul 24, 2013 at 01:55:24PM -0500, Joel Fernandes wrote: On 07/24/2013 03:40 AM, Lars-Peter Clausen wrote: On 07/24/2013 10:28 AM, Fernandes, Joel wrote: Vinod, or Dan- If this patch looks ok, can you please merge in for -rc cycle? This patch is required to fix MMC support on AM33xx.

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Lars-Peter Clausen
On 07/24/2013 08:55 PM, Joel Fernandes wrote: On 07/24/2013 03:40 AM, Lars-Peter Clausen wrote: On 07/24/2013 10:28 AM, Fernandes, Joel wrote: On Jul 24, 2013, at 3:23 AM, Lars-Peter Clausen l...@metafoo.de wrote: On 07/24/2013 10:11 AM, Joel Fernandes wrote: On 07/24/2013 03:03 AM,

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Joel Fernandes
On 07/24/2013 01:33 PM, Vinod Koul wrote: On Wed, Jul 24, 2013 at 01:55:24PM -0500, Joel Fernandes wrote: On 07/24/2013 03:40 AM, Lars-Peter Clausen wrote: On 07/24/2013 10:28 AM, Fernandes, Joel wrote: Vinod, or Dan- If this patch looks ok, can you please merge in for -rc cycle? This patch

Re: v3.11-rc1 USB regressions

2013-07-24 Thread Aaro Koskinen
Hi, On Wed, Jul 24, 2013 at 09:04:28PM +0200, Daniel Mack wrote: On 24.07.2013 20:51, Aaro Koskinen wrote: When I revert fe4cb0912f8e737f8e4b8b38b9e692f8062f5423 and 8b125df5b24cfb0ec7fa1971e343cc0badc1827d, it works like before (3.10): I'm now running -rc2 with above fixes and reverts

Re: [net-next PATCH v2 1/1] drivers: net: cpsw: add support to show hw stats via ethtool

2013-07-24 Thread David Miller
From: Mugunthan V N mugunthan...@ti.com Date: Tue, 23 Jul 2013 15:38:17 +0530 Add support to show CPSW hardware statistics to user via ethtool so user can find if there were any error reported by hardware or the system is over loaded duing high data rate transfer. Signed-off-by: Mugunthan V

Re: [PATCH] dma: edma: add device_slave_caps() support

2013-07-24 Thread Fernandes, Joel
Sent from my iPhone On Jul 24, 2013, at 2:15 PM, Lars-Peter Clausen l...@metafoo.de wrote: On 07/24/2013 08:55 PM, Joel Fernandes wrote: On 07/24/2013 03:40 AM, Lars-Peter Clausen wrote: On 07/24/2013 10:28 AM, Fernandes, Joel wrote: On Jul 24, 2013, at 3:23 AM, Lars-Peter Clausen

Re: [PATCH] of: provide of_platform_unpopulate()

2013-07-24 Thread Grant Likely
On Mon, 22 Jul 2013 16:16:07 -0500, Rob Herring robherri...@gmail.com wrote: On 07/21/2013 06:44 PM, Grant Likely wrote: On Sun, Jul 21, 2013 at 9:48 PM, Rob Herring robherri...@gmail.com wrote: On 07/21/2013 09:42 AM, Rob Herring wrote: On 07/19/2013 01:14 PM, Sebastian Andrzej Siewior