Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Felipe Balbi
Hi, On Wed, Sep 15, 2010 at 10:40:08PM -0500, G, Manjunath Kondaiah wrote: In that case, the dma_read/dma_write macros will be splitted into: static inline void omap1_dma_write(...); static inline void omap2_dma_write(...); static inline u32 omap1_dma_read(...); static inline u32

Re: [Discussion] USB: musb-gadget: how to fix ZLP issue in musb_g_tx

2010-09-16 Thread Felipe Balbi
Hi, On Wed, Sep 15, 2010 at 08:10:15AM -0500, Sergei Shtylyov wrote: I don't see what to rework. The last short packet should still satisfy (request-actual == request-length) condition, no? of course not, it's short not zero. so the last short packet can be anything from 1 to 511 bytes.

RE: [PATCH] omap3: Prevent SDRC deadlock when L3 is changing frequency

2010-09-16 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Wednesday, September 15, 2010 2:15 PM This patch fixes this problem by ensuring the branch prediction logic is disabled while changing the L3 clock frequency. The branch

Re: [PATCH] overo twl4030: fix twl4030 IRQ (used for usb otg detection)

2010-09-16 Thread Felipe Balbi
On Wed, Sep 15, 2010 at 04:28:57PM -0500, Steve Sakoman wrote: On Wed, Sep 15, 2010 at 9:29 AM, Anti Sullin anti.sul...@artecdesign.ee wrote: I was not getting OTG USB vbus/id pin change interrupts on Gumstix Overo and the reason was a mis-configured irq. I added some more checks to avoid

Re: [Discussion] USB: musb-gadget: how to fix ZLP issue in musb_g_tx

2010-09-16 Thread Gadiyar, Anand
On Thu, Sep 16, 2010 at 11:35 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Sep 15, 2010 at 08:10:15AM -0500, Sergei Shtylyov wrote:   I don't see what to rework. The last short packet should still satisfy (request-actual == request-length) condition, no? of course not, it's short not

Re: [Discussion] USB: musb-gadget: how to fix ZLP issue in musb_g_tx

2010-09-16 Thread Felipe Balbi
On Thu, Sep 16, 2010 at 01:15:32AM -0500, Gadiyar, Anand wrote: On Thu, Sep 16, 2010 at 11:35 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Sep 15, 2010 at 08:10:15AM -0500, Sergei Shtylyov wrote:   I don't see what to rework. The last short packet should still satisfy (request-actual ==

RE: [PATCH] omap3: Prevent SDRC deadlock when L3 is changing frequency

2010-09-16 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Woodruff, Richard Sent: Thursday, September 16, 2010 11:36 AM To: Paul Walmsley; Hunter, Jon Cc: linux-omap; khil...@deeprootsystems.com; t...@atomide.com Subject: RE:

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 11:33 AM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Felipe Balbi
Hi, On Thu, Sep 16, 2010 at 01:32:58AM -0500, G, Manjunath Kondaiah wrote: #define dma_read(reg) \ ({ \ u32 __val; \

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread G, Manjunath Kondaiah
Balbi, -Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 12:11 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

Re: [Discussion] USB: musb-gadget: how to fix ZLP issue in musb_g_tx

2010-09-16 Thread Ming Lei
2010/9/16 Felipe Balbi ba...@ti.com: If it's TX, both condtions should automatically be true, right? even in mode1 ? I have to revist my docs, but afaict mode1 won't transmit last short packet, no matter if it's tx or rx. Could be wrong, though. Seems short packet is always sent using mode

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Cousson, Benoit
Hi Felipe, On 9/16/2010 8:53 AM, G, Manjunath Kondaiah wrote: Balbi, Stupid question, is your first name Felipe or balbi? You sign with balbi... that's with it is confusing... Thanks, Benoit -Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 12:11 PM To: G,

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Felipe Balbi
Hi, On Thu, Sep 16, 2010 at 01:58:13AM -0500, Cousson, Benoit wrote: Stupid question, is your first name Felipe or balbi? You sign with balbi... that's with it is confusing... Felipe. Balbi is family name. -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [PATCH 0/2] twl4030-madc driver

2010-09-16 Thread Jean Delvare
On Thu, 16 Sep 2010 11:04:24 +0530, Keerthy wrote: MADC(Monitoring ADC) driver enables monitoring analog signals using analog-to-digital conversion (ADC) on the input source. The MADC driver is being added under the Hwmon class of drivers. To get the context, the last set of comments can be

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

2010-09-16 Thread Sukumar Ghorai
The following set of patches applies on linux-2.6. v4: resend of http://www.mail-archive.com/linux-omap@vger.kernel.org/msg32689.html v3: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg32071.html Rebase on latest codebase and previous patch(posted).

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

2010-09-16 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 RESEND v4 2/4] omap3: nand: configurable fifo threshold to gain the throughput

2010-09-16 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 RESEND v4 4/4] omap: nand: making ecc layout as compatible with romcode ecc

2010-09-16 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.

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

2010-09-16 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 1/5] omap3: Introduce CompuLab CM-T3517 module.

2010-09-16 Thread Igor Grinberg
Add basic suppot, enable uart and led. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/Kconfig |7 ++ arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-cm-t3517.c | 109 ++ 3 files changed, 117

[PATCH 0/5] Support for CompuLab CM-T3517 modules

2010-09-16 Thread Igor Grinberg
CompuLab CM-T3517 module is based on AM3517 (Sitara) SoC. CM-T3517 supports on-board 256/128MB DDR2 DRAM, 512/128MB NAND flash, WIFI-BlueTooth combo chip, USB HUB, AC97 Codec, TouchScreen controller, RTC. This patch series add a basic support for CM-T3517 and some of its peripheral devices.

[PATCH 2/5] omap3: cm-t3517: add support for v3020 rtc.

2010-09-16 Thread Igor Grinberg
Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t3517.c | 36 ++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index

[PATCH 5/5] omap3: cm-t3517: add support for TI HECC

2010-09-16 Thread Igor Grinberg
Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t3517.c | 45 ++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index

[PATCH 4/5] omap3: cm-t3517: add support for NAND flash

2010-09-16 Thread Igor Grinberg
Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t3517.c | 54 ++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index

[PATCH 3/5] omap3: cm-t3517: add support for usb host.

2010-09-16 Thread Igor Grinberg
Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t3517.c | 51 ++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c index

Re: [PATCH 3/5] omap3: cm-t3517: add support for usb host.

2010-09-16 Thread Felipe Balbi
Hi, On Thu, Sep 16, 2010 at 03:54:39AM -0500, Igor Grinberg wrote: put a description here. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- [snip] +static int cm_t3517_init_usbh(void) +{ + int err; + + err = gpio_request(USB_HUB_RESET_GPIO, usb hub rst); + if

Re: [PATCH 3/5] omap3: cm-t3517: add support for usb host.

2010-09-16 Thread Igor Grinberg
Hi, On 09/16/10 11:00, Felipe Balbi wrote: Hi, On Thu, Sep 16, 2010 at 03:54:39AM -0500, Igor Grinberg wrote: put a description here. This is a relatively small patch, is the subject not descriptive enough? Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- [snip] +static int

RE: [PATCH 01/13] OMAP: Introduce a user list for each voltage domain instance in the voltage driver.

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, August 28, 2010 5:23 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 01/13] OMAP: Introduce a user

RE: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, August 28, 2010 6:23 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 04/13] OMAP: Introduce API to

RE: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 02, 2010 6:04 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 04/13] OMAP: Introduce API

Re: [PATCH v6 1/7] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Teemu Paasikivi
On Thu, 2010-09-16 at 01:22 +0200, ext Ohad Ben-Cohen wrote: Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- Hi, wl12xx.h seems to be included also in

RE: [PATCH 05/13] OMAP: Introduce device specific set rate and get rate in device opp structures.

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, September 03, 2010 5:12 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re: [PATCH 05/13] OMAP: Introduce device

[PATCH 0/2] twl4030-madc driver

2010-09-16 Thread Keerthy
MADC(Monitoring ADC) driver enables monitoring analog signals using analog-to-digital conversion (ADC) on the input source. The MADC driver is being added under the Hwmon class of drivers. To get the context, the last set of comments can be found here:

[PATCH 1/2] hwmon: twl4030: Driver for twl4030 madc module

2010-09-16 Thread Keerthy
MADC driver is added under hwmon drivers. This driver monitors the real time conversion of analog signals like battery temperature, battery type, battery level etc. User can also ask for the conversion on a particular channel using the sysfs nodes. Several people have contributed to this driver

[PATCH 2/2] Makefile and Kconfig changes for twl4030-madc driver

2010-09-16 Thread Keerthy
Makefile amd Kconfig Changes for twl4030-madc driver inclusion. Signed-off-by: Keerthy j-keer...@ti.com --- arch/arm/mach-omap2/Kconfig |4 drivers/hwmon/Kconfig |4 drivers/hwmon/Makefile |1 + 3 files changed, 9 insertions(+), 0 deletions(-) diff --git

RE: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Gopinath, Thara
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Thursday, September 16, 2010 3:27 AM To: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Subject: [PATCH 1/4] OMAP: introduce OPP layer

RE: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Menon, Nishanth
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gopinath, Thara [...] diff --git a/arch/arm/plat-omap/include/plat/opp.h b/arch/arm/plat- omap/include/plat/opp.h new file mode 100644 index 000..997b56e ---

RE: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Menon, Nishanth Sent: Thursday, September 16, 2010 4:02 PM To: Gopinath, Thara; Kevin Hilman; linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Subject: RE: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs -Original

RE: [PATCH 2/4] OMAP: OPP: twl/tps: Introduce TWL/TPS-specific code

2010-09-16 Thread Gopinath, Thara
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Thursday, September 16, 2010 3:27 AM To: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Subject: [PATCH 2/4] OMAP: OPP: twl/tps:

Re: [PATCH v6 1/7] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Ohad Ben-Cohen
On Thu, Sep 16, 2010 at 12:17 PM, Teemu Paasikivi ext-teemu.3.paasik...@nokia.com wrote: On Thu, 2010-09-16 at 01:22 +0200, ext Ohad Ben-Cohen wrote: Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Signed-off-by: Ohad Ben-Cohen

RE: [PM-OPP][PATCH] OMAP: Modifying the frequency comparison logic.

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Menon, Nishanth Sent: Thursday, August 26, 2010 6:00 AM To: Kevin Hilman Cc: Gopinath, Thara; linux-omap@vger.kernel.org Subject: RE: [PM-OPP][PATCH] OMAP: Modifying the frequency comparison logic. -Original Message- From: Kevin Hilman

Re: [Discussion] USB: musb-gadget: how to fix ZLP issue in musb_g_tx

2010-09-16 Thread Sergei Shtylyov
Hello. On 16-09-2010 10:05, Felipe Balbi wrote: I don't see what to rework. The last short packet should still satisfy (request-actual == request-length) condition, no? of course not, it's short not zero. so the last short packet can be anything from 1 to 511 bytes. Sigh. Where have I

[PATCH v6 01/17] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Ohad Ben-Cohen
Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Update all users of spi/wl12xx.h accordingly Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- MAINTAINERS |2 +-

RE: [PATCH] usb: omap: ohci: Missing driver unregister in module exit

2010-09-16 Thread Munegowda, Keshava
-Original Message- From: Munegowda, Keshava Sent: Tuesday, September 14, 2010 4:40 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc: Gadiyar, Anand; Kamat, Nishant; Munegowda, Keshava Subject: [PATCH] usb: omap: ohci: Missing driver unregister in module exit The

Re: [PATCH v6 1/7] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Ohad Ben-Cohen
Hi John, On Thu, Sep 16, 2010 at 1:16 PM, Ohad Ben-Cohen o...@wizery.com wrote: Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Update all users of spi/wl12xx.h accordingly Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- This

Re: [PATCH 2/4] OMAP: OPP: twl/tps: Introduce TWL/TPS-specific code

2010-09-16 Thread Nishanth Menon
Gopinath, Thara had written, on 09/16/2010 05:40 AM, the following: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Thursday, September 16, 2010 3:27 AM To: linux-omap@vger.kernel.org Cc:

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Linus Walleij
2010/9/15 Kevin Hilman khil...@deeprootsystems.com: OMAP SOCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain.  These are called Operating Performance Points or OPPs. (...) This introduces a common handling OPP mechanism

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Nishanth Menon
Linus Walleij had written, on 09/16/2010 07:19 AM, the following: 2010/9/15 Kevin Hilman khil...@deeprootsystems.com: OMAP SOCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain. These are called Operating Performance

Re: LCD on Zoom2 dev board with DSS

2010-09-16 Thread Yanick Saugy
Hi, I solved my problem. It appeared the PIN which controls LCD's reset signal (VGA_nRESET/h_GPIO_96) was not configured as a GPIO, and the driver tries to use it as GPIO, so the logical value was 0. We had to modify the OMAP MUX, and select this PIN (CAM_XCLKA) as an output GPIO

Re: [PATCH] overo twl4030: fix twl4030 IRQ (used for usb otg detection)

2010-09-16 Thread Steve Sakoman
On Wed, Sep 15, 2010 at 11:07 PM, Felipe Balbi ba...@ti.com wrote: On Wed, Sep 15, 2010 at 04:28:57PM -0500, Steve Sakoman wrote: On Wed, Sep 15, 2010 at 9:29 AM, Anti Sullin anti.sul...@artecdesign.ee wrote: I was not getting OTG USB vbus/id pin change interrupts on Gumstix Overo and the

[PATCH 0/5] OMAP4: ES2 PRCM diff series

2010-09-16 Thread Rajendra Nayak
The PRCM IP in OMAP4430 ES2 is completely validated and is expected to be functional, unlike the one in ES1 which was untested and non functional. This series of patches brings in all the differences introducted by PRCM in ES2.0. Includes additional registers added, some removed, bitfields in

RE: [PATCH v5 1/6] OMAP3: hwmod data: Add watchdog timer

2010-09-16 Thread Varadarajan, Charulatha
-Original Message- From: Cousson, Benoit Sent: Thursday, September 16, 2010 2:57 AM To: Varadarajan, Charulatha Cc: t...@atomide.com; w...@iguana.be; linux-watch...@vger.kernel.org; khil...@deeprootsystems.com; p...@pwsan.com; Nayak, Rajendra; Basak, Partha;

RE: [PATCH v5 4/6] OMAP4: hwmod data: Add watchdog timer

2010-09-16 Thread Varadarajan, Charulatha
-Original Message- From: Cousson, Benoit Sent: Thursday, September 16, 2010 3:05 AM To: Varadarajan, Charulatha Cc: t...@atomide.com; w...@iguana.be; linux-watch...@vger.kernel.org; khil...@deeprootsystems.com; p...@pwsan.com; Nayak, Rajendra; Basak, Partha;

RE: [PATCH v5 5/6] OMAP2PLUS: WDT: use omap_device_build for device registration

2010-09-16 Thread Varadarajan, Charulatha
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, September 15, 2010 11:23 PM To: Varadarajan, Charulatha Cc: w...@iguana.be; linux-watch...@vger.kernel.org; khil...@deeprootsystems.com; p...@pwsan.com; Cousson, Benoit; Nayak, Rajendra; Basak,

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Linus Walleij
Nishanth Menon wrote: Linus Walleij had written, on 09/16/2010 07:19 AM, the following: 2010/9/15 Kevin Hilman khil...@deeprootsystems.com: OMAP SOCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain. These are called

[PATCH 4/5] OMAP4: powerdomain: Update DSS logic state for ES2

2010-09-16 Thread rnayak
From: Rajendra Nayak rna...@ti.com DSS on ES2 supports only OSWR, hence remove the support for CSWR from the powerdomain framework. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman

[PATCH 2/5] OMAP4: PM: Define additional registers for ES2

2010-09-16 Thread rnayak
From: Rajendra Nayak rna...@ti.com 4430 ES2 has a few new registers added and a few modified from ES1. This patch adds all the register changes in PRM and CM for OMAP4430 ES2. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley

[PATCH 3/5] OMAP4: clocks: Update clock tree for ES2

2010-09-16 Thread rnayak
From: Rajendra Nayak rna...@ti.com This patch updates the clock tree with all the changes in OMAP4430 ES2. clock nodes added -1- tie_low_clock_ck -2- abe_dpll_bypass_clk_mux_ck clock nodes deleted -1- dpll_sys_ref_clk -2- per_sgx_fclk -3- usbphyocp2scp_ick Signed-off-by: Rajendra Nayak

[PATCH 1/5] OMAP4: PM: Update PRCM register bitshits and masks for ES2

2010-09-16 Thread rnayak
From: Rajendra Nayak rna...@ti.com This patch updates the PRM and CM register bitshifts and masks for OMAP4430 ES2.0. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com ---

[PATCH 5/5] OMAP4: powerdomain: add context_offset field

2010-09-16 Thread rnayak
From: Santosh Shilimkar santosh.shilim...@ti.com Context register in various power domain is not at same offset on OMAP4. Mainly the CPUx context resgiters againts rest of them. This patch adds a field in power-domain strucures to handle this. This will be needed to make

RE: [PATCH v5 6/6] OMAP: WDT: Use PM runtime APIs instead of clk FW APIs

2010-09-16 Thread Varadarajan, Charulatha
-Original Message- From: Cousson, Benoit Sent: Thursday, September 16, 2010 3:11 AM To: Varadarajan, Charulatha Cc: t...@atomide.com; w...@iguana.be; linux-watch...@vger.kernel.org; khil...@deeprootsystems.com; p...@pwsan.com; Nayak, Rajendra; Basak, Partha;

[PATCH 4/5] OMAP4: powerdomain: Update DSS logic state for ES2

2010-09-16 Thread Rajendra Nayak
DSS on ES2 supports only OSWR, hence remove the support for CSWR from the powerdomain framework. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com ---

[PATCH 2/5] OMAP4: PM: Define additional registers for ES2

2010-09-16 Thread Rajendra Nayak
4430 ES2 has a few new registers added and a few modified from ES1. This patch adds all the register changes in PRM and CM for OMAP4430 ES2. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman

[PATCH 3/5] OMAP4: clocks: Update clock tree for ES2

2010-09-16 Thread Rajendra Nayak
This patch updates the clock tree with all the changes in OMAP4430 ES2. clock nodes added -1- tie_low_clock_ck -2- abe_dpll_bypass_clk_mux_ck clock nodes deleted -1- dpll_sys_ref_clk -2- per_sgx_fclk -3- usbphyocp2scp_ick Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît

[PATCH 1/5] OMAP4: PM: Update PRCM register bitshits and masks for ES2

2010-09-16 Thread Rajendra Nayak
This patch updates the PRM and CM register bitshifts and masks for OMAP4430 ES2.0. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/cm-regbits-44xx.h

RE: [PATCH 2/4] OMAP: OPP: twl/tps: Introduce TWL/TPS-specific code

2010-09-16 Thread Gopinath, Thara
-Original Message- From: Menon, Nishanth Sent: Thursday, September 16, 2010 5:45 PM To: Gopinath, Thara Cc: Kevin Hilman; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 2/4] OMAP: OPP: twl/tps: Introduce TWL/TPS-specific code Gopinath, Thara had

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Roger Quadros
Nishant, Since you are anyways re-sending this you might as well fix these nits. On 09/16/2010 12:56 AM, ext Kevin Hilman wrote: From: Nishanth Menonn...@ti.com diff --git a/arch/arm/plat-omap/opp.c b/arch/arm/plat-omap/opp.c new file mode 100644 index 000..17f93b2 --- /dev/null +++

Re: [PATCH v5 6/6] OMAP: WDT: Use PM runtime APIs instead of clk FW APIs

2010-09-16 Thread Cousson, Benoit
On 9/16/2010 3:37 PM, Varadarajan, Charulatha wrote: From: Cousson, Benoit Sent: Thursday, September 16, 2010 3:11 AM On 9/15/2010 7:26 AM, Varadarajan, Charulatha wrote: Call runtime pm APIs pm_runtime_put_sync() and pm_runtime_get_sync() for enabling/disabling the clocks, sysconfig

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Nishanth Menon
Roger Quadros had written, on 09/16/2010 08:54 AM, the following: Since you are anyways re-sending this you might as well fix these nits. thanks for reviewing.. [..] diff --git a/arch/arm/plat-omap/opp.c b/arch/arm/plat-omap/opp.c new file mode 100644 index 000..17f93b2 --- /dev/null

Re: [PATCH 2/4] OMAP: OPP: twl/tps: Introduce TWL/TPS-specific code

2010-09-16 Thread Nishanth Menon
Gopinath, Thara had written, on 09/16/2010 08:51 AM, the following: -Original Message- From: Menon, Nishanth Sent: Thursday, September 16, 2010 5:45 PM To: Gopinath, Thara Cc: Kevin Hilman; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 2/4] OMAP:

Re: [lm-sensors] [PATCH 2/2] Makefile and Kconfig changes for twl4030-madc driver

2010-09-16 Thread Guenter Roeck
On Thu, Sep 16, 2010 at 06:23:32AM -0400, Keerthy wrote: Makefile amd Kconfig Changes for twl4030-madc driver inclusion. Signed-off-by: Keerthy j-keer...@ti.com --- arch/arm/mach-omap2/Kconfig |4 drivers/hwmon/Kconfig |4 drivers/hwmon/Makefile |1 + 3

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Nishanth Menon
Roger Quadros had written, on 09/16/2010 09:20 AM, the following: [...] +/** + * opp_get_freq() - Gets the frequency corresponding to an opp + * @opp: opp for which frequency has to be returned for + * + * Return frequency in hertz corresponding to the opp, else + * return 0 + */ +unsigned

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Kevin Hilman
Hi Linus, Linus Walleij linus.wall...@stericsson.com writes: 2010/9/15 Kevin Hilman khil...@deeprootsystems.com: OMAP SOCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain.  These are called Operating Performance Points

Re: [PATCH 1/5] OMAP4: PM: Update PRCM register bitshits and masks for ES2

2010-09-16 Thread Kevin Hilman
OMAP4: PM: Update PRCM register bitshits and masks for ES2 hmm, bit shits... Looks like ES2 added another special register feature. Sounds like an operation to randomly trash register contents?;) Kevin -- To unsubscribe from this list: send

Re: [lm-sensors] [PATCH 1/2] hwmon: twl4030: Driver for twl4030 madc module

2010-09-16 Thread Guenter Roeck
On Thu, Sep 16, 2010 at 06:23:24AM -0400, Keerthy wrote: MADC driver is added under hwmon drivers. This driver monitors the real time conversion of analog signals like battery temperature, battery type, battery level etc. User can also ask for the conversion on a particular channel using the

Re: [PATCH 01/13] OMAP: Introduce a user list for each voltage domain instance in the voltage driver.

2010-09-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: [...] + * omap_voltage_add_userreq : API to keep track of various requests to + *scale the VDD and returns the best possible + *voltage the VDD can be put to. + * @volt_domain: pointer to the voltage

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: [...] +struct device **opp_init_voltage_params(struct voltagedomain *voltdm, + int *dev_count) +{ + struct device_opp *dev_opp; + struct device **dev_list; + int count = 0, i = 0; + + list_for_each_entry(dev_opp,

Re: [PATCH 04/13] OMAP: Introduce API to return a device list associated with a voltage domain

2010-09-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 02, 2010 6:04 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re:

Re: [PATCH 05/13] OMAP: Introduce device specific set rate and get rate in device opp structures.

2010-09-16 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, September 03, 2010 5:12 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Sripathy, Vishwanath; Sawant, Anand; Cousson, Benoit Subject: Re:

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Nishanth Menon
Kevin Hilman had written, on 09/16/2010 10:08 AM, the following: [..] more than that you name some functions omap_*, and how hard would it be to put it under arch/arm/common/*.c arch/arm/include/asm/*.h Possible even higher up in the directory hiearchy in include/linux/opp.h for the header and

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Kevin Hilman had written, on 09/16/2010 10:08 AM, the following: [..] more than that you name some functions omap_*, and how hard would it be to put it under arch/arm/common/*.c arch/arm/include/asm/*.h Possible even higher up in the directory hiearchy

Re: [PATCH] ARM: Handle __flush_icache_all for CONFIG_SMP_ON_UP

2010-09-16 Thread Catalin Marinas
On Tue, 2010-09-14 at 11:59 -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [100906 03:36]: Here's my latest patch (which is combined from two patches.) I think that patch is now done assuming the fixes I've posted are merged, so here's my S-O-B for the bits

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Linus Walleij
2010/9/16 Kevin Hilman khil...@deeprootsystems.com: lib/opp/* seems more appropriate to me with the header at include/linux/opp.h as Linus suggested. I second this. I would love to see the generic OPP stuff in lib/opp/* so we put it in the right place from the beginning and don't have to

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Nishanth Menon
Linus Walleij had written, on 09/16/2010 12:07 PM, the following: 2010/9/16 Kevin Hilman khil...@deeprootsystems.com: lib/opp/* seems more appropriate to me with the header at include/linux/opp.h as Linus suggested. I second this. I would love to see the generic OPP stuff in lib/opp/* so we

RE: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Thursday, September 16, 2010 10:40 PM To: Linus Walleij Cc: Kevin Hilman; linux-omap@vger.kernel.org; linux-arm- ker...@lists.infradead.org

Re: [PATCH v6 6/7] omap: zoom: add fixed regulator device for wlan

2010-09-16 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [100915 16:23]: Add a fixed regulator vmmc device to enable power control of the wl1271 wlan device. snip +static struct fixed_voltage_config zoom_vwlan = { + .supply_name = vwl1271, + .microvolts = 180, /* 1.8V */ + .gpio =

Re: [PATCH v6 7/7] omap: zoom: add mmc3/wl1271 device support

2010-09-16 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [100915 16:23]: Add MMC3 support on ZOOM, which has the wl1271 device hardwired to. The wl1271 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line, and power-controlled by a GPIO-based fixed regulator. Acked-by: Tony Lindgren

Re: [PATCH] overo twl4030: fix twl4030 IRQ (used for usb otg detection)

2010-09-16 Thread Steve Sakoman
On Thu, Sep 16, 2010 at 10:40 AM, Tony Lindgren t...@atomide.com wrote: * Steve Sakoman sako...@gmail.com [100916 05:48]: Agreed.  Gumstix doesn't provide an easy way of determining the layout revision via software (the boards are marked with the rev number, but that doesn't do much good!).

Re: [PATCH 3/5] omap3: cm-t3517: add support for usb host.

2010-09-16 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [100916 02:04]: Hi, On 09/16/10 11:00, Felipe Balbi wrote: Hi, On Thu, Sep 16, 2010 at 03:54:39AM -0500, Igor Grinberg wrote: put a description here. This is a relatively small patch, is the subject not descriptive enough? In that case

Re: [PATCH 1/5] omap3: Introduce CompuLab CM-T3517 module.

2010-09-16 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [100916 01:46]: Add basic suppot, enable uart and led. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/Kconfig |7 ++ arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-cm-t3517.c |

Re: [PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs

2010-09-16 Thread Kevin Hilman
Shilimkar, Santosh santosh.shilim...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Thursday, September 16, 2010 10:40 PM To: Linus Walleij Cc: Kevin Hilman;

Re: [PATCH v6 01/17] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 13:16 +0200, ext Ohad Ben-Cohen wrote: Move wl12xx.h outside of the spi-specific location, so it can be shared with both spi and sdio solutions. Update all users of spi/wl12xx.h accordingly Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- Acked-by: Luciano Coelho

Re: [PATCH] omap3: Prevent SDRC deadlock when L3 is changing frequency

2010-09-16 Thread Tony Lindgren
* Gadiyar, Anand gadi...@ti.com [100915 21:51]: About two months of it is my fault, since it was posted to l-o on July 21. But all the time between 12 March and 21 July is up to TI to answer. This really could have been a useful patch for certain vendors to have that are using CORE DVFS

Re: [PATCH 04/11] OMAP: mach-omap2: Fix miscellaneous sparse warnings

2010-09-16 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [100826 13:50]: From: Manjunatha GK manj...@ti.com This patch fixes miscellaneous sparse warnings in mach-omap2. arch/arm/mach-omap2/board-am3517evm.c:141:17: warning: Initializer entry defined twice arch/arm/mach-omap2/board-am3517evm.c:142:18:

Re: [PATCH 00/11] OMAP2/TWL: Fix Sparse warnings

2010-09-16 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [100826 13:50]: This patch series fixes sparse warnings for OMAP and TWL code. For better readabilty the patches are categorised based on type of sparse warnigns. The sparse warning logs are embedded with each patch followed by fix. Build and boot

Re: [PATCH v6 2/7] wl1271: propagate set_power's return value

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 01:22 +0200, ext Ohad Ben-Cohen wrote: Make it possible for the set power method to indicate a success/failure return value. This is needed to support more complex power on/off operations such as SDIO power manipulations. Signed-off-by: Ohad Ben-Cohen o...@wizery.com

Re: [PATCH v6 6/7] omap: zoom: add fixed regulator device for wlan

2010-09-16 Thread Ohad Ben-Cohen
On Thu, Sep 16, 2010 at 7:44 PM, Tony Lindgren t...@atomide.com wrote: These are usually aligned with tabs before the = sign. Fixed. Acked-by: Tony Lindgren t...@atomide.com Thanks, Tony. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH v6 2/7] wl1271: propagate set_power's return value

2010-09-16 Thread Ohad Ben-Cohen
On Thu, Sep 16, 2010 at 9:40 PM, Luciano Coelho luciano.coe...@nokia.com wrote: +     int ret = wl-if_ops-power(wl, true); I think it look nicer if you keep the int ret in one line by itself and then do a ret = wl-if_ops... on another one. Fixed. +static int wl1271_sdio_power_on(struct

Re: [PATCH v6 01/17] wl12xx: make wl12xx.h common to both spi and sdio

2010-09-16 Thread Ohad Ben-Cohen
On Thu, Sep 16, 2010 at 8:35 PM, Luciano Coelho luciano.coe...@nokia.com wrote: Acked-by: Luciano Coelho luciano.coe...@nokia.com I just wonder why the wl12xx.h move wasn't detected as a rename.  Did you forget to use the -M option in format-patch? I thought it's because I stripped the SPI_

Re: [PATCH v6 2/7] wl1271: propagate set_power's return value

2010-09-16 Thread Luciano Coelho
On Thu, 2010-09-16 at 21:53 +0200, ext Ohad Ben-Cohen wrote: On Thu, Sep 16, 2010 at 9:40 PM, Luciano Coelho luciano.coe...@nokia.com wrote: + int ret = wl-if_ops-power(wl, true); I think it look nicer if you keep the int ret in one line by itself and then do a ret = wl-if_ops... on

  1   2   >