RE: [PATCH] ARM: OMAP5: select SCU

2013-05-17 Thread Shilimkar, Santosh
Sorry for top posting. Can you just add static inlines functions in header file and #ifdef it for OMAP5. Regards, Santosh From: Stehle, Vincent Sent: Thursday, May 16, 2013 7:59 PM To: Shilimkar, Santosh Cc: Vincent Stehlé; Tony Lindgren;

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

2013-05-17 Thread Santosh Shilimkar
Paul, Tony, On Friday 05 April 2013 10:20 PM, Santosh Shilimkar wrote: On Thursday 04 April 2013 10:27 PM, Santosh Shilimkar wrote: On Thursday 04 April 2013 10:22 PM, Tony Lindgren wrote: * Santosh Shilimkar santosh.shilim...@ti.com [130404 04:15]: [..] Can't we already trim the am33xx

3.9 regression : CAM_XCLKA wrong frequency setting.

2013-05-17 Thread jean-philippe francois
Hi, Laurent, you are on the recipient list because the symptom is visible throug your driver. I found the other name looking in the clock related files. Please apologize if you are not concerned by this mail. Symptom : External clock CAM_XCLKA frequency is wrong with 3.9, it was ok until 3.6.

[PATCH] i2c: busses: remove superfluous comment

2013-05-17 Thread Wolfram Sang
The comment already got copypasted around and is not really useful. Remove it. Signed-off-by: Wolfram Sang w...@the-dreams.de --- drivers/i2c/busses/i2c-davinci.c|1 - drivers/i2c/busses/i2c-designware-platdrv.c |1 - drivers/i2c/busses/i2c-omap.c |1 - 3

[PATCH-V2] ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_feature

2013-05-17 Thread Vaibhav Hiremath
Layout of DEV_FEATURE register (offset = 0x604) is different between TI81xx and AM33xx device, so create separate function which will check for features available on specific AM33xx SoC and set the flags accordingly. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Reviewed-by: Kevin Hilman

RE: [PATCH] ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_feature

2013-05-17 Thread Hiremath, Vaibhav
-Original Message- From: Kevin Hilman [mailto:khil...@linaro.org] Sent: Tuesday, May 14, 2013 3:23 AM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; t...@atomide.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH] ARM: OMAP3+: am33xx id: Add new am33xx specific

RE: [PATCH-V2] ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clock

2013-05-17 Thread Hiremath, Vaibhav
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, March 27, 2013 11:15 PM To: Tony Lindgren; Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Nayak, Rajendra Subject: Re: [PATCH-V2] ARM: AM33XX: Add missing

Re: [PATCH 2/2] mfd: twl-core: convert to module_i2c_driver()

2013-05-17 Thread Grygorii Strashko
On 05/17/2013 01:58 AM, Tony Lindgren wrote: * Samuel Ortiz sa...@linux.intel.com [130516 15:22]: Hi Grygorii, On Tue, Apr 23, 2013 at 04:19:10PM +0300, Grygorii Strashko wrote: Shift TWL initialization to module/device init layer, because I2C now is not initialized on subsys init layer and

RE: [PATCH 0/2] ARM: OMAP AM33XX: clock data: Enable clkout2 output on SoC pad

2013-05-17 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Tuesday, May 07, 2013 3:10 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Cousson, Benoit; p...@pwsan.com; linux-arm- ker...@lists.infradead.org; Hiremath, Vaibhav Subject: [PATCH 0/2] ARM: OMAP AM33XX: clock data: Enable

RE: [PATCH] ARM: OMAP2+: AM33xx: Add missing reset status info to GFX hwmod

2013-05-17 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Sunday, May 05, 2013 12:18 AM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; linux-arm-ker...@lists.infradead.org; Hiremath, Vaibhav; Paul Walmsley Subject: [PATCH] ARM: OMAP2+: AM33xx: Add missing reset status info to GFX

Re: 3.9 regression : CAM_XCLKA wrong frequency setting.

2013-05-17 Thread jean-philippe francois
2013/5/17 jean-philippe francois jp.franc...@cynove.com: Hi, Laurent, you are on the recipient list because the symptom is visible throug your driver. I found the other name looking in the clock related files. Please apologize if you are not concerned by this mail. Symptom : External clock

[PATCH 0/4 v2] mtd:nand:omap2: clean-up of supported ECC schemes

2013-05-17 Thread Gupta, Pekon
From: Gupta, Pekon pe...@ti.com [Change v1 - v2] added [PATCH 3/4] and [PATCH 4/4] [PATCH 1/4]: clean-up and optimization for supported ECC schemes. [PATCH 2/4]: add separate DT options each supported ECC scheme. [PATCH 3/4]: update BCH4 ECC implementation (using ELM or using

[PATCH 4/4 v2] ARM: OMAP2+: updated ECC scheme attributes for omap2-nand DT

2013-05-17 Thread Gupta, Pekon
From: Gupta, Pekon pe...@ti.com Updates ECC scheme selection string same to same as used in omap2-driver code. This makes the DT configurations easy to understand and map to actual code. Signed-off-by: Gupta, Pekon pe...@ti.com --- .../devicetree/bindings/mtd/gpmc-nand.txt | 47

[PATCH 2/4 v2] ARM: OMAP2+: cleaned-up DT support of various ECC schemes

2013-05-17 Thread Gupta, Pekon
From: Gupta, Pekon pe...@ti.com ECC scheme on NAND devices can be implemented in multiple ways.Some using Software algorithm, while others using in-build Hardware engines. omap2-nand driver currently supports following flavours of ECC schemes, selectable via DTB.

[PATCH 3/4 v2] mtd:nand:omap2: updated support for BCH4 ECC scheme

2013-05-17 Thread Gupta, Pekon
From: Gupta, Pekon pe...@ti.com This patch adds following two flavours of BCH4 ECC scheme in omap2-nand driver - OMAP_ECC_BCH4_CODE_HW_DETECTION_SW - uses GPMC H/W engine for calculating ECC. - uses software library (lib/bch.h nand_bch.h) for error correction. -

[PATCH 1/4 v2] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe

2013-05-17 Thread Gupta, Pekon
From: Gupta, Pekon pe...@ti.com ECC scheme on NAND devices can be implemented in multiple ways.Some using Software algorithm, while others using in-build Hardware engines. omap2-nand driver currently supports following flavours of ECC schemes.

[PATCH] usb: musb: fix clock naming

2013-05-17 Thread yegorslists
From: Yegor Yefremov yegorsli...@googlemail.com 'ick' was changed to 'hsotgusb_ick' 'fck' was changed to 'hsotgusb_fck' Signed-off-by: Jan Luebbe j...@pengutronix.de Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- drivers/usb/musb/am35x.c |4 ++-- 1 files changed, 2

[PATCH] broken musb on am35xx

2013-05-17 Thread yegorslists
The ick and fck clock names nave been changed. This patch updates these names. Please see this discussion for reference: https://patchwork.kernel.org/patch/1231671/ Yegor -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH 4/4 v2] ARM: OMAP2+: updated ECC scheme attributes for omap2-nand DT

2013-05-17 Thread Arnd Bergmann
On Friday 17 May 2013, Gupta, Pekon wrote: From: Gupta, Pekon pe...@ti.com Updates ECC scheme selection string same to same as used in omap2-driver code. This makes the DT configurations easy to understand and map to actual code. Signed-off-by: Gupta, Pekon pe...@ti.com This moves the

[PATCH v5] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy dmur...@ti.com --- v5

[RFC PATCH 4/4] arm: omap: remove using usb_bind_phy for binding musb and phy

2013-05-17 Thread Kishon Vijay Abraham I
Now that MUSB for OMAP started using devm_usb_get_phy_by_name which does not require PHY library to already have the binding information, removed usb_bind_phy calls that binds the MUSB controller with the PHY from the board files. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

[RFC PATCH 3/4] usb: musb: omap: use the new API to get PHY reference by label

2013-05-17 Thread Kishon Vijay Abraham I
After the devices are created using PLATFORM_DEVID_AUTO, devm_usb_get_phy_dev and usb_get_phy_dev can't be used reliably as it relies on the device_names passed in usb_bind_phy. So used the new API devm_usb_get_phy_by_name to get the PHY reference. Signed-off-by: Kishon Vijay Abraham I

[RFC PATCH 1/4] arm: omap: Add phy binding info for musb in plat data

2013-05-17 Thread Kishon Vijay Abraham I
In order for controllers to get PHY in case of non dt boot, the phy binding information (phy label) should be added in the platform data of the controller. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/mach-omap2/usb-musb.c |6 +- include/linux/usb/musb.h |3

[RFC PATCH 2/4] usb: phy: add a new API to get PHY ref by label

2013-05-17 Thread Kishon Vijay Abraham I
After the devices are created using PLATFORM_DEVID_AUTO, devm_usb_get_phy_dev and usb_get_phy_dev can't be used reliably as it relies on the device_names passed in usb_bind_phy. So added a new API to get the PHY reference by PHY label (PHY label should be filled which creating the PHY).

Re: [PATCH v5] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Nishanth Menon
On 08:21-20130517, Dan Murphy wrote: [...] May be others with better DT experience can help here.. but here is a trick to reduce dts file changes: diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts index f1d8c21..08d2e38 100644 --- a/arch/arm/boot/dts

Re: reset handling in am335x hwmod data

2013-05-17 Thread Felipe Balbi
Hi, On Sun, Dec 23, 2012 at 08:58:13PM +, Paul Walmsley wrote: In this specific case the pin is connected to nCONFIG of a FPGA. The FPGA is commanded to start configuration from a SPI flash in the bootloader, so it can happen in parallel with kernel load/uncompress/startup, but as the

Re: [PATCH] i2c: busses: remove superfluous comment

2013-05-17 Thread Felipe Balbi
On Fri, May 17, 2013 at 11:53:23AM +0200, Wolfram Sang wrote: The comment already got copypasted around and is not really useful. Remove it. Signed-off-by: Wolfram Sang w...@the-dreams.de FWIW on i2c-omap.c: Acked-by: Felipe Balbi ba...@ti.com -- balbi signature.asc Description: Digital

Re: reset handling in am335x hwmod data

2013-05-17 Thread Peter Korsgaard
Felipe == Felipe Balbi ba...@ti.com writes: Hi, +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c @@ -992,7 +992,7 @@ static struct omap_hwmod am33xx_gpio1_hwmod = { .name = gpio2, .class = am33xx_gpio_hwmod_class, .clkdm_name =

Re: [PATCH v3 0/6] ARM: OMAP2+: hwmod and SERIAL: Remove sysc handling from driver

2013-05-17 Thread Kevin Hilman
Hi Paul, Paul Walmsley p...@pwsan.com writes: On Wed, 15 May 2013, Rajendra Nayak wrote: OMAP UART IP needs manual idle modes based on functional state of the IP. Currently this is handled by the driver with function pointers implemented in platform code. This however breaks in case of

[PATCH] ARM : omap3 : fix wrong container_of in clock36xx.c

2013-05-17 Thread Jean-Philippe Francois
omap36xx_pwrdn_clk_enable_with_hsdiv_restore expects the parent hw of the clock to be a clk_hw_omap. However, looking at cclock3xxx_data.c, all concerned clock have parent defined as clk_divider. Fix the function to use clk_divider. Tested with 3.9 on dm3730. Signed-off-by: Jean-Philippe

[PATCH v6] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy dmur...@ti.com ---

Re: [PATCH v6] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Nishanth Menon
On 11:02-20130517, Dan Murphy wrote: The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files

Re: [PATCH v6] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Dan Murphy
On 05/17/2013 11:15 AM, Nishanth Menon wrote: On 11:02-20130517, Dan Murphy wrote: The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions

Re: am3517: failed to boot 3.10-rc1

2013-05-17 Thread Kevin Hilman
Yegor Yefremov yegor_s...@visionsystems.de writes: On 15.05.2013 10:37, Yegor Yefremov wrote: On 14.05.2013 15:01, Yegor Yefremov wrote: On 14.05.2013 14:52, Felipe Balbi wrote: On Tue, May 14, 2013 at 11:24:44AM +0200, Yegor Yefremov wrote: Trying to boot 3.10-rc1 on an am3515 based board.

Re: reset handling in am335x hwmod data

2013-05-17 Thread Kevin Hilman
Felipe Balbi ba...@ti.com writes: Hi, On Sun, Dec 23, 2012 at 08:58:13PM +, Paul Walmsley wrote: In this specific case the pin is connected to nCONFIG of a FPGA. The FPGA is commanded to start configuration from a SPI flash in the bootloader, so it can happen in parallel with kernel

Re: [PATCH-V2] ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clock

2013-05-17 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [130517 03:36]: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, March 27, 2013 11:15 PM To: Tony Lindgren; Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Nayak,

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

2013-05-17 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [130517 01:02]: Paul, Tony, On Friday 05 April 2013 10:20 PM, Santosh Shilimkar wrote: On Thursday 04 April 2013 10:27 PM, Santosh Shilimkar wrote: On Thursday 04 April 2013 10:22 PM, Tony Lindgren wrote: * Santosh Shilimkar

Re: [PATCH] ARM: OMAP4: change the device names in usb_bind_phy

2013-05-17 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [130516 22:45]: Hi, On Thursday 16 May 2013 09:50 PM, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@iki.fi [130516 09:11]: On 16/05/13 18:58, Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@iki.fi [130515 03:59]: Just checking.. Do you

Re: [PATCH] ARM: OMAP2+: AM33xx: Add missing reset status info to GFX hwmod

2013-05-17 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [130517 04:13]: -Original Message- From: Hiremath, Vaibhav Sent: Sunday, May 05, 2013 12:18 AM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; linux-arm-ker...@lists.infradead.org; Hiremath, Vaibhav; Paul Walmsley Subject: [PATCH]

Re: reset handling in am335x hwmod data

2013-05-17 Thread Peter Korsgaard
Kevin == Kevin Hilman khil...@linaro.org writes: In this case, we cannot reset that bank, otherwise Starter Kit will never boot in mainline. Bad PCB design, I know, but it's not something we can change now :-) Kevin FWIW, we've seen this before (GPIO connected to PMIC reset is a Kevin

Re: reset handling in am335x hwmod data

2013-05-17 Thread Nishanth Menon
On 20:10-20130517, Peter Korsgaard wrote: Kevin == Kevin Hilman khil...@linaro.org writes: In this case, we cannot reset that bank, otherwise Starter Kit will never boot in mainline. Bad PCB design, I know, but it's not something we can change now :-) Kevin FWIW, we've seen

Re: v3.10-rc1: backlight brightness after boot on N900

2013-05-17 Thread Aaro Koskinen
On Thu, May 16, 2013 at 07:52:12AM +0300, Tomi Valkeinen wrote: On 15/05/13 20:18, Aaro Koskinen wrote: Is it expected that after boot you get 0 brightness i.e. a seemingly blank display on N900 with 3.10-rc1? There were some small changes merged in v3.10 related to acx's backlight, but

Re: v3.10-rc1: backlight brightness after boot on N900

2013-05-17 Thread Tony Lindgren
* Aaro Koskinen aaro.koski...@iki.fi [130517 11:30]: On Thu, May 16, 2013 at 07:52:12AM +0300, Tomi Valkeinen wrote: On 15/05/13 20:18, Aaro Koskinen wrote: Is it expected that after boot you get 0 brightness i.e. a seemingly blank display on N900 with 3.10-rc1? There were some small

Re: [PATCH] ARM: OMAP3: Fix iva2_pwrdm settings for 3703

2013-05-17 Thread Mark A. Greer
On Thu, May 16, 2013 at 11:35:16AM -0700, Tony Lindgren wrote: * Yegor Yefremov yegor_s...@visionsystems.de [130516 05:13]: On 15.05.2013 23:50, Mark A. Greer wrote: On Wed, May 15, 2013 at 10:07:35AM -0700, Tony Lindgren wrote: * Mark A. Greer mgr...@animalcreek.com [130514 18:57]: On

Re: [PATCH] ARM: OMAP3: Fix iva2_pwrdm settings for 3703

2013-05-17 Thread Mark A. Greer
On Thu, May 16, 2013 at 12:19:20PM +0200, Yegor Yefremov wrote: On 15.05.2013 23:50, Mark A. Greer wrote: On Wed, May 15, 2013 at 10:07:35AM -0700, Tony Lindgren wrote: Mark, do you have some omap3 with no iva (other than am3703) to test the idle states with? I have an am35xx which

Re: v3.10-rc1: backlight brightness after boot on N900

2013-05-17 Thread Aaro Koskinen
Hi, On Fri, May 17, 2013 at 11:45:35AM -0700, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [130517 11:30]: So I bisected and it points to: commit a2797beadfcb5a0974a30929b613b4d1adb023d1 Author: Jon Hunter jon-hun...@ti.com Date: Thu Apr 4 15:16:15 2013

[PATCH 0/6] Drop legacy booting for omap4 for v3.11, boot with device tree only

2013-05-17 Thread Tony Lindgren
Hi all, Here are patches against v3.10-rc1 to drop omap4 legacy booting as things are now working well enough for booting omap4 with device tree. We already have am33xx and omap5 booting with device tree only, and converting omap4 is relatively easy with just two board-*.c files merged as we

[PATCH 1/6] ARM: OMAP2+: Remove board-4430sdp.c

2013-05-17 Thread Tony Lindgren
We can now boot with device tree. If you don't want to update u-boot, you can boot with appended DTB with the following instructions: 1. Make sure you have the appended DTB support in .config CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y

[PATCH 2/6] ARM: OMAP2+: Remove board-omap4panda.c

2013-05-17 Thread Tony Lindgren
We can now boot with device tree. If you don't want to update u-boot, you can boot with appended DTB with the following instructions: 1. Make sure you have the appended DTB support in .config CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y

[PATCH 5/6] ARM: OMAP2+: Remove omap4 pdata for USB

2013-05-17 Thread Tony Lindgren
This is no longer needed as omap4 is now booted using device tree. Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/devices.c | 45 - arch/arm/mach-omap2/usb-host.c | 194 arch/arm/mach-omap2/usb-musb.c |3 - 3 files

[PATCH 6/6] ARM: OMAP2+: Remove omap4 ocp2scp pdata

2013-05-17 Thread Tony Lindgren
This is omap4+ only and no longer needed as omap4+ can be booted using device tree. Also remove the related pdata handling from the driver and the now unneeded platform_data/omap_ocp2scp.h. Cc: Kishon Vijay Abraham I kis...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Arnd Bergmann a...@arndb.de Cc:

[PATCH 4/6] ARM: OMAP2+: Remove omap4 pdata from hsmmc.c

2013-05-17 Thread Tony Lindgren
This is no longer needed as omap4 is now booted using device tree. Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/hsmmc.c | 103 --- 1 file changed, 10 insertions(+), 93 deletions(-) diff --git a/arch/arm/mach-omap2/hsmmc.c

[GIT PULL] omap fixes for v3.10-rc1

2013-05-17 Thread Tony Lindgren
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -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-rc1/fixes for you to fetch changes up to

Re: [PATCH 6/6] ARM: OMAP2+: Remove omap4 ocp2scp pdata

2013-05-17 Thread Felipe Balbi
On Fri, May 17, 2013 at 12:18:03PM -0700, Tony Lindgren wrote: This is omap4+ only and no longer needed as omap4+ can be booted using device tree. Also remove the related pdata handling from the driver and the now unneeded platform_data/omap_ocp2scp.h. Cc: Kishon Vijay Abraham I

[PATCH] ARM: OMAP2+: Fix multiple randconfig errors if no SoC is selected, take3

2013-05-17 Thread Tony Lindgren
If no SoC is selected, we should not build any of the SoC support code for omap2+. Otherwise we can get multiple errors with make randconfig. Based on the mailing list discussions we came to the conclusion that this is best fixed with a combination of Makefile and Kconfig changes. Some issues

Re: [PATCH v2] OMAP: AES: Don't idle/start AES device between Encrypt operations

2013-05-17 Thread Mark A. Greer
On Mon, May 13, 2013 at 10:07:47PM -0500, Joel A Fernandes wrote: Calling runtime PM API for every block causes serious perf hit to crypto operations that are done on a long buffer. As crypto is performed on a page boundary, encrypting large buffers can cause a series of crypto operations

Re: [PATCH] ARM: OMAP3: Fix iva2_pwrdm settings for 3703

2013-05-17 Thread Yegor Yefremov
On Fri, May 17, 2013 at 8:56 PM, Mark A. Greer mgr...@animalcreek.com wrote: On Thu, May 16, 2013 at 12:19:20PM +0200, Yegor Yefremov wrote: On 15.05.2013 23:50, Mark A. Greer wrote: On Wed, May 15, 2013 at 10:07:35AM -0700, Tony Lindgren wrote: Mark, do you have some omap3 with no iva

Re: v3.10-rc1: backlight brightness after boot on N900

2013-05-17 Thread Linus Walleij
On Fri, May 17, 2013 at 8:45 PM, Tony Lindgren t...@atomide.com wrote: OK that should be fixed by ab6ec0fb (gpio/omap: ensure gpio context is initialised) in linux-next. Can you check if that helps? Looks like it has not yet been merged to mainline tree. Linus W, any news on when you might

Re: v3.10-rc1: backlight brightness after boot on N900

2013-05-17 Thread Tony Lindgren
* Linus Walleij linus.wall...@linaro.org [130517 14:56]: On Fri, May 17, 2013 at 8:45 PM, Tony Lindgren t...@atomide.com wrote: OK that should be fixed by ab6ec0fb (gpio/omap: ensure gpio context is initialised) in linux-next. Can you check if that helps? Looks like it has not yet