Re: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Tony Lindgren
Hi, * Hiremath, Vaibhav [120502 02:37]: > On Wed, May 02, 2012 at 14:53:24, Paul Walmsley wrote: > > Hi > > > > On Fri, 2 Dec 2011, hvaib...@ti.com wrote: > > > > > From: Afzal Mohammed > > > > > > This patch adds minimal support for AM335X EVM. > > > The approach taken here is to add AM335X

Re: [PATCH] net: davinci_emac: Add pre_open, post_stop platform callbacks

2012-05-03 Thread Mark A. Greer
On Thu, May 03, 2012 at 10:44:44AM +, Bedia, Vaibhav wrote: > On Thu, May 03, 2012 at 05:17:18, Mark A. Greer wrote: > > From: "Mark A. Greer" > > > > The davinci EMAC driver has been incorporated into the am35x > > family of SoC's which is OMAP-based. The incorporation is > > incomplete in

Re: [PATCHv4 8/8] ARM: OMAP4: PM: Added option for enabling OSWR

2012-05-03 Thread Tero Kristo
> > @@ -274,8 +278,16 @@ static int __init pm_dbg_init(void) > > > >pwrdm_for_each(pwrdms_setup, (void *)d); > > > > - (void) debugfs_create_file("enable_off_mode", S_IRUGO | S_IWUSR, d, > > - &enable_off_mode, &pm_dbg_option_fops); > > + if (

Re: [PATCH v2 06/16] block: treat DMPG and SWAPIN requests as special

2012-05-03 Thread S, Venkatraman
On Thu, May 3, 2012 at 8:08 PM, Jeff Moyer wrote: > Venkatraman S writes: > >> From: Ilan Smith >> >> When exp_swapin and exp_dmpg are set, treat read requests >> marked with DMPG and SWAPIN as high priority and move to >> the front of the queue. >> > [...] >> +     if (bio_swapin(bio) && blk_qu

RE: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Hiremath, Vaibhav
On Thu, May 03, 2012 at 21:27:18, Tony Lindgren wrote: > Hi, > > * Hiremath, Vaibhav [120502 02:37]: > > On Wed, May 02, 2012 at 14:53:24, Paul Walmsley wrote: > > > Hi > > > > > > On Fri, 2 Dec 2011, hvaib...@ti.com wrote: > > > > > > > From: Afzal Mohammed > > > > > > > > This patch adds mi

Re: [PATCH] ARM: OMAP2+: watchdog: fix !PM boot crash, disarm timer after hwmod reset

2012-05-03 Thread Kevin Hilman
Hi Paul, On 04/20/2012 01:59 PM, Paul Walmsley wrote: [...] This looks great, looks like it will finally fix this longstanding bug. I think Santosh hit it too a long time ago, so I suspect he will be happy too. One comment: I think that omap2_wd_timer_reset() needs to be updated in light of

Re: [PATCH-V6 0/3] ARM: OMAP: Make OMAP clocksource source selection runtime

2012-05-03 Thread Jon Hunter
Hi Vaibhav, On 05/03/2012 12:07 AM, Hiremath, Vaibhav wrote: > On Thu, May 03, 2012 at 01:26:18, Hunter, Jon wrote: >> Hi Vaibhav, >> >> On 05/02/2012 08:56 AM, Vaibhav Hiremath wrote: >>> Current OMAP code supports couple of clocksource options based >>> on compilation flag (CONFIG_OMAP_32K_TIMER

RE: [PATCH] net: davinci_emac: Add pre_open, post_stop platform callbacks

2012-05-03 Thread Bedia, Vaibhav
On Thu, May 03, 2012 at 21:39:18, Mark A. Greer wrote: > On Thu, May 03, 2012 at 10:44:44AM +, Bedia, Vaibhav wrote: > > On Thu, May 03, 2012 at 05:17:18, Mark A. Greer wrote: > > > From: "Mark A. Greer" > > > > > > The davinci EMAC driver has been incorporated into the am35x > > > family of

Re: [PATCH] net: davinci_emac: Add pre_open, post_stop platform callbacks

2012-05-03 Thread Mark A. Greer
On Thu, May 03, 2012 at 06:21:27PM +, Bedia, Vaibhav wrote: > On Thu, May 03, 2012 at 21:39:18, Mark A. Greer wrote: > > On Thu, May 03, 2012 at 10:44:44AM +, Bedia, Vaibhav wrote: > > > On Thu, May 03, 2012 at 05:17:18, Mark A. Greer wrote: > > > > From: "Mark A. Greer" > > > > > > > > T

Re: [PATCH RESEND] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue

2012-05-03 Thread Russ Dill
On Wed, May 2, 2012 at 3:38 AM, Raja, Govindraj wrote: > On Wed, May 2, 2012 at 2:17 PM, Russ Dill wrote: >> On Mon, Mar 19, 2012 at 6:34 AM, Raja, Govindraj >> wrote: >>> On Mon, Mar 19, 2012 at 12:12 PM, Keshava Munegowda >>> wrote: From: Keshava Munegowda It is observed that

RE: [PATCH] net: davinci_emac: Add pre_open, post_stop platform callbacks

2012-05-03 Thread Bedia, Vaibhav
On Fri, May 04, 2012 at 00:16:32, Mark A. Greer wrote: [...] > > > > So, if I understood this correctly, it's effectively like blocking a low > > power > > state transition (here wfi execution) when EMAC is active? > > Assuming "it" is my patch, correct. > Recently I was thinking about how to

Re: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Tony Lindgren
* Hiremath, Vaibhav [120503 09:45]: > > What about cpu_is_omap34xx() true for am33xx? Should we follow it? Well are there components that could be used as is with that? If not, then it probably does not make sense. BTW, you should post your patches on top of the clean-up patches Santosh posted

Re: [PATCH 11/18][V3] ARM: OMAP3: cpuidle - remove the 'valid' field

2012-05-03 Thread Kevin Hilman
Daniel Lezcano writes: > With the previous changes all the states are valid, except > the last state which can be handled by decreasing the number > of states. I don't think this changelog is valid anymore as you're not doing anything to decrease the number of states. I updated the changelog lo

Re: [PATCH 18/18][V3] ARM: OMAP3: cpuidle - set global variables static

2012-05-03 Thread Kevin Hilman
Daniel Lezcano writes: > and check the powerdomain lookup is successful. > > Signed-off-by: Daniel Lezcano > Reviewed-by: Jean Pihet > --- > arch/arm/mach-omap2/cpuidle34xx.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/cpuidle34xx.c >

RE: [PATCH] net: davinci_emac: Add pre_open, post_stop platform callbacks

2012-05-03 Thread Ben Hutchings
On Thu, 2012-05-03 at 19:25 +, Bedia, Vaibhav wrote: > On Fri, May 04, 2012 at 00:16:32, Mark A. Greer wrote: > [...] > > > > > > So, if I understood this correctly, it's effectively like blocking a low > > > power > > > state transition (here wfi execution) when EMAC is active? > > > > Assu

Re: [PATCH 11/18][V3] ARM: OMAP3: cpuidle - remove the 'valid' field

2012-05-03 Thread Daniel Lezcano
On 05/03/2012 10:19 PM, Kevin Hilman wrote: Daniel Lezcano writes: With the previous changes all the states are valid, except the last state which can be handled by decreasing the number of states. I don't think this changelog is valid anymore as you're not doing anything to decrease the numb

Re: [PATCH 17/18][V3] ARM: OMAP3/4: consolidate cpuidle Makefile

2012-05-03 Thread Kevin Hilman
Daniel Lezcano writes: > Define a CPU_IDLE section in the makefile, declare the functions in > the header files conforming to the kernel coding rules and remove the > 'define's in the C files. > > Signed-off-by: Daniel Lezcano > Reviewed-by: Jean Pihet This patch breaks compilation for the !CO

Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-03 Thread Kevin Hilman
Hi Daniel, Daniel Lezcano writes: > This patchset makes some cleanup on these cpuidle drivers > and consolidate the code across both architecture. I think I said it before, but it's worth repeating: Very nice cleanup! Thanks for your persistence. I've now been through this version and I think

Re: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Kevin Hilman
"Hiremath, Vaibhav" writes: > On Thu, May 03, 2012 at 21:27:18, Tony Lindgren wrote: >> Hi, >> >> * Hiremath, Vaibhav [120502 02:37]: >> > On Wed, May 02, 2012 at 14:53:24, Paul Walmsley wrote: >> > > Hi >> > > >> > > On Fri, 2 Dec 2011, hvaib...@ti.com wrote: >> > > >> > > > From: Afzal Moha

Re: [PATCH] net: davinci_emac: Add pre_open, post_stop platform callbacks

2012-05-03 Thread Kevin Hilman
Ben Hutchings writes: > On Thu, 2012-05-03 at 19:25 +, Bedia, Vaibhav wrote: >> On Fri, May 04, 2012 at 00:16:32, Mark A. Greer wrote: >> [...] >> > > >> > > So, if I understood this correctly, it's effectively like blocking a low >> > > power >> > > state transition (here wfi execution) wh

Re: [PATCH 4/7] ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching.

2012-05-03 Thread Kevin Hilman
Santosh Shilimkar writes: > cpu_class_is_omap2() contains all OMAP2+ devices. So update the DMA code > cpu checks accordingly so that there is no need to patch > the file for any future OMAP2+ devices. > > In long run, all these attributes should come from hwmod dev_attr based > on DMA IP version

Re: [PATCH V3 1/2] of: Add generic device tree DMA helpers

2012-05-03 Thread Stephen Warren
On 04/30/2012 03:17 PM, Jon Hunter wrote: > From: Jon Hunter > > This is based upon the work by Benoit Cousson [1] and Nicolas Ferre [2] > to add some basic helpers to retrieve a DMA controller device_node and the > DMA request/channel information. I'll reply to the binding documentation first;

Re: [PATCH] pinctrl: Add generic pinctrl-simple driver that supports omap2+ padconf

2012-05-03 Thread Stephen Warren
On 05/03/2012 09:27 AM, Tony Lindgren wrote: > Hi, > > * Jean-Christophe PLAGNIOL-VILLARD [120503 00:16]: >> >> I really like it >> >> I was working on something simillar >> >> but can we split the group management so we can use it on other >> bindings > > Hmm I'm not sure I

Re: [PATCH v5 0/7] Add TI EMIF SDRAM controller driver

2012-05-03 Thread Paul Gortmaker
On Fri, Apr 27, 2012 at 8:24 AM, Santosh Shilimkar wrote: > Add a driver for the EMIF SDRAM controller used in Texas Instrument SoCs Hi Santosh, Can you send Greg a patch that adds proper dependencies to the Kconfig? I was going to simply add an ARM dependency, but perhaps you want to restrict i

Re: [PATCH] ARM: OMAP2+: watchdog: fix !PM boot crash, disarm timer after hwmod reset

2012-05-03 Thread Paul Walmsley
Hi Kevin, On Thu, 3 May 2012, Kevin Hilman wrote: > On 04/20/2012 01:59 PM, Paul Walmsley wrote: > > [...] > > > This looks great, looks like it will finally fix this longstanding bug. I > > think Santosh hit it too a long time ago, so I suspect he will be happy > > too. > > > > One comment:

Re: [PATCH 18/18][V3] ARM: OMAP3: cpuidle - set global variables static

2012-05-03 Thread Daniel Lezcano
On 05/03/2012 10:26 PM, Kevin Hilman wrote: Daniel Lezcano writes: and check the powerdomain lookup is successful. Signed-off-by: Daniel Lezcano Reviewed-by: Jean Pihet --- arch/arm/mach-omap2/cpuidle34xx.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/a

Re: [PATCH 17/18][V3] ARM: OMAP3/4: consolidate cpuidle Makefile

2012-05-03 Thread Daniel Lezcano
On 05/03/2012 10:34 PM, Kevin Hilman wrote: Daniel Lezcano writes: Define a CPU_IDLE section in the makefile, declare the functions in the header files conforming to the kernel coding rules and remove the 'define's in the C files. Signed-off-by: Daniel Lezcano Reviewed-by: Jean Pihet This p

Re: [PATCH V3 1/2] of: Add generic device tree DMA helpers

2012-05-03 Thread Russell King - ARM Linux
On Thu, May 03, 2012 at 04:26:12PM -0600, Stephen Warren wrote: > On 04/30/2012 03:17 PM, Jon Hunter wrote: > > +Example: > > + > > + sdma: dmaengine@4800 { > > + compatible = "ti,omap4-sdma" > > + reg = <0x4800 0x1000>; > > + interrupts = <4>; > > +

Re: [PATCH v5 0/7] Add TI EMIF SDRAM controller driver

2012-05-03 Thread Greg KH
On Thu, May 03, 2012 at 06:38:23PM -0400, Paul Gortmaker wrote: > On Fri, Apr 27, 2012 at 8:24 AM, Santosh Shilimkar > wrote: > > Add a driver for the EMIF SDRAM controller used in Texas Instrument SoCs > > Hi Santosh, > > Can you send Greg a patch that adds proper dependencies to the Kconfig? >

[PATCH v2] OMAPDSS: Provide an interface for audio support in DSS

2012-05-03 Thread Ricardo Neri
There exist several display technologies and standards that support audio as well. Hence, it is relevant to update the DSS device driver to provide an audio interface that may be used by an audio driver or any other driver interested in the functionality. The audio_enable function is intended to p

[PATCH v2] Provide interface for audio support in DSS

2012-05-03 Thread Ricardo Neri
Hi, This patch is proposed as a result of a previous discussion related to include audio support in the DSS device driver (http://www.spinics.net/lists/linux-omap/msg64748.html) At the moment, this is intended to cover display technologies with audio based on CEA-861 and IEC-60958, such as HDMI a

[PATCH v2 02/14] OMAPDSS: HDMI: Split video_enable into video_enable/disable

2012-05-03 Thread Ricardo Neri
To improve readability, split the video_enable HDMI IP operation into two separate functions for enabling and disabling video. The video_enable function is also modified to return an error value. While there, update these operations for the OMAP4 IP accordingly. Signed-off-by: Ricardo Neri ---

[PATCH v2 01/14] OMAPDSS: HDMI: Split audio_enable into audio_enable/disable

2012-05-03 Thread Ricardo Neri
To improve readability, split the audio_enable HDMI IP operation into two separate functions for enabling and disabling audio. The audio_enable function is also modified to return an error value. While there, update these operations for the OMAP4 IP accordingly. Signed-off-by: Ricardo Neri ---

[PATCH v2 08/14] OMAPDSS: HDMI: OMAP4: Expand configuration for IEC-60958 audio

2012-05-03 Thread Ricardo Neri
Utilize a snd_aes_iec958 struct to write the parameters of the IEC-60958 channel status word into the HDMI IP registers. Hence, the user of the driver has full control of what parameters are written in the word. Also, some of the parameters of the I2S structure have been removed as they are actual

[PATCH v2 09/14] OMAPDSS: HDMI: Relocate N/CTS calculation

2012-05-03 Thread Ricardo Neri
The N and CTS parameters are relevant to all HDMI implementations and not specific to a given IP. Hence, the calculation is relocated into the generic HDMI driver. Also, deep color is not queried but it is still considered in the calculation of N. This is to be changed when deep color functionalit

[PATCH v2 03/14] OMAPDSS: HDMI: Remove ASoC codec

2012-05-03 Thread Ricardo Neri
Remove the ASoC OMAP HDMI audio codec. The goal of removing the codec is to, in subsequent patches, give way to the implementation of the HDMI audio support using the DSS device driver audio interface. This approach will expose the HDMI audio functionality to any interested entity. In a separate p

[PATCH v2 14/14] OMAPDSS: HDMI: Implement DSS driver interface for audio

2012-05-03 Thread Ricardo Neri
Implement the DSS device driver audio support interface in the HDMI panel driver and generic driver. The implementation relies on the IP-specific functions that are defined at DSS probe time. At the moment, a hardirq-safe spinlock is used to protect the audio functions. This is because such functi

[PATCH v2 13/14] OMAPDSS: HDMI: Panel: Simplify the name of the HDMI mutex

2012-05-03 Thread Ricardo Neri
As the hdmi_lock mutex is inside the hdmi struct, rename to simply "lock". This is only a change in the name. There are not changes in functionality. Signed-off-by: Ricardo Neri --- drivers/video/omap2/dss/hdmi_panel.c | 41 + 1 files changed, 21 insertions(+),

[PATCH v2 05/14] OMAPDSS: HDMI: OMAP4: Remove invalid I2S settings

2012-05-03 Thread Ricardo Neri
According to the most up-to-date documentation from Texas Instruments, the configuration of High Bitrate Audio is not possible. Also, it is not possible to set polarity of the I2S Word Select signal. This patch removes the invalid settings. Signed-off-by: Ricardo Neri --- drivers/video/omap2/dss

[PATCH v2 12/14] OMAPDSS: HDMI: OMAP4: Remap speaker order to match ALSA order

2012-05-03 Thread Ricardo Neri
As of today, the only know user of the DSS HDMI audio support is ASoC. Hence, it makes sense to remap the speaker order to match the ALSA speaker order. In the future, a dynamic mapping mechanism may be implemented. Remapping is needed as the HDMI speaker order is FL/FR/LFE/C/RL/RR/ RLC-FLC/RRC-FL

[PATCH v2 11/14] OMAPDSS: HDMI: Add an audio configuration function

2012-05-03 Thread Ricardo Neri
The generic HDMI driver does not need to know about the specific settings of a given IP. Hence, it just passes the audio configuration and the IP library parses such configuration and sets the IP accordingly. This patch introduces an IP-specific audio configuration function. Also, this patch imple

[PATCH v2 10/14] OMAPDSS: HDMI: Add support for more audio sample rates in N/CTS calculation

2012-05-03 Thread Ricardo Neri
Add support for more sample rates when calculating N and CTS. This covers all the audio sample rates that an HDMI source is allowed to transmit according to the HDMI 1.4a specification. Also, reorganize the logic for the calculation when using deep color. Signed-off-by: Ricardo Neri --- drivers

[PATCH v2 07/14] OMAPDSS: HDMI: Decouple HDMI audio from ASoC

2012-05-03 Thread Ricardo Neri
Instead of having OMAPDSS HDMI audio functionality depending on the ASoC HDMI audio driver, use a new config option so that potential users, including ASoC, may select if needed. Signed-off-by: Ricardo Neri --- drivers/video/omap2/dss/Kconfig |4 drivers/video/omap2/dss/dss_fe

[PATCH v2 04/14] OMAPDSS: HDMI: OMAP4: Remove CEA-861 audio infoframe and IEC-60958 enums

2012-05-03 Thread Ricardo Neri
Instead of having its own definitions for CEA-861 and IEC-60958, the HDMI driver should use those provided by ALSA. This patch removes the definitions that are already provided by ALSA. Signed-off-by: Ricardo Neri --- drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | 34 ++-- drivers/video/o

[PATCH v2 06/14] OMAPDSS: HDMI: Decouple wrapper enable/disable and audio start/stop

2012-05-03 Thread Ricardo Neri
From: Axel Castaneda Gonzalez Decouple the enable/disable operation of the HDMI audio wrapper from audio start/stop. Otherwise, an audio FIFO underflow may occur. The audio wrapper enablement must be done after configuration and before audio playback is started. Signed-off-by: Axel Castaneda Gon

[PATCH v2 00/14] OMAPDSS: HDMI: Prepare for DSS dev driver audio support and OMAP5

2012-05-03 Thread Ricardo Neri
Hi, This set of patches is intended to prepare the HDMI driver to implement the DSS device driver interface for audio proposed here: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg67804.html In preparation for that, it removes the current ASoC HDMI codec driver and decouples HDMI aud

Re: [PATCH 0/3] ARM: OMAP: Add platform devices for ASoC HDMI drivers

2012-05-03 Thread Ricardo Neri
Hi Tony, This is me again; asking if you had any chance to look at these patches. Thanks! Ricardo On 04/25/2012 06:29 PM, Ricardo Neri wrote: Hi Tony, I was wondering if you've had the time to take a look at these patches. Thanks! Ricardo On 04/17/2012 07:40 PM, Ricardo Neri wrote: This se

Re: [PATCH v3 07/10] arm: omap4430sdp: Add support for omap4iss camera

2012-05-03 Thread Aguirre, Sergio
Hi Sakari, On Thu, May 3, 2012 at 7:03 AM, Aguirre, Sergio wrote: > Hi Sakari, > > Thanks for reviewing. > > On Wed, May 2, 2012 at 2:47 PM, Sakari Ailus wrote: >> >> Hi Sergio, >> >> Thanks for the patches!! >> >> On Wed, May 02, 2012 at 10:15:46AM -0500, Sergio Aguirre wrote: >> ... >>> +stati

Re: [PATCH] pinctrl: Add generic pinctrl-simple driver that supports omap2+ padconf

2012-05-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:34 Thu 03 May , Stephen Warren wrote: > On 05/03/2012 09:27 AM, Tony Lindgren wrote: > > Hi, > > > > * Jean-Christophe PLAGNIOL-VILLARD [120503 00:16]: > >> > >>I really like it > >> > >>I was working on something simillar > >> > >>but can we split the group management so we

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-03 Thread J, KEERTHY
On Wed, May 2, 2012 at 10:34 AM, J, KEERTHY wrote: > On Tue, May 1, 2012 at 3:21 AM, Kevin Hilman wrote: >> Mark Brown writes: >> >>> On Fri, Apr 27, 2012 at 02:01:17PM -0700, Kevin Hilman wrote: Mark Brown writes: >>> > But presumably these things should integrate somehow - for examp

Re: [PATCH 2/3] IRQ: allow check_wakeup_irqs to notice level-triggered interrupts.

2012-05-03 Thread NeilBrown
On Wed, 25 Apr 2012 14:54:54 +0200 (CEST) Thomas Gleixner wrote: > Why not simply managing the pending bit for level irqs ? > Hi Thomas, thanks again for the patch. I finally made time to test it and it works as expected. I've included it below with a change-log entry and tested-by: in case

Re: [PATCH 08/25] OMAPDSS: clean up the omapdss platform data mess

2012-05-03 Thread Archit Taneja
Hi, On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: The omapdss pdata handling is a mess. This is more evident when trying to use device tree for DSS, as we don't have platform data anymore in that case. This patch cleans the pdata handling by: - Remove struct omap_display_platform_data

RE: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Hiremath, Vaibhav
On Fri, May 04, 2012 at 02:47:34, Hilman, Kevin wrote: > "Hiremath, Vaibhav" writes: > > > On Thu, May 03, 2012 at 21:27:18, Tony Lindgren wrote: > >> Hi, > >> > >> * Hiremath, Vaibhav [120502 02:37]: > >> > On Wed, May 02, 2012 at 14:53:24, Paul Walmsley wrote: > >> > > Hi > >> > > > >> > > O

Re: [PATCH RESEND] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue

2012-05-03 Thread Igor Grinberg
Hi Russ, On 05/03/12 22:08, Russ Dill wrote: > On Wed, May 2, 2012 at 3:38 AM, Raja, Govindraj wrote: >> On Wed, May 2, 2012 at 2:17 PM, Russ Dill wrote: >>> On Mon, Mar 19, 2012 at 6:34 AM, Raja, Govindraj >>> wrote: On Mon, Mar 19, 2012 at 12:12 PM, Keshava Munegowda wrote: >

Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-03 Thread Archit Taneja
Hi, On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: Instead of using omap_device_build() to create the omap_devices for DSS hwmods, create them with a custom function. This will allow us to create a parent-child hierarchy for the devices so that the omapdss_core device is parent for the

RE: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Hiremath, Vaibhav
On Fri, May 04, 2012 at 01:07:32, Tony Lindgren wrote: > * Hiremath, Vaibhav [120503 09:45]: > > > > What about cpu_is_omap34xx() true for am33xx? Should we follow it? > > Well are there components that could be used as is with that? > If not, then it probably does not make sense. > I am also

RE: [PATCH-V5 2/3] arm:omap:am33xx: Add AM335XEVM machine support

2012-05-03 Thread Hiremath, Vaibhav
On Thu, May 03, 2012 at 21:27:18, Tony Lindgren wrote: > Hi, > > * Hiremath, Vaibhav [120502 02:37]: > > On Wed, May 02, 2012 at 14:53:24, Paul Walmsley wrote: > > > Hi > > > > > > On Fri, 2 Dec 2011, hvaib...@ti.com wrote: > > > > > > > From: Afzal Mohammed > > > > > > > > This patch adds mi

Re: [PATCH v5 0/7] Add TI EMIF SDRAM controller driver

2012-05-03 Thread Santosh Shilimkar
On Friday 04 May 2012 05:33 AM, Greg KH wrote: > On Thu, May 03, 2012 at 06:38:23PM -0400, Paul Gortmaker wrote: >> On Fri, Apr 27, 2012 at 8:24 AM, Santosh Shilimkar >> wrote: >>> Add a driver for the EMIF SDRAM controller used in Texas Instrument SoCs >> >> Hi Santosh, >> >> Can you send Greg a

Re: [PATCH 2/2] ARM: OMAP4: DSS hwmods: Add OCPIF_SWSUP_IDLE to all DSS L3 slave interfaces

2012-05-03 Thread Paul Walmsley
Hi Archit, On Fri, 13 Apr 2012, Archit Taneja wrote: > On Friday 13 April 2012 02:13 PM, Cousson, Benoit wrote: > > On 4/13/2012 10:01 AM, Archit Taneja wrote: > > > The clock for all DSS L3 slave interfaces had been recently changed to > > > "dss_fck" from "l3_div_ck". "dss_fck" is an optional c

Re: [PATCH V3 1/2] of: Add generic device tree DMA helpers

2012-05-03 Thread Jassi Brar
On 1 May 2012 02:47, Jon Hunter wrote: > From: Jon Hunter > > This is based upon the work by Benoit Cousson [1] and Nicolas Ferre [2] > to add some basic helpers to retrieve a DMA controller device_node and the > DMA request/channel information. > > Aim of DMA helpers > - The purpose of device-tr

<    1   2