RE: [PATCH] OMAP: fix gpmc nand setup when no timings supplied

2010-04-22 Thread Ghorai, Sukumar
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Mike Rapoport Sent: 2010-04-22 10:50 To: linux-omap@vger.kernel.org Cc: Tony Lindgren; Mike Rapoport Subject: Re: [PATCH] OMAP: fix gpmc nand setup when no timings

Re: [PATCH] OMAP: fix gpmc nand setup when no timings supplied

2010-04-22 Thread Mike Rapoport
Ghorai, Sukumar wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Mike Rapoport Sent: 2010-04-22 10:50 To: linux-omap@vger.kernel.org Cc: Tony Lindgren; Mike Rapoport Subject: Re: [PATCH] OMAP: fix gpmc nand setup

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

2010-04-22 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 REGULATOR_SUPPLY(_name,

[PATCH] OMAP3: cm-t35: enable ds2786 battery gas gauge

2010-04-22 Thread Mike Rapoport
From: Yulia Vilensky vilen...@compulab.co.il This patch depends on ds2786 patch [1], but it does not break anything even without the ds2786 battery support. [1] http://lkml.org/lkml/2010/4/22/48 -- Signed-off-by: Yulia Vilensky vilen...@compulab.co.il Signed-off-by: Mike Rapoport

Re: [PATCH] OMAP3: cm-t35: enable ds2786 battery gas gauge

2010-04-22 Thread Mike Rapoport
Please discard. Sorry for the noise. Mike Rapoport wrote: From: Yulia Vilensky vilen...@compulab.co.il This patch depends on ds2786 patch [1], but it does not break anything even without the ds2786 battery support. [1] http://lkml.org/lkml/2010/4/22/48 -- Signed-off-by: Yulia Vilensky

RE: [PATCH] OMAP: fix gpmc nand setup when no timings supplied

2010-04-22 Thread Ghorai, Sukumar
-Original Message- From: Mike Rapoport [mailto:m...@compulab.co.il] Sent: 2010-04-22 12:29 To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; Tony Lindgren Subject: Re: [PATCH] OMAP: fix gpmc nand setup when no timings supplied Ghorai, Sukumar wrote: -Original

[PATCHv3 03/11] mfd: Add support for remapping twl4030-power power states

2010-04-22 Thread Eduardo Valentin
From: Amit Kucheria amit.kuche...@verdurent.com The RESOURCE_REMAP register allows configuration of the RESOURCE in case of a sleep or off transition. Allow this property of resources to be configured (through twl4030_resconfig) and add code to parse these values to program the registers

[PATCHv3 02/11] mfd: Add comments for the twl4030-power register and bit layout

2010-04-22 Thread Eduardo Valentin
From: Amit Kucheria amit.kuche...@verdurent.com Describe how the resource registers are laid out and the various bit-fields in them. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: linux-omap@vger.kernel.org Signed-off-by: Samuel Ortiz sa...@linux.intel.com ---

[PATCHv3 01/11] mfd: twl4030-power: Rename DEVGROUP to DEV_GRP

2010-04-22 Thread Eduardo Valentin
From: Amit Kucheria amit.kuche...@verdurent.com Stick to the names used in the reference manual Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: linux-omap@vger.kernel.org Signed-off-by: Samuel Ortiz sa...@linux.intel.com --- drivers/mfd/twl4030-power.c | 16 1

Re: [PATCHv3 01/11] mfd: twl4030-power: Rename DEVGROUP to DEV_GRP

2010-04-22 Thread Eduardo Valentin
Hello guys, sorry for this spamming, I've missed the suppress cc list while sending these patches. On Thu, Apr 22, 2010 at 10:07:33AM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: From: Amit Kucheria amit.kuche...@verdurent.com Stick to the names used in the reference manual

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

2010-04-22 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 REGULATOR_SUPPLY(_name,

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

2010-04-22 Thread Koen Kooi
Aaargh, I shouldn't be sending patches before having coffee. Or double checking that 'git diff' doesn't show anything before extracting the commit... v9 is on its way. Op 22 apr 2010, om 09:06 heeft Koen Kooi het volgende geschreven: This patch adds DSS2 support to the beagleboard boardfile.

Re: [PATCH] OMAP: fix gpmc nand setup when no timings supplied

2010-04-22 Thread Mike Rapoport
Ghorai, Sukumar wrote: -Original Message- From: Mike Rapoport [mailto:m...@compulab.co.il] Sent: 2010-04-22 12:29 To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; Tony Lindgren Subject: Re: [PATCH] OMAP: fix gpmc nand setup when no timings supplied Ghorai, Sukumar wrote:

[PATCH] twl6030: regulator: Remove vsel tables and use formula for calculation

2010-04-22 Thread Rajendra Nayak
All twl6030 regulators can be programmed from 1.0v to 3.3v with 100mV steps. The below formula can be used to calculate the vsel values to be programmed in the VREG_VOLTAGE registers. Voltage(in mV) = 1000mv + 100mv * (vsel - 1) Ex: if vsel = 0x9, mV = 1000 + 100 * (9 -1) = 1800mV. This patch

Re: [PATCH 4/4][v3] OMAP:iommu- add TLB preservation support

2010-04-22 Thread Hiroshi DOYU
From: ext Kanigeri, Hari h-kanige...@ti.com Subject: RE: [PATCH 4/4][v3] OMAP:iommu- add TLB preservation support Date: Thu, 22 Apr 2010 02:19:35 +0200 @@ -241,6 +238,11 @@ int load_iotlb_entry(struct iommu *obj, struct iotlb_entry *e) break; } + if (l.base ==

[PATCH v4 1/1] Registering sgx device and it's platform data

2010-04-22 Thread Agarwal, Preshit
In this patch SGX powervr_device is registered with it's platform specific data to provide information about setting constraint through omap_pm_set_min_bus_tput. This patch removes the requirement of EXPORT_SYMBOL for the same function. Signed-off-by: Preshit Agarwal preshit.agar...@ti.com

Re: [PATCH v4 1/1] Registering sgx device and it's platform data

2010-04-22 Thread Felipe Balbi
On Thu, Apr 22, 2010 at 05:36:16PM +0530, Agarwal, Preshit wrote: In this patch SGX powervr_device is registered with it's platform specific data to provide information about setting constraint through omap_pm_set_min_bus_tput. This patch removes the requirement of EXPORT_SYMBOL for the same

Re: [PATCH 2/3] OMAP3630: PM: implement Foward Body-Bias for OPP1G

2010-04-22 Thread Nishanth Menon
Turquette, Mike had written, on 04/21/2010 04:21 PM, the following: [...] /** + * voltscale_adaptive_body_bias - controls ABB ldo during voltage scaling + * @target_volt: target voltage determines if ABB ldo is active or bypassed + * + * Adaptive Body-Bias is a technique in all OMAP silicon

[PATCH 0/4] OMAP4 Ethernet Controller Support

2010-04-22 Thread Arce, Abraham
Enable network chip Micrel KS8851 for OMAP4430 SDP - Based on mainline version 2.6.34 rc5 - Tested in OMAP4430 SDP - One dependency http://patchwork.ozlabs.org/patch/50363/ Throughput measurements using nuttcp application: 11.9375 MB / 10.07 sec =9.9441 Mbps 95 %TX 0 %RX 0 retrans 7.90

[PATCH 1/4] OMAP4: Clocks: Change SPI Instance Names

2010-04-22 Thread Arce, Abraham
Change the name for the spi instances on omap44xx_clks to match the names omap2 spi driver gives: omap-mcspi.1 - omap2_mcspi.1 omap-mcspi.2 - omap2_mcspi.2 omap-mcspi.3 - omap2_mcspi.3 omap-mcspi.4 - omap2_mcspi.4 Signed-off-by: Abraham Arce x0066...@ti.com ---

[PATCH 2/4] OMAP4: SPI: Fix Driver Kconfig

2010-04-22 Thread Arce, Abraham
From: Syed Rafiuddin rafiuddin.s...@ti.com Add OMAP4 data to allow McSPI driver built Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com Signed-off-by: Shubhro a0393...@ti.com Signed-off-by: Santosh Shilimkar santosh shilim...@ti.com Signed-off-by: Abraham Arce x0066...@ti.com ---

[PATCH 3/4] OMAP4: Ethernet: KS8851 Board Support

2010-04-22 Thread Arce, Abraham
Enable Micrel KS8851 SPI network chip for OMAP4430 Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-4430sdp.c

[PATCH 4/4] OMAP4: Networking: Defconfig Support

2010-04-22 Thread Arce, Abraham
Enable KS8851 SPI support + Networking Support - Packet Socket - TCP/IP Network Filesystems - NFS Client - Root Filesystem on NFS Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/configs/omap_4430sdp_defconfig | 57 +- 1 files changed, 55

[PATCH] OMAP:GPIO:hwmod: Fix mmc compile errors

2010-04-22 Thread Charulatha V
In origin/pm-wip/runtime branch, compilation errors are observed for OMAP2430. The compilation errors are due to usage of clkdev_dev_id, clkdev_con_id and sysconfig fields in mmc hwmod structures. This patch fixes the same. Signed-off-by: Charulatha V ch...@ti.com ---

[PATCH 2/9] OMAP:GPIO: Introduce support for OMAP15xx chip specific GPIO

2010-04-22 Thread Charulatha V
This patch adds support for handling OMAP15xx specific gpio_init by providing platform device data and doing device registration. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/gpio15xx.c | 102 1 files changed, 102 insertions(+), 0

[PATCH 7/9] OMAP:GPIO:hwmod: add GPIO hwmods for OMAP2420

2010-04-22 Thread Charulatha V
Add hwmod structures for GPIO module on OMAP2420. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 215 1 files changed, 215 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c

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

2010-04-22 Thread Charulatha V
This patch adds support for handling GPIO as a HWMOD adapted platform device for OMAP2PLUS chips. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/gpio.c | 101 1 files changed, 101 insertions(+), 0 deletions(-) create mode 100644

[PATCH 6/9] OMAP:GPIO:hwmod: add GPIO hwmods for OMAP3

2010-04-22 Thread Charulatha V
Add hwmod structures for GPIO module on OMAP3 Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 346 +++- 1 files changed, 345 insertions(+), 1 deletions(-) diff --git

[PATCH 3/9] OMAP:GPIO: Introduce support for OMAP16xx chip specific GPIO

2010-04-22 Thread Charulatha V
This patch adds support for handling OMAP16xx specific gpio_init by providing platform device data and doing device registration. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/gpio16xx.c | 196 1 files changed, 196 insertions(+), 0

[PATCH 1/9] OMAP:GPIO: Modify init() in preparation for platform device implementation

2010-04-22 Thread Charulatha V
This is in prepartion for making GPIO an early platform device. For making GPIO an early platform device, gpio bank's base addresses are moved from gpio.c to plat/gpio.h. This patch also modifies omap_gpio_init() to make use of omap_gpio_chip_init() and omap_gpio_mod_init(). omap_gpio_mod_init()

[PATCH 4/9] OMAP:GPIO: Introduce support for OMAP7xx chip specific GPIO

2010-04-22 Thread Charulatha V
This patch adds support for handling OMAP7xx specific gpio_init by providing platform device data and doing device registration. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/gpio7xx.c | 258 + 1 files changed, 258 insertions(+), 0

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

2010-04-22 Thread Charulatha V
This patch series implements GPIO as an early platform driver. It makes OMAP2PLUS specific GPIO to get adapted to HWMOD FW. OMAP1 specific GPIO is implemented as early platform device. This patch series is created on origin/pm-wip/hwmods. In addition, the following patches are required to avoid

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

2010-04-22 Thread Charulatha V
This patch implements GPIO as a early platform device. Also it implements OMAP2PLUS specific GPIO as HWMOD FW adapted driver. Inorder to convert GPIO as platform device, modifications are required in clock_data.c files so that device names can be used to obtain clock instead of getting clocks

[PATCH 8/9] OMAP:GPIO:hwmod: add GPIO hwmods for OMAP2430

2010-04-22 Thread Charulatha V
Add hwmod structures for GPIO module on OMAP2430. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 262 1 files changed, 262 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c

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

2010-04-22 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman I'm a little puzzled on this one. My understanding is that the IO pad is only armed when CORE is in RET or OFF. For ES3 and before the io ring wake was 'armed' when ever core went to

RE: DSPBRIDGE: Implement WDT3 to notify DSP hangs

2010-04-22 Thread Ramirez Luna, Omar
From 7349444302a782997d6eba64d46908c0915c12a1 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Tue, 30 Mar 2010 21:52:25 -0600 Subject: [PATCH] DSPBRIDGE: Implement WDT3 to notify DSP hangs This patch implements wdt3 feature to notify wdt3 overflow. This new feature can

RE: [PATCH] DSPBRIDGE:Change dev_type to u8

2010-04-22 Thread Ramirez Luna, Omar
From e2327644af26aaf22ca6a6b987b745c60e02ab4a Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar x0heb...@ti.com Date: Fri, 19 Mar 2010 12:58:23 -0600 Subject: [PATCH] DSPBRIDGE:Change dev_type to u8 dev_type can take one of the 2 values DSP_UNIT0 IVA_UNIT1 So it need not be s32 or u32.

RE: [PATCH] DSPBRIDGE: Change channel mode type to u8

2010-04-22 Thread Ramirez Luna, Omar
From 4723494935d2188ef014297a5bed66fecb3901ad Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar x0heb...@ti.com Date: Fri, 19 Mar 2010 15:12:03 -0600 Subject: [PATCH] DSPBRIDGE: Change channel mode type to u8 chnl_mode or dw_mode can have value 0 or 1. Hence changing the type to u8.

RE: [PATCH] DSPBRIDGE: Change num_proc type to u8.

2010-04-22 Thread Ramirez Luna, Omar
From 1203012297c7b0a6a36f000a870c5e1210a233e1 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar x0heb...@ti.com Date: Fri, 19 Mar 2010 17:29:46 -0600 Subject: [PATCH] DSPBRIDGE: Change num_proc type to u8. num_proc is used to represent number of processors. As of now its 1. Also it can not be

RE: [PATCH] DSPBRIDGE: Change dw_type to u8.

2010-04-22 Thread Ramirez Luna, Omar
From 8bb4088a58220da7e80e5a7a4b59f12c4dd3922a Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar x0heb...@ti.com Date: Fri, 19 Mar 2010 15:37:56 -0600 Subject: [PATCH] DSPBRIDGE: Change dw_type to u8. channel type can take value 1 or 2. Hence changing the type to u8. Signed-off-by: Shivananda

RE: [PATCH] DSPBRIDGE: Change max channels/open channels type to u8

2010-04-22 Thread Ramirez Luna, Omar
From eb282300f2527473fa0bfbaa23a516ca8361f18a Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar x0heb...@ti.com Date: Fri, 19 Mar 2010 16:15:25 -0600 Subject: [PATCH] DSPBRIDGE: Change max channels/open channels type to u8 max channels can have max value of 32. So changing max channnels and open

RE: [PATCH 7/7] DSPBRIDGE: Change imode type to u8

2010-04-22 Thread Ramirez Luna, Omar
From: Shivananda Hebbar x0heb...@ti.com imode is used to represent channel input or output mode. It can take value either 0, 1 or 2. Hence changing it to u8. Signed-off-by: Shivananda Hebbar x0heb...@ti.com --- Pushed to dspbridge. - omar -- To unsubscribe from this list: send the line

RE: [PATCH 0/3] DSPBRIDGE: Cleanup hw directory and module parameter

2010-04-22 Thread Ramirez Luna, Omar
From 4fb9fc015cea65dcd47172a8b180f380fe86be46 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Tue, 30 Mar 2010 22:03:27 -0600 Subject: [PATCH] DSPBRIDGE: Cleanup hw directory and module parameter This patches does a clenaup of unused module paremeters and also a clenaup

RE: [PATCH] DSPBRIDGE: MMU-Fault debugging enhancements

2010-04-22 Thread Ramirez Luna, Omar
From db3d76a2e89a1c227322a2732ddf7ebf5cd4b4cf Mon Sep 17 00:00:00 2001 From: Ernesto Ramos erne...@ti.com Date: Wed, 24 Mar 2010 11:12:05 -0600 Subject: [PATCH] DSPBRIDGE: MMU-Fault debugging enhancements These changes allow for DSP task information to be printed by the MPU dspbridge when DSP

[APPLIED] [PATCH] cbus: fix comilation breakage

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: cbus Initial commit ID (Likely to change): 79b8b733f926a38ef8dc2f62a5aa5e9708f5deef PatchWorks http://patchwork.kernel.org/patch/93871/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): a25c48e6c06968b86ef2ff830b5c70e2399a7bc0 PatchWorks http://patchwork.kernel.org/patch/87899/ Git (Likely to change, and takes a while to get

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

2010-04-22 Thread Kevin Hilman
Mike Chan m...@android.com writes: On Wed, Apr 21, 2010 at 5:07 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Mike Chan m...@android.com writes: 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

[APPLIED] [PATCH 1/4] OMAP4: Clocks: Change SPI Instance Names

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 9d8062f954683992d7a3895195fd74136fb72cb5 PatchWorks http://patchwork.kernel.org/patch/94131/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 1/7] omap: fix the compile error if CONFIG_MTD_NAND_OMAP2 is

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): b25b5176cd0fc3880c4f79fe16721a209a19dc2c PatchWorks http://patchwork.kernel.org/patch/93609/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 2/7] omap: remove one of the define of

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): ff1b3f874262c46ee4b7178b2246c8d205b4469f PatchWorks http://patchwork.kernel.org/patch/93611/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 4/7] AM3517: initialize i2c subsystem after mux subsystem

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): c48bdf43609d0dd3f25918b0870029c47bb0e699 PatchWorks http://patchwork.kernel.org/patch/93616/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 5/7] OMAP: fix a gpmc nand problem

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 3449f462b56f7d3d3328cf2ed0948c3e5f022666 PatchWorks http://patchwork.kernel.org/patch/93613/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 1/2] omap: rx51_defconfig: Remove duplicate phonet

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 7329365951d8cfc54b60c445ed2802f4789f2729 PatchWorks http://patchwork.kernel.org/patch/93497/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 2/2] omap: rx51_defconfig: Remove CONFIG_SYSFS_DEPRECATED*=y

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 520d8fbbf715f5b1018e973f9d045687b06a1985 PatchWorks http://patchwork.kernel.org/patch/93498/ Git (Likely to change, and takes a while to get

[PATCH 0/4][v4]OMAP:IOMMU support for OMAP4 and TLB preservation support

2010-04-22 Thread Hari Kanigeri
Following are the revised patches addressing the comments from Tony, Felipe, and Hiroshi to address multi-omap support and make TLB locking mechanism generic. Hari Kanigeri (4): OMAP:iommu renamed omap3-iommu to omap-iommu OMAP:iommu support for OMAP4 OMAP:iommu - missing check for TLB

[PATCH 2/4][v4] OMAP:iommu support for OMAP4

2010-04-22 Thread Hari Kanigeri
This patch provides the iommu support for OMAP4 co-processors. Signed-off-by: Hari Kanigeri h-kanige...@ti.com --- arch/arm/mach-omap2/omap-iommu.c | 59 +-- arch/arm/plat-omap/include/plat/omap44xx.h |3 + 2 files changed, 57 insertions(+), 5 deletions(-)

[PATCH 1/4][v4] OMAP:iommu renamed omap3-iommu to omap-iommu

2010-04-22 Thread Hari Kanigeri
This patch includes changes to omap3-iommu.c file to make it generic for all OMAPs. Renamed omap3-iommu.c to omap-iommu.c Signed-off-by: Hari Kanigeri h-kanige...@ti.com --- arch/arm/mach-omap2/Makefile |4 +-- .../arm/mach-omap2/{omap3-iommu.c = omap-iommu.c} | 23

[PATCH 3/4][v4] OMAP:iommu - missing check for TLB valid entry

2010-04-22 Thread Hari Kanigeri
Added the missing TLB valid entry setting for cam register Signed-off-by: Hari Kanigeri h-kanige...@ti.com --- arch/arm/mach-omap2/iommu2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/iommu2.c b/arch/arm/mach-omap2/iommu2.c index 6f4b7cc..f01f985

[PATCH 4/4][v4] OMAP:iommu- add TLB preservation support

2010-04-22 Thread Hari Kanigeri
This patch adds TLB preservation support to IOMMU module Signed-off-by: Hari Kanigeri h-kanige...@ti.com Signed-off-by: Hiroshi Doyu hiroshi.d...@nokia.com --- arch/arm/mach-omap2/iommu2.c |4 ++- arch/arm/plat-omap/iommu.c | 43 + 2 files changed,

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

2010-04-22 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100415 11:14]: Thursday 15 April 2010 18:14:51 Dmitry Torokhov napisaƂ(a): Hi Janusz, Hi Dmitry, On Thu, Apr 15, 2010 at 04:31:03AM +0200, Janusz Krzysztofik wrote: + +config SERIO_AMS_DELTA + tristate Amstrad Delta (E3) mailboard

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

2010-04-22 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100414 19:24]: 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

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

2010-04-22 Thread Mike Chan
On Thu, Apr 22, 2010 at 3:31 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Mike Chan m...@android.com writes: On Wed, Apr 21, 2010 at 5:07 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Mike Chan m...@android.com writes: IO events can also come from GPIO modules, which reside in

[APPLIED] [PATCH 1/3] omap: fix clocksource_32k to start from zero

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 135a57fa43f4f345eb281157d0d4e107b3c74d16 PatchWorks http://patchwork.kernel.org/patch/90994/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 2/3] arm: omap1: remove dead code from timer32k.c

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): cb7085ea28c95bd7b55e5c37a7e6d3017dcdcc90 PatchWorks http://patchwork.kernel.org/patch/90993/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 1/6] omap4: Fix build break when used with gcc-4.4.1

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): e6680749bbb3905c7707163e095403542126b147 PatchWorks http://patchwork.kernel.org/patch/90964/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 3/6] omap4: Fix McBSP4 base address

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 9d4ef5ebed8a949d96fb0aa587873b95695f PatchWorks http://patchwork.kernel.org/patch/90960/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] omap: gpio: fix incorrect matching of IRQ_TYPE_EDGE_BOTH

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 540428607511ef4bc96dda5f270a3cbad2a3f57c PatchWorks http://patchwork.kernel.org/patch/90615/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] OMAP: board-sdp-flash.c: Fix typos in debug output

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): b17c4878be9950a0678f2d52bd24f7f5a1abbba3 PatchWorks http://patchwork.kernel.org/patch/88336/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] n8x0_defconfig: remove CONFIG_NILFS2_FS override

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 6c0d9c0542fe7e0608d00a2597f10961bcd9ac09 PatchWorks http://patchwork.kernel.org/patch/86500/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 659a19b0c40d389205b59b71290b6aa45d8543cc PatchWorks http://patchwork.kernel.org/patch/87904/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 2/9] OMAP: Devkit8000: Add missing package selection

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 51c0262bd92df35f18077c5c8d7bed6f0f36ee48 PatchWorks http://patchwork.kernel.org/patch/87900/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 4a245d03d2cda28e45784bdb2abe16ba60371b01 PatchWorks http://patchwork.kernel.org/patch/87897/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 5/9] OMAP: Devkit8000: Change position of init calls

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 5c758b64f5ee673b0a99f17d6c396177202d26b0 PatchWorks http://patchwork.kernel.org/patch/87898/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 58fb45bd22bb0973c075fb02db2f570b6aa2042c PatchWorks http://patchwork.kernel.org/patch/87896/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 6/9] OMAP: Devkit8000: Remove unused pins

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): f428cafb03da16fc9e16cb33b5ba229871be8a72 PatchWorks http://patchwork.kernel.org/patch/87901/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] omap: delete unused bootloader tag variables

2010-04-22 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 9a14e3bfb72c79f0e575ed9e103249ebb1528534 PatchWorks http://patchwork.kernel.org/patch/87464/ Git (Likely to change, and takes a while to get

Re: [PM-WIP-OPP][PATCH 1/2 v3] omap3: pm: cpufreq: BUG_ON cleanup

2010-04-22 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: BUG_ON should not ideally contain a functional code. Ref: http://marc.info/?l=linux-kernelm=109391212925546w=2 To do this, we change the return of omap3_pm_init_opp from void to int and return back error value for caller to adequately handle further

Re: [PATCH] arm: omap1: fix section mismatch on clk_init()

2010-04-22 Thread Paul Walmsley
On Wed, 7 Apr 2010, Felipe Balbi wrote: Adding linux-omap to the loop. Sorry, I had forgotten it. Thanks, queuing for 2.6.35. By the way, it's much easier for most people (including myself) if you just inline your patch into the E-mail... - Paul -- To unsubscribe from this list: send the

Re: [PATCH 0/5] Initial change for merge of new board

2010-04-22 Thread Paul Walmsley
Hello Laine, On Tue, 6 Apr 2010, Laine Walker-Avina wrote: I'm beginning to merge some of the changes for my new board. These include: * Adding macros to compute the ACTIM values for the SDRAM timings, eliminating magic numbers. The original authors may want to verify their timings were

Re: [PATCH 4/5] OMAP: Add support for setting the divider for sys_clkout2 using clk_set_rate

2010-04-22 Thread Paul Walmsley
Hello Laine, two minor comments: On Tue, 6 Apr 2010, Laine Walker-Avina wrote: Signed-off-by: Laine Walker-Avina lwalk...@ieee.org Please add a brief changelog. Nothing fancy needed... --- arch/arm/mach-omap2/clock3xxx_data.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[PATCH] OMAP3: CLK: FIX: warning SR fclk clk domain not found

2010-04-22 Thread Ambresh K
Added clock domain name to sr[1,2] clk structure to fix warning while initialising sr hwmod during boot-up. Signed-off-by: Ambresh K ambr...@ti.com --- arch/arm/mach-omap2/clock3xxx_data.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git