RE: [PATCH] omap3: nand: bch ecc support added

2011-01-21 Thread Ghorai, Sukumar
-Original Message- From: Vimal Singh [mailto:vimal.neww...@gmail.com] Sent: Friday, January 21, 2011 1:08 PM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- ker...@lists.infradead.org; Kamat, Nishant Subject: Re: [PATCH] omap3: nand:

Re: [PATCH] omap3: nand: bch ecc support added

2011-01-21 Thread Kishore Kadiyala
Ghorai, snip  #ifdef CONFIG_MTD_PARTITIONS diff --git a/drivers/mtd/nand/omap_bch_decoder.c b/drivers/mtd/nand/omap_bch_decoder.c new file mode 100644 index 000..da42bda --- /dev/null +++ b/drivers/mtd/nand/omap_bch_decoder.c @@ -0,0 +1,393 @@ +/* + *

RE: [PATCH] omap3: nand: bch ecc support added

2011-01-21 Thread Ghorai, Sukumar
-Original Message- From: Kishore Kadiyala [mailto:kishorek.kadiy...@gmail.com] Sent: Friday, January 21, 2011 1:42 PM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH] omap3: nand: bch ecc

[PATCH v3] OMAP2/3: clock: fix fint calculation for DPLL_FREQSEL

2011-01-21 Thread John Ogness
by. In the technical reference manual, N is referring to the divider's register value (0-127). Signed-off-by: John Ogness john.ogn...@linutronix.de --- patch v3: Patch against linux-next-20110121. I have improved the commit message so that it is acceptable for the git commit log. arch/arm/mach-omap2

OMAP3 - PM - Question - Disabling CLKEN and HFCLKOUT signals from TWL4030 scripts

2011-01-21 Thread Nagendra
Hi All, We are working on Power management on OMAP3 (3530) and I am trying to disable CLKEN and HFCLKOUT through TWL4030 power scripts. However we have not been able to achieve this. Following are the changes and tests done so far. - VAUX1, CLKEN and HFCLKOUT were assigned to P1 group. -

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-21 Thread Govindraj
On Fri, Jan 21, 2011 at 1:15 PM, G, Manjunath Kondaiah manj...@ti.com wrote: On Fri, Jan 21, 2011 at 12:54:29PM +0530, Govindraj wrote: On Thu, Jan 20, 2011 at 5:49 PM, Anand Gadiyar gadi...@ti.com wrote: Magic SysRq key is not working for OMAP on new serial console ttyOx because

[PATCHv2] OMAP3: CPUIdle: prevent CORE from going off if doing so would reset an active clockdomain

2011-01-21 Thread Tero Kristo
On OMAP3 SoCs, if the CORE powerdomain enters off-mode, many other parts of the chip will be reset. If those parts of the chip are busy, the reset will disrupt them, causing unpredictable and generally undesirable results. This reset is caused by the core domain wakeup (COREDOMAINWKUP_RST), and

[PATCHv3] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-21 Thread Thomas Weber
Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for omap-serial. This patch defines SUPPORT_SYSRQ in omap-serial and enables handling of Magic SysRq character. Further there is an issue of losing first break character. Removing the reset

RE: [PATCHv2] OMAP3: CPUIdle: prevent CORE from going off if doing so would reset an active clockdomain

2011-01-21 Thread Santosh Shilimkar
-Original Message- From: Tero Kristo [mailto:tero.kri...@nokia.com] Sent: Friday, January 21, 2011 4:07 PM To: linux-omap@vger.kernel.org Cc: Paul Walmsley; Kevin Hilman; Santosh Shilimkar; Vishwanath Sripathy Subject: [PATCHv2] OMAP3: CPUIdle: prevent CORE from going off if doing

Re: [PATCHv3] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-21 Thread Govindraj
On Fri, Jan 21, 2011 at 3:31 PM, Thomas Weber we...@corscience.de wrote: Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for omap-serial. This patch defines SUPPORT_SYSRQ in omap-serial and enables handling of Magic SysRq character.

Re: OMAP3 - PM - Question - Disabling CLKEN and HFCLKOUT signals from TWL4030 scripts

2011-01-21 Thread Lesly A M
Hi Nagendra, Hi All, We are working on Power management on OMAP3 (3530) and I am trying to disable CLKEN and HFCLKOUT through TWL4030 power scripts. However we have not been able to achieve this. Following are the changes and tests done so far. - VAUX1, CLKEN and HFCLKOUT were assigned

Re: [Query] mm: !*pte hit in mm/memory.c:remap_pte_range

2011-01-21 Thread Russell King - ARM Linux
On Thu, Jan 20, 2011 at 03:06:30PM -0600, Aguirre, Sergio wrote: And while debugging further, i realized that the point of stall was in mm/memory.c, function: static int remap_pte_range(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, unsigned long end,

RE: [Query] OMAP: DSS2: Margin for downscaling in clock calculations

2011-01-21 Thread Tomi Valkeinen
On Wed, 2011-01-19 at 02:39 +0530, ext Taneja, Archit wrote: Hi, Tomi Valkeinen wrote: On Tue, 2011-01-18 at 10:45 +0530, ext Taneja, Archit wrote: Hi, I was going through the DSS2 code which sets up the FCLK coming from PRCM and the DISPC divivors to get the required pixel clock.

Re: [PATCH v7 00/18] OMAP2,3: hwmod DSS Adaptation

2011-01-21 Thread Semwal, Sumit
Hi Kevin, On Fri, Jan 21, 2011 at 10:36 AM, Kevin Hilman khil...@ti.com wrote: Hi Sumit, Sumit Semwal sumit.sem...@ti.com writes: [...] Testing: - The patches are tested on 2420-n800, 2430sdp, 3630zoom, 3430sdp. Complete bootup with penguins on panel is done on 3430sdp. For the

[PATCH v5 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion

2011-01-21 Thread Govindraj.R
Changes invloves: 1) Addition of hwmod data for omap2/3/4. 2) McSPI driver hwmod adaptation with cleanup of base address macros and using omap-device API's. 3) Runtime Conversion of McSPI driver. Changes from v4: --- 1) 4430 hwmod file alignment based on Benoit's

[PATCH v5 1/6] OMAP2420: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V ch...@ti.com

[PATCH v5 2/6] OMAP2430: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com Acked-by: Grant Likely grant.lik...@secretlab.ca --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219

[PATCH v5 3/6] OMAP3: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com Acked-by: Grant Likely grant.lik...@secretlab.ca --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280

[PATCH v5 6/6] OMAP: runtime: McSPI driver runtime conversion

2011-01-21 Thread Govindraj.R
McSPI runtime conversion. Changes involves: 1) remove clock framework apis to use runtime framework apis. 2) context restore from runtime resume which is a callback for get_sync. 3) Remove SYSCONFIG(sysc) register handling (a) Remove context save and restore of sysc reg and remove soft

[PATCH v5 4/6] OMAP4: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Benoit Cousson b-cous...@ti.com Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com Acked-by: Grant Likely grant.lik...@secretlab.ca ---

[PATCH v5 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2011-01-21 Thread Govindraj.R
From: Charulatha V ch...@ti.com Cleans up all base address definitions for omap_mcspi and adapts the device registration and driver to hwmod framework. Changes involves: 1) Removing all base address macro defines. 2) Using omap-device layer to register device and utilizing data from hwmod data

RE: [PATCH] ARM: smp: Introduce ARCH_HAS_COMMON_CORES_CLOCK to speed-up boot

2011-01-21 Thread Santosh Shilimkar
-Original Message- From: Rob Herring [mailto:robherri...@gmail.com] Sent: Thursday, January 20, 2011 10:05 PM To: Santosh Shilimkar Cc: linux-arm-ker...@lists.infradead.org; Russell King; linux- o...@vger.kernel.org; Linus Walleij Subject: Re: [PATCH] ARM: smp: Introduce

[PATCH 00/13] OMAP: Basic DVFS Framework

2011-01-21 Thread Vishwanath BS
This patch series introduces support for Dynamic Voltage and Frequency Scaling (DVFS) for OMAP devices. For detailed design details, refer to DVFS Documentation. Pending Work: 1. OMAP4 support Changes done in this series: 1. Seperated DVFS code from Voltage layer (voltage.c) and introduced

[PATCH 01/13] OMAP: Introduce accessory APIs for DVFS

2011-01-21 Thread Vishwanath BS
This patch introduces accessory APIs for DVFS. Data structures added: 1. omap_dev_user_list: This structure maintains list of frequency requests per device basis. When a device needs to be scaled to a particular frequency, This list is searched to find the maximum request for a given device.

[PATCH 02/13] OMAP: Introduce device specific set rate and get rate in omap_device structure

2011-01-21 Thread Vishwanath BS
From: Thara Gopinath th...@ti.com This patch extends the omap_device structure to contain pointers to scale the operating rate of the device and to retrieve the operating rate of the device. This patch also adds the three new APIs in the omap device layer namely omap_device_set_rate that can be

[PATCH 06/13] OMAP: Disable Smartreflex across DVFS

2011-01-21 Thread Vishwanath BS
From: Thara Gopinath th...@ti.com This patch disables smartreflex for a particular voltage domain when the the voltage domain and the devices belonging to it is being scaled and re-enables it back once the scaling is done. Signed-off-by: Thara Gopinath th...@ti.com Signed-off-by: Vishwanath BS

[PATCH 03/13] OMAP: Implement Basic DVFS

2011-01-21 Thread Vishwanath BS
This patch introduces an API to perform DVFS for a given voltage domain. It takes omap_vdd_dvfs_info pointer as input parameter, computes the highest requested voltage for that vdd and scales all the devices in that vdd to the requested frequency along with voltage scaling. Based on original

[PATCH 05/13] OMAP: Introduce device scale implementation

2011-01-21 Thread Vishwanath BS
This patch adds omap_device_scale API which can be used to generic device rate scaling. Based on original patch from Thara. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Thara Gopinath th...@ti.com --- arch/arm/mach-omap2/dvfs.c | 116

[PATCH 10/13] OMAP3: Add voltage dependency table for VDD1.

2011-01-21 Thread Vishwanath BS
From: Thara Gopinath th...@ti.com In OMAP3, for perfomrance reasons when VDD1 is at voltage above 1.075V, VDD2 should be at 1.15V for perfomrance reasons. This patch introduce this cross VDD dependency for OMAP3 VDD1. Signed-off-by: Thara Gopinath th...@ti.com This patch has checkpatch warnings

[PATCH 11/13] OMAP2PLUS: Replace voltage values with Macros

2011-01-21 Thread Vishwanath BS
Currently voltage values on opp tables are hardcoded. As these voltage values are anyway defined in voltage.h as macros, opp table can reuse these values. This will avoid opp table and voltage layer having conflicting values. Signed-off-by: Vishwanath BS vishwanath...@ti.com This patch has 2 line

[PATCH 12/13] OMAP2PLUS: Enable various options in defconfig

2011-01-21 Thread Vishwanath BS
From: Thara Gopinath th...@ti.com This patch enables Smartreflex and Cpu Freq in the omap2plus defconfig. Signed-off-by: Thara Gopinath th...@ti.com --- arch/arm/configs/omap2plus_defconfig |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[PATCH 07/13] OMAP3: Introduce custom set rate and get rate APIs for scalable devices

2011-01-21 Thread Vishwanath BS
From: Thara Gopinath th...@ti.com This patch also introduces omap3_mpu_set_rate, omap3_iva_set_rate, omap3_l3_set_rate, omap3_mpu_get_rate, omap3_iva_get_rate, omap3_l3_get_rate as device specific set rate and get rate APIs for OMAP3 mpu, iva and l3_main devices. This patch also calls into

[PATCH 04/13] OMAP: Introduce dependent voltage domain support

2011-01-21 Thread Vishwanath BS
There could be dependencies between various voltage domains for maintaining system performance or hardware limitation reasons like VDDX should be at voltage v1 when VDDY is at voltage v2. This patch introduce dependent vdd information structures in the voltage layer which can be used to populate

[PATCH 09/13] OMAP3: Introduce voltage domain info in the hwmod structures.

2011-01-21 Thread Vishwanath BS
From: Thara Gopinath th...@ti.com This patch adds voltage domain info in the relevant device hwmod structures so as to enable OMAP3 DVFS support. Signed-off-by: Thara Gopinath th...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |3 +++ 1 files changed, 3 insertions(+), 0

[PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

2011-01-21 Thread Vishwanath BS
Changes in the omap cpufreq driver for DVFS support. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/plat-omap/cpu-omap.c | 35 --- 1 files changed, 32 insertions(+), 3 deletions(-) diff --git

RE: [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM

2011-01-21 Thread Koyamangalath, Abhilash
Thanks Peter, Your comment helped. -Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Friday, January 21, 2011 1:27 PM To: Koyamangalath, Abhilash Cc: linux-omap@vger.kernel.org; alsa-de...@vger.kernel.org Subject: Re: [QUERY] [AUDIO][OMAP3 EVM] arecord

Setting MMC_CAP_POWER_OFF_CARD on mmc2 leads to filesystem problems on mmc1

2011-01-21 Thread Koen Kooi
Hi, I'm trying to bring up a wl1271 sdio expansion board on beagle with 2.6.37 and I'm running into a weird problem when enabling MMC_CAP_POWER_OFF_CARD. My patch basically does: --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -270,7 +270,7 @@

Re: [PATCH] ARM: smp: Introduce ARCH_HAS_COMMON_CORES_CLOCK to speed-up boot

2011-01-21 Thread Linus Walleij
2011/1/21 Santosh Shilimkar santosh.shilim...@ti.com: How about below approach? - [PATCH] ARM: smp: Skip secondary cpu calibration to speed-up boot Hey this looks like a good way to do it, Acked-by: Linus Walleij

Re: Setting MMC_CAP_POWER_OFF_CARD on mmc2 leads to filesystem problems on mmc1

2011-01-21 Thread Luciano Coelho
On Fri, 2011-01-21 at 15:18 +0100, Koen Kooi wrote: Hi, I'm trying to bring up a wl1271 sdio expansion board on beagle with 2.6.37 and I'm running into a weird problem when enabling MMC_CAP_POWER_OFF_CARD. My patch basically does: --- a/arch/arm/mach-omap2/board-omap3beagle.c +++

[PATCH v8 00/18] OMAP2,3: hwmod DSS Adaptation

2011-01-21 Thread Sumit Semwal
v8 of the DSS hwmod patch series fixes some issues based on findings of Kevin Hilman on beagle. The VENC platform driver was not getting registered due to missed device name update for vdda_dac regulator in some board files. This was moved from 'omap_display' device to 'omap_venc' device in

[PATCH v8 01/18] OMAP2,3: DSS2: remove forced clk-disable from omap_dss_remove

2011-01-21 Thread Sumit Semwal
As part of omap hwmod changes, DSS will not be the only controller of its clocks. hwmod initialization also enables the interface clocks, and manages them. So, when DSS is built as a module, omap_dss_remove doesn't try to disable all clocks that have a higher usecount. Signed-off-by: Sumit Semwal

[PATCH v8 02/18] OMAP2420: hwmod data: add DSS DISPC RFBI VENC

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod needs database of all IPs in a system. This patch generates the hwmod database for OMAP2420 Display Sub System,. Since DSS is also considered as an IP as DISPC, RFBI, name it as dss_core. Acked-by: Benoit Cousson b-cous...@ti.com Signed-off-by:

[PATCH v8 03/18] OMAP2430: hwmod data: add DSS DISPC RFBI VENC

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod needs database of all IPs in a system. This patch generates the hwmod database for OMAP2430 Display Sub System. Since DSS is also considered as an IP as DISPC, RFBI, name it as dss_core. Acked-by: Benoit Cousson b-cous...@ti.com Signed-off-by:

[PATCH v8 04/18] OMAP3: hwmod data: add DSS DISPC RFBI DSI VENC

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod needs database of all IPs in a system. This patch generates the hwmod database for Display Sub System applicable for OMAP3430 and OMAP36xx. DSS is also considered as an IP as DISPC, RFBI and named as dss_core. For all the IP modules in DSS, same

[PATCH v8 05/18] OMAP2,3 DSS2 Change driver name to omap_display

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Change the driver name from omapdss to omap_display as the driver takes care of the display devices ie number of panels, type of panels available in the platform. Change the device name in the board files and 2420,2430,3xxx clock files from omapdss to

[PATCH v8 06/18] OMAP2,3 DSS2 Use Regulator init with driver name

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Use driver name in regulator inits needed for display instead of using device structure name. Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com Signed-off-by: Sumit Semwal sumit.sem...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 11

[PATCH v8 07/18] OMAP2,3: DSS2: Create new file display.c for central dss driver registration.

2011-01-21 Thread Sumit Semwal
A new file display.c is introduced for display driver init, which adds a function omap_display_init to do the DSS driver registration. This is the first step in moving away registration of DSS from board files into a common place. Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com

[PATCH v8 09/18] OMAP2,3: DSS2: Build omap_device for each DSS HWIP

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Looks up the hwmod database for each of the given DSS HW IP and builds omap_device which inturn does the platform device register for each of DSS HW IP Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com Signed-off-by: Sumit Semwal

[PATCH v8 10/18] OMAP2,3: DSS2: DSS: create platform_driver, move init,exit to driver

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod adaptation design requires each of the DSS HW IP to be a platform driver. So a platform_driver of DSS is created and init exit methods are moved from core.c to its driver probe,remove. pdev member has to be maintained by its own drivers. DSS

[PATCH v8 11/18] OMAP2,3: DSS2: Move clocks from core driver to dss driver

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com All clock management is moved to dss platform driver. clk_get/put APIs use dss device instead of core platform device. Hwmod adaptation design requires each of the DSS HW IP to be a platform driver. So the device name is changed from omap_display to

[PATCH v8 12/18] OMAP2,3: DSS2: RFBI: create platform_driver, move init,exit to driver

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod adaptation design requires each of the DSS HW IP to be a platform driver. So a platform_driver for RFBI is created and init exit methods are moved from core.c to its driver probe,remove. pdev member has to be maintained by its own drivers. RFBI

[PATCH v8 13/18] OMAP2,3: DSS2: DISPC: create platform_driver, move init,exit to driver

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod adaptation design requires each of the DSS HW IP to be a platform driver. So a platform_driver for DISPC is created and init exit methods are moved from core.c to its driver probe,remove. pdev member has to be maintained by its own drivers.

[PATCH v8 14/18] OMAP2,3: DSS2: VENC: create platform_driver, move init,exit to driver

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod adaptation design requires each of the DSS HW IP to be a platform driver. So a platform_driver for VENC is created and init exit methods are moved from core.c to its driver probe,remove. pdev member has to be maintained by its own drivers.

[PATCH v8 15/18] OMAP2,3: DSS2: DSI: create platform_driver, move init,exit to driver

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com Hwmod adaptation design requires each of the DSS HW IP to be a platform driver. So a platform_driver for DSI is created and init exit methods are moved from core.c to its driver probe,remove. pdev member has to be maintained by its own drivers. Also,

[PATCH v8 08/18] OMAP2,3: DSS2: board files: replace platform_device_register with omap_display_init()

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com This patch updated board files to replace platform_device_register or platform_add_devices of DSS with omap_display_init(). This moves away registration of DSS from board files into a common place. Signed-off-by: Sumit Semwal sumit.sem...@ti.com

[PATCH v8 17/18] OMAP2,3: DSS2: Use platform device to get baseaddr

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com DSS, DISPC, DSI, RFBI, VENC baseaddr can be obtained from platform_get_resource(). This API in turn picks the right silicon baseaddr from the hwmod database. So hardcoding of base addr could be removed. Signed-off-by: Sumit Semwal sumit.sem...@ti.com

[PATCH v8 18/18] OMAP2,3: DSS2: Get DSS IRQ from platform device

2011-01-21 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com DSS IRQ number can be obtained from platform_get_irq(). This API in turn picks the right IRQ number belonging to HW IP from the hwmod database. So hardcoding of IRQ number could be removed. Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com

[PATCH v8 16/18] OMAP2,3: DSS2: replace printk with dev_dbg in init

2011-01-21 Thread Sumit Semwal
This patch replaces printk's in the init/probe functions to dev_dbg for boot time optimization. Signed-off-by: Sumit Semwal sumit.sem...@ti.com --- drivers/video/omap2/dss/dispc.c |2 +- drivers/video/omap2/dss/dsi.c |2 +- drivers/video/omap2/dss/rfbi.c |2 +-

Re: [PATCH] ARM: smp: Introduce ARCH_HAS_COMMON_CORES_CLOCK to speed-up boot

2011-01-21 Thread Rob Herring
Santosh, On 01/21/2011 07:43 AM, Santosh Shilimkar wrote: -Original Message- From: Rob Herring [mailto:robherri...@gmail.com] Sent: Thursday, January 20, 2011 10:05 PM To: Santosh Shilimkar Cc: linux-arm-ker...@lists.infradead.org; Russell King; linux- o...@vger.kernel.org; Linus

Re: Fail to suspend to ram: Class driver suspend failed for cpu0

2011-01-21 Thread Luke Gong
But at this moment, it seems I cannot use both dvfs and suspend to ram simultaneously :(. On Thu, Jan 20, 2011 at 11:23 PM, Vishwanath Sripathy vishwanath...@ti.com wrote: Luke, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On

Re: Fail to suspend to ram: Class driver suspend failed for cpu0

2011-01-21 Thread Luke Gong
All right. Thank you. One more question. At this moment, I can wake up the board by keyboard. Can I wake it up on LAN? On Fri, Jan 21, 2011 at 12:09 AM, Kevin Hilman khil...@ti.com wrote: Luke Gong lukejg...@gmail.com writes: Thanks, Kevin. On Thu, Jan 20, 2011 at 5:54 PM, Kevin Hilman

RE: [PATCH v4 0/4] Introduce support for TI816X processor series

2011-01-21 Thread Pedanekar, Hemant
linux-omap-ow...@vger.kernel.org wrote on : Pedanekar, Hemant wrote on Monday, January 10, 2011 10:08 PM: This patch set adds support for TI816X processor series. This series includes DM8168, C6A816x and AM389x devices. The details can be found at following links:

Re: [PATCH v8 00/18] OMAP2,3: hwmod DSS Adaptation

2011-01-21 Thread Kevin Hilman
Sumit Semwal sumit.sem...@ti.com writes: v8 of the DSS hwmod patch series fixes some issues based on findings of Kevin Hilman on beagle. Thanks. I re-tested on beagle and it looks good. I also briefly tested on beagle with PM. I tested suspend/resume to verify we could still hit full-chip

RE: [Query] mm: !*pte hit in mm/memory.c:remap_pte_range

2011-01-21 Thread Aguirre, Sergio
Hi Russell, From: Russell King - ARM Linux [li...@arm.linux.org.uk] Sent: Friday, January 21, 2011 4:30 AM To: Aguirre, Sergio Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [Query] mm: !*pte hit in

Re: [PATCH] ARM: smp: Introduce ARCH_HAS_COMMON_CORES_CLOCK to speed-up boot

2011-01-21 Thread Russell King - ARM Linux
On Fri, Jan 21, 2011 at 07:13:48PM +0530, Santosh Shilimkar wrote: -Original Message- From: Rob Herring [mailto:robherri...@gmail.com] Sent: Thursday, January 20, 2011 10:05 PM To: Santosh Shilimkar Cc: linux-arm-ker...@lists.infradead.org; Russell King; linux-

Re: [PATCH] ARM: smp: Introduce ARCH_HAS_COMMON_CORES_CLOCK to speed-up boot

2011-01-21 Thread Russell King - ARM Linux
On Fri, Jan 21, 2011 at 09:00:04AM -0600, Rob Herring wrote: Why? If preset_lpj is non-zero, calibrate_delay will effectively be skipped which is the same thing your patch does. Theoretically... You boot. lpj= sets preset_lpj. calibrate_delay() sets loops_per_jiffy based on preset_lpj

RE: OMAP3 - PM - Question - Disabling CLKEN and HFCLKOUT signals from TWL4030 scripts

2011-01-21 Thread Nagendra
Please see responses inline below. Hi Nagendra, Hi All, We are working on Power management on OMAP3 (3530) and I am trying to disable CLKEN and HFCLKOUT through TWL4030 power scripts. However we have not been able to achieve this. Following are the changes and tests done so far. -

Re: [PATCH RESEND v8 3/7] omap: gpmc: enable irq mode in gpmc

2011-01-21 Thread Tony Lindgren
* Sukumar Ghorai s-gho...@ti.com [110119 05:24]: add support the irq mode in GPMC. gpmc_init() function move after omap_init_irq() as it has dependecy on irq. diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index e066177..527374f 100644 ---

Re: [PATCH] Westbridge software module, fixes errors reported by checkpatch.pl

2011-01-21 Thread Greg KH
On Wed, Jan 19, 2011 at 05:31:46PM -0800, Sutharsan Ramamoorthy wrote: From: Sutharsan Ramamoorthy s...@cypress.com This patch fixes errors in westbridge device controller driver in the staging tree reported by checkpatch.pl. File containing EXPORT_SYMBOL() macros for all the APIs exported

Re: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-21 Thread Greg KH
On Wed, Jan 19, 2011 at 05:31:46PM -0800, Sutharsan Ramamoorthy wrote: From: Sutharsan Ramamoorthy s...@cypress.com This patch fixes errors in westbridge device controller driver in the staging tree reported by checkpatch.pl. File containing EXPORT_SYMBOL() macros for all the APIs exported

Re: [PATCHv4] omap3: Add basic support for 720MHz part

2011-01-21 Thread Kevin Hilman
Sanjeev Premi pr...@ti.com writes: This patch adds support for new speed enhanced parts with ARM and IVA running at 720MHz and 520MHz respectively. These parts can be probed at run-time by reading PRODID.SKUID[3:0] at 0x4830A20C [1]. From my earlier review[1] of this patch: Please expand

[PATCH] OMAP2+: remove unused UART base addresses from omap_globals

2011-01-21 Thread Kevin Hilman
Now that omap_hwmod + omap_device is used for OMAP UART device and driver code, we no longer need the UART physical addresses in omap_globals. Note that the #defines for the base addresses are still left in plat/serial.h since they are used by DEBUG_LL and uncompress code. Build tested for OMAP1

Re: [PATCH v4 2/4] TI816X: Update common OMAP machine specific sources

2011-01-21 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: This patch updates the common machine specific source files with support for TI816X. The approach taken is to have TI816X only build for OMAP3 when CONFIG_SOC_OMAPTI816X is defined. Signed-off-by: Hemant Pedanekar hema...@ti.com ---

Re: [PATCH v4 4/4] TI816X: Add low level debug support

2011-01-21 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: This patch adds support for low level debugging on TI816X boards. Currently the support for UART3 console on TI816X EVM is added. Signed-off-by: Hemant Pedanekar hema...@ti.com You can add the UART base addresses in this patch since this is the only

Re: [PATCHv2] OMAP3: CPUIdle: prevent CORE from going off if doing so would reset an active clockdomain

2011-01-21 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: On OMAP3 SoCs, if the CORE powerdomain enters off-mode, many other parts of the chip will be reset. If those parts of the chip are busy, the reset will disrupt them, causing unpredictable and generally undesirable results. This reset is caused by the

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-21 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: On Fri, Jan 21, 2011 at 12:54:29PM +0530, Govindraj wrote: On Thu, Jan 20, 2011 at 5:49 PM, Anand Gadiyar gadi...@ti.com wrote: Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for

RE: [PATCH v4 1/4] TI816X: Update common omap platform files

2011-01-21 Thread Pedanekar, Hemant
Hi Kevin, Hilman, Kevin wrote on Saturday, January 22, 2011 4:01 AM: Hi Hemant, Hemant Pedanekar hema...@ti.com writes: This patch updates the common platform files with TI816X support. Also adds new files for TI816X module base addresses and irq definitions. [...] diff --git

RE: [PATCH v4 2/4] TI816X: Update common OMAP machine specific sources

2011-01-21 Thread Pedanekar, Hemant
Kevin, Kevin Hilman wrote on Saturday, January 22, 2011 5:19 AM: Hemant Pedanekar hema...@ti.com writes: This patch updates the common machine specific source files with support for TI816X. The approach taken is to have TI816X only build for OMAP3 when CONFIG_SOC_OMAPTI816X is defined.

RE: [PATCH v4 4/4] TI816X: Add low level debug support

2011-01-21 Thread Pedanekar, Hemant
Hilman, Kevin wrote on Saturday, January 22, 2011 5:21 AM: Hemant Pedanekar hema...@ti.com writes: This patch adds support for low level debugging on TI816X boards. Currently the support for UART3 console on TI816X EVM is added. Signed-off-by: Hemant Pedanekar hema...@ti.com You can

Re: [PATCH v8 00/18] OMAP2,3: hwmod DSS Adaptation

2011-01-21 Thread Semwal, Sumit
Hi Kevin, On Fri, Jan 21, 2011 at 10:05 PM, Kevin Hilman khil...@ti.com wrote: Sumit Semwal sumit.sem...@ti.com writes: v8 of the DSS hwmod patch series fixes some issues based on findings of Kevin Hilman on beagle. Thanks.  I re-tested on beagle and it looks good. I also briefly tested

RE: [PATCH] ARM: smp: Introduce ARCH_HAS_COMMON_CORES_CLOCK tospeed-up boot

2011-01-21 Thread Santosh Shilimkar
-Original Message- From: linux-arm-kernel-boun...@lists.infradead.org [mailto:linux- arm-kernel-boun...@lists.infradead.org] On Behalf Of Russell King - ARM Linux Sent: Friday, January 21, 2011 10:46 PM To: Rob Herring Cc: linux-omap@vger.kernel.org; Santosh Shilimkar; Linus