Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-12 Thread Sekhar Nori
On Monday 12 August 2013 09:59 AM, Joel Fernandes wrote: On Sun, Aug 11, 2013 at 11:25 PM, Sekhar Nori nsek...@ti.com wrote: On 8/8/2013 5:19 PM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We certainly don't want error conditions to be cleared any other place

Re: RX51: kernel message spam from CPUfreq driver

2013-08-12 Thread Rajendra Nayak
On Sunday 11 August 2013 07:43 PM, Sebastian Reichel wrote: Hi, On RX-51 (Nokia N900) the (mainline) kernel constantly outputs the following message about 2-3x per second since some releases: [ 1038.314514] cpu cpu0: CPUfreq: Cannot find matching frequency for 12500 (The message is

Re: [PATCH v3 0/9] DRA7xx core support

2013-08-12 Thread Rajendra Nayak
On Sunday 04 August 2013 09:57 PM, Rajendra Nayak wrote: Changes in v3: -1- Dropped some clock/dpll framework builds for dra7 -2- Added all instances of IPs in dtsi file -3- dtsi does a 'disabled' by default and dts enables as needed -4- soc_is_dra7xx() based on DT compatible instead of using

Re: [PATCH 2/2] ARM: dts: AM4372: add few nodes

2013-08-12 Thread Afzal Mohammed
Hi Mark, On Saturday 10 August 2013 07:53 PM, Mark Rutland wrote: + mac: ethernet@4a10 { + compatible = ti,am4372-cpsw,ti,cpsw; One point worth mentioning is that the ti,am4372-cpsw string isn't documented. Will the ti,am4372-cpsw binding definitely

Re: [PATCH v3 01/12] dma: edma: Setup parameters to DMA MAX_NR_SG at a time

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: Changes are made here for configuring existing parameters to support DMA'ing them out in batches as needed. Also allocate as many as slots as needed by the SG list, but not more than MAX_NR_SG. Then these slots will be reused

Re: [PATCH v3 03/12] dma: edma: remove limits on number of slots

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: With this series, this check is no longer required and we shouldn't need to reject drivers DMA'ing more than the MAX number of slots. Signed-off-by: Joel Fernandes jo...@ti.com --- drivers/dma/edma.c |6 -- 1 file changed,

Re: [PATCH v2] N900: add device tree

2013-08-12 Thread Tony Lindgren
* Jiri Kosina jkos...@suse.cz [130810 13:36]: On Sat, 10 Aug 2013, Pavel Machek wrote: [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2 times and second

Re: [PATCH v2] N900: add device tree

2013-08-12 Thread Tony Lindgren
* Pavel Machek pa...@ucw.cz [130811 06:54]: Hi! [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2 times and second time there is no reply from

Re: [PATCHv3 2/9] ARM: OMAP2+: AM33XX: control: Add some control module registers and APIs

2013-08-12 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [130809 14:02]: Ok I will go ahead and pull the control module code that handles IPC into the wkup_m3 driver. The wkup_m3.c file is still present in mach-omap2 as the right location for it wasn't decided in the last RFC. Any thoughts on a good location for it?

Re: [PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-12 Thread Tony Lindgren
* Javier Martinez Canillas javier.marti...@collabora.co.uk [130811 08:28]: Using the email address listed on MAINTAINERS I keep getting SMTP 550 Invalid recipient errors. Update with what seems to be current Benoît's email address to make get_maintainer.pl to stop lying. Signed-off-by:

Re: [PATCH v3 0/9] DRA7xx core support

2013-08-12 Thread Tony Lindgren
* Rajendra Nayak rna...@ti.com [130811 23:47]: On Sunday 04 August 2013 09:57 PM, Rajendra Nayak wrote: Changes in v3: -1- Dropped some clock/dpll framework builds for dra7 -2- Added all instances of IPs in dtsi file -3- dtsi does a 'disabled' by default and dts enables as needed -4-

Re: [PATCH 1/3] ARM: OMAP2+: hwmod-data: Add SSI information

2013-08-12 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [130811 09:25]: From: Sebastian Reichel s...@ring0.de This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. This should be queued or acked by Paul. Regards, Tony arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 104

Re: [PATCH v3 0/9] DRA7xx core support

2013-08-12 Thread Rajendra Nayak
On Monday 12 August 2013 01:54 PM, Tony Lindgren wrote: * Rajendra Nayak rna...@ti.com [130811 23:47]: On Sunday 04 August 2013 09:57 PM, Rajendra Nayak wrote: Changes in v3: -1- Dropped some clock/dpll framework builds for dra7 -2- Added all instances of IPs in dtsi file -3- dtsi does a

Re: [PATCH 2/3] ARM: OMAP2+: HSI: Introduce OMAP SSI driver

2013-08-12 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [130811 09:25]: From: Sebastian Reichel s...@ring0.de This patch adds an OMAP SSI driver to the HSI framework. The Synchronous Serial Interface (SSI) is a legacy version of HSI. As in the case of HSI, it is mainly used to connect Application engines

Re: [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-12 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [130811 09:25]: From: Sebastian Reichel s...@ring0.de This patch configures and activates the OMAP SSI driver on the RX-51. Hmm, I'd rather see this be DT only driver at this point. We're pretty close to flipping omap3 to be DT only, and I'd rather not add

Re: [PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-12 Thread Javier Martinez Canillas
Hi Tony, On Mon, Aug 12, 2013 at 9:55 AM, Tony Lindgren t...@atomide.com wrote: * Javier Martinez Canillas javier.marti...@collabora.co.uk [130811 08:28]: Using the email address listed on MAINTAINERS I keep getting SMTP 550 Invalid recipient errors. Update with what seems to be current

[PATCH] arm: omap5: dts: split SMPS10 dt node

2013-08-12 Thread Kishon Vijay Abraham I
SMPS10 has two outputs OUT1 and OUT2. Hence SMPS10 is modeled as two regulators. The dt node is split to reflect it. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/boot/dts/omap5-uevm.dts | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git

[PATCH v3] arm: omap5: dts: add palmas-usb node

2013-08-12 Thread Kishon Vijay Abraham I
From: Felipe Balbi ba...@ti.com Without this node, there will be no palmas driver to notify dwc3 that a cable has been connected and, without that, dwc3 will never initialize. [ kis...@ti.com : fix vbus-supply value after SMPS10 is modeled as 2 regulators] Signed-off-by: Felipe Balbi

Re: [PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-12 Thread Ruslan Bilovol
Hi, Looking into Benoit's tree https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/ we can see that last change there was made two months ago... So yes wee need to have at least confirmation from Benoit that he is going to maintain the tree. Also looks like OMAP

Re: [PATCH v3 07/12] dma: edma: Add function to dump a PaRAM set from PaRAM

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: Previously, such a dump function was used but it wasn't reading from the PaRAM, rather just from a edmacc_param structure, we add a helpful function for debugging that directly reads from the PaRAM and gives the current state correctly

Re: [PATCH v3 08/12] dma: edma: Add one more required slot to MAX slots

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We'd now need a separate slot just for the channel and separate ones for the 2 linked sets, so we make adjustments to allocate an extra channel accordingly. Signed-off-by: Joel Fernandes jo...@ti.com No need for a separate patch for

[GIT PULL] DRA7xx core support

2013-08-12 Thread Rajendra Nayak
Hi Tony, Heres the pull request for the dra7xx core support patches. The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: Linux 3.11-rc5 (2013-08-11 18:04:20 -0700) are available in the git repository at: git://github.com/rrnayak/linux.git tags/dra7-core-support-v3

[net-next PATCH 1/1] drivers: net: cpsw: Add support for new CPSW IP version present in AM43xx SoC

2013-08-12 Thread Mugunthan V N
The new IP version which is present in AM43xx SoC has a minor changes and the offsets are same as the previous version, so adding new IP version support in the driver. Signed-off-by: Mugunthan V N mugunthan...@ti.com --- drivers/net/ethernet/ti/cpsw.c | 3 +++ 1 file changed, 3 insertions(+)

Re: [PATCH v2 8/8] ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board

2013-08-12 Thread Mark Rutland
On Tue, Jul 30, 2013 at 12:25:46PM +0100, Rajendra Nayak wrote: From: R Sricharan r.sricha...@ti.com Add minimal device tree source needed for DRA7 based SoCs. Also add a board dts file for the dra7-evm (based on dra752) which contains 1.5G of memory with 1G interleaved and 512MB

Re: Pandaboard: DT Boot fails when initramfs is loaded

2013-08-12 Thread Roger Quadros
Hi, On 08/11/2013 04:31 PM, Sebastian Reichel wrote: Hi, I try to boot the mainline omap kernel (I tried current mainline kernel from git and mainline 3.10-rc1+) on my Pandaboard using U-Boot as follows: mmcinfo ext2load mmc 0:2 0x8000 /boot/uImage ext2load mmc 0:2 0x8160

Re: [PATCH v3 09/12] dma: edma: Implement multiple linked sets for continuity

2013-08-12 Thread Sekhar Nori
On Monday 05 August 2013 04:14 PM, Joel Fernandes wrote: Here we implement splitting up of the total MAX number of slots available for a channel into 2 cyclically linked sets. Transfer completion Interrupts are enabled on both linked sets and respective handler recycles them on completion to

Re: [PATCH v3 08/12] dma: edma: Add one more required slot to MAX slots

2013-08-12 Thread Mark Brown
On Mon, Aug 12, 2013 at 11:26:49AM +0530, Sekhar Nori wrote: No need for a separate patch for this, just do this in the patch where you include the two linked sets. Can you guys please think about the CC lists you're using for these patch serieses? I've certainly no interest in random patches

Re: [PATCH v2 8/8] ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board

2013-08-12 Thread Benoit Cousson
Hi Rajendra, On 30/07/2013 15:01, Rajendra Nayak wrote: On Tuesday 30 July 2013 06:29 PM, Nishanth Menon wrote: On 07/30/2013 07:56 AM, Rajendra Nayak wrote: On Tuesday 30 July 2013 06:16 PM, Nishanth Menon wrote: On 07/30/2013 07:41 AM, Rajendra Nayak wrote: On Tuesday 30 July 2013 06:00

Re: [PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-12 Thread Javier Martinez Canillas
On Mon, Aug 12, 2013 at 11:09 AM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: Hi Tony, On Mon, Aug 12, 2013 at 9:55 AM, Tony Lindgren t...@atomide.com wrote: * Javier Martinez Canillas javier.marti...@collabora.co.uk [130811 08:28]: Using the email address listed on MAINTAINERS

Re: [PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-12 Thread Benoit Cousson
Hi Javier, Thanks for taking care of that. Sorry if I missed you for so long :-) I had to manage TI layoffs then vacation then starting my new job. On 12/08/2013 16:03, Javier Martinez Canillas wrote: On Mon, Aug 12, 2013 at 11:09 AM, Javier Martinez Canillas martinez.jav...@gmail.com wrote:

Re: [PATCHv3 8/9] ARM: OMAP2+: AM33XX: Basic suspend resume support

2013-08-12 Thread Kevin Hilman
Hi Russ, Russ Dill russ.d...@gmail.com writes: [...] I was taking a look at this situation, figuring that the suspend/resume callbacks in omap_device might be the right place to do it, and came across this:

Re: [PATCH 1/5] drivers/gpio/gpio-omap.c: convert comma to semicolon

2013-08-12 Thread Kevin Hilman
Joe Perches j...@perches.com writes: On Sat, 2013-08-10 at 17:40 +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Replace a comma between expression statements by a semicolon. [] I can't tell if the assignment to ct-regs.mask is really intended to be under the if. The

Re: [RFC PATCH v2 1/3] usb: dwc3: msm: Add device tree binding information

2013-08-12 Thread Felipe Balbi
On Fri, Aug 09, 2013 at 10:31:58AM -0500, Kumar Gala wrote: On Aug 9, 2013, at 4:53 AM, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com MSM USB3.0 core wrapper consist of USB3.0 IP (SNPS) probably good to spell out Synopsys rather than SNPS Synopsys (the company) has

Re: [RFC 2/2] usb: dwc3: Add Qualcomm DWC3 glue layer driver

2013-08-12 Thread Felipe Balbi
On Fri, Aug 09, 2013 at 07:09:18PM +0300, Ivan T. Ivanov wrote: Hi, On Fri, 2013-08-09 at 16:23 +0300, Felipe Balbi wrote: Hi, On Tue, Aug 06, 2013 at 02:53:11PM +0300, Ivan T. Ivanov wrote: diff --git a/drivers/usb/dwc3/dwc3-msm.c b/drivers/usb/dwc3/dwc3-msm.c new file mode

Re: [PATCH] ARM: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devices

2013-08-12 Thread Santosh Shilimkar
Will, On Friday 02 August 2013 11:48 AM, Will Deacon wrote: On Fri, Aug 02, 2013 at 04:45:46PM +0100, Sudeep KarkadaNagesha wrote: On 02/08/13 16:22, Santosh Shilimkar wrote: + @ Core indicates it is SMP. Check for Aegis SOC where a single + @ Cortex-A9 CPU is present but SMP operations

Re: [RFC PATCH v2 1/3] usb: dwc3: msm: Add device tree binding information

2013-08-12 Thread Kumar Gala
On Aug 12, 2013, at 1:04 PM, Felipe Balbi wrote: On Fri, Aug 09, 2013 at 10:31:58AM -0500, Kumar Gala wrote: On Aug 9, 2013, at 4:53 AM, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com MSM USB3.0 core wrapper consist of USB3.0 IP (SNPS) probably good to spell out

Re: [PATCHv3 0/9] ARM: OMAP2+: AM33XX: Add suspend-resume support

2013-08-12 Thread Dave Gerlach
On 08/11/2013 06:53 AM, Daniel Mack wrote: Hi Dave, Thanks a lot for your work on this. On 06.08.2013 19:49, Dave Gerlach wrote: This is the third version of the patch series for adding basic suspend-resume support for AM33XX, previously submitted by Vaibhav Bedia. This patchset is based on

Re: [PATCHv3 2/9] ARM: OMAP2+: AM33XX: control: Add some control module registers and APIs

2013-08-12 Thread Kevin Hilman
Dave Gerlach d-gerl...@ti.com writes: On 08/09/2013 12:11 AM, Tony Lindgren wrote: * Dave Gerlach d-gerl...@ti.com [130808 09:23]: On 08/08/2013 08:44 AM, Santosh Shilimkar wrote: Lets address the above better. I don't see a need of 8 functions exported doing one or 2 register writes. Look

Re: [PATCHv3 1/9] memory: emif: Move EMIF register defines to include/linux/

2013-08-12 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2013 at 09:35:46AM -0400, Santosh Shilimkar wrote: (You have not CC'ed Greg, Looping him) On Tuesday 06 August 2013 01:49 PM, Dave Gerlach wrote: OMAP4 and AM33XX share the same EMIF controller IP. Although there are significant differences in the IP integration due to

Re: [PATCHv3 1/9] memory: emif: Move EMIF register defines to include/linux/

2013-08-12 Thread Santosh Shilimkar
On Monday 12 August 2013 03:32 PM, Greg Kroah-Hartman wrote: On Thu, Aug 08, 2013 at 09:35:46AM -0400, Santosh Shilimkar wrote: (You have not CC'ed Greg, Looping him) On Tuesday 06 August 2013 01:49 PM, Dave Gerlach wrote: OMAP4 and AM33XX share the same EMIF controller IP. Although there

Re: [PATCH v3 08/12] dma: edma: Add one more required slot to MAX slots

2013-08-12 Thread Joel Fernandes
On 08/12/2013 08:31 AM, Mark Brown wrote: On Mon, Aug 12, 2013 at 11:26:49AM +0530, Sekhar Nori wrote: No need for a separate patch for this, just do this in the patch where you include the two linked sets. Can you guys please think about the CC lists you're using for these patch

Re: [PATCHv3 2/9] ARM: OMAP2+: AM33XX: control: Add some control module registers and APIs

2013-08-12 Thread Dave Gerlach
On 08/12/2013 02:17 PM, Kevin Hilman wrote: Dave Gerlach d-gerl...@ti.com writes: On 08/09/2013 12:11 AM, Tony Lindgren wrote: * Dave Gerlach d-gerl...@ti.com [130808 09:23]: On 08/08/2013 08:44 AM, Santosh Shilimkar wrote: Lets address the above better. I don't see a need of 8 functions

Re: [PATCH v2] serial: OMAP: add RS485 support

2013-08-12 Thread Greg KH
On Sun, Aug 11, 2013 at 02:56:50PM +0100, Mark Jackson wrote: This patch adds RS485 support to the OMAP serial driver, as defined in:- Documentation/devicetree/bindings/serial/rs485.txt When a UART transmitter is connected to (eg) a RS485 driver, it is necessary to turn the driver on/off

Re: [PATCH v3] arm: omap5: dts: add palmas-usb node

2013-08-12 Thread Stephen Warren
On 08/12/2013 04:17 AM, Kishon Vijay Abraham I wrote: From: Felipe Balbi ba...@ti.com Without this node, there will be no palmas driver to notify dwc3 that a cable has been connected and, without that, dwc3 will never initialize. diff --git a/arch/arm/boot/dts/omap5-uevm.dts

Re: [PATCH v3 01/12] dma: edma: Setup parameters to DMA MAX_NR_SG at a time

2013-08-12 Thread Joel Fernandes
Dropped quite a few from the CC list... On 08/12/2013 02:15 AM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: Changes are made here for configuring existing parameters to support DMA'ing them out in batches as needed. Also allocate as many as slots as needed by

Re: [PATCH v3 01/12] dma: edma: Setup parameters to DMA MAX_NR_SG at a time

2013-08-12 Thread Joel Fernandes
Responding to other comments in this post, On 08/12/2013 02:15 AM, Sekhar Nori wrote: [..] if (unlikely(!echan || !sgl || !sg_len)) return NULL; @@ -262,8 +262,11 @@ static struct dma_async_tx_descriptor *edma_prep_slave_sg( edesc-pset_nr = sg_len; -

Re: [PATCH v3 01/12] dma: edma: Setup parameters to DMA MAX_NR_SG at a time

2013-08-12 Thread Joel Fernandes
On 08/12/2013 06:55 PM, Joel Fernandes wrote: Dropped quite a few from the CC list... On 08/12/2013 02:15 AM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: Changes are made here for configuring existing parameters to support DMA'ing them out in batches as

Re: [PATCH v3 09/12] dma: edma: Implement multiple linked sets for continuity

2013-08-12 Thread Joel Fernandes
On 08/12/2013 01:56 PM, Sekhar Nori wrote: On Monday 05 August 2013 04:14 PM, Joel Fernandes wrote: Here we implement splitting up of the total MAX number of slots available for a channel into 2 cyclically linked sets. Transfer completion Interrupts are enabled on both linked sets and

Re: [PATCH v3 07/12] dma: edma: Add function to dump a PaRAM set from PaRAM

2013-08-12 Thread Joel Fernandes
On 08/12/2013 12:52 AM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: Previously, such a dump function was used but it wasn't reading from the PaRAM, rather just from a edmacc_param structure, we add a helpful function for debugging that directly reads from the

Re: [PATCH v3 08/12] dma: edma: Add one more required slot to MAX slots

2013-08-12 Thread Joel Fernandes
On 08/12/2013 12:56 AM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We'd now need a separate slot just for the channel and separate ones for the 2 linked sets, so we make adjustments to allocate an extra channel accordingly. Signed-off-by: Joel Fernandes

[PATCH 1/2] extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*

2013-08-12 Thread Kishon Vijay Abraham I
The Palmas device contains only a USB VID detector, so added a compatible type *ti,palmas-usb-vid*. Dint remove the existing compatible types for backward compatibility. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/extcon/extcon-twl.txt |3 ++-

[PATCH v4 2/2] arm: omap5: dts: add palmas-usb node

2013-08-12 Thread Kishon Vijay Abraham I
From: Felipe Balbi ba...@ti.com Without this node, there will be no palmas driver to notify dwc3 that a cable has been connected and, without that, dwc3 will never initialize. [ kis...@ti.com : fix vbus-supply value after SMPS10 is modeled as 2 regulators] Signed-off-by: Felipe Balbi