RE: Dose OMAP3 support split transfer?

2009-11-16 Thread Gupta, Ajay Kumar
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of jung songtan Sent: Monday, November 16, 2009 7:32 AM To: linux-omap@vger.kernel.org Subject: Dose OMAP3 support split transfer? Hi Guys, Dose OMAP3 support split

Re: linux-next: manual merge of the omap_dss2 tree with the omap tree

2009-11-16 Thread Tomi Valkeinen
On Mon, 2009-11-16 at 06:04 +0100, ext Stephen Rothwell wrote: Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in arch/arm/configs/omap_3430sdp_defconfig between the omap tree and the omap_dss2 tree. I just used the version from the omap tree as I can't figure out

OMAP3515 vs 3525 inversion

2009-11-16 Thread Sergey Lapin
Hi, all! I think I found a bug in processor detection code. as I see, + /* OMAP3430 and OMAP3530 are assumed to be same. +* +* OMAP3525, OMAP3515 and OMAP3503 can be detected only based +* on available features. Upon detection, update the CPU id +* and CPU class bits.

RE: Some patches need reposting, inbox cleared, patchwork cleared

2009-11-16 Thread Aggarwal, Anuj
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Saturday, November 14, 2009 6:38 AM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org Subject: Re: Some patches need reposting, inbox cleared,

Re: [PATCH v2 1/2] input: touchscreen: introduce tsc2005 driver

2009-11-16 Thread Phil Carmody
Many thanks for your reply, Dmitry. Some comments follow yours. On 14/11/09 07:03 +0100, ext Dmitry Torokhov wrote: Hi Aaro, On Wed, Nov 04, 2009 at 03:23:01PM +0200, Aaro Koskinen wrote: + +static void tsc2005_ts_update_pen_state(struct tsc2005 *ts, +

[PATCH 0/3] OMAP clock and PM architecture fixes for 2.6.32-rc6

2009-11-16 Thread Paul Walmsley
Hi, this series contains fixes for some clock and PM architecture components for the 2.6.32-rc series. - Paul --- Paul Walmsley (1): OMAP clock/hwmod: fix off-by-one errors Rajendra Nayak (1): OMAP3 clock: Fix the DPLL freqsel computations Tero Kristo (1): OMAP3: Clock:

[PATCH 1/3] OMAP3 clock: Fix the DPLL freqsel computations

2009-11-16 Thread Paul Walmsley
From: Rajendra Nayak rna...@ti.com Fix the freqsel value computation. Use n instead of (n+1) The formula in the TRM uses a zero-based N, hence the (n+1); however at this point in the clock34xx.c code, N is one-based. Hayati Bayrakdar h-bayrak...@ti.com and Nishanth Menon n...@ti.com helped

[PATCH 2/3] OMAP3: Clock: Fixed dpll3_m2x2 rate calculation

2009-11-16 Thread Paul Walmsley
From: Tero Kristo tero.kri...@nokia.com Current calculation does not take into account any changes to M2 divisor, and thus when we change VDD2 OPP, dpll3_m2x2 rate does not change. Fixed by re-routing dpll3_m2x2 parent to dpll3_m2. Signed-off-by: Tero Kristo tero.kri...@nokia.com Signed-off-by:

[PATCH 3/3] OMAP clock/hwmod: fix off-by-one errors

2009-11-16 Thread Paul Walmsley
Fix loop bailout off-by-one bugs reported by Juha Leppänen juha_motorsport...@luukku.com. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Juha Leppänen juha_motorsport...@luukku.com --- arch/arm/mach-omap2/cm.c |2 +- arch/arm/mach-omap2/omap_hwmod.c | 12 +---

[PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Mike Rapoport
Signed-off-by: Mike Rapoport m...@compulab.co.il --- sound/soc/omap/Kconfig |7 --- sound/soc/omap/overo.c |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 653a362..bb42681 100644 --- a/sound/soc/omap/Kconfig

Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Liam Girdwood
On Mon, 2009-11-16 at 15:53 +0200, Mike Rapoport wrote: Signed-off-by: Mike Rapoport m...@compulab.co.il --- sound/soc/omap/Kconfig |7 --- sound/soc/omap/overo.c |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sound/soc/omap/Kconfig

Re: [PATCH 3/3] OMAP clock/hwmod: fix off-by-one errors

2009-11-16 Thread Russell King - ARM Linux
On Mon, Nov 16, 2009 at 06:36:55AM -0700, Paul Walmsley wrote: Fix loop bailout off-by-one bugs reported by Juha Leppänen juha_motorsport...@luukku.com. I'm not sure the new code is any easier to read than the old code. And what with some checks post-loop being = and others being , it's a

RE: [PATCH] omap3: ehci: Add regulator framework

2009-11-16 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pandita, Vikram From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gupta, Ajay Kumar Sent: Sunday, November 15, 2009 2:46 AM To:

Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Mike Rapoport
Liam Girdwood wrote: On Mon, 2009-11-16 at 15:53 +0200, Mike Rapoport wrote: Signed-off-by: Mike Rapoport m...@compulab.co.il --- sound/soc/omap/Kconfig |7 --- sound/soc/omap/overo.c |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sound/soc/omap/Kconfig

Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Liam Girdwood
On Mon, 2009-11-16 at 16:19 +0200, Mike Rapoport wrote: From 4f3628ff75bdeb57e751622f2a92e223f68e81e3 Mon Sep 17 00:00:00 2001 In-Reply-To: 1258380019.3570.113.ca...@odin References: 1258380019.3570.113.ca...@odin From: Mike Rapoport m...@compulab.co.il Date: Mon, 16 Nov 2009 15:35:00 +0200

Re: [PATCH 1/2 (for-next)] ARM: OMAP3: Add support for the IGEP v2 board (rev B)

2009-11-16 Thread Frédéric BEGOU
Frédéric BEGOU wrote : Frédéric BEGOU wrote: Hello, For what I've seen on the Internet concerning your card, there is only one MMC card reader. Besides, there is the following piece of code : +static struct twl4030_hsmmc_info mmc[] = { + { +

Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Steve Sakoman
On Mon, 2009-11-16 at 16:19 +0200, Mike Rapoport wrote: Liam Girdwood wrote: On Mon, 2009-11-16 at 15:53 +0200, Mike Rapoport wrote: Signed-off-by: Mike Rapoport m...@compulab.co.il --- sound/soc/omap/Kconfig |7 --- sound/soc/omap/overo.c |2 +- 2 files changed, 5

[PATCH v3] [OMAP3_PM] Fix zoom2/zoom3 build error

2009-11-16 Thread Manjunatha GK
The Zoom2 and Zoom3 build breaks on linux-omap-pm(HEAD:pm) when CONFIG_DEBUG_FS is not enabled. Build error log: arch/arm/mach-omap2/built-in.o: In function `omap_sram_idle': arch/arm/mach-omap2/pm34xx.c:449: undefined reference to `pm_dbg_regset_save' arch/arm/mach-omap2/pm34xx.c:460: undefined

Re: [PATCH v3] [OMAP3_PM] Fix zoom2/zoom3 build error

2009-11-16 Thread Nishanth Menon
Manjunatha GK had written, on 11/16/2009 08:46 AM, the following: Thanks. Re: [PATCH v3] [OMAP3_PM] Fix zoom2/zoom3 build error please rename subject to: [PATCH V3] OMAP3: PM: Fix build failure with !DEBUG_FS this is not zoom2/zoom3 specific - am I right? The Zoom2 and Zoom3 build breaks on

Re: [PATCH] omap3: ehci: Add regulator framework

2009-11-16 Thread Mark Brown
On Sun, Nov 15, 2009 at 02:15:48PM +0530, Ajay Kumar Gupta wrote: Adding regulator framework in EHCI driver. OMAP3 has three HS USB ports so it can have three different regulator for each PHY connected to each port. Currently these regulators are assumed to be optional and driver doesn't

[PATCH] OMAP: Exporting functions doing common register access

2009-11-16 Thread Anuj Aggarwal
These functions need to be exported so that drivers (e.g. McBSP) can be configured as modules. McBSP driver gets built as a module when ASoC driver for OMAP3 EVM is configured as module. McBSP driver uses functions like omap_ctrl_readl/omap_ctrl_writel, which are defined in control.c file but not

Re: [PATCH v2 1/2] input: touchscreen: introduce tsc2005 driver

2009-11-16 Thread Mark Brown
On Mon, Nov 16, 2009 at 02:37:48PM +0200, Phil Carmody wrote: On 14/11/09 07:03 +0100, ext Dmitry Torokhov wrote: Do we really need to do filtering and averaging in kernel? What about tslib? Not everyone uses tslib. There's already some filtering in the tsc2005 already, but it's not

Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Mark Brown
On Mon, Nov 16, 2009 at 04:19:25PM +0200, Mike Rapoport wrote: I'm ok if it'll say Not Overo! :) Anyway, here's the update: Applied, thanks (with manual hacking to remove the reply chain from the commit log). -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of

Re: [PATCHV3] OMAP3: PM: Removing redundant and potentially dangerous PRCM configration

2009-11-16 Thread Kevin Hilman
Sripathy, Vishwanath vishwanath...@ti.com writes: As part of Core domain context restoration while coming out of off mode there are some registers being restored which are not required to be restored. ROM code will have restored them already. Overwriting some of them can have potential side

Re: [PATCH v3] [OMAP3_PM] Fix zoom2/zoom3 build error

2009-11-16 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Manjunatha GK had written, on 11/16/2009 08:46 AM, the following: Thanks. Re: [PATCH v3] [OMAP3_PM] Fix zoom2/zoom3 build error please rename subject to: [PATCH V3] OMAP3: PM: Fix build failure with !DEBUG_FS this is not zoom2/zoom3 specific - am I right?

Doubts around SoC audio on omap3

2009-11-16 Thread Enric Balletbò i Serra
Hi all, I would like to add support for SoC audio on the IGEP v2 board but I have some doubts about how to do. As I have seen in the source code, the SoC driver for IGEP should be the same as omap3evm, overo and cm-t35. So, is better to use the solution adopted by the board CM-T35 or add a

Re: [PATCH v2 26/32] OMAP3: PM debug: allow runtime toggle of PM features

2009-11-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: [...] +void omap3_pm_off_mode_enable(int enable) +{ +struct power_state *pwrst; +u32 state; + +if (enable) +state = PWRDM_POWER_OFF; +else +state = PWRDM_POWER_RET; + +list_for_each_entry(pwrst, pwrst_list, node) {

Re: linux-next: manual merge of the omap_dss2 tree with the omap tree

2009-11-16 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@nokia.com [091116 02:06]: On Mon, 2009-11-16 at 06:04 +0100, ext Stephen Rothwell wrote: Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in arch/arm/configs/omap_3430sdp_defconfig between the omap tree and the omap_dss2 tree.

Re: [PATCH 0/6] Idle status patches revisited

2009-11-16 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com Following set implements checks for idle states of powerdomains, and changes target cpuidle state according to those. This also includes as a cleanup removal of some hacks from omap_sram_idle(), and also

Re: [PATCH 2/6] OMAP3: PM: Added support for INACTIVE and ON states for powerdomains

2009-11-16 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com Previously omap_sram_idle() did not know about the difference between ON and INACTIVE states, which complicated the state handling in these cases. This changelog needs an update. This patch changes makes the

Re: [PATCH 4/6] OMAP3: PM: Removed PER + CORE state hacking from omap_sram_idle

2009-11-16 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com A more descriptive changelog would be nice here. This should be moved inside cpuidle to simplify design. And this should probably say ... and will be moved into CPUidle in subsequent patch. Kevin

Re: [PATCH 6/6] OMAP3: CPUidle: Added peripheral pwrdm checks into bm check

2009-11-16 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com Following checks are made (and their reasoning): - If CAM domain is active, prevent idle completely * CAM pwrdm does not have HW wakeup capability - If PER is likely to remain on, prevent PER off * Saves

Re: [PATCH 5/6] OMAP: Powerdomains: Add support for checking if pwrdm can idle

2009-11-16 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com pwrdm_can_idle(pwrdm) will check if the specified powerdomain can enter idle. This is done by checking the current fclk enable bits. This call can be used e.g. inside cpuidle to decide which power states core

[APPLIED] [PATCH 1/3] [OMAP] htcherald: Add board support and LCD for HTC

2009-11-16 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 79b3fe013cc3be8828c2c4ddcb0c266fa67ce372 PatchWorks http://patchwork.kernel.org/patch/60053/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 3/3] htcherald: Add default kernel configuration for Herald

2009-11-16 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): cb0c84c058503993a2ef954430d217b484354c8c PatchWorks http://patchwork.kernel.org/patch/60055/ Git (Likely to change, and takes a while to get

Re: [PATCH v3 for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Janusz Krzysztofik
The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem maintainer. Created and tested against linux-omap for-next, commit 155a75d9725e66e5ec8a383822957dee52427057 Signed-off-by: Janusz

[APPLIED] [PATCH v3 for-next] OMAP: DMA: Use some define rather than a

2009-11-16 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): f69a6bb287ffdef1343222af9d3d8cbb6d5a PatchWorks http://patchwork.kernel.org/patch/60478/ Git (Likely to change, and takes a while to get

Re: [PATCH 2/3] htcherald: Modify Makefiles and Kconfig for HTC Herald

2009-11-16 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [091114 11:47]: The Makefiles and Kconfig files were modified to include the new HTC Herald board support and LCD panel configuration code. Ended up merging this with the board-htcherald.c patch. Tony Signed-off-by: Cory Maccarrone

Re: Modifying the kernel keymap

2009-11-16 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [091115 14:49]: On Sun, Nov 15, 2009 at 2:31 PM, Felipe Balbi m...@felipebalbi.com wrote: Hi, On Sun, 2009-11-15 at 12:06 -0800, Cory Maccarrone wrote: All, I'm working with the Wing Linux and Linwizard projects in porting various

Re: Some patches need reposting, inbox cleared, patchwork cleared

2009-11-16 Thread Tony Lindgren
* Aggarwal, Anuj anuj.aggar...@ti.com [091116 03:37]: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Saturday, November 14, 2009 6:38 AM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org

Re: [PATCH 0/7] musb: Add structure 'musb_hdrc_board_data'

2009-11-16 Thread Tony Lindgren
* Ajay Kumar Gupta ajay.gu...@ti.com [091115 00:59]: Hi, This patch set adds a new structure 'musb_hdrc_board_data' to get all board specific data from board files. It is actually done to accomodate ULPI_VBUSCONTROL programming required for OMAP3EVM Rev =E which uses external Vbus supply

Re: [PATCH] OMAP: Exporting functions doing common register access

2009-11-16 Thread Paul Walmsley
Hello Anuj, On Mon, 16 Nov 2009, Anuj Aggarwal wrote: These functions need to be exported so that drivers (e.g. McBSP) can be configured as modules. McBSP driver gets built as a module when ASoC driver for OMAP3 EVM is configured as module. McBSP driver uses functions like

Re: [PATCH 2/5] AI TB: Board file of the Always Innovating OMAP3-based Touch Book.

2009-11-16 Thread Tony Lindgren
* Gregoire Gentil grego...@gentil.com [091115 20:29]: Board file of the Always Innovating OMAP3-based Touch Book. Cool. Looks like the patch needs to be formatted with tabs, see Documentation/Submit* files. Then run scripts/checkpatch.pl --strict /path/to/your/patch on each of them to check for

Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35

2009-11-16 Thread Mike Rapoport
On Mon, Nov 16, 2009 at 6:05 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Mon, Nov 16, 2009 at 04:19:25PM +0200, Mike Rapoport wrote: I'm ok if it'll say Not Overo! :) Anyway, here's the update: Applied, thanks (with manual hacking to remove the reply chain from the commit

Re: [v3, for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [091116 20:40]: The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem maintainer. Created and tested against linux-omap for-next, commit

Re: [v3, for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Janusz Krzysztofik
Monday 16 November 2009 23:25:18 Tony Lindgren napisał(a): * Janusz Krzysztofik jkrzy...@tis.icnet.pl [091116 20:40]: The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem

[PATCH 1/2] serial: 8250: add UPF_NO_EMPTY_FIFO_READ flag

2009-11-16 Thread Vikram Pandita
OMAP3630 and OMAP4430 UART IP blocks have a restriction wrt RX FIFO. Empty RX fifo read causes an abort. OMAP1/2/3 do not have this restriction. So interoduce a flag in 8250 driver: UPF_NO_EMPTY_FIFO_READ If this flag is specified for an 8250 port, then first check if rx fifo has contents, and

[PATCH 2/2] omap: serial: fix non-empty rx uart fifo abort

2009-11-16 Thread Vikram Pandita
Empty uart rx fifo read can cause omap to abort OMAP silicon affected: OMAP3630, OMAP4430 OMAP silicon not-affected: omap1/2/3 So pass flag UPF_NO_EMPTY_FIFO_READ in plat_serial8250_port, so that 8250 driver does not abort on empty rx fifo read Tested on zoom3(3630) board Signed-off-by: Vikram

[PATCH v4, for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Janusz Krzysztofik
The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem maintainer. Created and tested against linux-omap for-next, commit 155a75d9725e66e5ec8a383822957dee52427057 Signed-off-by: Janusz

[PATCH 00/12] Mostly board updates for 2.6.33 merge window

2009-11-16 Thread Tony Lindgren
Hi all, Here are some patches for review. This series is mostly updates to existing omap board files. It also adds support for zoom3 board, and contains few clean-up patches. Regards, Tony --- Ajay Kumar Gupta (2): omap3evm: Add board revision function omap3evm: ehci: Update EHCI

[PATCH 01/12] omap: Cleanup the coding style in id.c

2009-11-16 Thread Tony Lindgren
From: Felipe Balbi felipe.ba...@nokia.com Cleanup the coding style in id.c while avoiding unneeded switch() statements. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/id.c | 61

[PATCH 02/12] omap: GPIO module enable/disable

2009-11-16 Thread Tony Lindgren
From: Charulatha V ch...@ti.com This patch disables a GPIO module when all pins of a GPIO module are inactive (clock gating forced at module level) and enables the module when any gpio in the module is requested. The module is enabled only when mod_usage indicates that no GPIO in that module is

[PATCH 03/12] omap3: defconfigs: remove SYSFS_DEPRECATED flag

2009-11-16 Thread Tony Lindgren
From: vikram pandita vikram.pand...@ti.com Remove the SYSFS_DEPRECATED flag from OMAP3 board defconfigs This is a deprecated feature no longer needed. Signed-off-by: Vikram Pandita vikram.pand...@ti.com Acked-by: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Tony Lindgren

[PATCH 05/12] omap3evm: Add board revision function

2009-11-16 Thread Tony Lindgren
From: Ajay Kumar Gupta ajay.gu...@ti.com Added function to differentiate between the OMAP3EVM revisions. The chip-id of the ethernet PHY is being used for this purpose. Rev A to D : 0x0115 Rev = E : 0x9220 Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Ajay Kumar Gupta

[PATCH 06/12] omap3evm: ehci: Update EHCI support on OMAP3EVM (Rev = E)

2009-11-16 Thread Tony Lindgren
From: Ajay Kumar Gupta ajay.gu...@ti.com Added runtime programming for the differences in EHCI interface between OMAP3EVM revisions (Rev = E) and (Rev E). Changes: - EHCI PHY reset GPIO pin is 21 on Rev = E while Rev E uses GPIO pin 135. - Rev = E uses EHCI Vbus

[PATCH 04/12] omap3: Update 3430SDP defconfig

2009-11-16 Thread Tony Lindgren
From: Anand Gadiyar gadi...@ti.com The mainline merge of the 3430SDP support (commit 6fdc29e2) seems to have messed up the 3430 defconfig completely. Update the defconfig using a known good version (SDP defconfig from v2.6.26-omap2 and current beagle defconfig) as reference. The image size is

[PATCH 07/12] omap3evm: Initialize vmmc and vmmc_aux regulators

2009-11-16 Thread Tony Lindgren
From: Mike Rapoport m...@compulab.co.il Initialize vmmc and vmmc_aux regulators Note that the omap3evm_twldata.vmmc1 and omap3evm_twldata.vsim are set in omap3_evm_i2c_init() to avoid a merge conflict with the MFD tree. These will be initialized in omap3evm_i2c_boardinfo as a fix later on.

[PATCH 08/12] omap3evm: MIgrate to smsc911x ethernet driver

2009-11-16 Thread Tony Lindgren
From: Sriram s...@ti.com Migrate to smsc911x ethernet driver instead of smc911x driver. The smsc911x ethernet driver supports NAPI and performs better under heavy traffic. With the smc911x driver we were witnessing very high iowait time for high IO load over NFS. Signed-off-by: Sriramakrishnan

[PATCH 09/12] omap3: zoom: split board file for software reuse

2009-11-16 Thread Tony Lindgren
From: vikram pandita vikram.pand...@ti.com Split zoom2 board file into a base board file and a board-zoom-peripherals.c file. That way the same peripherals file can be reused for zoom3 and sdp3630 in addition to zoom2. Also remove unused struct omap_board_config_kernel entry. NOTE: Keep the

[PATCH 10/12] omap3: zoom: rename zoom2 name to generic zoom

2009-11-16 Thread Tony Lindgren
From: vikram pandita vikram.pand...@ti.com Replace zoom2 with zoom name in board-zoom-peripherals.c file and board-zoom-debugboard.c. Create mach/board-zoom.h. This file has functions reused for boards: Zoom2/Zoom3/sdp3630. Hence have all functions commonly named as zoom Signed-off-by: Vikram

[PATCH 11/12] omap3: zoom: Drop i2c-1 speed to 2400

2009-11-16 Thread Tony Lindgren
From: vikram pandita vikram.pand...@ti.com The I2C-1 bus frequency on zoom2/zoom3/sdp3630 should be 2.4 MHz. The speed is limited by TWL5030/GAIA; a higher speed could lead to errors on the interface. The maximum I2C speed depends on the system clock for GAIA: 2.2 MHz (sys-clk = 19.2 MHz) 2.4

[PATCH 12/12] omap3: zoom: Introduce zoom3 board support

2009-11-16 Thread Tony Lindgren
From: vikram pandita vikram.pand...@ti.com Date: Fri, 13 Nov 2009 17:37:34 -0800 Subject: [PATCH 12/12] omap3: zoom: Introduce zoom3 board support Zoom3 is the next version of Zoom2 board. There has been a silicon update from zoom2 to zoom3. Zoom2 has OMAP34xx Zoom3 has OMAP3630

[PATCH] omap: Fix keymap for zoom2 according to matrix keypad framwork

2009-11-16 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [091116 15:32]: From: vikram pandita vikram.pand...@ti.com Split zoom2 board file into a base board file and a board-zoom-peripherals.c file. That way the same peripherals file can be reused for zoom3 and sdp3630 in addition to zoom2. Also remove unused

[PATCH 13/12] omap: zoom3: defconfig creation

2009-11-16 Thread Tony Lindgren
Sorry, looks like I accidentally left out two patches of this series. Tony From 32bb1bb71f624d91edeccb38066f6ddae438d49c Mon Sep 17 00:00:00 2001 From: vikram pandita vikram.pand...@ti.com Date: Fri, 13 Nov 2009 17:37:35 -0800 Subject: [PATCH] omap: zoom3: defconfig creation Create zoom3

[PATCH 14/12] omap: zoom2: update defconfig for LL_DEBUG_NONE

2009-11-16 Thread Tony Lindgren
One more.. Tony From 18db1c90bf4022db95fb908cdd390e94798851ba Mon Sep 17 00:00:00 2001 From: vikram pandita vikram.pand...@ti.com Date: Fri, 13 Nov 2009 17:37:35 -0800 Subject: [PATCH] omap: zoom2: update defconfig for LL_DEBUG_NONE Update DEBUG_LL for zoom2 board as CONFIG_OMAP_LL_DEBUG_NONE

Re: [PATCH v4, for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [091116 15:13]: The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem maintainer. Created and tested against linux-omap for-next, commit

Re: [PATCH v4, for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Janusz Krzysztofik
Tuesday 17 November 2009 01:16:58 Tony Lindgren napisał(a): * Janusz Krzysztofik jkrzy...@tis.icnet.pl [091116 15:13]: The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510 broken when PM set as pointed out by OMAP subsystem

Re: [PATCH v4, for-next] OMAP: DMA: Use some define rather than a hexadecimal constant for LCD register

2009-11-16 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [091116 16:38]: Tuesday 17 November 2009 01:16:58 Tony Lindgren napisał(a): * Janusz Krzysztofik jkrzy...@tis.icnet.pl [091116 15:13]: The patch corrects the issue introduced with my previous patch: OMAP: DMA: Fix omapfb/lcdc on OMAP1510

TFTP on beagle board

2009-11-16 Thread Mai Daftedar
Hi all, I was wondering how can we configure the u-boot with the TFTP capability on the beagle board at runtime.. Or if there's anyother way to set it up to be able to transfer files to the beagle... Any help will be appreciated.. Thanks Best Regards Mai -- To unsubscribe from this list:

Re: linux-next: manual merge of the omap_dss2 tree with the omap tree

2009-11-16 Thread Sid Boyce
On 16/11/09 05:04, Stephen Rothwell wrote: Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in arch/arm/configs/omap_3430sdp_defconfig between the omap tree and the omap_dss2 tree. I just used the version from the omap tree as I can't figure out anything better,

RE: Doubts around SoC audio on omap3

2009-11-16 Thread Aggarwal, Anuj
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Enric Balletbò i Serra Sent: Monday, November 16, 2009 11:06 PM To: linux-omap@vger.kernel.org Subject: Doubts around SoC audio on omap3 Hi all, I would like to add

[PATCH v2] AM35xx: Clock table updates for AM3505/17

2009-11-16 Thread Ranjith Lohithakshan
AM3505/17 though a OMAP3530 derivative have the following main differences - Removal of the following OMAP3 modules - IVA - ISP/CAM - Modem and D2D components (MAD2D, SAD2D) - USIM - SSI -

RE: [PATCH] OMAP: Exporting functions doing common register access

2009-11-16 Thread Aggarwal, Anuj
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, November 17, 2009 2:46 AM To: Aggarwal, Anuj Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP: Exporting functions doing common register access Hello Anuj, On Mon, 16 Nov 2009, Anuj Aggarwal

Re: TFTP on beagle board

2009-11-16 Thread Dirk Behme
Mai Daftedar wrote: Hi all, I was wondering how can we configure the u-boot with the TFTP capability on the beagle board at runtime.. For this you will need ethernet support in U-Boot. There are two (?) options to achieve this: Add support for USB ethernet dongle in U-Boot or use a Beagle

Re: [PATCH 1/1] DSPBRIDGE: cache operation against kernel address instead of user's

2009-11-16 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [PATCH 1/1] DSPBRIDGE: cache operation against kernel address instead of user's Date: Fri, 13 Nov 2009 12:12:12 +0200 (EET) From: Doyu Hiroshi (Nokia-D/Helsinki) hiroshi.d...@nokia.com Subject: [PATCH 1/1] DSPBRIDGE: cache operation