Re: [PATCHv3 2/2] crypto: omap-sham - omap sha1 md5 driver

2010-04-14 Thread Herbert Xu
Dmitry Kasatkin dmitry.kasat...@nokia.com wrote: Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. - implements async and sync crypto API using dma and cpu. - supports multiple sham instances if

Re: [PATCHv3 2/2] crypto: omap-sham - omap sha1 md5 driver

2010-04-14 Thread Dmitry Kasatkin
On 14/04/10 09:20, ext Herbert Xu wrote: Dmitry Kasatkindmitry.kasat...@nokia.com wrote: Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. - implements async and sync crypto API using dma and

Re: [PATCHv3 2/2] crypto: omap-sham - omap sha1 md5 driver

2010-04-14 Thread Herbert Xu
On Wed, Apr 14, 2010 at 09:41:28AM +0300, Dmitry Kasatkin wrote: what do you mean exporting shash object? Providing shash alg? I was not sure if it is needed if ahash is available. Should I remove shash alg at all? In that case please remove the shash object. ahash by itself is enough.

Re: [RFC] [PATCH 1/3] OMAP4: Keyboard Controller Support

2010-04-14 Thread Trilok Soni
Hi Abraham, On Wed, Apr 14, 2010 at 6:40 AM, Arce, Abraham x0066...@ti.com wrote: Keyboard controller for OMAP4 with built-in scanning algorithm. The following implementations are used:  - matrix_keypac.c logic  - hwmod framework Do we have hwmod framework mainlined in the kernel?

[INFO] Serial no clocks available warning for 3630 SDP

2010-04-14 Thread Venkatraman S
On the master branch -rc3 version eba0147, I get this warning when booting it up on 3630 SDP. I don't have a fix for this, just curious if someone else has noticed.. [ cut here ] WARNING: at arch/arm/mach-omap2/serial.c:727 omap_serial_init_port+0x5c/0x2e8() (null): can't

[PATCH 0/11] Some am3517 related patches [V2]

2010-04-14 Thread Stanley.Miao
Changes from V1: 1, modify the mmc set_power part according to Adrian.Hunter. 2, Updated the config file. Some am3517 related patches. The detaild changelog is below: The following changes since commit eba014745cc806d625b6a553d1af6efd14e16321: Tony Lindgren (1): Linux-omap rebuilt:

[PATCH 02/12] AM3517: Add platform init code for EMAC driver

2010-04-14 Thread Stanley.Miao
Add platform init code for EMAC driver. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 114 + arch/arm/mach-omap2/include/mach/am35xx.h |9 ++ 2 files changed, 123 insertions(+), 0 deletions(-) diff --git

[PATCH 03/12] AM3517: rename the i2c boardinfo to make it more readable

2010-04-14 Thread Stanley.Miao
There are three i2c buses on am3517, now rename these three boardinfo structure name to am3517evm_i2c1_boardinfo, am3517evm_i2c2_boardinfo, and am3517evm_i2c3_boardinfo, to make it more readable. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c |

[PATCH 04/12] AM3517: Add platform init code for regulator driver

2010-04-14 Thread Stanley.Miao
Add platform init code for regulator driver. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 122 + 1 files changed, 122 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

[PATCH 05/12] AM3517: Add audio codec platform data

2010-04-14 Thread Stanley.Miao
Codec tlv320aic23 is on the second i2c bus. Add the tlv320aic23 info in i2c2 board_info. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 06/12] AM3517: Add nand platform data for am3517evm

2010-04-14 Thread Stanley.Miao
Add nand flash init code for am3517evm. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 84 + 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

[PATCH 07/12] AM3517: initialize i2c subsystem after mux subsystem

2010-04-14 Thread Stanley.Miao
The initialize of i2c subsystem will set pinmux, so it should be done after the initialize of mux subsystem initialization. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 08/12] OMAP: fix a gpmc nand problem

2010-04-14 Thread Stanley.Miao
If gpmc_t isn't given, we don't need to set timing for gpmc, or it will cause a Oops. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/gpmc-nand.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc-nand.c

[PATCH 09/12] AM3517: Update the config file of am3517evm

2010-04-14 Thread Stanley.Miao
Added MTD, NETDEVICES, WATCHDOG, GPIO_PCA953X, REGULATOR, FB, SOUND, MMC, RTC. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/configs/am3517_evm_defconfig | 599 - 1 files changed, 513 insertions(+), 86 deletions(-) diff --git

Re: [PATCHV3] OMAP3: SDRC : Errata 1.176 Fix - Accesses to DDR stall in SDRC after a Warm-reset

2010-04-14 Thread Grazvydas Ignotas
On Tue, Apr 13, 2010 at 3:37 PM, Vishwanath BS vishwanath...@ti.com wrote: From: Teerth Reddy tee...@ti.com This patch has the workaround for errata 1.176. In some cases, user is not able to access DDR memory after warm-reset.This situation occurs while the warm-reset happens during a read

Re: [PATCH] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Tomi Valkeinen
On Tue, 2010-04-13 at 17:24 +0200, ext Koen Kooi wrote: Op 12 apr 2010, om 13:15 heeft Grazvydas Ignotas het volgende geschreven: On Mon, Apr 12, 2010 at 1:37 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: On Mon, 2010-04-12 at 11:19 +0200, ext Koen Kooi wrote: This patch adds

[PATCH v2] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Koen Kooi
This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Changes since v1: * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- arch/arm/mach-omap2/board-omap3beagle.c | 130

Re: [PATCH] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Koen Kooi
Op 14 apr 2010, om 12:43 heeft Tomi Valkeinen het volgende geschreven: On Tue, 2010-04-13 at 17:24 +0200, ext Koen Kooi wrote: Op 12 apr 2010, om 13:15 heeft Grazvydas Ignotas het volgende geschreven: On Mon, Apr 12, 2010 at 1:37 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: On

Re: [PATCH v2] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Thomas Weber
On 04/14/10 10:55, Koen Kooi wrote: This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Changes since v1: * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

Re: [PATCH] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Tomi Valkeinen
On Wed, 2010-04-14 at 12:55 +0200, ext Koen Kooi wrote: Op 14 apr 2010, om 12:43 heeft Tomi Valkeinen het volgende geschreven: On Tue, 2010-04-13 at 17:24 +0200, ext Koen Kooi wrote: Op 12 apr 2010, om 13:15 heeft Grazvydas Ignotas het volgende geschreven: On Mon, Apr 12, 2010 at 1:37

[PATCH v3] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Koen Kooi
This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Changes since v1: * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() Changes since v2: * changed to REGULATOR_SUPPLY(_name, _dev_name) for dss regulators Signed-off-by: Koen

Re: [PATCH v3] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Grazvydas Ignotas
On Wed, Apr 14, 2010 at 2:37 PM, Koen Kooi koen.k...@gmail.com wrote: This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Changes since v1:        * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() oh no you didn't, they're still there :)

Re: [PATCH v3] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Koen Kooi
Op 14 apr 2010, om 14:01 heeft Grazvydas Ignotas het volgende geschreven: On Wed, Apr 14, 2010 at 2:37 PM, Koen Kooi koen.k...@gmail.com wrote: This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Changes since v1: * removed

[PATCH v4] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Koen Kooi
This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Changes since v1: * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() Changes since v2: * changed to

RE: [PATCH 02/12] AM3517: Add platform init code for EMAC driver

2010-04-14 Thread Govindarajan, Sriramakrishnan
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Stanley.Miao Sent: Wednesday, April 14, 2010 2:00 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com Subject: [PATCH 02/12] AM3517: Add platform init code for EMAC

RE: [PATCH 06/12] AM3517: Add nand platform data for am3517evm

2010-04-14 Thread Govindarajan, Sriramakrishnan
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Stanley.Miao Sent: Wednesday, April 14, 2010 2:00 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com Subject: [PATCH 06/12] AM3517: Add nand platform data for

Re: [PATCH v4] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Thomas Weber
On 04/14/10 12:33, Koen Kooi wrote: This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Changes since v1: * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() Changes since

RE: [PATCH 09/12] AM3517: Update the config file of am3517evm

2010-04-14 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Stanley.Miao Sent: Wednesday, April 14, 2010 2:00 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com Subject: [PATCH 09/12] AM3517: Update the config file of

RE: [PATCH v5] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Koen Kooi Sent: Wednesday, April 14, 2010 7:04 PM To: tomi.valkei...@nokia.com; t...@atomide.com Cc: linux-omap@vger.kernel.org; Koen Kooi Subject: [PATCH v5]

Re: [PATCH v5] board-omap3-beagle: add DSS2 support

2010-04-14 Thread Koen Kooi
Op 14 apr 2010, om 15:56 heeft Hiremath, Vaibhav het volgende geschreven: +static struct regulator_consumer_supply beagle_vdvi_supply = +REGULATOR_SUPPLY(vdds_dsi, omapdss)l + [Hiremath, Vaibhav] Koen, sorry but I think in hurry you miss-types it to 'l' instead of semi-colon. Let's

RE: [PATCH 12/12] AM3517: Add mmc platform data for am3517evm

2010-04-14 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Stanley.Miao Sent: Wednesday, April 14, 2010 2:03 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Chikkature Rajashekar, Madhusudhan Subject: [PATCH 12/12]

[PATCH 1/2] omap: pm34xx: Enable IO / IO-CHAIN wakeups for PER

2010-04-14 Thread Mike Chan
IO events can also come from GPIO modules, which reside in the PER domain. It is possible for the PER to enter RET while CORE is still in ON. If GPIO 2-6 are enabled for IO-pad wakeups, the PER domain will not wakeup in this case, unless we enable it. Signed-off-by: Mike Chan m...@android.com ---

[PATCH 2/2] omap: pm34xx: Remove PER wakeup dependency on CORE.

2010-04-14 Thread Mike Chan
We can remove this wakeup dependency since now, when GPIO2-6 are enabled for IO-pad wakeup, PER domain is gauranteed to be awake or be woken up to service. The previous dependency did not handle all corner cases. Since there was no sleep dependency between CORE and PER domains, if PER enters RET

[PATCH v3 0/5(7)] OMAP1: Amstrad Delta: add FIQ based support for external keyboard

2010-04-14 Thread Janusz Krzysztofik
This series of patches adds support for an external keyboard (called mailboard) connected to the Amstrad Delta (E3) videophone. The series is based on a patch by Matt Callow, created against linux-omap-2.6.19[1], initially submitted to the e3-hacking mailing list in April 2006[2]. Since the

[PATCH v3 0.1/5(7)] OMAP: add missing FIQ_START definition required for arch/arm/plat-omap/fiq.c compilation

2010-04-14 Thread Janusz Krzysztofik
Several ARM platforms/machines that use FIQ define their value of FIQ_START. Since FIQ is not implemented for OMAP yet, this definition is missing from OMAP header files. Put an arbitrary value for FIQ_START into plat/irqs.h for OMAP. Even if not used by the WiP FIQ handler for Amstrad Delta,

[PATCH v3 1/5(7)] OMAP1: Amstrad Delta: add FIQ handler for serial keyboard port interrupt processing

2010-04-14 Thread Janusz Krzysztofik
This patch introduces a Fast Interrupt Request (FIQ) handler for Amstrad Delta (E3) videophone. The handler's purpose is to process interrupts generated by a GPIO line that a serial keyboard clock hangs off. It collects consecutive bits into words, pushing them into a buffer, then requests a

[PATCH v3 2/5(7)] OMAP1: Amstrad Delta: add a handler for processing interrupts generated by the FIQ routine

2010-04-14 Thread Janusz Krzysztofik
This patch introduces an IRQ handler used for processing interrupts generated by the FIQ handler when it decides there are data ready for processing. The handler further invokes device specific interrupt routines based on an interrupt source as passed from the FIQ handler. It can be registered

[PATCH v3 2.1/5(7)] OMAP1: Amstrad Delta: update board initialization code for complete modem IRQ GPIO line setup

2010-04-14 Thread Janusz Krzysztofik
In case of Amstrad Delta modem utilized GPIO line, interrupt is requested from standard serial8250 driver code without first requesting the GPIO pin itself. Even if it works with default OMAP GPIO interrupt handler, it appeared not compatible with recent, optimized version of the board WiP GPIO

[PATCH v3 3/5(7)] OMAP1: Amstrad Delta: use FIQ for processing GPIO interrupts

2010-04-14 Thread Janusz Krzysztofik
The patch adds initialization of FIQ related handlers to the Amstrad Delta videophone board code. FIQ will be used instead of a traditional IRQ for processing all GPIO generated interrupts, including a keyboard serial clock line. Created and tested against linux-2.6.34-rc4. Compiles and works on

[PATCH v3 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port

2010-04-14 Thread Janusz Krzysztofik
The patch introduces a serio driver that supports a keyboard serial port found on the Amstrad Delta videophone board. After initializing the hardware, the driver reads its input data from a buffer filled in by the board FIQ (Fast Interrupt Request) handler. Standard AT keyboard driver (atkbd)

[PATCH v3 5/5(7)] OMAP1: Amstrad Delta: modify defconfig for external keyboard support

2010-04-14 Thread Janusz Krzysztofik
The patch adds a CONFIG directive required for supporting the Amstrad Delta connected external keyboard by default. Created and tested against linux-2.6.34-rc2. Works on top of PATCH 4/5(7), input: serio: add support for Amstrad Delta serial keyboard port. Signed-off-by: Janusz Krzysztofik