Re: [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2

2011-11-08 Thread Shilimkar, Santosh
On Tue, Nov 8, 2011 at 1:23 PM, Paul Walmsley p...@pwsan.com wrote: On Fri, 4 Nov 2011, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [111010 17:09]: The following changes since commit be73246058737beec52ae232bcab7776332a9e06:   ARM: OMAP2+: Remove custom init_irq for remaining

Re: [PATCH v2] omap4: i2c: add post idle reset registers flag

2011-11-08 Thread Shubhrajyoti
On Tuesday 08 November 2011 03:01 AM, David Anders wrote: omap44xx i2c devices need to have the registers reset post idle similar to omap3xxx devices. this adds the additional flag for OMAP_I2C_FLAG_RESET_REGS_POSTIDLE to the omap44xx i2c_dev_attr. Hello Anders a similar patch is already posted

Re: OMAP CRAP: The Continuing Story Of Brokenness

2011-11-08 Thread Tomi Valkeinen
Hi Tony, On Mon, 2011-11-07 at 12:26 -0800, Tony Lindgren wrote: Tomi, * Russell King - ARM Linux li...@arm.linux.org.uk [07 09:12]: drivers/video/omap/dispc.c:276: warning: data definition has no type or storage class drivers/video/omap/dispc.c:276: warning: type defaults to

[PATCH] ARM: omap: Fix omap_prcm_get_reset_sources() for omap3/4

2011-11-08 Thread Rajendra Nayak
Fix omap_prcm_get_reset_sources() for omap3 to look into the right register, and for omap4 to use the right api (and hence look into the right register). With this, get rid of some of the unused and also wrongly defined macros for OMAP4. Thanks to Gina Glaser for identifying the issue with the

Re: [PATCH v7 17/21] OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos

2011-11-08 Thread Rajendra Nayak
Hi Kevin, On Saturday 05 November 2011 04:12 AM, Kevin Hilman wrote: However, as mentioned previously[1], due to a HW sleepdep between MPU and CORE, this constraint isn't actually needed for CORE UARTs, so it's a bit wasteful to go through all the constraint setting for no reason. I had a

Re: [PATCH v5 3/7] arm: perf: support device with other non-irq resources

2011-11-08 Thread Ming Lei
On Tue, Oct 25, 2011 at 7:00 PM, Paul Walmsley p...@pwsan.com wrote: + Benoît Hi On Tue, 25 Oct 2011, Ming Lei wrote: On Tue, Oct 25, 2011 at 4:44 PM, Paul Walmsley p...@pwsan.com wrote: On Tue, 25 Oct 2011, Will Deacon wrote: Hurrah! If you can get the OMAP / hwmod bits acked by the

Re: [GIT PULL] ARM: OMAP: DSS hwmod/reset fixes for 3.2

2011-11-08 Thread Tomi Valkeinen
On Tue, 2011-11-08 at 00:50 -0700, Paul Walmsley wrote: On Fri, 4 Nov 2011, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [111006 16:33]: Hi Tony, The following changes since commit be73246058737beec52ae232bcab7776332a9e06: ARM: OMAP2+: Remove custom init_irq for

[PATCH] iommu: omap: fix compile failure

2011-11-08 Thread tom . leiming
From: Ming Lei tom.leim...@gmail.com Fix the failure below: CC drivers/iommu/omap-iommu-debug.o drivers/iommu/omap-iommu-debug.c:416:20: error: expected declaration specifiers or '...' before string constant drivers/iommu/omap-iommu-debug.c:416:1: warning: data definition has no type or

Re: [GIT PULL] ARM: OMAP: DSS hwmod/reset fixes for 3.2

2011-11-08 Thread Paul Walmsley
On Tue, 8 Nov 2011, Tomi Valkeinen wrote: On Tue, 2011-11-08 at 00:50 -0700, Paul Walmsley wrote: On Fri, 4 Nov 2011, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [111006 16:33]: The following changes since commit be73246058737beec52ae232bcab7776332a9e06: ARM:

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Cousson, Benoit
Hi Govind, On 11/8/2011 7:28 AM, Govindraj.R wrote: Patch to fix below compilation error on latest mainline commit b32fc0a0629bf5894b35f33554c118aacfd0d1e2 with omap2plus_defconfig. arch/arm/mach-omap2/omap_l3_noc.c:250: error: 'THIS_MODULE' undeclared here (not in a function) make[1]: ***

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Santosh Shilimkar
On Tuesday 08 November 2011 04:16 PM, Cousson, Benoit wrote: Hi Govind, On 11/8/2011 7:28 AM, Govindraj.R wrote: Patch to fix below compilation error on latest mainline commit b32fc0a0629bf5894b35f33554c118aacfd0d1e2 with omap2plus_defconfig. arch/arm/mach-omap2/omap_l3_noc.c:250: error:

Re: [PATCH] usb: musb: fix pm_runtime calls while atomic

2011-11-08 Thread Felipe Balbi
On Fri, Aug 12, 2011 at 07:38:51AM -0700, Vikram Pandita wrote: From: Vikram Pandita vikram.pand...@ti.com musb pm_runtime_get_sync call happens in intrrupt context on cable attach case That can result in re-enabling the interrupts and cause side affects. So move the code to a work queue.

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Govindraj
On Tue, Nov 8, 2011 at 4:24 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Tuesday 08 November 2011 04:16 PM, Cousson, Benoit wrote: Hi Govind, On 11/8/2011 7:28 AM, Govindraj.R wrote: Patch to fix below compilation error on latest mainline commit

Re: [GIT PULL] ARM: OMAP: DSS hwmod/reset fixes for 3.2

2011-11-08 Thread Tomi Valkeinen
On Tue, 2011-11-08 at 03:33 -0700, Paul Walmsley wrote: On Tue, 8 Nov 2011, Tomi Valkeinen wrote: On Tue, 2011-11-08 at 00:50 -0700, Paul Walmsley wrote: On Fri, 4 Nov 2011, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [111006 16:33]: The following changes since commit

Re: [PATCH v5 3/7] arm: perf: support device with other non-irq resources

2011-11-08 Thread Will Deacon
On Tue, Nov 08, 2011 at 09:25:52AM +, Ming Lei wrote: On Tue, Oct 25, 2011 at 7:00 PM, Paul Walmsley p...@pwsan.com wrote: Benoît is the right person to review OMAP4 hwmod data. Benoît, gentle ping, :-) Note that I've taken the two perf patches into my perf/omap4 branch now:

[PATCH] ARM: OMAP2+: Remove empty io.h

2011-11-08 Thread Thomas Weber
The file arch/arm/mach-omap2/io.h is empty, so we can remove it. Signed-off-by: Thomas Weber we...@corscience.de --- 0 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/arm/mach-omap2/io.h diff --git a/arch/arm/mach-omap2/io.h b/arch/arm/mach-omap2/io.h deleted file mode

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Ohad Ben-Cohen
Joerg, gentle reminder. thanks. On Mon, Oct 17, 2011 at 1:27 PM, Ohad Ben-Cohen o...@wizery.com wrote: v3-v4: - simplify splitter logic (Joerg) - declare supported page-sizes in the iommu_ops, without extending iommu_register (Joerg) - iommu_unmap should now return bytes too (Joerg) -

[GIT PULL] ARM: OMAP: DSS hwmod/reset fixes for 3.2-rc

2011-11-08 Thread Paul Walmsley
Hi Tony The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_dss_fixes_3.2rc Archit Taneja (1): ARM: OMAP2PLUS: DSS: Ensure DSS works

Re: [PATCH 1/4] ARM: OMAP3: cm-t35: add regulator supply for ads7846

2011-11-08 Thread Igor Grinberg
On 11/07/11 22:31, Tony Lindgren wrote: * Igor Grinberg grinb...@compulab.co.il [06 04:45]: Hi Tony, On 11/05/11 01:57, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [04 16:05]: * Igor Grinberg grinb...@compulab.co.il [111019 02:05]: Applying to board branch for v3.3 merge

[PATCH RESEND v2 0/2] PMIC TPS65910 fixes

2011-11-08 Thread Afzal Mohammed
Hi, This series applies over Kyle Manna's v3 patch series, https://lkml.org/lkml/2011/11/3/257, with changes as per comments on his/her 1/6 mfd: TPS65910: Handle non-existent devices Patch series is being resend as earlier one's did not reach mailing lists. Regards Afzal v2: [1/2]: Remove

[PATCH RESEND v2 1/2] mfd: TPS65910: Make usable even if interrupt unused

2011-11-08 Thread Afzal Mohammed
TPS65910 can be used even if interrupt is unused. Hence let probe succeed in case interrupt can't be configured and let Kernel only to complain about it Signed-off-by: Afzal Mohammed af...@ti.com --- v2: Remove driver simplification that should not have been done drivers/mfd/tps65910.c |6

[PATCH RESEND v2 2/2] regulator: TPS65910: VDD1/2 voltage selector count

2011-11-08 Thread Afzal Mohammed
Count of selector voltage is required for regulator_set_voltage to work via set_voltage_sel. VDD1/2 currently have it as zero, so regulator_set_voltage won't work for VDD1/2. Update count (n_voltages) for VDD1/2. Output Voltage = (step value * 12.5 mV + 562.5 mV) * gain With above expr, number

Re: [PATCH RESEND v2 1/2] mfd: TPS65910: Make usable even if interrupt unused

2011-11-08 Thread Mark Brown
On Tue, Nov 08, 2011 at 06:54:03PM +0530, Afzal Mohammed wrote: TPS65910 can be used even if interrupt is unused. Hence let probe succeed in case interrupt can't be configured and let Kernel only to complain about it Signed-off-by: Afzal Mohammed af...@ti.com Reviewed-by: Mark Brown

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Joerg Roedel
On Tue, Nov 08, 2011 at 02:57:02PM +0200, Ohad Ben-Cohen wrote: Joerg, gentle reminder. thanks. Just wanted to wait until -rc1 is out and I can start merging new stuff :) Joerg -- AMD Operating System Research Center Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach General

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Ohad Ben-Cohen
On Tue, Nov 8, 2011 at 4:01 PM, Joerg Roedel joerg.roe...@amd.com wrote: On Tue, Nov 08, 2011 at 02:57:02PM +0200, Ohad Ben-Cohen wrote: Joerg, gentle reminder. thanks. Just wanted to wait until -rc1 is out and I can start merging new stuff :) np, thanks :) -- To unsubscribe from this list:

RE: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-08 Thread Mahaveer, Vishal
Hilman, Kevin wrote: Mahaveer, Vishal vish...@ti.com writes: Hilman, Kevin wrote: No. You want it on only 1) if the connectivity chip is present, *and* 2) BT, WLAN, FM or GPS are being used. The current patch assumes that a connectivity chip is present whenever the TWL is

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Cousson, Benoit
On 11/8/2011 12:59 PM, Govindraj wrote: On Tue, Nov 8, 2011 at 4:24 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: [...] Opps. I missed that one while acking the patch. Indeed the semi-colon one was agreed to be the left over in the last patch discussion. Sorry, my bad sent the

Re: [PATCH v5 4/7] arm: omap4: hwmod: introduce emu hwmod

2011-11-08 Thread Paul Walmsley
Hi some comments On Mon, 24 Oct 2011, ming@canonical.com wrote: From: Ming Lei ming@canonical.com So that access to cross trigger interface can be allowed, which will be introduce in later patches. Signed-off-by: Ming Lei ming@canonical.com ---

Re: [PATCH v5 4/7] arm: omap4: hwmod: introduce emu hwmod

2011-11-08 Thread Paul Walmsley
Hi I just read http://comments.gmane.org/gmane.comp.embedded.pandaboard/168 Looks to me that the L3_EMU interconnect and the emulation IP blocks need to be added to the OMAP4 hwmod data, based on Section 2.2.1 L3_EMU Memory Space Mapping in the OMAP4460 TRM Rev. I. If the clockdomain

Re: [PATCH RESEND v2 2/2] regulator: TPS65910: VDD1/2 voltage selector count

2011-11-08 Thread Mark Brown
On Tue, Nov 08, 2011 at 06:54:10PM +0530, Afzal Mohammed wrote: Count of selector voltage is required for regulator_set_voltage to work via set_voltage_sel. VDD1/2 currently have it as zero, so regulator_set_voltage won't work for VDD1/2. Update count (n_voltages) for VDD1/2. Acked-by: Mark

[PATCH] arm: cpuidle34xx.c: Fix compile error

2011-11-08 Thread Joerg Roedel
Add missing module.h include to provide THIS_MODULE. Signed-off-by: Joerg Roedel joerg.roe...@amd.com --- arch/arm/mach-omap2/cpuidle34xx.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index

Re: [PATCH v3 2/4] OMAP4: hwmod data: add mmu hwmod for ipu and dsp

2011-11-08 Thread Ramirez Luna, Omar
Hi, On Fri, Nov 4, 2011 at 6:23 PM, Kevin Hilman khil...@ti.com wrote: +     .flags          = HWMOD_INIT_NO_RESET, Why is this needed? ... +     .flags          = HWMOD_INIT_NO_RESET, And this? I have this because the hwmod complains about a failure in hard reset, even though the reset

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Joerg Roedel
On Tue, Nov 08, 2011 at 04:03:09PM +0200, Ohad Ben-Cohen wrote: On Tue, Nov 8, 2011 at 4:01 PM, Joerg Roedel joerg.roe...@amd.com wrote: On Tue, Nov 08, 2011 at 02:57:02PM +0200, Ohad Ben-Cohen wrote: Joerg, gentle reminder. thanks. Just wanted to wait until -rc1 is out and I can start

Re: [PATCH] iommu: omap: fix compile failure

2011-11-08 Thread Joerg Roedel
On Tue, Nov 08, 2011 at 06:29:15PM +0800, tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com Fix the failure below: Applied with a shorter commit-msg. Thanks. -- AMD Operating System Research Center Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach General Managers:

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Ohad Ben-Cohen
On Tue, Nov 8, 2011 at 6:23 PM, Joerg Roedel joerg.roe...@amd.com wrote: Does not apply cleanly. Can you please rebase against v3.2-rc1 and resend? sure! will refresh and resend. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2

2011-11-08 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [07 23:33]: On Tue, Nov 8, 2011 at 1:23 PM, Paul Walmsley p...@pwsan.com wrote: On Fri, 4 Nov 2011, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [111010 17:09]: The following changes since commit

Re: [PATCH v2] omap4: i2c: add post idle reset registers flag

2011-11-08 Thread David Anders
On 11/08/2011 02:11 AM, Shubhrajyoti wrote: On Tuesday 08 November 2011 03:01 AM, David Anders wrote: omap44xx i2c devices need to have the registers reset post idle similar to omap3xxx devices. this adds the additional flag for OMAP_I2C_FLAG_RESET_REGS_POSTIDLE to the omap44xx

Re: [PATCH] arm: cpuidle34xx.c: Fix compile error

2011-11-08 Thread Kevin Hilman
Joerg Roedel joerg.roe...@amd.com writes: Add missing module.h include to provide THIS_MODULE. Signed-off-by: Joerg Roedel joerg.roe...@amd.com FYI... Tony has already queued fix for this in his fixes branch. http://marc.info/?l=linux-arm-kernelm=132071036621713w=2 Kevin -- To

Re: [PATCH v3 2/4] OMAP4: hwmod data: add mmu hwmod for ipu and dsp

2011-11-08 Thread Kevin Hilman
Ramirez Luna, Omar omar.rami...@ti.com writes: Hi, On Fri, Nov 4, 2011 at 6:23 PM, Kevin Hilman khil...@ti.com wrote: +     .flags          = HWMOD_INIT_NO_RESET, Why is this needed? ... +     .flags          = HWMOD_INIT_NO_RESET, And this? I have this because the hwmod complains

Re: [PATCH] arm: cpuidle34xx.c: Fix compile error

2011-11-08 Thread Joerg Roedel
On Tue, Nov 08, 2011 at 09:36:48AM -0800, Kevin Hilman wrote: Joerg Roedel joerg.roe...@amd.com writes: Add missing module.h include to provide THIS_MODULE. Signed-off-by: Joerg Roedel joerg.roe...@amd.com FYI... Tony has already queued fix for this in his fixes branch.

Re: [PATCH v7 17/21] OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos

2011-11-08 Thread Kevin Hilman
Rajendra Nayak rna...@ti.com writes: Hi Kevin, On Saturday 05 November 2011 04:12 AM, Kevin Hilman wrote: However, as mentioned previously[1], due to a HW sleepdep between MPU and CORE, this constraint isn't actually needed for CORE UARTs, so it's a bit wasteful to go through all the

Re: [PATCH] arm: omap2: fix build failure

2011-11-08 Thread Kevin Hilman
tom.leim...@gmail.com writes: From: Ming Lei tom.leim...@gmail.com The patch fixes the compile failure: CC arch/arm/mach-omap2/cpuidle34xx.o arch/arm/mach-omap2/cpuidle34xx.c:317:12: error: 'THIS_MODULE' undeclared here (not in a function) make[1]: ***

Re: [GIT PULL] gpio/omap: minor cleanups for v3.2

2011-11-08 Thread Kevin Hilman
Hi Grant, On 11/02/2011 03:27 PM, Kevin Hilman wrote: Please pull the following OMAP GPIO cleanups for v3.2. Just a heads up: we're also working on another large series of cleanup for this driver that we'll be trying to merge for v3.2. Kevin I don't see this in linux-next or your

Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-08 Thread Kevin Hilman
On 11/02/2011 03:08 PM, Dave Jones wrote: On Wed, Nov 02, 2011 at 03:02:37PM -0700, Kevin Hilman wrote: Hi Dave, On 09/22/2011 02:07 PM, Kevin Hilman wrote: This series moves the OMAP CPUfreq driver into drivers/cpufreq, add support for SMP devices (OMAP4+) and includes several

Re: [GIT PULL] gpio/omap: minor cleanups for v3.2

2011-11-08 Thread Grant Likely
On Tue, Nov 8, 2011 at 12:39 PM, Kevin Hilman khil...@ti.com wrote: Hi Grant, On 11/02/2011 03:27 PM, Kevin Hilman wrote: Please pull the following OMAP GPIO cleanups for v3.2. Just a heads up: we're also working on another large series of cleanup for this driver that we'll be trying to

Re: [PATCH v2] omap4: i2c: add post idle reset registers flag

2011-11-08 Thread Kevin Hilman
Shubhrajyoti shubhrajy...@ti.com writes: On Tuesday 08 November 2011 03:01 AM, David Anders wrote: omap44xx i2c devices need to have the registers reset post idle similar to omap3xxx devices. this adds the additional flag for OMAP_I2C_FLAG_RESET_REGS_POSTIDLE to the omap44xx i2c_dev_attr.

Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2

2011-11-08 Thread Dave Jones
On Tue, Nov 08, 2011 at 11:48:44AM -0800, Kevin Hilman wrote: OK, due to some other changes in v3.2 (including the module.h stuff) I need to refresh this against v3.2-rc1. I see the cpufreq tree is now back on kernel.org, so I'll send you and updated pull request for this series

Re: [PATCH] OMAP4: I2C: Enable FIFO usage for OMAP4

2011-11-08 Thread Kevin Hilman
+Ben Dooks Shubhrajyoti D shubhrajy...@ti.com writes: Currently the fifo depth is set to zero for OMAP4 which disables the FIFO usage. This patch enables the FIFO usage for I2C transactions on OMAP4 also. Tested on omap4430 and 3430. Tested-and-Reported-by: Nishanth Menon n...@ti.com

Re: HSI framework for linux-next

2011-11-08 Thread Stephen Rothwell
Hi Carlos, On Fri, 28 Oct 2011 12:27:46 +0300 Carlos Chinea carlos.chi...@nokia.com wrote: I have been working in an HSI framework for linux: https://lkml.org/lkml/2011/6/10/280 The framework is in good shape and is currently being used for some people so we would like it to see it

[PATCH] am35xx: musb: add missing linux/module.h header

2011-11-08 Thread Ilya Yanok
Fix compilation errors by including linux/module.h header. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/usb/musb/am35x.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/musb/am35x.c b/drivers/usb/musb/am35x.c index 08f1d0b6..ea2a258 100644 ---

[PATCH] AM35xx: disable checking for reserved feature bits

2011-11-08 Thread Ilya Yanok
Bits corresponding to the IVA and ISP features in OMAP_STATUS register are reserved on AM35xx and checking for them results in wrong results. So we don't want to check for this features on AM35xx. Signed-off-by: Ilya Yanok ya...@emcraft.com --- arch/arm/mach-omap2/id.c |6 -- 1 files

[PATCH 0/4] Support for the HTKW mcx board

2011-11-08 Thread Ilya Yanok
Hello All, these patches add support for HTKW mcx board (TI AM3517 based). This includes fix for the DSS driver to work on 35xx, new panel type support and some minor cleanup in common dtsi files (not all OMAP3 SoCs have IVA). Last patch needs updated mach-types file and relies on EDT

[PATCH 2/4] omap_dss: add FocalTech ETM070003DH6 display support

2011-11-08 Thread Ilya Yanok
Add data for the FocalTech ETM070003DH6 display to the generic_dpi_panel display driver. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/video/omap2/displays/panel-generic-dpi.c | 24 ++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git

[PATCH 1/4] AM35xx: DSS: there is no VDDS_DSI on AM35xx

2011-11-08 Thread Ilya Yanok
AM35xx don't have VDDS_DSI regulator. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/video/omap2/dss/dpi.c |9 + drivers/video/omap2/dss/dsi.c | 18 -- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/drivers/video/omap2/dss/dpi.c

[PATCH 3/4] dts/omap3: split omap3.dtsi

2011-11-08 Thread Ilya Yanok
Split omap3.dtsi file into common part, OM3xxx specific part and AM35xx specific part. For now the only difference is missing IVA node on AM35xx. Signed-off-by: Ilya Yanok ya...@emcraft.com --- arch/arm/boot/dts/am35xx.dtsi | 15 +++ arch/arm/boot/dts/om3xxx.dtsi | 28

[PATCH 4/4] mcx: initial support for HTKW mcx board

2011-11-08 Thread Ilya Yanok
Support for the HTKW mcx board (TI AM3517 based) including serial, Ethernet, I2C, USB host, HSMMC, DSS and RTC. Signed-off-by: Ilya Yanok ya...@emcraft.com --- arch/arm/boot/dts/mcx.dts| 29 ++ arch/arm/mach-omap2/Kconfig |5 +

[PATCH] ARM: OMAP: PM: only register TWL with voltage layer when device is present

2011-11-08 Thread Kevin Hilman
Current code registers voltage layer details for TWL PMIC even when a TWL has not been registered. Fix this to only register the TWL with voltage layer when the TWL PMIC is initialized by board-level code. Signed-off-by: Kevin Hilman khil...@ti.com --- Barring any objections, will be queued as a

Re: [PATCH] omap-serial: add RS485 mode support

2011-11-08 Thread Ilya Yanok
Hi guys, any comments on this? Is anybody interested? Regards, Ilya. 03.10.2011 0:27, Ilya Yanok wrote: Add support for asserting RTS line while TX is in progress. OMAP hardware doesn't support auto-RS485 mode so we control the line from software. We use TX_EMPTY_CTL_IT bit in SCR register to

Re: [PATCH] AM35xx: disable checking for reserved feature bits

2011-11-08 Thread Kevin Hilman
Ilya Yanok ya...@emcraft.com writes: Bits corresponding to the IVA and ISP features in OMAP_STATUS register are reserved on AM35xx and checking for them results in wrong results. Ouch. So we don't want to check for this features on AM35xx. Signed-off-by: Ilya Yanok ya...@emcraft.com This