Re: [PATCH v4 0/6] Generic PHY Framework

2013-04-02 Thread Kishon Vijay Abraham I
Hi, On Wednesday 03 April 2013 12:01 PM, David Miller wrote: From: Kishon Vijay Abraham I Date: Wed, 3 Apr 2013 11:29:53 +0530 Hi, On Friday 29 March 2013 12:01 AM, David Miller wrote: You really need to CC: net...@vger.kernel.org rather than me explicitly on this patch set. I was CC'ing

Re: [PATCH v4 0/6] Generic PHY Framework

2013-04-02 Thread David Miller
From: Kishon Vijay Abraham I Date: Wed, 3 Apr 2013 11:29:53 +0530 > Hi, > > On Friday 29 March 2013 12:01 AM, David Miller wrote: >> >> You really need to CC: net...@vger.kernel.org rather than me >> explicitly >> on this patch set. > > I was CC'ing whatever get_maintainer shows. I'll make sure

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-02 Thread Vivek Gautam
Hi Kishon, On Wed, Apr 3, 2013 at 10:38 AM, Kishon Vijay Abraham I wrote: > Hi, > > > On Monday 01 April 2013 07:24 PM, Vivek Gautam wrote: >> >> Adding APIs to handle runtime power management on PHY >> devices. PHY consumers may need to wake-up/suspend PHYs >> when they work across autosuspend

Re: [PATCH v3 02/11] USB: dwc3: Adjust runtime pm to allow autosuspend

2013-04-02 Thread Vivek Gautam
Hi Felipe, On Tue, Apr 2, 2013 at 1:59 PM, Felipe Balbi wrote: > On Mon, Apr 01, 2013 at 07:24:01PM +0530, Vivek Gautam wrote: >> The current code in the dwc3 probe effectively disables runtime pm >> from ever working because it calls a get() that was never put() until >> device removal. Change

Re: [PATCH v4 0/6] Generic PHY Framework

2013-04-02 Thread Kishon Vijay Abraham I
Hi, On Friday 29 March 2013 12:01 AM, David Miller wrote: You really need to CC: net...@vger.kernel.org rather than me explicitly on this patch set. I was CC'ing whatever get_maintainer shows. I'll make sure to CC net...@vger.kernel.org though there's nothing related to network in this patc

Re: [PATCH 1/1] OMAPDSS: DSI: Use devm_clk_get()

2013-04-02 Thread Tomi Valkeinen
On 2013-04-02 14:33, Sachin Kamat wrote: > Using devm_clk_get cleans up some code. > > Signed-off-by: Sachin Kamat > --- > Compile tested on linux-next tree (20130402). > --- > drivers/video/omap2/dss/dsi.c | 19 ++- > 1 file changed, 2 insertions(+),

Re: [PATCH v4 1/6] drivers: phy: add generic PHY framework

2013-04-02 Thread Kishon Vijay Abraham I
On Tuesday 02 April 2013 09:10 PM, Stephen Warren wrote: On 04/02/2013 02:37 AM, Kishon Vijay Abraham I wrote: Hi, On Thursday 28 March 2013 09:15 PM, Stephen Warren wrote: On 03/27/2013 11:43 PM, Kishon Vijay Abraham I wrote: The PHY framework provides a set of APIs for the PHY drivers to cr

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-02 Thread Kishon Vijay Abraham I
Hi, On Monday 01 April 2013 07:24 PM, Vivek Gautam wrote: Adding APIs to handle runtime power management on PHY devices. PHY consumers may need to wake-up/suspend PHYs when they work across autosuspend. Signed-off-by: Vivek Gautam --- include/linux/usb/phy.h | 141 +

Re: [PATCH v3 04/11] usb: dwc3: Add runtime power management callbacks

2013-04-02 Thread Vivek Gautam
Hi Balbi, On Tue, Apr 2, 2013 at 2:02 PM, Felipe Balbi wrote: > Hi, > > On Mon, Apr 01, 2013 at 07:24:03PM +0530, Vivek Gautam wrote: >> +#else >> +#define dwc3_runtime_suspend NULL >> +#define dwc3_runtime_resume NULL > > this #else branch is unnecessary. Look at the definition

Re: [GIT PULL] ARM: OMAP5: hwmod, prm/cm data files and updates for 3.10

2013-04-02 Thread Santosh Shilimkar
Paul, On Monday 01 April 2013 10:35 PM, Tony Lindgren wrote: > * Santosh Shilimkar [130320 01:43]: >> Tony, >> >> Here is the pull request for OMAP5 data file patches which are on list from >> last merge window. As aligned on list, I have dropped clock data from the >> series. That means for the

Re: [RFC PATCH 5/6] ARM: OMAP3+: ABB: introduce ABB driver

2013-04-02 Thread Nishanth Menon
On 20:35-20130402, Andrii Tseglytskyi wrote: > On 04/02/2013 08:16 PM, Mike Turquette wrote: > >Quoting Nishanth Menon (2013-04-01 20:35:45) > >>On 17:05-20130401, Mike Turquette wrote: > >>>OK, so we're in agreement on what The Future looks like. What does t

Re: [PATCH v4 1/6] drivers: phy: add generic PHY framework

2013-04-02 Thread Sylwester Nawrocki
On 04/02/2013 12:38 AM, Stephen Warren wrote: On 04/01/2013 04:27 PM, Sylwester Nawrocki wrote: On 03/28/2013 06:43 AM, Kishon Vijay Abraham I wrote: diff --git a/Documentation/devicetree/bindings/phy/phy-bindings.txt +example2: +phys: phy { +compatible = "xxx"; +reg =<...>; +. +

Re: [PATCH] Revert "OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation"

2013-04-02 Thread Alexey Pelykh
Hi Paul, No problem, I'll prepare patch in next 24 hours and will send in ASAP. But, since we've found the issue, I suggest that we should look at it closer, especially since at this moment only you can reproduce it. As far as I understand, but I may be wrong, this comment is wrong, since if to s

Re: OMAP baseline test results for v3.9-rc3

2013-04-02 Thread Paul Walmsley
Hi On Wed, 27 Mar 2013, Tero Kristo wrote: > On Tue, 2013-03-26 at 18:43 +, Paul Walmsley wrote: > > > So what I'd like you to do is: > > > > 1. Determine what devices are remaining to be reset and idled on OMAP4 > >with the bootloader that I use. As far as I know, there are only four

Re: [PATCH 1/3] mtd nand : onfi need to be probed in 8 bits mode

2013-04-02 Thread Paul Walmsley
Hi Matthieu, On Fri, 1 Mar 2013, Matthieu CASTET wrote: > Matthieu CASTET a écrit : > > Paul Walmsley a écrit : > >> On Tue, 22 Jan 2013, Paul Walmsley wrote: > >> > >>> Any progress on updating and resending your "omap3 nand : use > >>> NAND_BUSWIDTH_AUTO" patch? We're in danger of missing the

Re: [PATCH] Revert "OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation"

2013-04-02 Thread Paul Walmsley
On Mon, 1 Apr 2013, Alexey Pelykh wrote: > Paul, can you please try to comment out change related to Rx line > (granulation one). That's only Rx line related change in the patch. Yes, looks like simply reverting the commit 1776fd059c40 ("OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR

Re: [RFC PATCH 5/6] ARM: OMAP3+: ABB: introduce ABB driver

2013-04-02 Thread Andrii Tseglytskyi
On 04/02/2013 08:16 PM, Mike Turquette wrote: Quoting Nishanth Menon (2013-04-01 20:35:45) On 17:05-20130401, Mike Turquette wrote: OK, so we're in agreement on what The Future looks like. What does that mean for Andrii's patchset? Unless anyone has an fundamental issue with the approach of a

[GIT PULL 1/3] omap non critical fixes for v3.10 merge window

2013-04-02 Thread Tony Lindgren
The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: Linux 3.9-rc5 (2013-03-31 15:12:43 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10/fixes-non-critical-signed for you to fetch chan

Re: [PATCH v4 01/21] usb: phy: nop: Add some parameters to platform data

2013-04-02 Thread Tony Lindgren
* Felipe Balbi [130320 09:24]: > On Wed, Mar 20, 2013 at 09:13:24AM -0700, Tony Lindgren wrote: > > * Felipe Balbi [130320 09:00]: > > > On Wed, Mar 20, 2013 at 05:44:40PM +0200, Roger Quadros wrote: > > > > Add clk_rate parameter to platform data. If supplied, the > > > > NOP phy driver will pro

[GIT PULL] ARM: OMAP2+: GPMC updates

2013-04-02 Thread Jon Hunter
The following changes since commit dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4: Merge commit '31d9adca82ce65e5c99d045b5fd917c702b6fce3' into tmp (2013-04-01 14:33:50 -0500) are available in the git repository at: git://github.com/jonhunter/linux.git omap-gpmc-for-v3.10 for you to fetch chang

Re: [RFC][BUG] arm/dts: OMAP3: set #interrupt-cells to two

2013-04-02 Thread Jon Hunter
On 04/02/2013 10:55 AM, Christoph Fritz wrote: > On Mon, 2013-04-01 at 22:05 +0200, Javier Martinez Canillas wrote: > >>> As a quick-fix (hack) I wrote directly to the registers in gpio_probe() >>> to enable GPIO banks. I now geht this: >>> > [0.214630] omap_gpio_probe, 1133, CM_CLKSEL_PE

Re: [PATCH] RX-51: Fix probe order of SPI devices

2013-04-02 Thread Tony Lindgren
* Pali Rohár [130331 04:23]: > On Sunday 31 March 2013 12:52:23 Sebastian Reichel wrote: > > On Sun, Mar 31, 2013 at 12:09:21PM +0200, Pali Rohár wrote: > > > From: Joni Lapilainen > > > > > > Without this patch LCD panel on Nokia RX-51 is still black > > > > > > Signed-off-by: Joni Lapilainen

Re: [PATCH] OMAP3 ROM Random Number Generator support

2013-04-02 Thread Tony Lindgren
* Ивайло Димитров [130401 13:41]: > It could be that I am misreading something, but RX51 is OMAP3. Yes the FIQs are only accessible in the secure mode starting with omap2. So that also means omap3, 4, 5. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in

Re: [RFC][BUG] arm/dts: OMAP3: set #interrupt-cells to two

2013-04-02 Thread Christoph Fritz
On Mon, 2013-04-01 at 22:05 +0200, Javier Martinez Canillas wrote: > > As a quick-fix (hack) I wrote directly to the registers in gpio_probe() > > to enable GPIO banks. I now geht this: > > > >> > [0.214630] omap_gpio_probe, 1133, CM_CLKSEL_PER 0x48005040: > >> > 0x00ff > >> > [0.2146

Re: [PATCH v4 1/6] drivers: phy: add generic PHY framework

2013-04-02 Thread Stephen Warren
On 04/02/2013 02:37 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Thursday 28 March 2013 09:15 PM, Stephen Warren wrote: >> On 03/27/2013 11:43 PM, Kishon Vijay Abraham I wrote: >>> The PHY framework provides a set of APIs for the PHY drivers to >>> create/destroy a PHY and APIs for the PHY users

[RFC 1/1] of/irq: store IRQ trigger/level in struct resource flags

2013-04-02 Thread Javier Martinez Canillas
According to Documentation/devicetree/bindings/interrupt-controller/interrupts.txt the "#interrupt-cells" property of an "interrupt-controller" is used to define the number of cells needed to specify a single interrupt. A commonly used variant is two cell on which #interrupt-cells = <2> and the f

Re: [PATCHv2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
Hi, On Tuesday 02 April 2013 07:04 PM, Michael Trimarchi wrote: Hi On 02/04/13 15:28, Sourav Poddar wrote: With dt boot, uart wakeup after suspend is non functional while using "no_console_suspend" in the bootargs. With "no_console_suspend" used, od->flags should be ORed with "OMAP_DEVICE_NO_ID

Re: [PATCHv2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 15:28, Sourav Poddar wrote: > With dt boot, uart wakeup after suspend is non functional while using > "no_console_suspend" in the bootargs. With "no_console_suspend" used, > od->flags > should be ORed with "OMAP_DEVICE_NO_IDLE_ON_SUSPEND", thereby not allowing > the console > to i

[PATCHv2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
With dt boot, uart wakeup after suspend is non functional while using "no_console_suspend" in the bootargs. With "no_console_suspend" used, od->flags should be ORed with "OMAP_DEVICE_NO_IDLE_ON_SUSPEND", thereby not allowing the console to idle in the suspend path. Tested on omap5430evm, omap4430

Re: [RFC PATCH 5/6] ARM: OMAP3+: ABB: introduce ABB driver

2013-04-02 Thread Nishanth Menon
On 13:15-20130402, Grygorii Strashko wrote: > On 04/02/2013 06:35 AM, Nishanth Menon wrote: > >On 17:05-20130401, Mike Turquette wrote: > >>OK, so we're in agreement on what The Future looks like. What does that > >>mean for Andrii's patchset? > >Unle

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-02 Thread Vivek Gautam
Hi, On Tue, Apr 2, 2013 at 5:40 PM, Felipe Balbi wrote: > Hi, > > On Tue, Apr 02, 2013 at 04:04:01PM +0530, Vivek Gautam wrote: >> > On Mon, Apr 01, 2013 at 07:24:00PM +0530, Vivek Gautam wrote: >> >> Adding APIs to handle runtime power management on PHY >> >> devices. PHY consumers may need to

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-02 Thread Felipe Balbi
Hi, On Tue, Apr 02, 2013 at 04:04:01PM +0530, Vivek Gautam wrote: > > On Mon, Apr 01, 2013 at 07:24:00PM +0530, Vivek Gautam wrote: > >> Adding APIs to handle runtime power management on PHY > >> devices. PHY consumers may need to wake-up/suspend PHYs > >> when they work across autosuspend. > >>

[PATCH 1/1] OMAPDSS: DSI: Use devm_clk_get()

2013-04-02 Thread Sachin Kamat
Using devm_clk_get cleans up some code. Signed-off-by: Sachin Kamat --- Compile tested on linux-next tree (20130402). --- drivers/video/omap2/dss/dsi.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
Hi, On Tuesday 02 April 2013 04:14 PM, Michael Trimarchi wrote: Hi On 02/04/13 12:39, Sourav Poddar wrote: Hi, On Tuesday 02 April 2013 03:36 PM, Michael Trimarchi wrote: Hi On 02/04/13 11:50, Sourav Poddar wrote: Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised

Re: [PATCH 08/28] ARM: OMAP: CM-T35: Kconfig option for the display options

2013-04-02 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/13 11:07, Tomi Valkeinen wrote: > On 2013-03-31 12:17, Igor Grinberg wrote: >> >> >> On 03/28/13 19:02, Tomi Valkeinen wrote: >>> On 2013-03-28 18:09, Igor Grinberg wrote: On 03/28/13 14:49, Tomi Valkeinen wrote: > Boards with multipl

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 12:39, Sourav Poddar wrote: > Hi, > On Tuesday 02 April 2013 03:36 PM, Michael Trimarchi wrote: >> Hi >> >> On 02/04/13 11:50, Sourav Poddar wrote: >>> Hi Kevin, >>> On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got drop

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
Hi, On Tuesday 02 April 2013 03:36 PM, Michael Trimarchi wrote: Hi On 02/04/13 11:50, Sourav Poddar wrote: Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM, Sourav

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-02 Thread Vivek Gautam
Hi, On Tue, Apr 2, 2013 at 1:53 PM, Felipe Balbi wrote: > On Mon, Apr 01, 2013 at 07:24:00PM +0530, Vivek Gautam wrote: >> Adding APIs to handle runtime power management on PHY >> devices. PHY consumers may need to wake-up/suspend PHYs >> when they work across autosuspend. >> >> Signed-off-by:

Re: [PATCH v4] drivers: video: use module_platform_driver_probe()

2013-04-02 Thread Tomi Valkeinen
On 2013-03-15 15:02, Fabio Porcedda wrote: > This patch converts the drivers to use the > module_platform_driver_probe() macro which makes the code smaller and > a bit simpler. > > Signed-off-by: Fabio Porcedda > Cc: Florian Tobias Schandinat > Acked-by: Nicolas Ferre # atmel_lcdfb.c > Cc: Tomi

Re: [RFC PATCH 5/6] ARM: OMAP3+: ABB: introduce ABB driver

2013-04-02 Thread Grygorii Strashko
On 04/02/2013 06:35 AM, Nishanth Menon wrote: On 17:05-20130401, Mike Turquette wrote: OK, so we're in agreement on what The Future looks like. What does that mean for Andrii's patchset? Unless anyone has an fundamental issue with the approach of an "Super regulator" controlling "sub regulator

Re: [PATCH] video: omap2: dss: use PTR_RET function

2013-04-02 Thread Tomi Valkeinen
Hi, On 2013-03-27 22:35, Andrei Epure wrote: > Use PTR_RET function instead of IS_ERR + PTR_ERR. > Patch found using coccinelle. > > Signed-off-by: Andrei Epure > --- > drivers/video/omap2/dss/core.c |5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/drivers/video/

Re: [PATCH v4] drivers: video: use module_platform_driver_probe()

2013-04-02 Thread Fabio Porcedda
On Fri, Mar 15, 2013 at 2:02 PM, Fabio Porcedda wrote: > This patch converts the drivers to use the > module_platform_driver_probe() macro which makes the code smaller and > a bit simpler. > > Signed-off-by: Fabio Porcedda > Cc: Florian Tobias Schandinat > Acked-by: Nicolas Ferre # atmel_lcdfb.

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 11:50, Sourav Poddar wrote: > Hi Kevin, > On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: >> Realised the list to whom the patch was send got dropped. Ccing them all.. >> On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: >>> Hi Kevin, >>> On Tuesday 19 March 2013

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: Hi Kevin, On Tuesday 19 March 2013 12:24 AM, Kevin Hilman wrote: Sourav Poddar writes: Wit

Re: [PATCH v4 1/6] drivers: phy: add generic PHY framework

2013-04-02 Thread Kishon Vijay Abraham I
Hi, On Tuesday 02 April 2013 01:04 AM, Sylwester Nawrocki wrote: Just couple minor comments... On 03/28/2013 06:43 AM, Kishon Vijay Abraham I wrote: The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY

Re: [PATCH 00/28] OMAP: DSS related board file changes

2013-04-02 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/13 11:01, Tomi Valkeinen wrote: > On 2013-03-31 11:39, Igor Grinberg wrote: >> On 03/28/13 18:48, Tomi Valkeinen wrote: >>> On 2013-03-28 17:31, Igor Grinberg wrote: On 03/28/13 14:48, Tomi Valkeinen wrote: > So here are the DSS relat

Re: [PATCH v4 1/6] drivers: phy: add generic PHY framework

2013-04-02 Thread Kishon Vijay Abraham I
Hi, On Thursday 28 March 2013 09:15 PM, Stephen Warren wrote: On 03/27/2013 11:43 PM, Kishon Vijay Abraham I wrote: The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the diff --git a/Documentation/devicetr

Re: [PATCH v3 05/11] usb: dwc3: exynos: Enable runtime power management

2013-04-02 Thread Felipe Balbi
On Mon, Apr 01, 2013 at 07:24:04PM +0530, Vivek Gautam wrote: > Enabling runtime power management on dwc3-exynos > letting dwc3 controller to be autosuspended on exynos > platform when not in use. > > Signed-off-by: Vivek Gautam > --- > drivers/usb/dwc3/dwc3-exynos.c | 12 > 1 fil

Re: [PATCH v3 04/11] usb: dwc3: Add runtime power management callbacks

2013-04-02 Thread Felipe Balbi
Hi, On Mon, Apr 01, 2013 at 07:24:03PM +0530, Vivek Gautam wrote: > +#else > +#define dwc3_runtime_suspend NULL > +#define dwc3_runtime_resume NULL this #else branch is unnecessary. Look at the definition for SET_RUNTIME_PM_OPS() -- balbi signature.asc Description: Digital si

Re: [PATCH v3 02/11] USB: dwc3: Adjust runtime pm to allow autosuspend

2013-04-02 Thread Felipe Balbi
On Mon, Apr 01, 2013 at 07:24:01PM +0530, Vivek Gautam wrote: > The current code in the dwc3 probe effectively disables runtime pm > from ever working because it calls a get() that was never put() until > device removal. Change the runtime pm code to match the standard > formula and allow runtime

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-02 Thread Felipe Balbi
On Mon, Apr 01, 2013 at 07:24:00PM +0530, Vivek Gautam wrote: > Adding APIs to handle runtime power management on PHY > devices. PHY consumers may need to wake-up/suspend PHYs > when they work across autosuspend. > > Signed-off-by: Vivek Gautam > --- > include/linux/usb/phy.h | 141 >

Re: [PATCH v2] ARM: OMAP4: clock: Add device tree support for AUXCLKs

2013-04-02 Thread Roger Quadros
+ Paul On 03/26/2013 12:23 PM, Roger Quadros wrote: > Register a device tree clock provider for the clocks > on the OMAP4 SoC. Also provide the binding information. > > For now we only provide AUXCLKs. > > Signed-off-by: Roger Quadros > --- > .../devicetree/bindings/clock/omap4-clock.txt

Re: [RFC] dmaengine: omap-dma: Start DMA without delay

2013-04-02 Thread Peter Ujfalusi
Russell, On 03/29/2013 06:31 PM, Russell King - ARM Linux wrote: > On Fri, Mar 29, 2013 at 03:12:03PM +0100, Peter Ujfalusi wrote: >> Remove the use of a tasklet to start the DMA channel when issue_pending is >> called. >> The use of tasklet delays the DMA start which can cause issues at drivers,

Re: [PATCH 08/28] ARM: OMAP: CM-T35: Kconfig option for the display options

2013-04-02 Thread Tomi Valkeinen
On 2013-03-31 12:17, Igor Grinberg wrote: > > > On 03/28/13 19:02, Tomi Valkeinen wrote: >> On 2013-03-28 18:09, Igor Grinberg wrote: >>> On 03/28/13 14:49, Tomi Valkeinen wrote: Boards with multiple display options for the same video bus have all the possible linux display devices pres

Re: [PATCH 00/28] OMAP: DSS related board file changes

2013-04-02 Thread Tomi Valkeinen
On 2013-03-31 11:39, Igor Grinberg wrote: > On 03/28/13 18:48, Tomi Valkeinen wrote: >> On 2013-03-28 17:31, Igor Grinberg wrote: >>> On 03/28/13 14:48, Tomi Valkeinen wrote: So here are the DSS related board file changes for 3.10. First there are a bunch of patches adding the Kconfi