Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Luciano Coelho
On Mon, 2010-07-26 at 21:30 +0200, ext John W. Linville wrote: On Wed, Jul 21, 2010 at 08:33:34PM +0300, Ohad Ben-Cohen wrote: This patch series adds native support for wl1271 on ZOOM. Just for the record, I'm fine with the wl1271 bits here going through the omap tree with the rest of the

[PM-OPP][PATCHV2] OMAP: Add check for omap_device pointer before adding an opp

2010-08-02 Thread Thara Gopinath
This patch adds the check for whether a omap_device and in turn platform_device and device pointers exist for the device before adding it's opp table into the global table. This is because all the later access to the opp entries are based on dev pointer and hence there is no point in adding a opp

Re: Question about armv7(cortex-a9) dcache initialization.

2010-08-02 Thread ikjn
Now I think that it is a bootloader requirement. And in the arm linux kernel's booting requirement, Data cache must be off and must not contain any stale data. And today I found a code for invalidating dcache in omap4 bootloader source code. So it's okay to clean invalidate in kernel init

Re: [PATCH 1/7] [OMAP] gpio: Allow for extended GPIO space

2010-08-02 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [100720 06:59]: This change copies from the s3c24xx the ability for a board to specify if it wants 64 or 128 more GPIOs in the board space. This is needed to get the HTC Herald board's extra htcpld gpios to work as actual gpios. snip +config

Re: [PATCH 0/7] HTC Herald various device support

2010-08-02 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [100720 06:59]: This patch set is an updated version of a series of patches I submitted a while ago. It's built against the latest linux-omap master branch, and removes all defconfig updates. Other comments were put in place as well. This patch set

Re: [PATCH 0/3] OMAP: DSS2: Add Zorder Support on OMAP4

2010-08-02 Thread Tomi Valkeinen
On Mon, 2010-07-19 at 14:10 +0200, ext Archit Taneja wrote: From: Sumit Semwal sumit.sem...@ti.com This patch series adds Zorder Support on OMAP4, this feature allows deciding the visibility order of the overlays based on the Zorder value given to a sysfs attribute of the overlay object.

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Tony Lindgren
* Luciano Coelho luciano.coe...@nokia.com [100802 11:10]: On Mon, 2010-07-26 at 21:30 +0200, ext John W. Linville wrote: On Wed, Jul 21, 2010 at 08:33:34PM +0300, Ohad Ben-Cohen wrote: This patch series adds native support for wl1271 on ZOOM. Just for the record, I'm fine with the

Re: DSS2 patch series

2010-08-02 Thread Tomi Valkeinen
Hi, On Tue, 2010-07-27 at 10:27 +0200, ext Taneja, Archit wrote: Hi, We had pushed three patch series while you were out. We received some good comments on them. We wanted to know if you can point out more fixes and susuggestions before we rework them.

RE: DSS2 patch series

2010-08-02 Thread Taneja, Archit
Hi, On Tue, 2010-07-27 at 10:27 +0200, ext Taneja, Archit wrote: Hi, We had pushed three patch series while you were out. We received some good comments on them. We wanted to know if you can point out more fixes and susuggestions before we rework them.

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Ohad Ben-Cohen
On Mon, Aug 2, 2010 at 2:42 PM, Tony Lindgren t...@atomide.com wrote: Nicolas Pitre made a comment saying he wants to look at these patches more, are there other pending comments? I plan to post a v3 series this week with some of the comments that were already discussed after v2. Thanks

Re: [RFC 3/7] OMAP: Introduce voltage domain pointer and device specific set rate and get rate in device opp structures.

2010-08-02 Thread Cousson, Benoit
Hi Thara, On 7/2/2010 12:18 PM, Gopinath, Thara wrote: This patch extends the device opp structure to contain info about the voltage domain to which the device belongs to and to contain pointers to scale the operating rate of the device. This patch also adds an API in the opp layer that can be

RE: [PATCH 2/4] omap4: l2x0: Override the default l2x0_disable

2010-08-02 Thread Gadiyar, Anand
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 13dc979..b557cc2 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c snip @@ -66,6 +73,12 @@ static int __init omap_l2_cache_init(void) */

[PATCH] [RFC] Remove the debug print noise

2010-08-02 Thread Shubhrajyoti D
This patch intends to make the i2cdetect more readable. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index

Re: [PATCH v4 0/8] nand support on omap3 boards

2010-08-02 Thread Tony Lindgren
* Sukumar Ghorai s-gho...@ti.com [100709 17:21]: The following set of patches applies on top of for-next branch. And these are the patches required to enable nand (nor and onenand for sdp only) for different platform. Will add this series into omap-for-linus too. Regards, Tony

Re: [PATCH] [RFC] Remove the debug print noise

2010-08-02 Thread Felipe Balbi
Hi, On Mon, Aug 02, 2010 at 02:47:51PM +0200, ext Shubhrajyoti D wrote: @@ -626,7 +626,7 @@ static int omap_i2c_xfer_msg(struct i2c_adapter *adap, if (r 0) return r; if (r == 0) { - dev_err(dev-dev, controller timed out\n); +

RE: [PATCH] [RFC] Remove the debug print noise

2010-08-02 Thread Datta, Shubhrajyoti
-Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Monday, August 02, 2010 6:22 PM To: Datta, Shubhrajyoti Cc: linux-omap@vger.kernel.org; Tony Lindgren Subject: Re: [PATCH] [RFC] Remove the debug print noise Hi, On Mon, Aug 02, 2010 at 02:47:51PM

Re: [PATCH v3 1/4] omap3: nand: prefetch in irq mode support

2010-08-02 Thread Tony Lindgren
* Sukumar Ghorai s-gho...@ti.com [100713 07:39]: This patch enable prefetch-irq mode for NAND. snip --- a/arch/arm/mach-omap2/board-flash.c +++ b/arch/arm/mach-omap2/board-flash.c @@ -133,6 +133,7 @@ static struct omap_nand_platform_data board_nand_data = { .nand_setup = NULL,

Re: [PATCH 2/4] omap4: l2x0: Override the default l2x0_disable

2010-08-02 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [100731 20:38]: The machine_kexec() calls outer_disable which can crash on OMAP4 becasue of trustzone restrictions. This patch overrides the default l2x0_disable with a OMAP4 specific implementation taking care of trustzone Do you need different

[PATCH v2] OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store()

2010-08-02 Thread archit taneja
From: Archit Taneja arc...@ti.com The function overlay_manager_store currently fails if the sysfs input is a prefix string of an existing overlay manager name. This occurs because strncmp compares the two strings only till the length of the input sysfs string. So a sysfs input lcd will match

Re: OK to base some patches on lmb branch?

2010-08-02 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [100709 17:42]: On Wed, Jul 07, 2010 at 01:52:14PM +0300, Tony Lindgren wrote: Hi Russell, Is your lmb branch going to stay static? Not at the moment, I'm still tweaking things in there, and the main lmb conversion commit needs a better

RE: [PATCH 2/4] omap4: l2x0: Override the default l2x0_disable

2010-08-02 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 02, 2010 6:43 PM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/4] omap4: l2x0: Override the default l2x0_disable * Santosh

Re: [PATCH v2] OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store()

2010-08-02 Thread Tomi Valkeinen
On Mon, 2010-08-02 at 15:14 +0200, ext archit taneja wrote: From: Archit Taneja arc...@ti.com The function overlay_manager_store currently fails if the sysfs input is a prefix string of an existing overlay manager name. This occurs because strncmp compares the two strings only till the

RE: [PATCH v3 1/4] omap3: nand: prefetch in irq mode support

2010-08-02 Thread Ghorai, Sukumar
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 02, 2010 6:33 PM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- ker...@lists.infradead.org; Vimal Singh Subject: Re: [PATCH v3 1/4] omap3: nand:

Re: [PATCH] [RFC] Remove the debug print noise

2010-08-02 Thread Nishanth Menon
Datta, Shubhrajyoti had written, on 08/02/2010 07:59 AM, the following: -Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Monday, August 02, 2010 6:22 PM To: Datta, Shubhrajyoti Cc: linux-omap@vger.kernel.org; Tony Lindgren Subject: Re: [PATCH] [RFC] Remove

Re: [PATCH v6] OMAP4 HSMMC: Adding Card detect support for MMC1 on OMAP4

2010-08-02 Thread kishore kadiyala
Andrew, Can this patch be taken now as there are no comments. Regards, Kishore On Wed, Jul 7, 2010 at 7:42 PM, kishore kadiyala kishore.kadiy...@ti.com wrote: Adding card detect callback function and card detect configuration function for MMC1 Controller. Card detect configuration function

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-08-02 Thread Sin, David
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Saturday, July 24, 2010 3:01 AM To: Sin, David Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Tony Lindgren; Kanigeri, Hari; Ohad Ben-Cohen; Hiremath, Vaibhav; Shilimkar,

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-08-02 Thread Shilimkar, Santosh
-Original Message- From: Sin, David Sent: Monday, August 02, 2010 8:11 PM To: Russell King - ARM Linux; Woodruff, Richard Cc: linux-omap@vger.kernel.org; Tony Lindgren; Kanigeri, Hari; Ohad Ben- Cohen; Hiremath, Vaibhav; Shilimkar, Santosh; Molnar, Lajos; Voultoury, Pierre;

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-08-02 Thread Sin, David
-Original Message- From: Shilimkar, Santosh Sent: Monday, August 02, 2010 9:45 AM To: Sin, David; Russell King - ARM Linux; Woodruff, Richard Cc: linux-omap@vger.kernel.org; Tony Lindgren; Kanigeri, Hari; Ohad Ben-Cohen; Hiremath, Vaibhav; Molnar, Lajos; Voultoury, Pierre;

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-08-02 Thread Shilimkar, Santosh
-Original Message- From: Sin, David Sent: Monday, August 02, 2010 8:20 PM To: Shilimkar, Santosh; Russell King - ARM Linux; Woodruff, Richard Cc: linux-omap@vger.kernel.org; Tony Lindgren; Kanigeri, Hari; Ohad Ben- Cohen; Hiremath, Vaibhav; Molnar, Lajos; Voultoury, Pierre;

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-08-02 Thread Sin, David
-Original Message- From: Shilimkar, Santosh Sent: Monday, August 02, 2010 9:53 AM To: Sin, David; Russell King - ARM Linux; Woodruff, Richard Cc: linux-omap@vger.kernel.org; Tony Lindgren; Kanigeri, Hari; Ohad Ben-Cohen; Hiremath, Vaibhav; Molnar, Lajos; Voultoury, Pierre;

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Vitaly Wool
On Mon, Aug 2, 2010 at 1:42 PM, Tony Lindgren t...@atomide.com wrote: Nicolas Pitre made a comment saying he wants to look at these patches more, are there other pending comments? Yep, I'm feeling quite uncomfortable with the way platform data is being passed over to sdio device now. Also,

[PATCH 0/5] HTC Herald various device support

2010-08-02 Thread Cory Maccarrone
This patch set is an updated version of a series of patches I submitted a while ago. It's built against the latest linux-omap master branch, and removes all defconfig updates. Other comments were put in place as well. This patch set implements the following drivers and support for them into the

[PATCH 1/5] [OMAP] HTCHERALD: MMC, I2C, HTCPLD and related devices

2010-08-02 Thread Cory Maccarrone
This change adds in MMC and I2C support to the HTC Herald board, as well as adding the HTCPLD driver for the PLD used on this phone. It also adds in the gpio-keys entries for the front directional keys and selector and the cursor keys on the slide-out keyboard, and gpio-leds support for the LEDs

[PATCH 2/5] [OMAP] htcherald: SPI register config, TSC2046 touchscreen

2010-08-02 Thread Cory Maccarrone
This change adds SPI bus support for the HTC Herald, and adds in support for the TSC2046-based touchscreen attached to this device (using the ADS7846 driver). Signed-off-by: Cory Maccarrone darkstar6...@gmail.com --- arch/arm/mach-omap1/board-htcherald.c | 35 +

[PATCH 4/5] [omap1] Bluetooth device code common to HTC smartphones

2010-08-02 Thread Cory Maccarrone
This change adds in a bluetooth controld driver/rfkill interface to the serial bluetooth controller found on many HTC smartphones such as the HTC Herald and HTC Wizard. Signed-off-by: Cory Maccarrone darkstar6...@gmail.com --- arch/arm/mach-omap1/htc-bt.c | 183

[PATCH 5/5] [htcherald] Add board support for UARTs, bluetooth

2010-08-02 Thread Cory Maccarrone
This change adds bluetooth and UART initialization support to the HTC Herald board driver. This allows use of the serial bluetooth adapter attached to UART1 using hciattach. Signed-off-by: Cory Maccarrone darkstar6...@gmail.com --- arch/arm/mach-omap1/Makefile |2 +-

[PATCH 0/5] HTC Herald various device support

2010-08-02 Thread Cory Maccarrone
This patch set is an updated version of a series of patches I submitted a while ago. It's built against the latest linux-omap master branch, and removes all defconfig updates. Other comments were put in place as well. This patch set implements the following drivers and support for them into the

[PATCH 4/5] [omap1] Bluetooth device code common to HTC smartphones

2010-08-02 Thread Cory Maccarrone
This change adds in a bluetooth controld driver/rfkill interface to the serial bluetooth controller found on many HTC smartphones such as the HTC Herald and HTC Wizard. Signed-off-by: Cory Maccarrone darkstar6...@gmail.com --- arch/arm/mach-omap1/htc-bt.c | 183

[PATCH 5/5] [htcherald] Add board support for UARTs, bluetooth

2010-08-02 Thread Cory Maccarrone
This change adds bluetooth and UART initialization support to the HTC Herald board driver. This allows use of the serial bluetooth adapter attached to UART1 using hciattach. Signed-off-by: Cory Maccarrone darkstar6...@gmail.com --- arch/arm/mach-omap1/Makefile |2 +-

Re: [PATCH 0/5] HTC Herald various device support

2010-08-02 Thread Cory Maccarrone
ok, so apparently I had the wrong address for the linux-arm-kernel list, so I'll be resubmitting the series again, with the correct address. Sorry for the spam... - Cory On Mon, Aug 2, 2010 at 8:23 AM, Cory Maccarrone darkstar6...@gmail.com wrote: This patch set is an updated version of a

Re: [PATCH] [SPI] SPI100k: Fix 8-bit and RX-only transfers

2010-08-02 Thread Cory Maccarrone
On Sat, May 29, 2010 at 5:12 PM, Cory Maccarrone darkstar6...@gmail.com wrote: This change fixes 8-bit transfers and RX-only transfers.  The SPI100k framework requires minimum 16-bit words to be written, so 8-bit transfers must be shited by 8 bits and sent out as a 16-bit word. Additionally,

[PATCH v4 0/4] nand prefetch-irq support and ecc layout chanage

2010-08-02 Thread Sukumar Ghorai
The following set of patches applies on top of omap-for-linus. v4: Comments incorporated v3: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg32071.html Rebase on latest codebase and previous patch(posted).

[PATCH v4 2/4] omap3: nand: configurable fifo threshold to gain the throughput

2010-08-02 Thread Sukumar Ghorai
Configure the FIFO THREASHOLD value different for read and write to keep busy both filling and to drain out of FIFO at reading and writing. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/gpmc.c | 11 +++

[PATCH v4 1/4] omap3: nand: prefetch in irq mode support

2010-08-02 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-flash.c |2 + arch/arm/mach-omap2/gpmc.c |4 + arch/arm/plat-omap/include/plat/gpmc.h |4 +

[PATCH v4 3/4] omap: nand: ecc layout select from board file

2010-08-02 Thread Sukumar Ghorai
This patch makes it possible to select sw or hw (different layout options) ecc scheme supported by omap nand driver. And hw ecc layout selected for sdp and zoom boards, by default. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com ---

[PATCH v4 4/4] omap: nand: making ecc layout as compatible with romcode ecc

2010-08-02 Thread Sukumar Ghorai
This patch overrides nand ecc layout and bad block descriptor (for 8-bit device) to support hw ecc in romcode layout. So as to have in sync with ecc layout throughout; i.e. x-loader, u-boot and kernel. This patch also enables to use romcode ecc for spd and zoom, by default.

RE: [PATCH v6] OMAP4 HSMMC: Adding Card detect support for MMC1 on OMAP4

2010-08-02 Thread Madhusudhan
-Original Message- From: kishore kadiyala [mailto:kishorek.kadiy...@gmail.com] Sent: Monday, August 02, 2010 9:33 AM To: Andrew Morton Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; t...@atomide.com; madhu...@ti.com; adrian.hun...@nokia.com Subject: Re: [PATCH v6]

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Ohad Ben-Cohen
On Mon, Aug 2, 2010 at 6:12 PM, Vitaly Wool vitalyw...@gmail.com wrote: Also, specifically to 12xx, I'd like to see REF_CLOCK moved on and have this set by platform too (I haven't found anything like that in the patches but maybe I've overlooked that). Check out patch no. 9:

Re: [PATCH v2 03/20] mmc: support embedded data field in mmc_host

2010-08-02 Thread Ohad Ben-Cohen
Hi Vitaly, On Thu, Jul 29, 2010 at 7:16 PM, Vitaly Wool vitalyw...@gmail.com wrote: On Thu, Jul 29, 2010 at 8:00 AM, Ohad Ben-Cohen o...@wizery.com wrote: To my understanding, this data doesn't belong to mmc_host. It's not a host data at all. E. g. imagine a GPIO IRQ for some SDIO chip -- it's

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Vitaly Wool
Hi Ohad, On Mon, Aug 2, 2010 at 5:59 PM, Ohad Ben-Cohen o...@wizery.com wrote: Check out patch no. 9: sorry for the confusion. However, I guess if the platform doesn't supply this value, we'll just consider it 0? Without any warning, right? The problem is, we can't really distinguish between

Re: [PATCH v2 03/20] mmc: support embedded data field in mmc_host

2010-08-02 Thread Vitaly Wool
Hi Ohad, On Mon, Aug 2, 2010 at 5:54 PM, Ohad Ben-Cohen o...@wizery.com wrote: SPI is using these spi_board_info tables to populate the SPI device trees. These tables are registered early at the board-specific init code, and are later used by SPI core to populate the devices when the SPI

Re: [PATCH v2 00/20] native support for wl1271 on ZOOM

2010-08-02 Thread Ohad Ben-Cohen
Hi Vitaly, On Mon, Aug 2, 2010 at 7:19 PM, Vitaly Wool vitalyw...@gmail.com wrote: On Mon, Aug 2, 2010 at 5:59 PM, Ohad Ben-Cohen o...@wizery.com wrote: Check out patch no. 9: sorry for the confusion. However, I guess if the platform doesn't supply this value, we'll just consider it 0?

SDMA, V4L2, and videobuf-dma-sg

2010-08-02 Thread Adam Wozniak
Hello, I'm working with an OMAP3530 based custom board. The board has 4 cameras attached to it, using the drivers/media/video/omap34xxcam.c and .../ov3640.c and .../isp/isp*.c drivers. We've modified these drivers slightly so we can mux an I2C bus to talk to each different camera. When we

RE: [PATCH 4/5] staging:ti dspbridge: remove unnecessary volatile variables

2010-08-02 Thread Ramos Falcon, Ernesto
Hi, -Original Message- From: Menon, Nishanth Sent: Wednesday, July 28, 2010 10:04 AM To: Ramos Falcon, Ernesto Cc: gre...@suse.de; Ramirez Luna, Omar; o...@wizery.com; ameya.pala...@nokia.com; felipe.contre...@nokia.com; Guzman Lugo, Fernando; linux-ker...@vger.kernel.org;

Re: [PATCH v2 03/20] mmc: support embedded data field in mmc_host

2010-08-02 Thread Ohad Ben-Cohen
Hi Vitaly, On Mon, Aug 2, 2010 at 7:25 PM, Vitaly Wool vitalyw...@gmail.com wrote: On Mon, Aug 2, 2010 at 5:54 PM, Ohad Ben-Cohen o...@wizery.com wrote: SPI is using these spi_board_info tables to populate the SPI device trees. These tables are registered early at the board-specific init