Re: [PATCH 3/9] cpufreq: davinci: move cpufreq driver to drivers/cpufreq

2013-03-27 Thread Sekhar Nori
On 3/27/2013 3:51 PM, Viresh Kumar wrote: > On 27 March 2013 15:47, Sekhar Nori wrote: >> On 3/25/2013 3:41 PM, Viresh Kumar wrote: >> I am unable to apply this patch for testing. Looks like this could be >> because of: >> >> Content-Type: text/plain; charset=&qu

Re: [PATCH 3/9] cpufreq: davinci: move cpufreq driver to drivers/cpufreq

2013-03-27 Thread Sekhar Nori
On 3/27/2013 3:51 PM, Viresh Kumar wrote: > On 27 March 2013 15:47, Sekhar Nori wrote: >> On 3/25/2013 3:41 PM, Viresh Kumar wrote: >> I am unable to apply this patch for testing. Looks like this could be >> because of: >> >> Content-Type: text/plain; charset=&qu

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-31 Thread Sekhar Nori
On 3/28/2013 3:50 PM, Prabhakar Lad wrote: > Hi Laurent, > > On Thu, Mar 28, 2013 at 3:40 PM, Laurent Pinchart > wrote: >> Hi Prabhakar, >> >> On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote: >>> On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote: On Thursday 28 March 2013 14:20:

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-31 Thread Sekhar Nori
On 3/28/2013 10:07 AM, Prabhakar Lad wrote: > Hi Sekhar, > > On Wed, Mar 27, 2013 at 4:13 PM, Stephen Rothwell > wrote: >> Hi, >> >> On Mon, 25 Mar 2013 16:51:35 +0530 Prabhakar lad >> wrote: >>> >>> --- a/arch/arm/mach-davinci/board-da830-evm.c >>> +++ b/arch/arm/mach-davinci/board-da830-evm.

Re: [PATCH 1/6] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver

2013-03-07 Thread Sekhar Nori
On 3/7/2013 11:31 AM, Greg Kroah-Hartman wrote: > On Wed, Mar 06, 2013 at 09:20:45PM -0800, David Brown wrote: >> Greg Kroah-Hartman writes: >> >>> On Wed, Mar 06, 2013 at 04:29:42PM -0800, David Brown wrote: +menu "Qualcomm MSM SSBI bus support" + depends on ARCH_MSM >>> >>> Why? >> >>

Re: [PATCH] davinci: vpif: Fix module build for capture and display

2013-03-08 Thread Sekhar Nori
_capture.ko] undefined! > ERROR: "vpif_ch_params_count" > [drivers/media/platform/davinci/vpif_capture.ko] undefined! > ERROR: "vpif_base" [drivers/media/platform/davinci/vpif_capture.ko] undefined! > make[1]: *** [__modpost] Error 1 > > Reported-by: Sekhar Nori

Re: [PATCH v2 4/6] ARM: davinci: da850: add DT node for eth0.

2013-03-08 Thread Sekhar Nori
On 3/8/2013 3:15 PM, Prabhakar Lad wrote: > Sekhar, > > On Mon, Feb 4, 2013 at 11:20 PM, Sekhar Nori wrote: >> On 2/4/2013 10:37 AM, Prabhakar Lad wrote: >>> Sekhar , >>> >>> On Sun, Feb 3, 2013 at 5:33 PM, Sekhar Nori wrote: >>>> On 1

Re: [PATCH] davinci: vpbe: fix module build

2013-03-08 Thread Sekhar Nori
0x33 0x35 0x35 0x2c 0x76 0x70 0x62 0x65 0x2d 0x76 0x65 0x6e 0x63 > 0x00 0x00 0x00 0x00 0x00 0x03 0x00 0x00 0x00 > FATAL: drivers/media/platform/davinci/vpbe_venc: struct platform_device_id is > not terminated with a NULL entry! > make[1]: *** [__modpost] Error 1 > > Reported-by: Se

Re: [PATCH v9 3/9] ARM: edma: add AM33XX support to the private EDMA API

2013-03-11 Thread Sekhar Nori
igned-off-by: Matt Porter > Acked-by: Sekhar Nori > --- > arch/arm/common/edma.c | 300 > ++-- > arch/arm/mach-omap2/Kconfig|1 + > include/linux/platform_data/edma.h |1 + > 3 files changed, 292 insertions(+), 10

Re: [PATCH v9 5/9] dmaengine: edma: Add TI EDMA device tree binding

2013-03-11 Thread Sekhar Nori
On 3/6/2013 9:45 PM, Matt Porter wrote: > The binding definition is based on the generic DMA controller > binding. > > Signed-off-by: Matt Porter Okay the bindings the documented after they are used leading to some confusion. This patch should be moved up the series. As I noted in my other e-mai

Re: [PATCH v2 06/10] ARM: davinci: don't use broken ntosd2_init_i2c

2012-08-09 Thread Sekhar Nori
ng: array subscript is > above array bounds [-Warray-bounds] > > Signed-off-by: Arnd Bergmann > Cc: Kevin Hilman > Cc: Sekhar Nori > Cc: Andrey Porodko Acked-by: Sekhar Nori Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

Re: [PATCH v3 0/6] omap-am33xx rtc dt support

2012-08-10 Thread Sekhar Nori
d on DT enabled AM18x EVM using hwclock. For patched 1-5: Acked-by: Sekhar Nori Alessandro, I assume you would want me to queue 2/6 through DaVinci tree. That patch depends on 1/6 being accepted and merged by you. Let me know how you want to move forward here. Thanks, Sekhar -- To unsubscribe from t

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-08-16 Thread Sekhar Nori
On 8/17/2012 10:51 AM, Prabhakar Lad wrote: > Hi Laurent, > > Thanks for the review. > > On Thursday 16 August 2012 08:43 PM, Laurent Pinchart wrote: >> Hi Prabhakar, >> >> Thanks for the patch. >> >> On Thursday 16 August 2012 19:32:00 Prabhakar Lad wrote: >>> From: Lad, Prabhakar >>> >>> Signe

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-08-17 Thread Sekhar Nori
On 8/17/2012 2:45 PM, Laurent Pinchart wrote: > Hi Prabhakar, > > On Friday 17 August 2012 14:02:19 Prabhakar Lad wrote: >> On Friday 17 August 2012 11:07 AM, Sekhar Nori wrote: >>> On 8/17/2012 10:51 AM, Prabhakar Lad wrote: >>>> On Thursday 16 August 2

Re: [PATCH V5 3/3] ARM: davinci: da850: add NAND driver DT entries

2013-01-21 Thread Sekhar Nori
Hi Anil, On 1/16/2013 2:37 PM, Kumar, Anil wrote: > Add NAND driver DT node and related pinctrl DT data to export NAND > functionality on da850 evm. > > Signed-off-by: Kumar, Anil I applied all three patches in this series. > + nand_cs3@6200 { > + compatible = "ti,davinci-n

Re: [PATCH] ARM: davinci: da850 evm: pass platform data for adv7343 encoder

2013-01-22 Thread Sekhar Nori
get this patch > through media tree as fix for 3.8. Could you review and ACK it ? The patch looks good to me. Feel free to add my Acked-by: Sekhar Nori and merge through the media tree to ease the dependencies. Thanks, Sekhar > > [1] http://patchwork.linuxtv.org/patch/16391/ >

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

2013-01-22 Thread Sekhar Nori
Matt, Sorry about the late reply. I noticed this mail only after I started to look at v5 of your series :( On 1/11/2013 5:21 AM, Matt Porter wrote: > 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-davin

Re: [PATCH v5 00/14] DMA Engine support for AM33XX

2013-01-22 Thread Sekhar Nori
Hi Tony, On 1/16/2013 2:02 AM, Matt Porter wrote: > This series adds DMA Engine support for AM33xx, which uses > an EDMA DMAC. The EDMA DMAC has been previously supported by only > a private API implementation (much like the situation with OMAP > DMA) found on the DaVinci family of SoCs. Will yo

Re: [PATCH v5 00/14] DMA Engine support for AM33XX

2013-01-23 Thread Sekhar Nori
Hi Mark, On 1/23/2013 7:51 AM, Mark Brown wrote: > On Tue, Jan 22, 2013 at 09:26:34PM +0530, Sekhar Nori wrote: >> On 1/16/2013 2:02 AM, Matt Porter wrote: > >>> This series adds DMA Engine support for AM33xx, which uses >>> an EDMA DMAC. The EDMA DMAC has been prev

Re: [PATCH v5 00/14] DMA Engine support for AM33XX

2013-01-23 Thread Sekhar Nori
Matt, On 1/24/2013 3:07 AM, Matt Porter wrote: > On Wed, Jan 23, 2013 at 10:21:42AM +0800, Mark Brown wrote: >> On Tue, Jan 22, 2013 at 09:26:34PM +0530, Sekhar Nori wrote: >>> On 1/16/2013 2:02 AM, Matt Porter wrote: >> >>>> This series adds DMA Engine support

Re: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-02-13 Thread Sekhar Nori
Manish, On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: > As per OMAP-L138 TRM, Software must poll for > SLEEPCOMPLETE bit until it is set to 1 before clearing > SLEEPENABLE bit in DEEPSLEEP register in resume routine. > Modifications are as per datasheet: > http://www.ti.com/lit/ug/sp

Re: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-02-13 Thread Sekhar Nori
On 2/14/2013 10:46 AM, Vishwanathrao Badarkhe, Manish wrote: > Hi Sekhar, > > On Thu, Feb 14, 2013 at 09:48:59, Nori, Sekhar wrote: >> Manish, >> >> On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: >>> As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until >>> it is set t

Re: [PATCH] usb: remove CONFIG_USB_MUSB_HOST etc

2012-10-11 Thread Sekhar Nori
On 10/11/2012 12:05 PM, Heiko Schocher wrote: > Hello Manjunathappa > > On 11.10.2012 07:42, Manjunathappa, Prakash wrote: >> Hi, >> On Mon, Oct 08, 2012 at 18:47:07, Constantine Shulyupin wrote: >>> From: Constantine Shulyupin >>> >>> Remove USB configuration in arch/arm/mach-davinci/usb.c accord

Re: [REMINDER: PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-11 Thread Sekhar Nori
Hi Artem, On 10/11/2012 3:27 PM, Artem Bityutskiy wrote: > On Fri, 2012-09-28 at 16:10 +, Karicheri, Muralidharan wrote: -Original Message- From: Karicheri, Muralidharan Sent: Monday, September 17, 2012 12:38 PM To: dw...@infradead.org; artem.bityuts...@linux.intel.

Re: [PATCH 01/13] calk: davinci - add Main PLL clock driver

2012-10-11 Thread Sekhar Nori
On 10/10/2012 8:04 PM, Karicheri, Muralidharan wrote: +struct clk *clk_register_davinci_pll(struct device *dev, const char *name, + const char *parent_name, + struct clk_davinci_pll_data *pll_data) { + struct clk_init_data init; + struct

Re: [PATCH 01/13] clk: davinci - add Main PLL clock driver

2012-10-11 Thread Sekhar Nori
On 10/10/2012 5:32 PM, Sekhar Nori wrote: > Hi Murali, > > On 9/26/2012 11:37 PM, Murali Karicheri wrote: >> This is the driver for the main PLL clock hardware found on DM SoCs. >> This driver borrowed code from arch/arm/mach-davinci/clock.c and >> implemented the

Re: [PATCH v2 01/13] clk: davinci - add Main PLL clock driver

2012-10-11 Thread Sekhar Nori
On 9/26/2012 11:40 PM, Murali Karicheri wrote: > +struct clk_davinci_pll_data { > + /* physical addresses set by platform code */ > + u32 phy_pllm; > + /* if PLL has a prediv register this should be non zero */ > + u32 phy_prediv; > + /* if PLL has a postdiv register this shoul

Re: [PATCH v2 09/13] ARM: davinci - update the dm644x soc code to use common clk drivers

2012-10-11 Thread Sekhar Nori
Murali, On 9/26/2012 11:40 PM, Murali Karicheri wrote: > The clock tree for dm644x is defined using the new structure davinci_clk. > The SoC specific code re-uses clk-fixed-rate, clk-divider and clk-mux > drivers in addition to the davinci specific clk drivers, clk-davinci-pll > and clk-davinci-ps

Re: [PATCH v2 04/13] clk: davinci - common clk driver initialization

2012-10-11 Thread Sekhar Nori
Hi Murali, I have given this patch a partial review. I suspect this patch will change much based on the comment I gave for 9/13. On 9/26/2012 11:40 PM, Murali Karicheri wrote: > This is the common clk driver initialization function for DaVinci > SoCs and other SoCs that uses similar hardware arch

Re: [PATCH v2 09/13] ARM: davinci - update the dm644x soc code to use common clk drivers

2012-10-12 Thread Sekhar Nori
Hi Murali, On 10/11/2012 8:28 PM, Karicheri, Muralidharan wrote: >>> -Original Message- >>> From: Nori, Sekhar >>> Sent: Thursday, October 11, 2012 8:25 AM >>> To: Karicheri, Muralidharan >>> Cc: mturque...@linaro.org; a...@arndb.de; a...@linux-foundation.org; >>> shawn@linaro.org; rob

Re: [PATCH] davinci: fix return value check by using IS_ERR in tnetv107x_devices_init()

2012-10-12 Thread Sekhar Nori
Hi Wei, On 9/21/2012 11:42 AM, Wei Yongjun wrote: > From: Wei Yongjun > > In case of error, the function clk_get() returns ERR_PTR() not > NULL pointer. The NULL test in the error handling should be > replaced with IS_ERR(). > > dpatch engine is used to auto generated this patch. > (https://git

Re: [PATCH] rtc: davinci: clean up probe/remove routines

2012-10-14 Thread Sekhar Nori
On 10/14/2012 3:43 AM, Hannu Heikkinen wrote: > Use the devres managed resource functions in the probe routine. > Also affects the remove routine where the previously used free and > release functions are not needed. > > The devm_* functions eliminate the need for manual resource releasing and > s

Re: [PATCH v2] rtc: davinci: clean up probe/remove routines

2012-10-14 Thread Sekhar Nori
On 10/14/2012 3:13 PM, Hannu Heikkinen wrote: > Use the devres managed resource functions in the probe routine. > Also affects the remove routine where the previously used free and > release functions are not needed. > > The devm_* functions eliminate the need for manual resource releasing and > s

Re: [PATCH v2 09/13] ARM: davinci - update the dm644x soc code to use common clk drivers

2012-10-15 Thread Sekhar Nori
Hi Murali, On 10/15/2012 9:21 PM, Karicheri, Muralidharan wrote: > --Cut > >>> Subject: Re: [PATCH v2 09/13] ARM: davinci - update the dm644x soc code to >>> use >>> common clk drivers >>> >> You have chosen to keep all clock related data in platform files >> while using the common c

Re: [PATCH V2 3/3] ARM: davinci: da850: add NAND driver entries

2013-01-15 Thread Sekhar Nori
On 1/15/2013 4:06 PM, Kumar, Anil wrote: > On Thu, Jan 10, 2013 at 17:49:13, Nori, Sekhar wrote: >> On 1/10/2013 1:07 PM, Kumar, Anil wrote: >>> On Wed, Jan 09, 2013 at 18:17:46, Nori, Sekhar wrote: >> >>> I do not think that it is good idea to move NAND pin mux information >>> into da850.dtsi beca

Re: [PATCH v3 2/3] mtd: devices: elm: Add support for ELM error correction

2012-12-12 Thread Sekhar Nori
On 12/10/2012 12:13 PM, Philip, Avinash wrote: > On Fri, Dec 07, 2012 at 16:07:23, Nori, Sekhar wrote: >> On 11/29/2012 5:16 PM, Philip, Avinash wrote: [...] >>> +struct device *elm_request(enum bch_ecc bch_type) >>> +{ >>> + struct elm_info *info; >>> + >>> + list_for_each_entry(info, &elm_d

Re: [PATCH 1/2] dm644x: replace the obsolete preset API by the timings API.

2012-10-01 Thread Sekhar Nori
On 8/8/2012 6:00 PM, Prabhakar Lad wrote: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli Please have a patch description. For the DaVinci platform portion: Acked-by: Sekhar Nori Thanks, Sekhar -- To u

Re: [PATCH v2 4/7] ARM: davinci: Add support for an L3RAM gen_pool

2012-10-01 Thread Sekhar Nori
Hi Matt, On 9/29/2012 1:07 AM, Matt Porter wrote: > L3RAM (shared SRAM) is needed for use by several drivers. > This creates a genalloc pool and a hook for the platform code > to provide the struct gen_pool * in platform data. > > Signed-off-by: Matt Porter I am not sure if any of the DaVinci d

Re: [PATCH v2 12/12] video: da8xx-fb: set upstream clock rate (if reqd)

2013-01-15 Thread Sekhar Nori
On 1/15/2013 9:02 PM, Mike Turquette wrote: > Quoting Afzal Mohammed (2013-01-15 05:44:36) >> LCDC IP has a clock divider to adjust pixel clock, this limits pixel >> clock range to fck/255 - fck/2(fck - rate of input clock to LCDC IP). >> In the case of AM335x, where this IP is present, default fck

Re: [PATCH V2 3/3] ARM: davinci: da850: add NAND driver entries

2013-01-09 Thread Sekhar Nori
On 1/8/2013 1:50 PM, Kumar, Anil wrote: > Add NAND driver entries to export NAND functionality on da850 EVM and > NAND pinctrl node to do pin mux according to pinctrl-single driver. Subject line should have DT and da850 evm somewhere. Otherwise NAND has been supported on DA850 for long. > > Sign

Re: [PATCH V2 3/3] ARM: davinci: da850: add NAND driver entries

2013-01-10 Thread Sekhar Nori
On 1/10/2013 1:07 PM, Kumar, Anil wrote: > On Wed, Jan 09, 2013 at 18:17:46, Nori, Sekhar wrote: > I do not think that it is good idea to move NAND pin mux information > into da850.dtsi because this information is evm specific. > if we will use this approach then we must use the same approach for

Re: [PATCH V3 0/3] ARM: davinci: da850: add pinctrl support

2013-01-10 Thread Sekhar Nori
On 1/10/2013 4:00 PM, Kumar, Anil wrote: > This set of patches adds: > > * Add pinctrl-single for handling Padconf registers. > * Add NAND node to export NAND functionality on da850 EVM. > * Add NAND pinctrl node to do pin mux according to pinctrl-single driver. Please do not spin versions so fas

Re: [net-next PATCH 1/3] net: phy: dp83867: Add documentation for optional impedance control

2016-07-20 Thread Sekhar Nori
Nishanth, On Wednesday 20 July 2016 09:03 PM, Nishanth Menon wrote: > On 07/20/2016 09:56 AM, Mugunthan V N wrote: >> Add documention of ti,impedance-control which can be used to >> correct MAC impedance mismatch using phy extended registers. >> >> Signed-off-by: Mugunthan V N >> --- >> Documen

Re: [PATCH 2/2] ARM: DRA7: select PCI_DOMAINS config

2016-07-22 Thread Sekhar Nori
On Friday 22 July 2016 01:56 PM, Kishon Vijay Abraham I wrote: > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 90542db..0cccb50 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -338,6 +338,7 @@ config ARCH_MULTIPLATFORM > select MULTI_IRQ_HANDLER > select SP

Re: [PATCH 2/2] ARM: dts: am57xx-beagle-x15: Add support for rev B1

2016-09-06 Thread Sekhar Nori
On Wednesday 07 September 2016 01:35 AM, Tony Lindgren wrote: > And the am335x shared dtsi files are not enough. It's silly how many > times we're duplicating the same things over and over again for USB > setup for various am335x boards for example. > > So my take is that we need more shared dtsi

Re: [PATCH 1/2] ARM: dts: am57xx-beagle-x15: Remove pinmux configurations

2016-09-02 Thread Sekhar Nori
On Friday 02 September 2016 02:35 PM, Nishanth Menon wrote: > pinmuxing for DRA7x/AM57x family of processors need to be done in IO > isolation as part of initial bootloader executed from SRAM. This is > done as part of iodelay configuration sequence and is required due to > the limitations introduc

Re: [PATCH 2/2] ARM: dts: am57xx-beagle-x15: Add support for rev B1

2016-09-02 Thread Sekhar Nori
+ Robert Nelson On Friday 02 September 2016 02:36 PM, Nishanth Menon wrote: > Latest update to the BeagleBoard-X15 platform (revision B1)[1] updates > for allowing UHS SD cards to function with the split of supply to SD > card from a dedicated LDO. > > As a result of this, AM57xx BeagleBoard-X15

Re: [PATCH v2] ARM: dts: da850: Add new ECAP and EPWM bindings

2016-08-08 Thread Sekhar Nori
On Tuesday 12 July 2016 12:41 AM, Franklin S Cooper Jr wrote: > From: "Cooper Jr., Franklin" > > For some devices, the PWMSS is a parent of eCAP and ePWM and provided the "and provides .." > functional clocks for those submodules. The ti,am33xx-ecap and > ti,am33xx-ehrpwm were based on this par

Re: [PATCH] ASoC: simple-card: fix module load "unknown symbol" issue

2016-08-08 Thread Sekhar Nori
ard_utils: Unknown symbol snd_soc_of_parse_card_name > (err 0) > > fix this by including simple-card-utils.o symbols in the module build > its symols are resolved correctly. > > Tested on Davinci DA850-EVM using snd_soc_edma, snc_soc_davinci_mcasp, > with all of ASoC built as

Re: [PATCH] ASoC: simple-card: fix module load "unknown symbol" issue

2016-08-08 Thread Sekhar Nori
>>> >>> Tested on Davinci DA850-EVM using snd_soc_edma, snc_soc_davinci_mcasp, >>> with all of ASoC built as modules. >>> >>> Cc: Sekhar Nori >>> Signed-off-by: Kevin Hilman >> >> Tested with audio on DaVinci DA850 EVM. >> &g

Re: [PATCH] ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR

2017-05-26 Thread Sekhar Nori
Hi Arnd, On Friday 31 March 2017 03:43 PM, Arnd Bergmann wrote: > On Wed, Mar 29, 2017 at 6:13 PM, santosh.shilim...@oracle.com > wrote: >>> Signed-off-by: Murali Karicheri >>> Acked-by: Tero Kristo >>> [nsek...@ti.com: commit message updates, port to latest ma

Re: [PATCH] ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR

2017-05-26 Thread Sekhar Nori
On Friday 26 May 2017 01:42 PM, Arnd Bergmann wrote: > On Fri, May 26, 2017 at 9:44 AM, Sekhar Nori wrote: >> Hi Arnd, >> >> On Friday 31 March 2017 03:43 PM, Arnd Bergmann wrote: >>> On Wed, Mar 29, 2017 at 6:13 PM, santosh.shilim...@oracle.com >>> wrote

Re: [PATCH v2] ARM: dts: da850: Add interrupt-controller property to gpio node

2017-05-30 Thread Sekhar Nori
On Wednesday 24 May 2017 07:31 PM, Keerthy wrote: > The gpio node has 144 gpios. Each gpio is capable of generating > an interrupt. Hence add interrupt-controller property to the gpio > node. With this in place one can use interrupts property in device > tree to request for the gpio interrupts. >

Re: [PATCH] rtc: omap: Support scratch registers

2017-11-05 Thread Sekhar Nori
+ linux omap list On Tuesday 31 October 2017 09:57 PM, Alexandre Belloni wrote: > Register an nvmem device to expose the 3 scratch registers (total of 12 > bytes) to both userspace and kernel space. > > Signed-off-by: Alexandre Belloni Looks good to me. Reviewed-by: Sekhar Nori

Re: [PATCH] rtc: omap: Support scratch registers

2017-11-05 Thread Sekhar Nori
On Monday 06 November 2017 12:29 PM, Keerthy wrote: > > > On Monday 06 November 2017 12:25 PM, Sekhar Nori wrote: >> + linux omap list >> >> On Tuesday 31 October 2017 09:57 PM, Alexandre Belloni wrote: >>> Register an nvmem device to expose the 3 scratch

Re: [RFC PATCH] can: m_can: Support higher speed CAN-FD bitrates

2017-10-18 Thread Sekhar Nori
>>>> Hi Wenyou, >>>> >>>> On 09/17/2017 10:47 PM, Yang, Wenyou wrote: >>>>> >>>>> On 2017/9/14 13:06, Sekhar Nori wrote: >>>>>> On Thursday 14 September 2017 03:28 AM, Franklin S Cooper Jr wrote: >>>>>>

Re: [RFC PATCH] can: m_can: Support higher speed CAN-FD bitrates

2017-10-18 Thread Sekhar Nori
On Wednesday 18 October 2017 07:47 PM, Franklin S Cooper Jr wrote: > > > On 10/18/2017 08:24 AM, Sekhar Nori wrote: >> Hi Marc, >> >> On Wednesday 18 October 2017 06:14 PM, Marc Kleine-Budde wrote: >>> On 09/21/2017 02:48 AM, Franklin S Cooper Jr wrote: &

Re: [RFC PATCH] can: m_can: Support higher speed CAN-FD bitrates

2017-10-19 Thread Sekhar Nori
On Thursday 19 October 2017 02:43 PM, Marc Kleine-Budde wrote: > On 10/19/2017 07:07 AM, Sekhar Nori wrote: >>>>> Sounds reasonable. What's the status of this series? >>>> >>>> I have had some offline discussions with Franklin on this, and I am no

Re: [PATCH v4 00/25] dmaengine/ARM: Merge the edma drivers into one

2015-10-07 Thread Sekhar Nori
t worked well. For the arch/arm/mach-davinci parts, please add Acked-by: Sekhar Nori Vinod, if you prefer me replying with acks on individual patches, I can do that too. Regards, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH] irqchip: omap-intc: fix spurious irq handling

2015-10-19 Thread Sekhar Nori
conditions (see the section of AM335x TRM for details) and is recoverable, we do not need a warning splat for users to report. It can however result in reduced performance so we add a ratelimited debug print to aid developers. Signed-off-by: Sekhar Nori --- drivers/irqchip/irq-omap-i

Re: [PATCH] irqchip: omap-intc: fix spurious irq handling

2015-10-19 Thread Sekhar Nori
On Monday 19 October 2015 08:20 PM, Tony Lindgren wrote: > Hi, > > * Sekhar Nori [151019 02:51]: >> Under some conditions, irq sorting procedure used by INTC can go wrong >> resulting in a spurious irq getting reported. >> >> This condition is flagged by INTC

Re: [PATCH v3 00/13] ARM: davinci: remove duplicate aemif support

2018-08-06 Thread Sekhar Nori
Hi David, On Monday 06 August 2018 10:05 PM, David Lechner wrote: > On 07/10/2018 05:19 AM, Sekhar Nori wrote: >> On Friday 06 July 2018 11:09 PM, David Lechner wrote: >>> On 07/04/2018 01:35 AM, Sekhar Nori wrote: >>>> Hi David, >>>> >>>>

Re: [PATCH v7 0/4] ARM: davinci: complete the conversion to using the reset framework

2018-06-21 Thread Sekhar Nori
Hi Bartosz, On Thursday 21 June 2018 01:07 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > These are the remaining patches that still need to be merged in order > to complete the conversion of the davinci dsp driver to using the reset > framework. > > They apply on top of v4.18-r

Re: [PATCH 00/28] at24: remove at24_platform_data

2018-08-10 Thread Sekhar Nori
Hi Bart, On Wednesday 08 August 2018 10:22 PM, Bartosz Golaszewski wrote: > 2018-08-08 18:44 GMT+02:00 Andrew Lunn : >> On Wed, Aug 08, 2018 at 06:27:25PM +0200, Bartosz Golaszewski wrote: >>> 2018-08-08 17:55 GMT+02:00 Wolfram Sang : On Wed, Aug 08, 2018 at 05:31:22PM +0200, Bartosz Golaszew

Re: [PATCH] remoteproc/davinci: Mark error recovery as disabled

2018-08-13 Thread Sekhar Nori
Hi Bjorn, On Tuesday 14 August 2018 12:22 AM, Bjorn Andersson wrote: > On Mon 13 Aug 08:11 PDT 2018, Suman Anna wrote: > >> Hi Bjorn, >> >> On 07/23/2018 06:27 PM, Suman Anna wrote: >>> The Davinci remoteproc driver does not support error recovery at >>> present, so mark the corresponding remotep

Re: [PATCH v7 1/4] remoteproc/davinci: use the reset framework

2018-07-31 Thread Sekhar Nori
instead of handcoded reset routines >>> we used so far. >>> >>> Signed-off-by: Bartosz Golaszewski >>> Reviewed-by: Sekhar Nori >>> Reviewed-by: Philipp Zabel >> >> Acked-by: Bjorn Andersson >> > > Sekhar, > > can you tak

Re: [PATCH 4/6] ARM: davinci: move davinci_clk_init() to init_time

2018-01-23 Thread Sekhar Nori
On Saturday 20 January 2018 08:50 AM, David Lechner wrote: > This moves the call of davinci_clk_init() from map_io to init_time for all > boards. > > This is the proper place to init clocks. This is also done in preparation > for moving to the common clock framework. > > dm646x is a special case

Re: [PATCH] i2c: davinci: fix the cpufreq transition

2018-01-23 Thread Sekhar Nori
this on a board where I2C-controlled PMIC changes voltage during CPUfreq (DA850 LogicPD EVM should have this hardware support). Perhaps also add: Fixes: 82c0de11b734 ("i2c: davinci: Add cpufreq support") Apart from that: Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 00/41] ARM: davinci: convert to common clock framework​

2018-01-25 Thread Sekhar Nori
On Wednesday 24 January 2018 01:33 PM, Bartosz Golaszewski wrote: > 2018-01-23 21:23 GMT+01:00 David Lechner : >> On 01/23/2018 02:05 PM, David Lechner wrote: >>> >>> On 01/23/2018 02:01 PM, David Lechner wrote: On 01/23/2018 01:53 PM, Bartosz Golaszewski wrote: > > > In the m

Re: [PATCH] ARM: da8xx: use platform data for CFGCHIP syscon regmap

2018-01-25 Thread Sekhar Nori
+ Arnd, Kishon and Lee for their information. On Wednesday 24 January 2018 05:06 AM, David Lechner wrote: > This converts from using a platform device for the CFGCHIP syscon > regmap to using platform data to pass the regmap to consumers. > > A lazy getter function is used so that the regmap will

Re: [RESEND] phy: da8xx-usb: rename clock con_ids

2018-01-25 Thread Sekhar Nori
On Tuesday 23 January 2018 11:44 PM, David Lechner wrote: > This renames the clock con_ids in the DA8XX USB PHY driver as well as > the matching names in the mach clock registration code. > > This is in preparation for using device tree clocks where these names > will become part of the device tre

Re: [PATCH v6 00/41] ARM: davinci: convert to common clock framework​

2018-01-25 Thread Sekhar Nori
On Thursday 25 January 2018 09:48 PM, David Lechner wrote: > On 01/25/2018 06:53 AM, Sekhar Nori wrote: >> On Wednesday 24 January 2018 01:33 PM, Bartosz Golaszewski wrote: >>> 2018-01-23 21:23 GMT+01:00 David Lechner : >>>> On 01/23/2018 02:05 PM, David Lechner wrote

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-10 Thread Sekhar Nori
On Wednesday 10 January 2018 08:31 AM, David Lechner wrote: > On 01/09/2018 06:35 AM, Sekhar Nori wrote: >> On Monday 08 January 2018 09:59 PM, David Lechner wrote: >>> On 01/08/2018 08:00 AM, Sekhar Nori wrote: >>>> On Monday 08 January 2018 07:47 AM, David Le

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Sekhar Nori
On Thursday 11 January 2018 06:15 PM, Adam Ford wrote: > On Wed, Jan 10, 2018 at 8:50 PM, David Lechner wrote: >> On 01/10/2018 04:24 PM, Adam Ford wrote: >>> >>> >>> I am available tomorrow to build and test patches against the >>> da850-evm. I just need to know which version(s) to test. >> >> >

Re: [PATCH v5 01/44] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-11 Thread Sekhar Nori
On Friday 12 January 2018 03:16 AM, David Lechner wrote: > > Sekhar, have you had a chance to look at the rest of the patches in the > series? Not yet. Sorry about the slow (and piecemeal) review. > > I'll wait a bit before I send a v6 to see if any other comments come. Yes. I will let you kno

Re: [PATCH v5 02/44] clk: davinci: New driver for davinci PLL clocks

2018-01-12 Thread Sekhar Nori
t; @@ -13554,6 +13554,12 @@ F: arch/arm/mach-davinci/ > F: drivers/i2c/busses/i2c-davinci.c > F: arch/arm/boot/dts/da850* > > +TI DAVINCI SERIES CLOCK DRIVER > +M: David Lechner Please also add: R: Sekhar Nori > +S: Maintained > +F: Documentation/devicetree/bin

Re: [PATCH v5 03/44] clk: davinci: Add platform information for TI DA830 PLL

2018-01-12 Thread Sekhar Nori
On Monday 08 January 2018 07:47 AM, David Lechner wrote: > This adds platform-specific declarations for the PLL clocks on TI DA830/ > OMAP-L137/AM17XX SoCs. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v5 02/44] clk: davinci: New driver for davinci PLL clocks

2018-01-12 Thread Sekhar Nori
On Friday 12 January 2018 08:55 PM, David Lechner wrote: >> >> PLL output on DA850 must never be below 300MHz or above 600MHz (see >> datasheet table "Allowed PLL Operating Conditions"). Does this take care >> of that? Thats one of the main reasons I recall I went with some >> specific values of pr

Re: [PATCH v6 01/41] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks

2018-01-30 Thread Sekhar Nori
On Wednesday 31 January 2018 12:16 AM, David Lechner wrote: > On 01/30/2018 08:50 AM, Rob Herring wrote: >> On Mon, Jan 29, 2018 at 3:14 PM, David Lechner >> wrote: >>> On 01/29/2018 01:53 PM, Rob Herring wrote: On Sat, Jan 20, 2018 at 11:13:40AM -0600, David Lechner wrote: > > T

Re: [PATCH v6 02/41] clk: davinci: New driver for davinci PLL clocks

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds a new driver for mach-davinci PLL clocks. This is porting the > code from arch/arm/mach-davinci/clock.c to the common clock framework. > Additionally, it adds device tree support for these clocks. > > The ifeq ($(CONFIG_COMMON_

Re: [PATCH v6 03/41] clk: davinci: Add platform information for TI DA830 PLL

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PLL clocks on TI DA830/ > OMAP-L137/AM17XX SoCs. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 04/41] clk: davinci: Add platform information for TI DA850 PLL

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PLL clocks on TI DA850/ > OMAP-L138/AM18XX SoCs. > > Signed-off-by: David Lechner > +static const struct davinci_pll_clk_info da850_pll1_info __initconst = { > + .name = "pll1", > +

Re: [PATCH v6 05/41] clk: davinci: Add platform information for TI DM355 PLL

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > +void __init dm355_pll_clk_init(void __iomem *pll1, void __iomem *pll2) > +{ > + const struct davinci_pll_sysclk_info *info; > + > + davinci_pll_clk_register(&dm355_pll1_info, "ref_clk", pll1); > + > + for (info = dm355_pll1_s

Re: [PATCH v6 06/41] clk: davinci: Add platform information for TI DM365 PLL

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > + > +void __init dm365_pll_clk_init(void __iomem *pll1, void __iomem *pll2) > +{ > + const struct davinci_pll_sysclk_info *info; > + > + davinci_pll_clk_register(&dm365_pll1_info, "ref_clk", pll1); > + > + davinci_pll_auxclk_r

Re: [PATCH v6 10/41] clk: davinci: New driver for davinci PSC clocks

2018-02-01 Thread Sekhar Nori
tion that there is only one PSC per SoC and uses > global variables, but here we have two controllers per SoC. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 11/41] clk: davinci: Add platform information for TI DA830 PSC

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PSC clocks on TI DA830/ > OMAP-L137/AM17XX SoCs. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 12/41] clk: davinci: Add platform information for TI DA850 PSC

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PSC clocks on TI DA850/ > OMAP-L138/AM18XX SoCs. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 13/41] clk: davinci: Add platform information for TI DM355 PSC

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > + LPSC(26, 0, gpio,pll1_sysclk2, gpio_clkdev,0), > + LPSC(27, 0, timer0, pll1_auxclk, timer0_clkdev, 0), > + LPSC(28, 0, timer1, pll1_auxclk, NULL, 0), > + /* REVISIT: why can

Re: [PATCH v6 14/41] clk: davinci: Add platform information for TI DM365 PSC

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PSC clocks on TI > DM365 based systems. > > Signed-off-by: David Lechner Apart from comment given on 13/41 that applies here: Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 15/41] clk: davinci: Add platform information for TI DM644x PSC

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PSC clocks on TI > DM644x based systems. > > Signed-off-by: David Lechner Apart from a comment given on similar file: Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 16/41] clk: davinci: Add platform information for TI DM646x PSC

2018-02-01 Thread Sekhar Nori
On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > This adds platform-specific declarations for the PSC clocks on TI > DM646x based systems. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH v6 02/41] clk: davinci: New driver for davinci PLL clocks

2018-02-01 Thread Sekhar Nori
On Thursday 01 February 2018 01:31 PM, Sekhar Nori wrote: > One thing missing is DIV4.5 clock. It will be nice to add that too, > mostly just because it will make the binding complete. Ah, ignore this comment please. I noticed that its part of cfgchip clocks (which makes sense). Thanks, Sekhar

Re: [PATCH v5 29/44] ARM: da8xx: add new USB PHY clock init using common clock framework

2018-01-18 Thread Sekhar Nori
On Monday 08 January 2018 07:47 AM, David Lechner wrote: > +int __init da8xx_register_usb20_phy_clk(bool use_usb_refclkin) > +{ > + struct regmap *cfgchip; > + struct clk *usb0_psc_clk, *clk; > + struct clk_hw *parent; > + > + cfgchip = syscon_regmap_lookup_by_compatible("ti,da830-c

Re: [PATCH v5 24/44] ARM: da850: add new clock init using common clock framework

2018-01-18 Thread Sekhar Nori
On Monday 08 January 2018 07:47 AM, David Lechner wrote: > +#ifndef CONFIG_COMMON_CLK > static int da850_set_armrate(struct clk *clk, unsigned long rate); > static int da850_round_armrate(struct clk *clk, unsigned long rate); > static int da850_set_pll0rate(struct clk *clk, unsigned long armrat

Re: [PATCH v5 33/44] ARM: davinci: switch to common clock framework

2018-01-18 Thread Sekhar Nori
On Monday 08 January 2018 07:53 AM, David Lechner wrote: > diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile > index 4e81780..8a8f413 100644 > --- a/arch/arm/mach-davinci/Makefile > +++ b/arch/arm/mach-davinci/Makefile > @@ -5,7 +5,7 @@ > # > > # Common objects > -obj

Re: [PATCH v5 43/44] ARM: da8xx-dt: switch to device tree clocks

2018-01-18 Thread Sekhar Nori
On Monday 08 January 2018 07:55 AM, David Lechner wrote: > This removes all of the clock init code from da8xx-dt.c. This includes > all of the OF_DEV_AUXDATA that was just used for looking up clocks. > > Note: You need to have clocks defined in your device tree or your system > won't boot after th

Re: [PATCH v5 21/44] clk: davinci: New driver for TI DA8XX USB PHY clocks

2018-01-18 Thread Sekhar Nori
On Friday 19 January 2018 12:19 AM, David Lechner wrote: >> > > or to avoid defining a new macro? > > >> regmap_write_bits(clk->regmap, CFGCHIP(2), >>   CFGCHIP2_USB1PHYCLKMUX, >>   index ? CFGCHIP2_USB1PHYCLKMUX : 0); Looks good as well! Regards, Sekhar

Re: [PATCH v5 29/44] ARM: da8xx: add new USB PHY clock init using common clock framework

2018-01-18 Thread Sekhar Nori
On Friday 19 January 2018 12:13 AM, David Lechner wrote: > On 01/18/2018 09:14 AM, Sekhar Nori wrote: >> On Monday 08 January 2018 07:47 AM, David Lechner wrote: >>> +int __init da8xx_register_usb20_phy_clk(bool use_usb_refclkin) >>> +{ >>> +    struct

Re: [PATCH v5 43/44] ARM: da8xx-dt: switch to device tree clocks

2018-01-18 Thread Sekhar Nori
On Friday 19 January 2018 12:10 AM, David Lechner wrote: > On 01/18/2018 09:27 AM, Sekhar Nori wrote: >> On Monday 08 January 2018 07:55 AM, David Lechner wrote: >>> This removes all of the clock init code from da8xx-dt.c. This includes >>> all of the OF_DEV_AUXDATA tha

Re: [PATCH v5 20/44] dt-bindings: clock: Add bindings for TI DA8XX USB PHY clocks

2018-01-18 Thread Sekhar Nori
On Friday 19 January 2018 12:30 AM, David Lechner wrote: > On 01/18/2018 06:10 AM, Sekhar Nori wrote: >> On Monday 08 January 2018 07:47 AM, David Lechner wrote: >>> This adds a new binding for TI DA8XX USB PHY clocks. These clocks are >>> part >>>

<    1   2   3   4   5   6   7   8   9   10   >