mailing list shutting down

2014-10-27 Thread Sekhar Nori
Hi, There are security issues with the server that hosts this mailing list and TI has decided to shut it down. Starting tomorrow, davinci-linux-open-source@linux.davincidsp.com will not be accessible. For kernel patches please send to LAKML and CC myself and Kevin. For other non-patch related

Re: [GIT PULL] DaVinci DT additions for v3.18 (merge window)

2014-09-05 Thread Sekhar Nori
On Friday 05 September 2014 01:26 AM, Arnd Bergmann wrote: On Monday 01 September 2014, Sekhar Nori wrote: The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git

[GIT PULL] DaVinci fixes for v3.17

2014-09-01 Thread Sekhar Nori
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.17-rc4 for you to fetch changes

[GIT PULL] DaVinci board file fixes for v3.18 (merge window)

2014-09-01 Thread Sekhar Nori
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.18/board for you to fetch changes up

[GIT PULL] DaVinci DT additions for v3.18 (merge window)

2014-09-01 Thread Sekhar Nori
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git v3.18/dt for you to fetch changes up to

Re: [PATCH] ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC

2014-08-26 Thread Sekhar Nori
On Monday 04 August 2014 05:56 PM, Peter Ujfalusi wrote: The edma_setup_from_hw() should know about the CC number when parsing the CCCFG register - when it reads the register to be precise. The base addresses for CCs stored in an array and we need to provide the correct id to edma_read() in

Re: [PATCH 2/2] ARM: davinci: board-da850-evm: Add needed regulators for tlv320aic3106 codec

2014-08-26 Thread Sekhar Nori
On Monday 28 July 2014 04:54 PM, Peter Ujfalusi wrote: IOVDD: tps65070's dcdc2 AVDD and DRVDD: fixed regulator derived from 5V via TPS73701DCQ DVDD: fixed regulator derived from 5V via TPS73701DCQ This patch needed to be able to probe the audio codec. Signed-off-by: Peter Ujfalusi

Re: [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot

2014-08-26 Thread Sekhar Nori
On Friday 01 August 2014 11:43 AM, Peter Ujfalusi wrote: Hi, Changes since v1: - fixed the address missmatch for tlv320aic3106 codec (@1b - 18) - The edma patches has been taken by Vinod, they should be in linux-next soon. I assume all of these 6 patches are meant to go through ARM SoC. I

Re: [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot

2014-08-26 Thread Sekhar Nori
On Tuesday 26 August 2014 03:54 PM, Sekhar Nori wrote: On Friday 01 August 2014 11:43 AM, Peter Ujfalusi wrote: Hi, Changes since v1: - fixed the address missmatch for tlv320aic3106 codec (@1b - 18) - The edma patches has been taken by Vinod, they should be in linux-next soon. I assume

Re: [PATCH 2/6] ARM: DTS: da850: Add node for edma0

2014-08-01 Thread Sekhar Nori
On Friday 01 August 2014 10:39 AM, Peter Ujfalusi wrote: On 07/31/2014 05:26 PM, Sergei Shtylyov wrote: On 07/31/2014 02:18 PM, Peter Ujfalusi wrote: Add DT node for edma0. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/boot/dts/da850.dtsi | 6 ++ 1 file changed,

Re: i2c-davinci.c: CPU FREQ causes lock up due to xfr_complete

2014-07-30 Thread Sekhar Nori
On Tuesday 29 July 2014 11:00 PM, Grygorii Strashko wrote: Hi Jon, On 07/29/2014 06:53 PM, Jon Cormier wrote: A slimmer patch suggested by Grygorii Strashko grygorii.stras...@ti.com Ok. The problem seems to be deeper than at first look. You have sequence (in Mainline kernel): cpufreq:

Re: [PATCH 0/3] ARM/dma: edma: Serve cyclic clients via high priority queue

2014-07-28 Thread Sekhar Nori
channel to queue0 (highest priority) and move it back to default queue when the channel is terminated. ping? For 1/3 and 2/3: Acked-by: Sekhar Nori nsek...@ti.com Vinod, can you take the series together with your tree (if you are happy with the series, that is)? I don't have anything else

Re: [PATCH] ARM: convert all mov.* pc, reg to bx reg for ARMv6+

2014-07-02 Thread Sekhar Nori
...@arm.linux.org.uk --- arch/arm/mach-davinci/sleep.S| 2 +- I build, boot and suspend-to-RAM tested on DA850 which should exercise the path you modified. DaVinci devices are ARMv5 (ARM926) so the new bx instruction does not really get used. Acked-by: Sekhar Nori nsek...@ti.com Thanks, Sekhar

Re: [GIT PULL 01/02] DaVinci EDMA clean-up for v3.16

2014-05-27 Thread Sekhar Nori
On Tuesday 27 May 2014 03:28 AM, Olof Johansson wrote: This had a conflict with the fix from Thomas that fixes the binding. To avoid this, you could have merged Vinod's branch in on top of the fix branch you had, then build your new contents on top. I did notice the conflict, but did not

[GIT PULL 01/02] DaVinci EDMA clean-up for v3.16

2014-05-24 Thread Sekhar Nori
Hi Olof, Kevin, Arnd, These patches introduce a change to EDMA bindings. They deprecate some bindings but new kernel will continue to work with older DTBs since the information is now read from hardware instead. I have not been able to get an Ack/response from DT folks on this. Since it has been

[GIT PULL 02/02] DaVinci board changes for v3.16

2014-05-24 Thread Sekhar Nori
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.16/board for you to fetch changes up

Re: [PATCH] i2c: davinci: Add block read functionality for IPMI

2014-05-22 Thread Sekhar Nori
) Send NACK/STOP bits before last byte is received Signed-off-by: Garrett Ding g-d...@ti.com Signed-off-by: Murali Karicheri m-kariche...@ti.com I tested this on a DA850 using i2cdetect and it did not seem to break anything so: Tested-by: Sekhar Nori nsek...@ti.com There are some checks

Re: davinci boot failures in next-20140519

2014-05-21 Thread Sekhar Nori
On Tuesday 20 May 2014 10:32 PM, Prabhakar Lad wrote: Sekhar, I am not sure why this didnt work on your side you can find the boot log at [1], I tested this on latest next. I tried NFS after a long time. It could have been some setup issue. Thanks for testing at your end. Regards, Sekhar

Re: davinci boot failures in next-20140519

2014-05-20 Thread Sekhar Nori
On Tuesday 20 May 2014 12:49 PM, Prabhakar Lad wrote: Hi, On Tue, May 20, 2014 at 12:08 AM, Kevin Hilman khil...@linaro.org wrote: As found by my automated boot tester[1], dm365 EVM and da850 EVM started failing boot tests in today's linux-next. I haven't had the time to bisect, but it

Re: davinci boot failures in next-20140519

2014-05-20 Thread Sekhar Nori
On Tuesday 20 May 2014 02:46 PM, Prabhakar Lad wrote: Hi Sekhar, On Tue, May 20, 2014 at 1:43 PM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 20 May 2014 12:49 PM, Prabhakar Lad wrote: Hi, On Tue, May 20, 2014 at 12:08 AM, Kevin Hilman khil...@linaro.org wrote: As found by my automated

[PATCH] net: davinci_emac: fix oops caused by uninitialized ndev-dev

2014-05-20 Thread Sekhar Nori
in platform_device instead. While at it, use pdev-dev consistently for console messages instead of using ndev-dev for just one case and remove an unnecessary line continuation. Reported-by: Kevin Hilman khil...@linaro.org Helped-by: George Cherian george.cher...@ti.com Signed-off-by: Sekhar Nori nsek

Re: davinci boot failures in next-20140519

2014-05-20 Thread Sekhar Nori
On Tuesday 20 May 2014 05:29 PM, Mel Gorman wrote: On Tue, May 20, 2014 at 02:46:47PM +0530, Prabhakar Lad wrote: Hi Sekhar, On Tue, May 20, 2014 at 1:43 PM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 20 May 2014 12:49 PM, Prabhakar Lad wrote: Hi, On Tue, May 20, 2014 at 12:08 AM, Kevin

Re: [PATCH] ARM: davinci: remove checks for CONFIG_USB_MUSB_PERIPHERAL

2014-05-15 Thread Sekhar Nori
On Thursday 15 May 2014 03:47 PM, Paul Bolle wrote: The Kconfig symbol USB_MUSB_PERIPHERAL was removed in v3.1. The last two checks for its macro now always evaluate to false. So remove these checks. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Eyeball tested only. This is just a

Re: [GIT PULL] DaVinci fixes for v3.15

2014-05-13 Thread Sekhar Nori
On Sunday 11 May 2014 10:35 AM, Olof Johansson wrote: On Sat, May 10, 2014 at 3:57 AM, Sekhar Nori nsek...@ti.com wrote: Hi, On Tuesday 29 April 2014 08:03 PM, Sekhar Nori wrote: The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18

Re: [GIT PULL] DaVinci fixes for v3.15

2014-05-10 Thread Sekhar Nori
Hi, On Tuesday 29 April 2014 08:03 PM, Sekhar Nori wrote: The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux

Re: IGMP issue with Davinci kernel 2.6.31

2014-05-06 Thread Sekhar Nori
On Saturday 03 May 2014 02:35 AM, Junfeng Feng wrote: Hello there, Right now, I try to support the IGMP functionality on Davinci. I have configured the option CONFIG_IP_MULTICAST. But when I try to join or leave one multicast group, I did not see the multicast traffic. For comparison, I

[GIT PULL] DaVinci fixes for v3.15

2014-04-29 Thread Sekhar Nori
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.15-rc4 for you to fetch changes

Re: DA850 - SD detection broken by edma change (but only on mainline)

2014-04-21 Thread Sekhar Nori
On Thursday 17 April 2014 04:50 AM, Peter Howard wrote: On Tue, 2014-04-15 at 08:34 +1000, Peter Howard wrote: On Mon, 2014-04-14 at 14:02 +0530, Sekhar Nori wrote: Peter, On Monday 14 April 2014 12:30 PM, Peter Howard wrote: For the DA850, I've found that trying to detection of a card

Re: [PATCH v2 3/8] davinci: da850: Use cpufreq_for_each_entry macro for iteration

2014-04-21 Thread Sekhar Nori
On Wednesday 16 April 2014 03:56 AM, Stratos Karafotis wrote: The cpufreq core now supports the cpufreq_for_each_entry macro helper for iteration over the cpufreq_frequency_table, so use it. It should have no functional changes. Signed-off-by: Stratos Karafotis strat...@semaphore.gr I

Re: [PATCH 1/1] dma: edma: fix incorrect SG list handling

2014-04-14 Thread Sekhar Nori
Vinod, On Wednesday 19 March 2014 11:25 AM, Sekhar Nori wrote: The code to handle any length SG lists calls edma_resume() even before edma_start() is called. This is incorrect because edma_resume() enables edma events on the channel after which CPU (in edma_start) cannot clear posted events

Re: DA850 - SD detection broken by edma change (but only on mainline)

2014-04-14 Thread Sekhar Nori
Peter, On Monday 14 April 2014 12:30 PM, Peter Howard wrote: For the DA850, I've found that trying to detection of a card in the SD slot during boot is broken as of 3.12 on mainline. You end up like this (from a 3.14 kernel.org kernel): Could you try this patch?

Re: [PATCH 1/1] dma: edma: fix incorrect SG list handling

2014-04-14 Thread Sekhar Nori
On Monday 14 April 2014 02:27 PM, Vinod Koul wrote: On Mon, Apr 14, 2014 at 02:01:11PM +0530, Sekhar Nori wrote: Vinod, On Wednesday 19 March 2014 11:25 AM, Sekhar Nori wrote: The code to handle any length SG lists calls edma_resume() even before edma_start() is called. This is incorrect

Re: [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

2014-04-14 Thread Sekhar Nori
On Monday 14 April 2014 05:26 PM, Peter Ujfalusi wrote: Hi Vinod, On 04/11/2014 03:46 PM, Vinod Koul wrote: I think the number shouldn't be viewed in absolute terms. If we decide that (lets say) 0-7, then any controller should map 0 to lowest and 7 to highest. For your case you can do

Re: [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

2014-04-14 Thread Sekhar Nori
On Monday 14 April 2014 06:11 PM, Peter Ujfalusi wrote: On 04/14/2014 03:12 PM, Sekhar Nori wrote: On Monday 14 April 2014 05:26 PM, Peter Ujfalusi wrote: Hi Vinod, On 04/11/2014 03:46 PM, Vinod Koul wrote: I think the number shouldn't be viewed in absolute terms. If we decide that (lets

Re: [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

2014-04-11 Thread Sekhar Nori
On Tuesday 01 April 2014 06:36 PM, Peter Ujfalusi wrote: Use the EVENTQ_1 for default and leave the EVENTQ_0 to be used by high priority channels, like audio. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Sekhar Nori nsek...@ti.com --- arch/arm/common/edma.c | 3 ++- 1

Re: [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

2014-04-11 Thread Sekhar Nori
On Friday 11 April 2014 02:20 PM, Peter Ujfalusi wrote: On 04/11/2014 11:17 AM, Sekhar Nori wrote: On Tuesday 01 April 2014 06:36 PM, Peter Ujfalusi wrote: Use the EVENTQ_1 for default and leave the EVENTQ_0 to be used by high priority channels, like audio. Signed-off-by: Peter Ujfalusi

Re: [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

2014-04-11 Thread Sekhar Nori
On Friday 11 April 2014 03:12 PM, Vinod Koul wrote: On Fri, Apr 11, 2014 at 12:38:00PM +0300, Peter Ujfalusi wrote: On 04/11/2014 11:56 AM, Sekhar Nori wrote: On Friday 11 April 2014 02:20 PM, Peter Ujfalusi wrote: On 04/11/2014 11:17 AM, Sekhar Nori wrote: On Tuesday 01 April 2014 06:36 PM

Re: Building head of git repo gives kernel which segfaults loading init

2014-04-04 Thread Sekhar Nori
On Friday 04 April 2014 06:35 AM, Peter Howard wrote: Problem tracked down - see at bottom. On Fri, 2014-04-04 at 10:21 +1100, Peter Howard wrote: On Fri, 2014-04-04 at 09:57 +1100, Peter Howard wrote: Dear All: I'm trying to build a kernel from the current head of the git repository for

Re: [PATCH v2 3/3] ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller

2014-03-24 Thread Sekhar Nori
platform library code. Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Hans de Goede hdego...@redhat.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Looks much better now and re-tested it on DA850 EVM. Few issues pointed out below

Re: [PATCH 08/62] ARM: davinci: use explicit 'select' for DA850_EVM

2014-03-23 Thread Sekhar Nori
a...@arndb.de Acked-by: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: davinci-linux-open-source@linux.davincidsp.com Acked-by: Sekhar Nori nsek...@ti.com Thanks, Sekhar ___ Davinci-linux-open-source mailing list Davinci-linux-open

Re: [PATCH 3/4] ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller

2014-03-20 Thread Sekhar Nori
Hi Bartlomiej, On Tuesday 18 March 2014 12:01 AM, Bartlomiej Zolnierkiewicz wrote: The new driver is named ahci_da850 and is only compile tested. Once it is tested on the real hardware and verified to work correctly, the legacy platform code (which depends on the deprecated struct

Re: [PATCH 06/62] ARM: davinci: export da8xx_syscfg0_base

2014-03-20 Thread Sekhar Nori
. The macro in turn relies on the da8xx_syscfg0_base global variable. Since the OHCI driver can be a loadable module, this requires the symbol to be exported from platform code. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc

Re: [PATCH 06/62] ARM: davinci: export da8xx_syscfg0_base

2014-03-20 Thread Sekhar Nori
On Thursday 20 March 2014 12:12 PM, Arnd Bergmann wrote: On Thursday 20 March 2014 01:36:13 Sergei Shtylyov wrote: On 03/19/2014 11:21 PM, Arnd Bergmann wrote: The question is whether there is anyone who would do this properly. Nobody cares, it seems. As you can imagine, I stopped to care

[GIT PULL] DaVinci SoC fixes for v3.15

2014-03-20 Thread Sekhar Nori
Hello, Here is a fix from Kevin over the soc pull request sent earlier. Thanks, Sekhar The following changes since commit 4b9e44f8d7c9cd166d8304b8f619741c1d59b836: ARM: davinci: remove da8xx_omapl_defconfig (2014-03-06 19:08:30 +0530) are available in the git repository at:

Re: [PATCH 06/62] ARM: davinci: export da8xx_syscfg0_base

2014-03-20 Thread Sekhar Nori
On Thursday 20 March 2014 05:27 PM, Arnd Bergmann wrote: On Thursday 20 March 2014, Sekhar Nori wrote: diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 3586460..c807d3f 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -1178,7 +1178,8

Re: [PATCH 07/62] ARM: davinci: make dm644x-evm phy fixup conditional

2014-03-20 Thread Sekhar Nori
a compile-time condition on CONFIG_PHYLIB to remove the call in the cases where it cannot work. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: davinci-linux-open-source@linux.davincidsp.com Acked-by: Sekhar Nori nsek

Re: [PATCH 08/62] ARM: davinci: use explicit 'select' for DA850_EVM

2014-03-20 Thread Sekhar Nori
On Thursday 20 March 2014 12:59 AM, Arnd Bergmann wrote: The DAVINCI_DA850_EVM board uses an unusual method to enable the GPIO_PCA953X and KEYBOARD_GPIO_POLLED symbols, which leads to the dependencies on these symbols being ignored. As GPIO_PCA953X actually requires I2C, that can lead to

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Sekhar Nori
On Monday 17 March 2014 07:35 PM, Linus Walleij wrote: On Mon, Mar 17, 2014 at 2:29 PM, Sekhar Nori nsek...@ti.com wrote: One thing to note is that this driver is used by keystone too and all its users are DT-only. Although I do not see any in-kernel DT GPIO users even there. I can confirm

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-18 Thread Sekhar Nori
Hi Alexander, On Tuesday 18 March 2014 03:15 PM, Alexander Holler wrote: Am 18.03.2014 09:37, schrieb Sekhar Nori: It is safe - at the least it does not break anything that is already working. I guess the decision to put it into -rc depends on whether you consider out of tree dtbs

[PATCH] dma: edma: fix incorrect SG list handling

2014-03-17 Thread Sekhar Nori
: Joel Fernandes jo...@ti.com Reported-by: Jon Ringle jrin...@gridpoint.com Signed-off-by: Sekhar Nori nsek...@ti.com --- Jon, can you please confirm this fixes the issue you reported? Joel, can you ack this please? In particular, I was not able to test with SG list greater than MAX_NR_SG. drivers/dma

Re: [PATCH] dma: edma: fix incorrect SG list handling

2014-03-17 Thread Sekhar Nori
Hi Jon, On Monday 17 March 2014 06:28 PM, Jon Ringle wrote: On Mon, 17 Mar 2014, Sekhar Nori wrote: The code to handle any length SG lists calls edma_resume() even before edma_start() is called. This is incorrect because edma_resume() enables edma events on the channel after which CPU

Re: [PATCH] ARM: davinci: fix DT booting with default defconfig

2014-03-17 Thread Sekhar Nori
On Tuesday 18 March 2014 03:01 AM, Kevin Hilman wrote: On Sun, Mar 16, 2014 at 10:00 PM, Sekhar Nori nsek...@ti.com wrote: On Friday 14 March 2014 11:00 PM, Kevin Hilman wrote: Davinci boards tend to have older booloaders without DTB support. Enable appended DTB support by default to allow DT

Re: [PATCH] ARM: davinci: fix DT booting with default defconfig

2014-03-16 Thread Sekhar Nori
-off-by: Kevin Hilman khil...@linaro.org --- Sekhar, this applies on top of your latest defconfig cleanup queued for v3.15 and validated with DT and legacy boot on DA850 EVM. Thanks Kevin. If you will take this directly through ARM-SoC: Acked-by: Sekhar Nori nsek...@ti.com Thanks, Sekhar

[GIT PULL] DaVinci SoC updates for v3.15

2014-03-06 Thread Sekhar Nori
davinci_all_defconfig Sekhar Nori (4): ARM: davinci: enable da8xx build concurrently with older devices ARM: davinci: add da8xx specific configs to davinci_all_defconfig ARM: davinci: da8xx: fix multiple watchdog device registration

Re: Davinci gpio devicetree

2014-03-03 Thread Sekhar Nori
On Monday 03 March 2014 03:53 PM, Prabhakar Lad wrote: Hi Alexander, On Sat, Mar 1, 2014 at 6:58 PM, Alexander Holler hol...@ahsoftware.de wrote: Hello, Having had a second look at your example (comparing with what I've used here), I think it might make sense to change it a bit: Am

Re: Davinci gpio devicetree

2014-02-28 Thread Sekhar Nori
+ Prabhakar On Tuesday 25 February 2014 08:54 PM, Alexander Holler wrote: Hello, I've seen kernel 3.14-rc contains support for gpios using devicetree. I've two comments: 1. #gpio-cells seems to be missing, 2. a small usage example (e.g. with gpio-leds or gpio-keys) would be nice.

Re: [PATCH 0/5] ARM: davinci: tnetv107x removal

2014-02-27 Thread Sekhar Nori
to remove the code. However, I'm looking for an Ack from Cyril Chemparathy and Sekhar Nori first, to be sure we won't need this code in the future. Kevin Hilman has already mentioned that he sees no reason to keep this code. Acked-by: Sekhar Nori nsek...@ti.com Regards, Sekhar

[PATCH 0/4] ARM: davinci: remove da8xx_omapl_defconfig

2014-02-25 Thread Sekhar Nori
This patch series enabled da830 and da850 to build with davinci_all_defconfig and removes da8xx_omapl_defconfig since it will not be required anymore. Sekhar Nori (4): ARM: davinci: enable da8xx build concurrently with older devices ARM: davinci: add da8xx specific configs

[PATCH 2/4] ARM: davinci: add da8xx specific configs to davinci_all_defconfig

2014-02-25 Thread Sekhar Nori
Add da8xx specific configs to davinci_all_defconfig so it can be used to support da830 and da850. Signed-off-by: Sekhar Nori nsek...@ti.com --- arch/arm/configs/davinci_all_defconfig | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/configs/davinci_all_defconfig

[GIT PULL] DaVinci NAND update for v3.15

2014-02-23 Thread Sekhar Nori
Hi, Can you please pull the following change for v3.15? The mtd changes are acked by Brian. We agreed to take this through ARM-SoC because of the number of changes to mach-davinci. I based this on -rc3 since I saw that ARM-SoC is on -rc3 anyway. Thanks, Sekhar The following changes since

Re: [PATCH v4] gpio: davinci: reuse for keystone soc

2014-02-07 Thread Sekhar Nori
Hi Linus, On Thursday 06 February 2014 06:50 PM, Linus Walleij wrote: On Wed, Feb 5, 2014 at 4:47 PM, Grygorii Strashko grygorii.stras...@ti.com wrote: The similar GPIO HW block is used by keystone SoCs as in Davinci SoCs. Hence, reuse Davinci GPIO driver for Keystone taking into account

Re: [PATCH v5] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif

2014-02-05 Thread Sekhar Nori
-off-by: Sekhar Nori nsek...@ti.com Hope this patch looks good to you now. I would like to take it for v3.15 via DaVinci tree. Thanks, Sekhar ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http

Re: [PATCH v4 1/1] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif

2014-01-29 Thread Sekhar Nori
On Wednesday 29 January 2014 08:50 PM, Ivan Khoronzhuk wrote: Hi Sekhar, Do you want me to correct it? Yes, please! Thanks, Sekhar ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

[PATCH v4 1/1] ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif

2014-01-10 Thread Sekhar Nori
-aemif.c driver. Acked-by: Brian Norris computersforpe...@gmail.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com [nsek...@ti.com: fixed checkpatch error and a build breakage due to missing include, rebased onto l2-mtd/master] Signed-off-by: Sekhar Nori nsek...@ti.com

[GIT PULL] DaVinci DT updates for v3.14

2014-01-10 Thread Sekhar Nori
The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e: Linux 3.13-rc3 (2013-12-06 09:34:04 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.14/dt for you to fetch changes up to

[GIT PULL] A DaVinci SoC update for v3.14

2014-01-10 Thread Sekhar Nori
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.14/soc for you to fetch changes up to

Re: [PATCH v3 0/2] gpio: davinci: reuse for keystone arch

2014-01-09 Thread Sekhar Nori
On Wednesday 08 January 2014 07:38 PM, Santosh Shilimkar wrote: On Tuesday 07 January 2014 11:06 PM, Sekhar Nori wrote: On Tuesday 07 January 2014 11:22 PM, Santosh Shilimkar wrote: Sekhar, On Tuesday 24 December 2013 06:41 AM, Grygorii Strashko wrote: This series is intended to update

[GIT PULL] DaVinci watchdog change for v3.14

2014-01-09 Thread Sekhar Nori
Hi Arnd, Olof, Kevin, Can you please pull the following patch. It has been acked by Wim. There are some other davinci_wdt.c patches Wim has queued in his tree, but a test merge of this patch with latest linux-next does not throw any conflicts. Thanks, Sekhar The following changes since commit

Re: [PATCH v3 0/2] gpio: davinci: reuse for keystone arch

2014-01-07 Thread Sekhar Nori
by mistake; fixed sparse warning Changes in v2: - minor comments applied, no functional changes v2: https://lkml.org/lkml/2013/12/18/135 v1: https://lkml.org/lkml/2013/12/12/366 Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: Sekhar Nori nsek...@ti.com Cc

Re: [GIT PULL] DaVinci GPIO updates for v3.14

2014-01-05 Thread Sekhar Nori
On Thursday 26 December 2013 12:33 AM, Sekhar Nori wrote: Hi Arnd, Olof, Kevin, Here are some DaVinci GPIO driver updates and the resulting platform code changes. All the patches have been acked by Linus. To handle dependencies easily, we both agreed that it will be better I send

Re: [PATCH v2 2/2] gpio: davinci: reuse for Keystone SoC

2013-12-22 Thread Sekhar Nori
. Documentation: http://www.ti.com/lit/ug/sprugv1/sprugv1.pdf Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: Sekhar Nori nsek...@ti.com Cc: devicet...@vger.kernel.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Grygorii

Re: [PATCH v2 2/2] gpio: davinci: reuse for Keystone SoC

2013-12-22 Thread Sekhar Nori
. Documentation: http://www.ti.com/lit/ug/sprugv1/sprugv1.pdf Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: Sekhar Nori nsek...@ti.com Cc: devicet...@vger.kernel.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Grygorii

Re: [PATCH v2 1/2] gpio: davinci: don't create irq_domain in case of unbanked irqs

2013-12-22 Thread Sekhar Nori
are enabled and correct gpio_to_irq_banked() to handle this properly. Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: Sekhar Nori nsek...@ti.com Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Grygorii Strashko grygorii.stras...@ti.com

Re: [PATCH v7] gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*

2013-12-15 Thread Sekhar Nori
On Friday 13 December 2013 09:34 AM, Prabhakar Lad wrote: Hi Linus, On Fri, Dec 13, 2013 at 2:01 AM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Dec 11, 2013 at 6:52 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch

Re: [PATCH v6 2/6] This patch converts the davinci gpio driver to use irqdomain support.

2013-12-15 Thread Sekhar Nori
On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com [grygorii.stras...@ti.com: - switch to use one irq-domain per all GPIO banks - keep irq_create_mapping() call in

Re: [PATCH v6 3/6] gpio: davinci: remove unused variable intc_irq_num

2013-12-15 Thread Sekhar Nori
On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com As the davinci-gpio driver is migrated to use irqdomain there is no need to pass the irq base for the gpio driver. This patch removes this variable from davinci_gpio_platform_data and

Re: [PATCH v6 5/6] ARM: davinci: da850: add GPIO DT node

2013-12-15 Thread Sekhar Nori
On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: KV Sujith sujit...@ti.com Add DT node for Davinci GPIO driver. Signed-off-by: KV Sujith sujit...@ti.com Signed-off-by: Philip Avinash avinashphi...@ti.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Added to

Re: [PATCH v6 6/6] ARM: davinci: da850 evm: add GPIO pinumux entries DT node

2013-12-15 Thread Sekhar Nori
is configurable differently on different boards. So add GPIO pinmuxing in dts file. Signed-off-by: KV Sujith sujit...@ti.com Signed-off-by: Philip Avinash avinashphi...@ti.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Signed-off-by: Sekhar Nori nsek...@ti.com --- arch/arm/boot/dts/da850

Re: [RFC v1 3/9] gpio: davinci: use chained_irq_enter/chained_irq_exit API

2013-12-15 Thread Sekhar Nori
On Wednesday 27 November 2013 01:10 AM, Grygorii Strashko wrote: It's unsafe to call IRQ chip callbacks (.irq_mask/irq_unmask/irq_ack) from chained IRQ handler directly. Because, Davinci GPIO block is used by different SoCs, which, in turn, have different Main IRQ controllers (Davinci - aintc,

Re: [PATCH 0/2] gpio: davinci: reuse for keystone arch

2013-12-15 Thread Sekhar Nori
On Sunday 15 December 2013 12:41 AM, Santosh Shilimkar wrote: Linus, Sekhar, On Thursday 12 December 2013 01:12 PM, Grygorii Strashko wrote: This series is intended to update Davinci GPIO driver and reuse it for Keystone SoCs, because Keystone uses the similar GPIO IP like Davinci. Keystone

Re: [PATCH 0/2] gpio: davinci: reuse for keystone arch

2013-12-15 Thread Sekhar Nori
On Sunday 15 December 2013 07:20 PM, Sekhar Nori wrote: On Sunday 15 December 2013 12:41 AM, Santosh Shilimkar wrote: Linus, Sekhar, On Thursday 12 December 2013 01:12 PM, Grygorii Strashko wrote: This series is intended to update Davinci GPIO driver and reuse it for Keystone SoCs, because

Re: [GIT PULL] DaVinci fixes for v3.13

2013-12-04 Thread Sekhar Nori
Hi Arnd, Olof, Kevin, Looks like this pull request was never picked up. Can you please pull this for the next -rc? Thanks, Sekhar On 11/21/2013 10:18 PM, Sekhar Nori wrote: The following changes since commit 527d1511310a8965081869260394e20c7013: Merge branch 'next' of git

[GIT PULL] DaVinci fixes for v3.13-rc3

2013-12-04 Thread Sekhar Nori
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v3.13-rc3 for you to fetch changes

Re: [GIT PULL] DaVinci fixes for v3.13-rc3

2013-12-04 Thread Sekhar Nori
+ Peter Hi Olof, On 12/5/2013 4:03 AM, Olof Johansson wrote: Hi, Pulled. A suggestion for the future, please try to use a patch description that doesn't require you to motivate why this is needed now. I.e. the patch description should contain: What is broken How/when it broke (SHA

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-29 Thread Sekhar Nori
On Friday 29 November 2013 01:16 PM, Linus Walleij wrote: On Tue, Nov 26, 2013 at 6:12 PM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 26 November 2013 06:03 PM, Grygorii Strashko wrote: Actually, the same was proposed by Linus, but we've tried avoid such huge rework - by switching to one

Re: [PATCH] ARM: davinci: Fix McASP mem resource names

2013-11-29 Thread Sekhar Nori
Peter, On Wednesday 13 November 2013 08:18 PM, Peter Ujfalusi wrote: The ASoC McASP driver looks for the mem resources by name and: mpu and dat regions. Change/add the needed name for the mem resources so the driver can pick the correct resource. Signed-off-by: Peter Ujfalusi

Re: [PATCH] ARM: davinci: clock: return 0 upon error from clk_round_rate()

2013-11-27 Thread Sekhar Nori
sources can generate rates higher than (2^31)-1 Hz. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Philip Avinash avinashphi...@ti.com Cc: Sekhar Nori nsek...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com I applied this to my v3.14/soc[1] branch. For some reason I could not apply the patch

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-26 Thread Sekhar Nori
On Tuesday 26 November 2013 06:03 PM, Grygorii Strashko wrote: On 11/25/2013 01:00 PM, Sekhar Nori wrote: On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: KV Sujith sujit...@ti.com This patch adds OF parser support for davinci gpio driver and also appropriate documentation

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-26 Thread Sekhar Nori
On Wednesday 27 November 2013 01:11 AM, Grygorii Strashko wrote: On 11/26/2013 07:12 PM, Sekhar Nori wrote: On Tuesday 26 November 2013 06:03 PM, Grygorii Strashko wrote: On 11/25/2013 01:00 PM, Sekhar Nori wrote: On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: KV Sujith

Re: [PATCH v6 1/6] gpio: davinci: use readl/writel instead of __raw_*

2013-11-25 Thread Sekhar Nori
Prabhakar, On Monday 25 November 2013 09:42 AM, Prabhakar Lad wrote: Hi Taras, On Fri, Nov 22, 2013 at 3:38 PM, Taras Kondratiuk taras.kondrat...@linaro.org wrote: On 21 November 2013 20:15, Prabhakar Lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com

Re: [PATCH v6 4/6] gpio: davinci: add OF support

2013-11-25 Thread Sekhar Nori
On Thursday 21 November 2013 11:45 PM, Prabhakar Lad wrote: From: KV Sujith sujit...@ti.com This patch adds OF parser support for davinci gpio driver and also appropriate documentation in gpio-davinci.txt located at Documentation/devicetree/bindings/gpio/. Acked-by: Linus Walleij

[GIT PULL] DaVinci fixes for v3.13

2013-11-21 Thread Sekhar Nori
The following changes since commit 527d1511310a8965081869260394e20c7013: Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc (2013-11-20 15:13:47 -0800) are available in the git repository at:

Re: [PATCH 1/2] gpio: davinci: Fix a check for unbanked gpio

2013-11-20 Thread Sekhar Nori
On Monday 18 November 2013 04:18 PM, Linus Walleij wrote: On Tue, Nov 12, 2013 at 7:18 AM, Sekhar Nori nsek...@ti.com wrote: On Friday 08 November 2013 12:15 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch fixes a check for offset in gpio_to_irq_unbanked

Re: [PATCH v4 1/6] gpio: davinci: Fixed a check for unbanked gpio

2013-11-06 Thread Sekhar Nori
On Wednesday 06 November 2013 03:45 PM, Prabhakar Lad wrote: Hi Linus, On Wed, Nov 6, 2013 at 3:26 PM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Nov 6, 2013 at 10:33 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Tue, Nov 5, 2013 at 6:09 PM, Linus Walleij

Re: [PATCH v4 1/6] gpio: davinci: Fixed a check for unbanked gpio

2013-11-06 Thread Sekhar Nori
Hi Grygorii, On Wednesday 06 November 2013 05:03 PM, Grygorii Strashko wrote: Hi Sekhar, Linus, On 11/06/2013 12:49 PM, Sekhar Nori wrote: On Wednesday 06 November 2013 03:45 PM, Prabhakar Lad wrote: Hi Linus, On Wed, Nov 6, 2013 at 3:26 PM, Linus Walleij linus.wall...@linaro.org wrote

Re: [PATCH v2] ARM: davinci: convert to clockevents_config_and_register

2013-10-16 Thread Sekhar Nori
On Wednesday 16 October 2013 01:20 PM, Uwe Kleine-König wrote: Hello, On Wed, Oct 16, 2013 at 08:49:17AM +0530, Sekhar Nori wrote: On Sunday 13 October 2013 02:06 PM, Uwe Kleine-König wrote: clockevents_config_and_register is superior compared to setting shift/mult and {min,max}_delta_ns

[GIT PULL] DaVinci: an SoC update for v3.13

2013-10-15 Thread Sekhar Nori
The following changes since commit 61e6cfa80de5760bbe406f4e815b7739205754d2: Linux 3.12-rc5 (2013-10-13 15:41:28 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.13/soc-2 for you to fetch changes up

Re: [PATCH] ARM: davinci: convert to clockevents_config_and_register

2013-10-12 Thread Sekhar Nori
On Wednesday 25 September 2013 03:32 AM, Uwe Kleine-König wrote: clockevents_config_and_register is superior compared to setting shift/mult and {min,max}_delta_ns by hand. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, I wonder where the 50 us limit comes from.

Re: [PATCH] ARM: davinci: usb: provide minimal support for da850.

2013-10-07 Thread Sekhar Nori
On Tuesday 24 September 2013 07:16 PM, Paul Chavent wrote: As for the da830 and hawk boards, the da850 can provide minimalist usb 1.1 implementation. Moreover, this patch has only been tested with the OHCI (on an OMAP L138 EVM / DA850 board), not with the Inventra HC (that seems broken for the

Re: [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-09-27 Thread Sekhar Nori
is a minor clean up of a checkpatch error in old code. Reviewed-by: Sekhar Nori nsek...@ti.com Reported-by: Balaji T K balaj...@ti.com Cc: Sekhar Nori nsek...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Olof Johansson o...@lixom.net Cc: Nishanth Menon n...@ti.com Cc: Pantel Antoniou pa

  1   2   3   4   5   6   7   8   9   >