[PATCH] mtd: nand: omap2: Rename shippable module to omap2_nand

2015-08-21 Thread Roger Quadros
As both omap2 onenand and omap2 nand driver modules are named the same i.e. omap2.ko, only one of them gets shipped during MODPOST if both are configured as loadable modules. To avoid this ambiguity let's ship the omap2 nand driver as omap2_nand.ko Reported by Pierre Neyron via github

I have been trying to reach you

2015-08-21 Thread Col Martin Kelly
I have an Urgent Business Proposal for you. If interested please reply me so that I can give you more details about the business. Thanks, Col.Martin Kelly. Email: kellymar...@qq.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH v2 00/16] omap_hsmmc: regulator usage cleanup and fixes

2015-08-21 Thread Kishon Vijay Abraham I
Hi Tony, On Friday 21 August 2015 01:11 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150820 05:39]: Hi, On Monday 03 August 2015 05:56 PM, Kishon Vijay Abraham I wrote: Changes from v1: *) return on -EPROBE_DEFER and other fatal errors. (Don't return only if the

Re: [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling

2015-08-21 Thread Alexandre Belloni
Tony, On 18/08/2015 at 15:11:13 +0530, Keerthy wrote : The series is applicable for all am437x series of processors. It adds clock handling support. Boot tested on am437x-gp-evm. Keerthy (3): ARM: dts: AM437x: Add the internal and external clock nodes for rtc rtc: omap: Add internal

Re: [PATCH v5 2/3] rtc: omap: Add internal clock enabling support

2015-08-21 Thread Alexandre Belloni
Hi, On 18/08/2015 at 15:11:15 +0530, Keerthy wrote : @@ -681,6 +688,9 @@ static int __exit omap_rtc_remove(struct platform_device *pdev) device_init_wakeup(pdev-dev, 0); + if (!IS_ERR(rtc-clk)) + clk_disable_unprepare(rtc-clk); + rtc-type-unlock(rtc);

Re: [PATCH] usb: musb: omap2430: use *syscon* framework API to write to mailbox register

2015-08-21 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150819 23:38]: Hi, On Thursday 06 August 2015 02:17 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150805 07:10]: On Wednesday 05 August 2015 01:31 PM, Tony Lindgren wrote: We don't have syscon-otghs and to me it seems we need a

Re: [PATCH v2 00/16] omap_hsmmc: regulator usage cleanup and fixes

2015-08-21 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150820 05:39]: Hi, On Monday 03 August 2015 05:56 PM, Kishon Vijay Abraham I wrote: Changes from v1: *) return on -EPROBE_DEFER and other fatal errors. (Don't return only if the return value is -ENODEV) *) Remove the beagle x15 dts patch. It

Re: [PATCH 2/3] dma: add __must_check annotation for dmaengine_pause()

2015-08-21 Thread Vinod Koul
On Tue, Aug 11, 2015 at 02:34:29PM +0200, Sebastian Andrzej Siewior wrote: On 08/11/2015 12:06 PM, Russell King - ARM Linux wrote: I think what people need to learn is that an API in the kernel which returns an int _can_ fail - it returns an int so it _can_ return an error code. If it

Re: [PATCH 0/7] gpio: omap: fixes and improvements

2015-08-21 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150818 23:42]: Hi, * Grygorii Strashko grygorii.stras...@ti.com [150818 04:14]: Hi, This patch series contains set of trivial fixes and improvements, and also patches which fixes wrong APIs usage in atomic context as for -RT as for non-RT kernel.

Re: omapdss: Division by zero in kernel

2015-08-21 Thread Tomi Valkeinen
On 24/07/15 19:03, Pali Rohár wrote: Hello, when on N900 (real HW or qemu) I run this command / # echo 0 /sys/devices/platform/omapdss/overlay0/enabled echo 0 /sys/class/graphics/fb0/size then kernel crash with this error message / # [ 29.904113] Division by zero in kernel.

Re: omapdss: Division by zero in kernel

2015-08-21 Thread Pali Rohár
On Friday 21 August 2015 11:42:14 Tomi Valkeinen wrote: On 24/07/15 19:03, Pali Rohár wrote: Hello, when on N900 (real HW or qemu) I run this command / # echo 0 /sys/devices/platform/omapdss/overlay0/enabled echo 0 /sys/class/graphics/fb0/size then kernel crash with

Re: omapdss: Division by zero in kernel

2015-08-21 Thread Tomi Valkeinen
On 21/08/15 11:48, Pali Rohár wrote: On Friday 21 August 2015 11:42:14 Tomi Valkeinen wrote: On 24/07/15 19:03, Pali Rohár wrote: Hello, when on N900 (real HW or qemu) I run this command / # echo 0 /sys/devices/platform/omapdss/overlay0/enabled echo 0 /sys/class/graphics/fb0/size