[PATCH]i2c-omap: pass scll, sclh through board file for Errata i585

2010-05-07 Thread balajitk
From: Balaji T K balaj...@ti.com Errata ID: i535 - I2C1 to 3 SCL low period is shorter in FS mode Due to IO cell influence, I2C1 to 3 SCL low period can be shorter than expected. As a result, I2C AC timing (SCL minimum low period) in FS mode may not meet the timing configured by software. I2C1

RE: [PATCH V2]omap: mux.c warning removal

2010-05-07 Thread Munegowda, Keshava
From: Keshava Munegowda a0393...@ti.com This patch removes the below warning arch/arm/mach-omap2/mux.c:52: warning: 'mux_phys' defined but not used The definition of variable mux_phys should be enclosed in the macro CONFIG_ARCH_OMAP3 Signed-off-by: Keshava Munegowda a0393...@ti.com Index:

RE: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-07 Thread Varadarajan, Charulatha
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, May 06, 2010 2:30 AM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; t...@atomide.com Subject: Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a

RE: [PATCH 5/9] OMAP:GPIO: Introduce support for OMAP2PLUS chip specific GPIO

2010-05-07 Thread Varadarajan, Charulatha
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, May 06, 2010 4:02 AM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; khil...@deeprootsystems.com Subject: Re: [PATCH 5/9] OMAP:GPIO: Introduce support for

[PATCH 1/5] omap iommu: Reject unaligned physical address at setting page table entry

2010-05-07 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com This rejects unaligned physical address at setting page table entry and informs error to caller. Otherwise, a wrong address may be used by IO device. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/iommu.c | 18

[PATCH 3/5] omap iommu: Make CONFIG_OMAP_IOMMU_DEBUG selectable

2010-05-07 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com This CONFIG_OMAP_IOMMU_DEBUG option cannot be selected because it's not visible on menu. Put this option in Kernel hacking menu to make this selectable. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/Kconfig.debug |8

[PATCH 5/5] omap iommu: Exit iteration if no possibility of available area

2010-05-07 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Searching avaialable spaces should be stopped as soon as it turns out that there's no possibility with the rest of it. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/iovmm.c |5 - 1 files changed, 4 insertions(+), 1

[PATCH 4/5] omap iommu: Insert a gap page between IOVMAs against override

2010-05-07 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Inserting a gap page between IOVMAs could detect an override on other IOVMA with iommu fault. This was originally suggested by Sakari Ailus and based on the work and comment by David Cohen. CC: David Cohen david.co...@nokia.com CC: Sakari Ailus

RE: [PATCH 00/09] OMAP:GPIO:Implement GPIO in HWMOD way

2010-05-07 Thread Varadarajan, Charulatha
Tony/ Kevin, -Original Message- From: Varadarajan, Charulatha Sent: Thursday, April 22, 2010 9:25 PM To: linux-omap@vger.kernel.org Cc: Nayak, Rajendra; p...@pwsan.com; t...@atomide.com; khil...@deeprootsystems.com; Varadarajan, Charulatha Subject: [PATCH 00/09] OMAP:GPIO:Implement

Re: [PATCHv3 1/5] OMAP: RX51: Add LCD Panel support

2010-05-07 Thread Roger Quadros
Hi Kevin, ext Kevin Hilman wrote: Roger Quadros roger.quad...@nokia.com writes: From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com Just noticed a compile problem here... [...] diff --git

Re: [PATCH 2/5] omap iommu: Fix superpage unalignment at allocation of iovm areas

2010-05-07 Thread Felipe Contreras
On Fri, May 7, 2010 at 9:56 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: Hiroshi DOYU hiroshi.d...@nokia.com Superpage addresses should be aligned on mapping size of 4KB, 64KB, 1MB and 16MB respectively both for physical and device virtual addresses. Signed-off-by: Hiroshi DOYU

Re: [PATCH 0/2] OMAP: DSS2: Fix DSS core init fail path

2010-05-07 Thread Tomi Valkeinen
Hi, On Thu, 2010-05-06 at 13:59 +0200, Nikula Jani.1 (EXT-Nixu/Helsinki) wrote: Hi - These patches fix the broken DSS omap_dss_probe() fail path, reported by Kevin Hilman [1]. Kevin, could you please check this with your setup too? It would be much appreciated. [1]

[PATCH 0/4] MIPI DSI support for SH-mobile, common header, switch OMAP to use it

2010-05-07 Thread Guennadi Liakhovetski
This patch series adds support for the MIPI DSI unit on sh-mobile SoCs, to eliminate redundancy a common mipi_dsi.h header is added. The SH-mobile part depends on pending clock and INTC patches by Magnus. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer

[PATCH 2/4] sh-mobile: add support for displays, connected over the MIPI bus

2010-05-07 Thread Guennadi Liakhovetski
Some SH-mobile SoCs have a MIPI DSI controller, that can be used to connect MIPI displays to LCDC. This patch adds a platform driver for SH-mobile MIPI DSI unit. It uses existing hooks in the sh_mobile_lcdcfb.c driver for display activation and deactivation. Signed-off-by: Guennadi Liakhovetski

[PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-07 Thread Guennadi Liakhovetski
This header adds defines for MIPI DSI and DCS commands and data formats. See http://www.mipi.org/ for details. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- include/video/mipi_dsi.h | 99 ++ 1 files changed, 99 insertions(+), 0

[PATCH 3/4] ARM: add framebuffer support for ap4evb

2010-05-07 Thread Guennadi Liakhovetski
ap4evb uses an LCD, connected to the SoC over the MIPI bus. This patch adds platform data to configure this display and a static clock activation. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Nothing OMAP-relevant here, just for completeness. arch/arm/mach-shmobile/Kconfig

Re: [PATCH]i2c-omap: pass scll, sclh through board file for Errata i585

2010-05-07 Thread Aaro Koskinen
Hi, balaj...@ti.com wrote: From: Balaji T K balaj...@ti.com Errata ID: i535 - I2C1 to 3 SCL low period is shorter in FS mode Due to IO cell influence, I2C1 to 3 SCL low period can be shorter than expected. As a result, I2C AC timing (SCL minimum low period) in FS mode may not meet the

[PATCH v2 1/2] OMAP: DSS2: omap_dss_probe() conditional compilation cleanup

2010-05-07 Thread Jani Nikula
From: Jani Nikula ext-jani.1.nik...@nokia.com Move a number of #ifdefs from code into dss.h and elsewhere, and conditionally define no-op static inline functions, cleaning up the code. This style is according to Documentation/SubmittingPatches. Signed-off-by: Jani Nikula

[PATCH v2 2/2] OMAP: DSS2: Fix omap_dss_probe() error path

2010-05-07 Thread Jani Nikula
From: Jani Nikula ext-jani.1.nik...@nokia.com Perform graceful cleanup on errors instead of just bailing out. Signed-off-by: Jani Nikula ext-jani.1.nik...@nokia.com --- drivers/video/omap2/dss/core.c | 54 ++- 1 files changed, 41 insertions(+), 13

[PATCH v2 0/2] OMAP: DSS2: Fix DSS core init fail path

2010-05-07 Thread Jani Nikula
Hi - These patches fix the broken DSS omap_dss_probe() fail path, reported by Kevin Hilman [1]. v2: - rebased against [2] [1] http://www.mail-archive.com/linux-omap@vger.kernel.org/msg27112.html [2] git://gitorious.org/linux-omap-dss2/linux.git BR, Jani. Jani Nikula (2): OMAP: DSS2:

[PATCH 2.5/4] ARM: add LCDC and MIPI DSI-Tx clock definitions to sh7372

2010-05-07 Thread Guennadi Liakhovetski
Define clock objects for switching on and off clocks for LCDC0, LCDC1 and MIPI DSI-Tx. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Sorry, one more patch to add to the patch-series. In fact nothing breaks if you apply this patch before or after the whole series, so, no

[PATCH 1.5/4] sh: add a YUV422 output data format, that is also supported by LCDC

2010-05-07 Thread Guennadi Liakhovetski
The LCDC block is allowed to use one of the two output data formats, when used with MIPI DSI: RGB24 and YUV422. YUV422 is not currently handled by the LCDC driver, but we have to add a define for it for MIPI. Fix indentation while at it. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de

Re: [PATCH 3/5] gic: Add set_type callback

2010-05-07 Thread Linus Walleij
2010/1/27 adhar...@codeaurora.org: From: Abhijeet Dharmapurikar adhar...@quicinc.com Add gic_set_type callback to set an irq as level or edge triggered type Abhijeet, will you pursue this patchset? Else we will pick it up and propose our solution for the U8500 needs which are similar.

RE: [PATCH 1/5] omap iommu: Reject unaligned physical address at setting page table entry

2010-05-07 Thread Kanigeri, Hari
Hiroshi, From: Hiroshi DOYU hiroshi.d...@nokia.com This rejects unaligned physical address at setting page table entry and informs error to caller. Otherwise, a wrong address may be used by IO device. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com ---

OMAP Runtime APIs

2010-05-07 Thread Varadarajan, Charulatha
Kevin, While adapting some drivers to HWMOD way, I tried using pm_runtime APIs. My understanding is that instead of using clock FW APIs or omap_device APIs, we can make use of pm_runtime APIs. But, I observed that pm_runtime_enable() does not enable the clocks (fck/ick). To test this, I used

Re: [PATCH 2/2] OMAP: DSS2: Fix omap_dss_probe() error path

2010-05-07 Thread Jani Nikula
On Thu, 6 May 2010, ext Kevin Hilman wrote: Tested on my n900, and with failed init, clocks are turned off and doesn't prevent suspend. Many thanks for testing this, Kevin! BR, Jani. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [RFC] [PATCH 1/2] CMA3000 Accelerometer Driver

2010-05-07 Thread Hemanth V
From d2842ba67e142e78b2554cebb01341c76b84b693 Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Fri, 30 Apr 2010 11:55:10 +0530 Subject: [PATCH] CMA3000 Accelerometer Driver This patch adds support for CMA3000 Tri-axis accelerometer, which supports Motion detect, Measurement

[PATCH 3/4 v2] ARM: add framebuffer support for ap4evb

2010-05-07 Thread Guennadi Liakhovetski
ap4evb uses an LCD, connected to the SoC over the MIPI bus. This patch adds platform data to configure this display and a static clock activation. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- v1 - v2: Use the correct interrupt number for LCDC, based on INTCS.

[RFC PATCHv2 0/7] HSI framework and drivers

2010-05-07 Thread Carlos Chinea
Hi ! Here you have the second round of the HSI framework patches. The patch series introduces the HSI framework, an SSI driver for OMAP and a generic character device for HSI/SSI devices. SSI, which is a legacy version of HSI, is used to connect the application engine with the cellular modem

[RFC PATCHv2 3/7] OMAP SSI: Add OMAP SSI to the kernel configuration

2010-05-07 Thread Carlos Chinea
Add OMAP SSI device and driver to the kernel configuration Signed-off-by: Carlos Chinea carlos.chi...@nokia.com --- arch/arm/mach-omap2/Makefile |3 +++ drivers/hsi/Kconfig |2 ++ drivers/hsi/Makefile |1 + drivers/hsi/controllers/Kconfig | 13

[RFC PATCHv2 4/7] HSI CHAR: Add HSI char device driver

2010-05-07 Thread Carlos Chinea
From: Andras Domokos andras.domo...@nokia.com Add HSI char device driver to the kernel. Signed-off-by: Andras Domokos andras.domo...@nokia.com --- drivers/hsi/clients/hsi_char.c | 1053 include/linux/hsi/hsi_char.h | 66 +++ 2 files changed, 1119

[RFC PATCHv2 7/7] HSI CHAR: Update ioctl-number.txt

2010-05-07 Thread Carlos Chinea
From: Andras Domokos andras.domo...@nokia.com Added ioctl range for HSI char devices to the documentation Signed-off-by: Andras Domokos andras.domo...@nokia.com --- Documentation/ioctl/ioctl-number.txt |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[RFC PATCHv2 5/7] HSI CHAR: Add HSI char device kernel configuration

2010-05-07 Thread Carlos Chinea
From: Andras Domokos andras.domo...@nokia.com Add HSI character device kernel configuration Signed-off-by: Andras Domokos andras.domo...@nokia.com --- drivers/hsi/Kconfig |1 + drivers/hsi/Makefile |2 +- drivers/hsi/clients/Kconfig | 13 +

[RFC PATCHv2 6/7] HSI: Add HSI API documentation

2010-05-07 Thread Carlos Chinea
Add an entry for HSI in the device-drivers section of the kernel documentation. Signed-off-by: Carlos Chinea carlos.chi...@nokia.com --- Documentation/DocBook/device-drivers.tmpl | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git

[RFC PATCHv2 1/7] HSI: Introducing HSI framework

2010-05-07 Thread Carlos Chinea
Adds HSI framework in to the linux kernel. High Speed Synchronous Serial Interface (HSI) is a serial interface mainly used for connecting application engines (APE) with cellular modem engines (CMT) in cellular handsets. HSI provides multiplexing for up to 16 logical channels, low-latency and

Re: [PATCH 00/09] OMAP:GPIO:Implement GPIO in HWMOD way

2010-05-07 Thread Tony Lindgren
* Varadarajan, Charulatha ch...@ti.com [100506 23:52]: Tony/ Kevin, -Original Message- From: Varadarajan, Charulatha Sent: Thursday, April 22, 2010 9:25 PM To: linux-omap@vger.kernel.org Cc: Nayak, Rajendra; p...@pwsan.com; t...@atomide.com; khil...@deeprootsystems.com;

Re: [RFC] [PATCH 1/2] CMA3000 Accelerometer Driver

2010-05-07 Thread Jonathan Cameron
Hi Hemanth, Quick comments below. I haven't commented much on the input aspects, just stuck to the more general driver aspects. As ever at the moment, the should this be in input question is open, but if Dmitry is happy to take it then that's fine with me. Jonathan From

[PATCH 02/10] OMAP: CM: Move MAX_MODULE_READY_TIME to cm.h

2010-05-07 Thread Benoit Cousson
The maximum timeout to wait for the PRCM to request that a module exit idle or reach functionnal state is common to OMAP2/3/4 SoCs, so, move it to the chip family-common cm.h include file. Reduce the timeout from 20 ms to 2 ms. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley

[PATCH 01/10] OMAP4: hwmod: Replace module device offsets by absolute clkctrl address

2010-05-07 Thread Benoit Cousson
Accessing the clkctrl register using offset of module device is hard to do in OMAP4 due to the way the CM1, CM2, PRM and PRCM_MPU are located in the address space. There is no common base address anymore for all the CM registers. The easiest way to handle that on OMAP4 is to provide the absolute

[PATCH 03/10] OMAP4: hwmod CM: Implement the omap4_cm_wait_module_ready function

2010-05-07 Thread Benoit Cousson
The return of the omap4_cm_wait_module_ready function is checked in order to avoid accessing the sysconfig register if the module is not in the correct state. In that case the _setup will exit without trying to reset using sysconfig. For the moment a warning is printed. A proper management of fclk

[PATCH 04/10] OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLEST

2010-05-07 Thread Benoit Cousson
Some initiator modules in OMAP2 3 does not have IDLEST bit, in that case we cannot detect the module readiness by polling that bit and must exist the function immediately assuming that the module is ready. The previous flag was affected to the OCP interface. While it is technically true that the

[PATCH 05/10] OMAP: hwmod: Fix wrong pointer iteration in oh-slaves

2010-05-07 Thread Benoit Cousson
The iteration is currently done on the omap_hwmod_ocp_if pointer and not on the table pointer that reference them. It worked most of the time because the structure are contiguous in memory. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com ---

[PATCH 07/10] OMAP: hwmod: Replace WARN by pr_warning if clock lookup failed

2010-05-07 Thread Benoit Cousson
The WARN is a little bit too verbose and is not providing usefull information in that case. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/omap_hwmod.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 06/10] OMAP: hwmod: Remove IS_ERR check with omap_clk_get_by_name return value

2010-05-07 Thread Benoit Cousson
The previous clock API was returning a standard linux error code in case of failure. This is not the case anymore with the new omap_clk_get_by_name API. A NULL value means that the clock node does not exist. Replace all the IS_ERR check by a !clk check. Signed-off-by: Benoit Cousson

[PATCH 08/10] OMAP: hwmod: Do not exit the iteration if one clock init failed

2010-05-07 Thread Benoit Cousson
During the _init_clocks phase, the iteration is stopped but the status is still change from _HWMOD_STATE_REGISTERED to _HWMOD_STATE_CLKS_INITED. Since the _setup phase will be done nevertheless, it might be better to keep initializing the others clocks nodes and just keep the warning. It is much

[PATCH 10/10] OMAP: hwmod: Replace WARN by pr_warning for clockdomain check

2010-05-07 Thread Benoit Cousson
Most of the clock nodes belong to a clock domain, but it is perfectly valid to have clock without clock domain. Root clocks for example does not belong to any clock domain. Keep the warning but reduce the verbosity. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com

[PATCH 09/10] OMAP: hwmod: Rename hwmod name for the MPU

2010-05-07 Thread Benoit Cousson
In the lastest OMAP4 hwmod data file, the _hwmod was removed in order to save some memory space and because it does not bring a lot. The same cleanup will be have to done for other hwmods in OMAP2 3 data files. Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc:

[PATCH 0/6] OMAP: hwmod: Full data set for OMAP4430 ES1.0

2010-05-07 Thread Benoit Cousson
Hi, Here is the OMAP4430 ES1.0 hwmod data serie. It is based on the OMAP: HWMOD fixes and cleanup serie: http://marc.info/?l=linux-omapm=127324706012621w=2 It was only tested on OMAP4430 ES1.0 GP device using PAB board for the moment. Please note, that the two temporary fixes are pure hacks

[PATCH 2/6] OMAP4: hwmod: Enable omap_hwmod build for OMAP4

2010-05-07 Thread Benoit Cousson
Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/Makefile |3 ++- arch/arm/mach-omap2/io.c |6 -- arch/arm/plat-omap/include/plat/omap_hwmod.h |1 + 3 files

Re: [RFC PATCHv2 1/7] HSI: Introducing HSI framework

2010-05-07 Thread Carlos Chinea
Hi, On Fri, 2010-05-07 at 17:26 +0200, ext Randy Dunlap wrote: On Fri, 7 May 2010 18:18:31 +0300 Carlos Chinea wrote: --[snip]-- diff --git a/drivers/hsi/Kconfig b/drivers/hsi/Kconfig new file mode 100644 index 000..5af62ce --- /dev/null +++ b/drivers/hsi/Kconfig @@ -0,0

Re: [PATCH 3/6] OMAP4: hwmod: Enable omap_device build for OMAP4

2010-05-07 Thread Benoit Cousson
On 5/7/2010 6:07 PM, Cousson, Benoit wrote: From: Rajendra Nayakrna...@ti.com Signed-off-by: Rajendra Nayakrna...@ti.com Signed-off-by: Benoit Coussonb-cous...@ti.com Cc: Paul Walmsleyp...@pwsan.com --- arch/arm/plat-omap/Makefile |1 + arch/arm/plat-omap/omap_device.c | 12

Re: [RFC PATCHv2 1/7] HSI: Introducing HSI framework

2010-05-07 Thread Randy Dunlap
On Fri, 07 May 2010 19:11:53 +0300 Carlos Chinea wrote: Hi, On Fri, 2010-05-07 at 17:26 +0200, ext Randy Dunlap wrote: On Fri, 7 May 2010 18:18:31 +0300 Carlos Chinea wrote: --[snip]-- diff --git a/drivers/hsi/Kconfig b/drivers/hsi/Kconfig new file mode 100644 index

using gpiolib driver to manipulate GPIO pins

2010-05-07 Thread Peter Barada
I'm trying to use the gpio driver in 2.6.32 to manipulate a pin after the kernel comes up(via /sys/class/gpio/...), and I can tweak the gpio value, but the gpio driver does not handle the mux setting to set the mux mode (or input/output/pullup/puldown) to 4 for the particular pin. I've looked at

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-07 Thread Madhusudhan
-Original Message- From: Shilimkar, Santosh [mailto:santosh.shilim...@ti.com] Sent: Thursday, May 06, 2010 11:52 PM To: Chikkature Rajashekar, Madhusudhan; 'kishore kadiyala' Cc: S, Venkatraman; linux-omap@vger.kernel.org; linux-...@vger.kernel.org;

Re: [PATCH 3/6] OMAP4: hwmod: Enable omap_device build for OMAP4

2010-05-07 Thread Tony Lindgren
* Benoit Cousson b-cous...@ti.com [100507 09:03]: From: Rajendra Nayak rna...@ti.com Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com --- arch/arm/plat-omap/Makefile |1 + arch/arm/plat-omap/omap_device.c

RE: [PATCH] Disable the non working eMMC on Zoom2/3

2010-05-07 Thread Madhusudhan
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, May 06, 2010 10:31 AM To: Madhusudhan Cc: 'Nishanth Menon'; 'Ghorai, Sukumar'; linux-omap@vger.kernel.org; linux-...@vger.kernel.org Subject: Re: [PATCH] Disable the non working eMMC on Zoom2/3 *

Re: omap-pm: omap3_pm_defconfig no longer booting on Overo

2010-05-07 Thread Cliff Brake
On Sat, May 1, 2010 at 11:32 AM, Nishanth Menon menon.nisha...@gmail.com wrote: DISCLAIMER: I dont have a overo, so no idea if this would work.. but here you go.. Attached is a diff which probably will help you with the specific changes needed for making pm boot on overo. hope it helps..

omap-pm: no_console_suspend breaks resume

2010-05-07 Thread Cliff Brake
I've been experiementing with the omap-pm branch on a overo. The no_console_suspend seems to cause the system to not suspend/resume properly. Without the option: r...@ts3:~# echo mem /sys/power/state PM: Syncing filesystems ... done. Freezing user space processes ... (elapsed 0.01 seconds)

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-07 Thread Madhusudhan
snip omap_mmc_platform_data is MMC specific platform data. Why add a SDMA specific feature capability into it? Even though you add it there, you will still need to have a cpu check before that can be set in a common code. CPU checks are allowed to be in the platform files. That is

[PATCH 0/6] Devkit8000: Fixes for power regulator

2010-05-07 Thread Thomas Weber
These patches fixes some errors in the usage of the power regulator. The Devkit8000 uses the TPS65930, an reduced version of the TWL4030. So not all power supplies from the TWL4030 are available. There were also a wrong comment about the pins supported by the vmmc1. The DSS2 do not need a VDVI

[PATCH 1/6] Devkit8000: Fix the power supply for ads7846

2010-05-07 Thread Thomas Weber
Corrected the wrong supplies in Devkit8000 board code. Add supply for ads7846 to support the new regulator framework for touchscreen. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c | 32 ++-- 1 files changed, 26

[PATCH 2/6] Devkit8000: Remove unneeded VDVI

2010-05-07 Thread Thomas Weber
Removes the VDVI from board code because the VDVI is no longer needed with the new DSS2 interface. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

[PATCH 3/6] Devkit8000: Remove nonexisting vsim

2010-05-07 Thread Thomas Weber
The Devkit8000 uses the cost reduced variant tps65930 of the twl4030. The TPS65930 only has vdd1, vdd2, vpll1, vio, vmmc1, vdac and vaux2. Vaux2 is not used on Devkit8000 board. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c | 21

[PATCH 4/6] Devkit8000: Using the REGULATOR_SUPPLY macro

2010-05-07 Thread Thomas Weber
Replacing the supplies with the REGULATOR_SUPPLY macro. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c | 27 ++- 1 files changed, 10 insertions(+), 17 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c

[PATCH 5/6] Devkit8000: Fix comment

2010-05-07 Thread Thomas Weber
Fix the comment about the pins supported by the vmmc1 power source. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c

[PATCH 6/6] Devkit8000: Change twl4030 to tps65930

2010-05-07 Thread Thomas Weber
Devkit8000 uses the TPS65930 and not the TWL4030. The TPS65930 uses only a subset of the TWL4030. So not all voltage regulators of the twl4030 are available on the Devkit8000. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c |2 +- 1 files changed, 1