Re: [PATCH] arm: platsmp: Allow secondary cpu hotplug with maxcpus=1

2011-06-29 Thread Paul Mundt
-by: Paul Mundt let...@linux-sh.org -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv2 20/28] OMAP: DSS2: Use PM runtime HWMOD support

2011-06-09 Thread Paul Mundt
On Thu, Jun 09, 2011 at 04:56:42PM +0300, Tomi Valkeinen wrote: +int dispc_runtime_get(void) +{ + int r; + + DSSDBG(dispc_runtime_get\n); + + r = pm_runtime_get_sync(dispc.pdev-dev); + WARN_ON(r 0); + return r 0 ? r : 0; +} + +void dispc_runtime_put(void) +{ +

Re: [GIT PULL] OMAP DSS updates for 2.6.40

2011-05-24 Thread Paul Mundt
On Mon, May 23, 2011 at 02:43:24PM +0300, Tomi Valkeinen wrote: Here are the OMAP Display Subsystem updates for 2.6.40. Most of the patches are OMAP4 related, either fixing the old code to allow us to implement new OMAP4 features, or implementing those new features. Other bigger changes are

Re: [GIT PULL] OMAP DSS fixes for 39 rc

2011-04-18 Thread Paul Mundt
On Mon, Apr 18, 2011 at 10:12:41AM +0300, Tomi Valkeinen wrote: Here are a few OMAP DSS fixes for the next rc. Pulled and pushed out, thanks. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH/RFC 4/6] ARM: move SH-mobile runtime PM to arm/common for sharing with other platforms

2011-04-07 Thread Paul Mundt
On Wed, Apr 06, 2011 at 05:02:47PM -0700, Kevin Hilman wrote: There is really nothing SH-mobile specific about this runtime PM implementation. Any platform wanting to implement runtime PM based on simple clock gating can use this implementation. Signed-off-by: Kevin Hilman khil...@ti.com

Re: [PATCH/RFC 4/6] ARM: move SH-mobile runtime PM to arm/common for sharing with other platforms

2011-04-07 Thread Paul Mundt
On Thu, Apr 07, 2011 at 05:38:38PM -0700, Kevin Hilman wrote: Rafael J. Wysocki r...@sisk.pl writes: On Thursday, April 07, 2011, Kevin Hilman wrote: Paul Mundt let...@linux-sh.org writes: This observation is wholly architecture agnostic, so it's not clear that keeping it in arch/arm

Re: [PATCH 06/13] omap: use list_move() instead of list_del()/list_add() combination

2011-03-22 Thread Paul Mundt
On Wed, Mar 16, 2011 at 05:13:49PM +0530, Tomi Valkeinen wrote: On Tue, 2011-03-15 at 17:53 -0500, Kirill A. Shutemov wrote: Signed-off-by: Kirill A. Shutemov kir...@shutemov.name Cc: Tomi Valkeinen tomi.valkei...@nokia.com Cc: linux-fb...@vger.kernel.org Cc: linux-omap@vger.kernel.org

Re: [PATCH] Input: tca6416-keypad: Change to module_init()

2011-03-22 Thread Paul Mundt
On Tue, Mar 22, 2011 at 02:28:55PM +, Mark Brown wrote: On Tue, Mar 22, 2011 at 11:26:19PM +0900, Magnus Damm wrote: The tca6416 driver makes use of the I2C bus for chatting with the actual hardware device. Without this patch both the I2C bus driver and the tca6416 driver are

Re: [PATCH] Input: tca6416-keypad: Change to module_init()

2011-03-22 Thread Paul Mundt
On Wed, Mar 23, 2011 at 12:22:05AM +0900, Magnus Damm wrote: On Tue, Mar 22, 2011 at 11:33 PM, Paul Mundt let...@linux-sh.org wrote: On Tue, Mar 22, 2011 at 02:28:55PM +, Mark Brown wrote: On Tue, Mar 22, 2011 at 11:26:19PM +0900, Magnus Damm wrote: The tca6416 driver makes use

Re: [PATCH] Input: tca6416-keypad: Change to module_init()

2011-03-22 Thread Paul Mundt
On Wed, Mar 23, 2011 at 12:43:54AM +0900, Magnus Damm wrote: On Wed, Mar 23, 2011 at 12:32 AM, Paul Mundt let...@linux-sh.org wrote: On Wed, Mar 23, 2011 at 12:22:05AM +0900, Magnus Damm wrote: I believe all other i2c keyboard drivers use module_init(). We do not change initcall ordering

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Paul Mundt
On Tue, Mar 22, 2011 at 02:52:59PM -0300, Mauro Carvalho Chehab wrote: Em 22-03-2011 14:32, Mythri P K escreveu: Adding support for common EDID parsing in kernel. EDID - Extended display identification data is a data structure provided by a digital display to describe its capabilities to

Re: [GIT PULL] omap display subsystem changes for 2.6.39

2011-03-21 Thread Paul Mundt
On Mon, Mar 21, 2011 at 11:51:23AM +0200, Tomi Valkeinen wrote: One problem I noticed just now, the committer names seem a bit messed up. For example, Archit Taneja has three different style names there. Do you think I should rebase and fix them? Not a big job, but it'll mean, well, rebasing.

Re: [GIT PULL] OMAP DSS changes for .38 merge window v2

2011-01-10 Thread Paul Mundt
On Mon, Jan 10, 2011 at 11:51:02AM +0200, Tomi Valkeinen wrote: Here's a new pull request for OMAP display subsystem patches. This one is rebased on top of the new omap patches on mainline, and the resulting board file conflict has been fixed. And while rebasing, I squashed the topmost

Re: [GIT PULL] OMAP DSS changes for .38 merge window

2011-01-07 Thread Paul Mundt
On Fri, Jan 07, 2011 at 02:41:43PM +0200, Tomi Valkeinen wrote: Hello Paul, Here are some OMAP display changes for .38. I hope they are not too late, but the holidays messed up my schedules a bit. No, no problem. I usually aim to do two merges per merge window on average, one at the

Re: [GIT PULL] OMAP DSS changes for .38 merge window

2011-01-07 Thread Paul Mundt
On Fri, Jan 07, 2011 at 03:37:32PM +0200, Tomi Valkeinen wrote: On Fri, 2011-01-07 at 22:25 +0900, ext Paul Mundt wrote: I guess it's not out-of-the-question to get driver changes in in early rcs, but I'd rather get everything pulled during the merge window. Also, some of the patches still out

Re: [RESEND #2] [PATCH v2] LEDS: Add output invertion option to backlight trigger

2011-01-05 Thread Paul Mundt
(Trying an alternate address for Richard, and adding Andrew to Cc..) On Thu, Dec 09, 2010 at 02:41:50PM +0100, Janusz Krzysztofik wrote: This patch extends the LED backlight tirgger driver with an option that allows for inverting the trigger output polarity. With the invertion option

Re: [GIT PULL] OMAP DSS fixes for next rc

2010-12-16 Thread Paul Mundt
On Wed, Dec 15, 2010 at 05:20:08PM +0200, Tomi Valkeinen wrote: Hi Paul, Two OMAP DSS fixes for the next rc. Pulled and pushed out, thanks. I'll send these out for -rc7. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: Mainline OMAP3 breakage (and other OMAP?)

2010-12-02 Thread Paul Mundt
On Thu, Dec 02, 2010 at 02:32:08PM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [101202 14:06]: On Thu, Dec 02, 2010 at 01:58:38PM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [101202 13:04]: This has been around since

Re: OMAP:DSS: possible bug in WAITFOR_VSYNC ioctl

2010-11-29 Thread Paul Mundt
On Fri, Nov 26, 2010 at 02:55:39PM +0200, Ville Syrj?l? wrote: On Fri, Nov 26, 2010 at 05:38:11PM +0530, ext Hiremath, Vaibhav wrote: With this finding, in case of OMAP3 we have to use OMAPFB_WAITFORGO (breaking standard applications). Applications using the standard fbdev API won't work

Re: OMAP:DSS: possible bug in WAITFOR_VSYNC ioctl

2010-11-29 Thread Paul Mundt
On Tue, Nov 30, 2010 at 03:34:40PM +0900, Paul Mundt wrote: On Fri, Nov 26, 2010 at 02:55:39PM +0200, Ville Syrj?l? wrote: On Fri, Nov 26, 2010 at 05:38:11PM +0530, ext Hiremath, Vaibhav wrote: With this finding, in case of OMAP3 we have to use OMAPFB_WAITFORGO (breaking standard

Re: [PATCH v4] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-11-18 Thread Paul Mundt
On Thu, Nov 18, 2010 at 08:44:14AM -0800, Tony Lindgren wrote: * Paul Mundt let...@linux-sh.org [101117 22:09]: Unless you can say with certainty that all OMAP3 boards are going to want DSS enabled or modular by default, it's almost always better to just leave it up to the defconfigs. I

Re: [PATCH v4] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-11-17 Thread Paul Mundt
On Wed, Nov 17, 2010 at 02:28:11PM +0200, Tomi Valkeinen wrote: On Tue, 2010-11-16 at 21:10 +0100, ext Tony Lindgren wrote: Sure a module would be even better. My point is that the selection of all the features should be enabled by default and the board options come from platform_data.

Re: [PATCH 1/3] OMAP: VRAM: improve VRAM error prints

2010-11-10 Thread Paul Mundt
On Wed, Nov 10, 2010 at 02:04:14PM +0200, Tomi Valkeinen wrote: On Wed, 2010-11-10 at 12:51 +0100, ext Paul Mundt wrote: On Wed, Nov 10, 2010 at 11:45:18AM +0200, Tomi Valkeinen wrote: Improve the error prints to give more information about the offending address size. Signed-off

Re: [PATCH 1/3] OMAP: VRAM: improve VRAM error prints

2010-11-10 Thread Paul Mundt
On Wed, Nov 10, 2010 at 11:45:18AM +0200, Tomi Valkeinen wrote: Improve the error prints to give more information about the offending address size. Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com 1-3 queued for .37, thanks. -- To unsubscribe from this list: send the line unsubscribe

Re: [RFC 1/3] mm: iommu: An API to unify IOMMU, CPU and device memory management

2010-07-02 Thread Paul Mundt
On Thu, Jul 01, 2010 at 12:16:18AM -0700, Zach Pfeffer wrote: Thank you for the corrections. I'm correcting them now. Some responses: Randy Dunlap wrote: +struct vcm *vcm_create(size_t start_addr, size_t len); Seems odd to use size_t for start_addr. I used size_t because I wanted

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)

2010-06-02 Thread Paul Mundt
On Thu, May 27, 2010 at 06:06:43PM +0200, Thomas Gleixner wrote: On Thu, 27 May 2010, Alan Stern wrote: And to answer Thomas's question: The whole reason for having in-kernel suspend blockers is so that userspace can tell the system to suspend without losing wakeup events. Suppose a

Re: [PATCH 5/5 v3] ARM: mach-shmobile: add framebuffer support for ap4evb

2010-05-23 Thread Paul Mundt
On Sun, May 23, 2010 at 04:04:03PM +0200, Guennadi Liakhovetski wrote: ap4evb uses an LCD, connected to the SoC over the MIPI bus. This patch adds platform data to configure this display and a static clock activation. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Tested-by:

Re: [PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-19 Thread Paul Mundt
On Wed, May 19, 2010 at 05:27:32PM +0300, Ville Syrj?l? wrote: On Wed, May 19, 2010 at 10:21:48AM +0200, Valkeinen Tomi (Nokia-D/Helsinki) wrote: I think a simple solution would be to just use defines, and have functions that take the command as u8. That's what the OMAP DSI driver does.

Re: [PATCHv4 1/4] procfs: Introduce socinfo under /proc

2010-05-10 Thread Paul Mundt
On Mon, May 10, 2010 at 05:22:48PM +0300, Eduardo Valentin wrote: On Mon, May 10, 2010 at 01:13:00PM +0200, ext Paul Mundt wrote: You'll still need the show function, but all of the rest of this is just duplicating what single_open() already does. If the socinfo string is static you may

Re: [PATCHv4 1/4] procfs: Introduce socinfo under /proc

2010-05-10 Thread Paul Mundt
On Mon, May 10, 2010 at 03:55:49PM +0300, Eduardo Valentin wrote: On Mon, May 10, 2010 at 02:39:02PM +0200, ext Paul Mundt wrote: Note that in the cpuinfo case there is often special handling for the single (or boot CPU) case, such as printing out a descriptor for the machine type and so

Re: [PATCH] mtd: make onenand/generic.c more generic

2009-08-06 Thread Paul Mundt
On Fri, Aug 07, 2009 at 02:28:01PM +0900, Magnus Damm wrote: On Wed, Aug 5, 2009 at 1:41 PM, Magnus Dammmagnus.d...@gmail.com wrote: On Tue, Aug 4, 2009 at 6:20 PM, Magnus Dammmagnus.d...@gmail.com wrote: From: Magnus Damm d...@igel.co.jp This patch removes the ARM dependency from the

Re: lowmemory android driver not needed?

2009-01-20 Thread Paul Mundt
On Wed, Jan 21, 2009 at 11:50:48AM +0900, KOSAKI Motohiro wrote: I should rewrite memory notification patchset from scratch. the new version will construct on memcg infrastrcture. Why? last year, I received many feedback from lkml folks and my article reader. (I monthly write kernel patch

Re: lowmemory android driver not needed?

2009-01-16 Thread Paul Mundt
On Thu, Jan 15, 2009 at 03:44:04PM -0800, Greg KH wrote: On Thu, Jan 15, 2009 at 07:02:48PM +0530, Trilok Soni wrote: And there is one more lowmem driver developed by Nokia for Nokia 8xx tablets it seems. CCed Tony Lindgren, Juha and Viktor.

musb bogosity

2008-08-08 Thread Paul Mundt
The musb code currently kills the SH randconfig build (and this will hose any platform that also selects HAVE_CLK -- a PPC or AVR32 randconfig would have also hit this eventually), as can be seen here: http://kisskb.ellerman.id.au/kisskb/buildresult/41095/ This initial failure comes from the

Re: musb bogosity

2008-08-08 Thread Paul Mundt
platforms selecting HAVE_CLK and enabling musb won't break tree building. The other parts of it will come when linux-omap merge up more omap2/3 board-files. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Acked-by: Paul Mundt [EMAIL PROTECTED] -- To unsubscribe from this list: send the line

Re: [PATCH] IRQ: simplify OMAP2 mask_irq/unmask_irq code

2008-05-20 Thread Paul Mundt
On Tue, May 20, 2008 at 06:12:04PM -0600, Paul Walmsley wrote: On Wed, 21 May 2008, Kyungmin Park wrote: On Wed, May 21, 2008 at 3:21 AM, Paul Walmsley [EMAIL PROTECTED] wrote: static void omap_mask_irq(unsigned int irq) { - int offset = (irq 5) 5; + int offset =