RE: [PATCH v4 2/4] OMAP4: Keyboard device registration

2010-06-17 Thread Varadarajan, Charulatha
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Abraham Arce Sent: Wednesday, June 16, 2010 9:39 PM To: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org Cc: Arce, Abraham Subject: [PATCH v4 2/4] OMAP4:

[PATCH] Enable lm75 and hwmon in OMAP4

2010-06-17 Thread Datta, Shubhrajyoti
Enabling hwmon and lm75 in the omap4 defconfig Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/configs/omap_4430sdp_defconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) mode change 100644 = 100755 arch/arm/configs/omap_4430sdp_defconfig diff --git

[PATCH] OMAP: DSS2: DSI: disable manager on framedone timeout

2010-06-17 Thread Archit Taneja
In the case of a dsi framedone timeout, we should set the LCD_EN bit to 0 and reset the dsi tx fifo so that the next panel update call goes through cleanly. With the new way of handling framedone interrupts, since everything is handled in irq context, the only reason a framedone timeout occurs is

Re: [PATCH] OMAP: DSS2: DSI: disable manager on framedone timeout

2010-06-17 Thread Tomi Valkeinen
Hi, On Thu, 2010-06-17 at 10:29 +0200, ext Archit Taneja wrote: In the case of a dsi framedone timeout, we should set the LCD_EN bit to 0 and reset the dsi tx fifo so that the next panel update call goes through cleanly. With the new way of handling framedone interrupts, since everything

Re: [PATCH v3 2/3] DSS2: make VRFB depends on OMAP2,3

2010-06-17 Thread Tomi Valkeinen
Hi, On Thu, 2010-06-10 at 13:23 +0200, ext Guruswamy Senthilvadivu wrote: From: Senthilvadivu Guruswamy svad...@ti.com config VRFB should depend on ARCH_OMAP2 or ARCH_OMAP3. Changes from v1: - Addressed multi-omap build issue Did you mean the VRFB config option to be visible via

RE: [PATCH] OMAP: DSS2: DSI: disable manager on framedone timeout

2010-06-17 Thread Taneja, Archit
Hi, -Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Thursday, June 17, 2010 2:22 PM To: Taneja, Archit Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP: DSS2: DSI: disable manager on framedone timeout Hi, On Thu, 2010-06-17 at 10:29

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-17 Thread Cousson, Benoit
Hi Hema, From: linux-omap-ow...@vger.kernel.org Kevin, There is no errata in the USB which needs the Enable/Disable wakeup to be done Seperately. If it can be handled with omap_devie_enable/idle Apis it is sufficient. But there is a need of setting the Auto idle bit seperately as for the

RE: [PATCH] OMAP: DSS2: DSI: disable manager on framedone timeout

2010-06-17 Thread Taneja, Archit
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Taneja, Archit Sent: Thursday, June 17, 2010 2:37 PM To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH] OMAP: DSS2: DSI: disable manager on

RE: [PATCH v3 2/3] DSS2: make VRFB depends on OMAP2,3

2010-06-17 Thread Guruswamy, Senthilvadivu
Hi, On Thu, 2010-06-10 at 13:23 +0200, ext Guruswamy Senthilvadivu wrote: From: Senthilvadivu Guruswamy svad...@ti.com config VRFB should depend on ARCH_OMAP2 or ARCH_OMAP3. Changes from v1: - Addressed multi-omap build issue Did you mean the VRFB config option to be

[PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Ajay Kumar Gupta
From: Maulik Mankad x0082...@ti.com As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written. See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the order dictated by programming guide) With this the suspend interrupt came accidently

[PATCH 7/8] musb: Kill board specific pinmux from driver file

2010-06-17 Thread Ajay Kumar Gupta
From: Anand Gadiyar gadi...@ti.com This pin-muxing is best done in the board files. The driver should not do this explicitly. Also, this code causes a warning to be thrown when OMAP2430 and OMAP3/4 support are enabled in the same kernel. Signed-off-by: Anand Gadiyar gadi...@ti.com

[PATCH 5/8] usb: musb: fix Blackfin ulpi stubs

2010-06-17 Thread Ajay Kumar Gupta
From: Mike Frysinger vap...@gentoo.org The new ulpi code defines fallback stubs for the Blackfin arch, but does so incorrectly leading to a build failure: drivers/usb/musb/musb_core.c:227: error: 'musb_ulpi_read' undeclared here (not in a function) drivers/usb/musb/musb_core.c:228: error:

[PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Ajay Kumar Gupta
From: Maulik Mankad x0082...@ti.com As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written. See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the order dictated by programming guide) With this the suspend interrupt came accidently

[PATCH 2/8] MUSB: make non-OMAP platforms build with CONFIG_PM=y

2010-06-17 Thread Ajay Kumar Gupta
From: Sergei Shtylyov sshtyl...@ru.mvista.com Attempt to build MUSB driver with CONFIG_PM=y (e.g. in the OTG mode) on DaVinci results in these link errors: drivers/built-in.o: In function `musb_restore_context': led-triggers.c:(.text+0x714d8): undefined reference to

[PATCH 4/8] USB: musb: suppress warning about unused flags

2010-06-17 Thread Ajay Kumar Gupta
From: Jon Povey jon.po...@racelogic.co.uk Wrap flags with uninitialized_var() to suppress this: drivers/usb/musb/cppi_dma.c:1158: warning: 'flags' may be used uninitialized in this function Signed-off-by: Jon Povey jon.po...@racelogic.co.uk Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

[PATCH 6/8] usb: musb: Enable the maximum supported burst mode for DMA

2010-06-17 Thread Ajay Kumar Gupta
From: Hema HK hem...@ti.com Setting MUSB Burst Mode 3 automatically enables support for lower burst modes (BURST4, BURST8, BURST16 or bursts of unspecified length). There is no need to set these burst modes based on the packet size. Also enable the burst mode for both mode1 and mode0. This is a

[patch-2.6.35-rc3+ 0/8] musb patches

2010-06-17 Thread Ajay Kumar Gupta
Greg, These are reviewed and non-controversial musb bugfix patches. Sanity have been tested on OMAP3EVM for Host-MSC, HID, audio, video class and device-CDC class. Thanks, Ajay Ajay Kumar Gupta (1): musb: fix compilation warning in host only mode Anand Gadiyar (1): musb: Kill board

[PATCH 3/8] musb: fix compilation warning in host only mode

2010-06-17 Thread Ajay Kumar Gupta
Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq': drivers/usb/musb/musb_core.c:711: warning: unused variable 'mbase' Also removed definition of 'mbase' from multiple places to only at function top.

[PATCH 1/8] musb_core: make disconnect and suspend interrupts work again

2010-06-17 Thread Ajay Kumar Gupta
From: Sergei Shtylyov sshtyl...@ru.mvista.com Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the order dictated by programming guide) forgot to get rid of the old 'STAGE0_MASK' filter for calling musb_stage0_irq(), so now disconnect and suspend interrupts are

Re: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-06-17 Thread Sergei Shtylyov
Hello. Ajay Kumar Gupta wrote: Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq': drivers/usb/musb/musb_core.c:711: warning: unused variable 'mbase' Also removed definition of 'mbase' from multiple places to

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Sergei Shtylyov
Hello. Ajay Kumar Gupta wrote: From: Maulik Mankad x0082...@ti.com As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written. See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the order dictated by programming guide) With this

[PATCH v3] OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support

2010-06-17 Thread Nagarajan, Rajkumar
Enables dss to process color formats with pre-mulitplied alpha. With this we can have alpha values defined for each pixel and hence can have different blending values for each pixel. sysfs entry has been created for this and pre-multiplied alpha support is turned of by default. Signed-off-by:

RE: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-06-17 Thread Gupta, Ajay Kumar
Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq': drivers/usb/musb/musb_core.c:711: warning: unused variable 'mbase' Also removed definition of 'mbase' from multiple places to only at function top.

RE: [PATCH] Enable lm75 and hwmon in OMAP4

2010-06-17 Thread Gadiyar, Anand
Datta, Shubhrajyoti wrote: Enabling hwmon and lm75 in the omap4 defconfig I believe we're not going to be taking defconfig changes now. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/configs/omap_4430sdp_defconfig |3 ++- 1 files changed, 2 insertions(+), 1

RE: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Maulik
-Original Message- From: Sergei Shtylyov [mailto:sshtyl...@mvista.com] Sent: Thursday, June 17, 2010 4:57 PM To: Ajay Kumar Gupta Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com; gre...@suse.de; Maulik Mankad; David Brownell Subject: Re: [PATCH

[PATCH v3 3/3] OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3

2010-06-17 Thread Guruswamy Senthilvadivu
From: Senthilvadivu Guruswamy svad...@ti.com Force def_vrfb to 0 for non omap2, omap3 devices Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- drivers/video/omap2/omapfb/omapfb-main.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

[PATCH v3 2/3] OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3

2010-06-17 Thread Guruswamy Senthilvadivu
From: Senthilvadivu Guruswamy svad...@ti.com config VRFB should depend on ARCH_OMAP2 or ARCH_OMAP3. Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- drivers/video/omap2/Kconfig|4 drivers/video/omap2/omapfb/Kconfig |1 - 2 files changed, 4 insertions(+), 1

[PATCH v3 1/3] OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB

2010-06-17 Thread Guruswamy Senthilvadivu
From: Senthilvadivu Guruswamy svad...@ti.com FB_OMAP2 can work without VRFB, but currently does not build. Fix this. Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- arch/arm/plat-omap/include/plat/vrfb.h | 16 1 file changed, 16 insertions(+), 0 deletions(-) diff

[PATCH v3 0/3] OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB

2010-06-17 Thread Guruswamy Senthilvadivu
From: Senthilvadivu Guruswamy svad...@ti.com This patch series is the same as v3 content along with the naming conventions followed for the patch subject. The changelog till v3 are: - Address Multi-omap build issue - Added a check to warn the wrong usage of vrfb in

Re: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-06-17 Thread Sergei Shtylyov
Gupta, Ajay Kumar wrote: Fixes below compilation warning when host only configuration is selected. drivers/usb/musb/musb_core.c: In function 'musb_stage0_irq': drivers/usb/musb/musb_core.c:711: warning: unused variable 'mbase' Also removed definition of 'mbase' from multiple places to only

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Sergei Shtylyov
Hello. Maulik wrote: -Original Message- From: Sergei Shtylyov [mailto:sshtyl...@mvista.com] Sent: Thursday, June 17, 2010 4:57 PM To: Ajay Kumar Gupta Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com; gre...@suse.de; Maulik Mankad; David Brownell

RE: [PATCH 3/8] musb: fix compilation warning in host only mode

2010-06-17 Thread Gupta, Ajay Kumar
AFAIR, it was intentionally removed from the function top and declared in the multiple plcase instead by the former Felipe's patch [1] to fix exactly the same issue, if I don't mistake. So, it hasn't worked out? Yes, it was removed by Felipe's below patch but it introduced

Re: [patch-2.6.35-rc3+ 0/8] musb patches

2010-06-17 Thread Greg KH
On Thu, Jun 17, 2010 at 04:10:33PM +0530, Ajay Kumar Gupta wrote: Greg, These are reviewed and non-controversial musb bugfix patches. Sanity have been tested on OMAP3EVM for Host-MSC, HID, audio, video class and device-CDC class. Sorry, I need Felipe to send these to me, or at the very

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Greg KH
On Thu, Jun 17, 2010 at 05:45:15PM +0530, Maulik wrote: -Original Message- From: Sergei Shtylyov [mailto:sshtyl...@mvista.com] Sent: Thursday, June 17, 2010 4:57 PM To: Ajay Kumar Gupta Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com;

Re: Alternative for defconfig

2010-06-17 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100616 10:50]: * Felipe Contreras felipe.contre...@gmail.com [100611 19:03]: On Fri, Jun 11, 2010 at 6:07 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: My understanding is that Linus will remove all ARM defconfigs in 2.6.36, unless

Re: [PATCH 01/12] OMAP2/3: hwmod: remove '_hwmod' suffix from names

2010-06-17 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: As per new naming convention for hwmods, remove the redundant _hwmod suffix from all hwmod names. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com This duplicates a patch already done by Benoit[1], but mine incorrectly renames l3. I'll

RE: [patch-2.6.35-rc3+ 0/8] musb patches

2010-06-17 Thread Gupta, Ajay Kumar
These are reviewed and non-controversial musb bugfix patches. Sanity have been tested on OMAP3EVM for Host-MSC, HID, audio, video class and device-CDC class. Sorry, I need Felipe to send these to me, or at the very least, give me an ack for them, before I will apply them. Felipe, Can

Re: SDHC card affected by preemption model in 2.6.35

2010-06-17 Thread Venkatraman S
Mathieu Poirier mathieu.poir...@canonical.com wrote: On Wed, 2010-06-16 at 14:13 +0530, Venkatraman S wrote: Mathieu Poirier mathieu.poir...@canonical.com wrote: On Tue, 2010-06-15 at 20:58 +0530, Venkatraman S wrote: Mathieu Poirier mathieu.poir...@canonical.com wrote: HW: Beagleboard

[PATCH v5 0/2] Adding Card detect support for MMC1 on OMAP4

2010-06-17 Thread kishore kadiyala
Adding Card detect support for MMC1 controller on OMAP4. V5: - Rebased to Mainline version 2.6.35-rc3 - Tested on OMAP4430SDP and OMAP3430SDP - Could any one try testing on other boards V4: http://www.mail-archive.com/linux-...@vger.kernel.org/msg01958.html

[PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect

2010-06-17 Thread kishore kadiyala
Adding a flag to determine the card detect type which can be either GPIO or NON-GPIO. MMC1 Controller of OMAP4 have NON-GPIO interrupt line from twl6030 for card detect. Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c |3 +++

[PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-17 Thread kishore kadiyala
Adding card detect callback function which gives the status of the card .For MMC1 Controller, Card detect interrupt source is twl6030 and card present/absent status is provided by MMCCTRL register of twl6030. Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com ---

Re: [PATCH 0/2] OMAP: hwmod: Fixes and OMAP23 data update

2010-06-17 Thread Kevin Hilman
Benoit Cousson b-cous...@ti.com writes: Add the missing braces in hwmod fw and clean the data for OMAP2420, 2430 and 3430. The brace fix was tested on OMAP4 PAB. Please note that the data changes were built for the 3 platforms but not tested on board. The series is based on l-o master.

Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-17 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: [...] What does 'method' mean in that context? Maybe the name should be revisited? Agree. 'method' is used throughout OMAP GPIO code. As mentioned above, this field would be removed once the whole GPIO code is cleaned up. This patch

RE: [PATCH] OMAP3630: Update ES1.1 silicon revision detection

2010-06-17 Thread Menon, Nishanth
From: Nishanth Menon [mailto:n...@ti.com] Sent: Monday, May 31, 2010 9:36 AM To: Gadiyar, Anand Cc: G, Manjunath Kondaiah; linux-omap@vger.kernel.org; Tony Lindgren Subject: Re: [PATCH] OMAP3630: Update ES1.1 silicon revision detection On 05/31/2010 03:50 PM, Gadiyar, Anand wrote:

Re: [PATCH 10/13 v3] OMAP: GPIO: Add gpio dev_attr and correct clks in OMAP4 hwmod struct

2010-06-17 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: [...] So please, don't do that. BTW, you didn't answer the first answer, do you really need that? It is used in save/restore context which would be called from sram_idle path. Cleaning this up should be considered instead of keeping around

RE: [PATCH] mailbox: change full flag per mailbox queue instead of global

2010-06-17 Thread Guzman Lugo, Fernando
Hi Ohad, -Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Wednesday, June 16, 2010 4:18 PM To: Guzman Lugo, Fernando Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; hiroshi.d...@nokia.com Subject: Re: [PATCH] mailbox: change full flag per

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-17 Thread Andrew Morton
On Thu, 17 Jun 2010 20:57:19 +0530 (IST) kishore kadiyala kishore.kadiy...@ti.com wrote: Adding card detect callback function which gives the status of the card .For MMC1 Controller, Card detect interrupt source is twl6030 and card present/absent status is provided by MMCCTRL register of

Re: [PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect

2010-06-17 Thread Andrew Morton
On Thu, 17 Jun 2010 20:56:58 +0530 (IST) kishore kadiyala kishore.kadiy...@ti.com wrote: --- a/arch/arm/plat-omap/include/plat/mmc.h +++ b/arch/arm/plat-omap/include/plat/mmc.h @@ -43,6 +43,9 @@ #define OMAP_MMC_MAX_SLOTS 2 +#define NON_GPIO 0 +#define GPIO

Re: [PATCH 04/13 v3] OMAP: GPIO: Introduce support for OMAP15xx chip GPIO init

2010-06-17 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: From: Charulatha V ch...@ti.com 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 |

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-17 Thread Andrew Morton
On Thu, 17 Jun 2010 20:57:19 +0530 (IST) kishore kadiyala kishore.kadiy...@ti.com wrote: Adding card detect callback function which gives the status of the card .For MMC1 Controller, Card detect interrupt source is twl6030 and card present/absent status is provided by MMCCTRL register of

Re: [PATCH v4 0/4] OMAP4 Keyboard Controller Support

2010-06-17 Thread Kevin Hilman
Abraham Arce x0066...@ti.com writes: Keyboard controller for OMAP4 includes - built-in scanning algorithm - debouncing feature - handling mechanism up to 9 x 9 keys - wake-up event generation [...] v4 Felipe.Balbi.01| rows, cols, base and irq definitions Felipe.Balbi.02|

Re: [PATCH v4 2/4] OMAP4: Keyboard device registration

2010-06-17 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: [...] + +int omap4_init_kp(struct omap4_keypad_platform_data *kp) +{ +struct omap_hwmod *oh; +struct omap_device *od; +struct omap4_keypad_platform_data *pdata; + +unsigned int id = 0; +char *name = omap4-keypad; +

Re: [pm-wip/uart][PATCH 5/5 v2] Serial: Avoid using hwmod lookup using name string

2010-06-17 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: Avoid using hwmod lookup using name string rather retreive port info using the hwmod class interface. Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Govindraj.R govindraj.r...@ti.com Govindraj, I quite like this change, but am still

Re: [pm-wip/uart][PATCH 3/5 v2] OMAP3: serial: Fix uart4 handling for 3630

2010-06-17 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: This patch makes the following: - Adds missing wakeup padding register handling. - Fixes a hardcode to use PER module ONLY on UART3. - Muxmode usage needed for uart4 for 3630, for padconf wakeup on uart4_rx line. uart4_rx signal is available

[PATCH] OMAP1: PM: add simple runtime PM layer to manage clocks

2010-06-17 Thread Kevin Hilman
On OMAP1, we do not have omap_device + omap_hwmod to manage the device-specific idle, enable and shutdown. Instead, just enable/disable device clocks automatically at the runtime PM level. This allows drivers to not have any OMAP1 specific clock management and allows them to simply use the

no network on 3630/Zoom3 using omap3_defconfig

2010-06-17 Thread Kevin Hilman
Vishwa, Can you have someone investigate/debug why using omap3_defconfig on 3630/Zoom3 results in no network while using omap_zoom3_defconfig seems to work? In addition, this would also be a good opportunity to get rid of the Zoom3-specific defconfig and move towards using the common

Re: [pm-wip/uart][PATCH 0/5 v2] Serial HWMOD updation and uart4 support for 3630

2010-06-17 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: Changes from v1: * Incorporated : OMAP clock: Add uart4_ick/fck definitions for 3630 * using omap_mux_request_signal to retreive padconf offset as per Tony's comments. http://marc.info/?l=linux-omapm=127609369220618w=2 This patch series as a

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread David Brownell
As a part of aligning the ISR code for MUSB with the specs,the ISR code was re-written. Best say re-aligning. When that code was merged, it was fully aligned with a version of the MUSB specification. Alternatively, specify which version of which spec was used this time around ... :) --