On Tuesday 28 July 2015 14:26:13 Sebastian Reichel wrote:
> Hi Pali,
>
> On Tue, Jul 28, 2015 at 10:39:32AM +0200, Pali Rohár wrote:
> > Sebastian or Michael: Can you add check for pm_runtime_get_sync()
> > function and send patch for including in mainline kernel?
>
> This actually already happen
Hi Pali,
On Tue, Jul 28, 2015 at 10:39:32AM +0200, Pali Rohár wrote:
> Sebastian or Michael: Can you add check for pm_runtime_get_sync()
> function and send patch for including in mainline kernel?
This actually already happened before your Tested-By.
I accidently did not CC you, sorry for that:
On Saturday 25 July 2015 10:55:50 Pali Rohár wrote:
> On Wednesday 22 July 2015 04:03:07 Sebastian Reichel wrote:
> > Hi,
> >
> > On Tue, Jul 21, 2015 at 07:17:41PM -0500, Michael Welling wrote:
> > > On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
> > >
> > > This code has my head
On Wednesday 22 July 2015 04:03:07 Sebastian Reichel wrote:
> Hi,
>
> On Tue, Jul 21, 2015 at 07:17:41PM -0500, Michael Welling wrote:
> > On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
> >
> > This code has my head spinning.
> >
> > I found that the errors do not occur when the d
On Friday 24 July 2015 10:40:58 Pali Rohár wrote:
> On Friday 24 July 2015 16:18:09 Dave Young wrote:
> > On 07/11/15 at 02:05pm, Pali Rohár wrote:
> > > Hello,
> > >
> > > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers
> > > are broken and cause kernel oops...
> > >
> > > Basic
On Friday 24 July 2015 18:28:44 Dave Young wrote:
> On 07/24/15 at 11:30am, Ivaylo Dimitrov wrote:
> >
> >
> > On 24.07.2015 11:18, Dave Young wrote:
> >
> > >Pali, could you tell how do you test mainline kernel on n900?
> > >
> > >I used to use n900 as a usb dbgp gadget with a backport patch to
On Friday 24 July 2015 18:33:51 Dave Young wrote:
> Hi, Pali
>
> On 07/24/15 at 10:40am, Pali Rohár wrote:
> > On Friday 24 July 2015 16:18:09 Dave Young wrote:
> > > On 07/11/15 at 02:05pm, Pali Rohár wrote:
> > > > Hello,
> > > >
> > > > now I tested 4.2-rc1 release on Nokia N900 and couple of
On 07/24/15 at 10:51am, Pavel Machek wrote:
> On Fri 2015-07-24 16:18:09, Dave Young wrote:
> > On 07/11/15 at 02:05pm, Pali Rohár wrote:
> > > Hello,
> > >
> > > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > > broken and cause kernel oops...
> > >
> > > Basically wifi,
Hi, Pali
On 07/24/15 at 10:40am, Pali Rohár wrote:
> On Friday 24 July 2015 16:18:09 Dave Young wrote:
> > On 07/11/15 at 02:05pm, Pali Rohár wrote:
> > > Hello,
> > >
> > > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > > broken and cause kernel oops...
> > >
> > > Bas
On 07/24/15 at 11:30am, Ivaylo Dimitrov wrote:
>
>
> On 24.07.2015 11:18, Dave Young wrote:
>
> >Pali, could you tell how do you test mainline kernel on n900?
> >
> >I used to use n900 as a usb dbgp gadget with a backport patch to
> >2.6.28 so that I can get early debug kernel message from my la
On Fri 2015-07-24 16:18:09, Dave Young wrote:
> On 07/11/15 at 02:05pm, Pali Rohár wrote:
> > Hello,
> >
> > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > broken and cause kernel oops...
> >
> > Basically wifi, touchscreen and rtc drivers not working...
> >
>
> Pali,
On Friday 24 July 2015 16:18:09 Dave Young wrote:
> On 07/11/15 at 02:05pm, Pali Rohár wrote:
> > Hello,
> >
> > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > broken and cause kernel oops...
> >
> > Basically wifi, touchscreen and rtc drivers not working...
> >
>
> Pa
On 24.07.2015 11:18, Dave Young wrote:
Pali, could you tell how do you test mainline kernel on n900?
I used to use n900 as a usb dbgp gadget with a backport patch to
2.6.28 so that I can get early debug kernel message from my laptop.
I tried mainline previously with Fedora arm, text mode wor
On 07/11/15 at 02:05pm, Pali Rohár wrote:
> Hello,
>
> now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> broken and cause kernel oops...
>
> Basically wifi, touchscreen and rtc drivers not working...
>
Pali, could you tell how do you test mainline kernel on n900?
I used to
On Wednesday 22 July 2015 15:33:18 Sebastian Reichel wrote:
> Hi,
>
> On Wed, Jul 22, 2015 at 09:27:32AM +0200, Pali Rohár wrote:
> > > > diff --git a/drivers/spi/spi-omap2-mcspi.c
> > > > b/drivers/spi/spi-omap2-mcspi.c
> > > > index 5867384..f7d9ffd 100644
> > > > --- a/drivers/spi/spi-omap2-mc
Hi,
On Wed, Jul 22, 2015 at 09:27:32AM +0200, Pali Rohár wrote:
> > > diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
> > > index 5867384..f7d9ffd 100644
> > > --- a/drivers/spi/spi-omap2-mcspi.c
> > > +++ b/drivers/spi/spi-omap2-mcspi.c
> > > @@ -245,6 +245,7 @@ static
On Wed 2015-07-22 04:03:07, Sebastian Reichel wrote:
> Hi,
>
> On Tue, Jul 21, 2015 at 07:17:41PM -0500, Michael Welling wrote:
> > On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
> >
> > This code has my head spinning.
> >
> > I found that the errors do not occur when the driver i
On Wednesday 22 July 2015 00:13:34 Michael Welling wrote:
> On Wed, Jul 22, 2015 at 04:03:07AM +0200, Sebastian Reichel wrote:
> > Hi,
> >
> > On Tue, Jul 21, 2015 at 07:17:41PM -0500, Michael Welling wrote:
> > > On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
> > >
> > > This code
On Wed, Jul 22, 2015 at 04:03:07AM +0200, Sebastian Reichel wrote:
> Hi,
>
> On Tue, Jul 21, 2015 at 07:17:41PM -0500, Michael Welling wrote:
> > On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
> >
> > This code has my head spinning.
> >
> > I found that the errors do not occur whe
Hi,
On Tue, Jul 21, 2015 at 07:17:41PM -0500, Michael Welling wrote:
> On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
>
> This code has my head spinning.
>
> I found that the errors do not occur when the driver is built into the kernel.
>
> I also found that with the patch below
On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
This code has my head spinning.
I found that the errors do not occur when the driver is built into the kernel.
I also found that with the patch below the errors go away.
Not sure if it is acceptible but see if it fixes things on your
On Tue, Jul 21, 2015 at 11:34:41AM +0200, Pavel Machek wrote:
> Actually.. for the record I'm _not_ using modules. So either I hit
> something different, or problem happens regardless of modules.
> Pavel
I was able to reproduce
On Mon 2015-07-20 15:46:47, Michael Welling wrote:
> On Tue, Jul 14, 2015 at 09:14:12AM +0200, Pali Rohár wrote:
> > On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > > > I think nothing special. I just call:
> > > >
> > >
On Tuesday 21 July 2015 09:33:00 Pavel Machek wrote:
> On Tue 2015-07-21 09:31:27, Pavel Machek wrote:
> > On Wed 2015-07-15 15:10:48, Michael Welling wrote:
> > > On Wed, Jul 15, 2015 at 09:49:33PM +0200, Pavel Machek wrote:
> > > > Hi!
> > > >
> > > > > > Ok, so:
> > > > > >
> > > > > > 4.2-rc1
On Tue 2015-07-21 09:31:27, Pavel Machek wrote:
> On Wed 2015-07-15 15:10:48, Michael Welling wrote:
> > On Wed, Jul 15, 2015 at 09:49:33PM +0200, Pavel Machek wrote:
> > > Hi!
> > >
> > > > > Ok, so:
> > > > >
> > > > > 4.2-rc1 worked for me, IIRC.
> > > >
> > > > This does not make sense.
> >
On Wed 2015-07-15 15:10:48, Michael Welling wrote:
> On Wed, Jul 15, 2015 at 09:49:33PM +0200, Pavel Machek wrote:
> > Hi!
> >
> > > > Ok, so:
> > > >
> > > > 4.2-rc1 worked for me, IIRC.
> > >
> > > This does not make sense.
> > >
> > > Nothing has changed in drivers/spi between these versions
On Monday 20 July 2015 22:46:47 Michael Welling wrote:
> On Tue, Jul 14, 2015 at 09:14:12AM +0200, Pali Rohár wrote:
> > On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > > > I think nothing special. I just call:
> > > >
>
On Wed, Jul 15, 2015 at 09:49:33PM +0200, Pavel Machek wrote:
> Hi!
>
> > > Ok, so:
> > >
> > > 4.2-rc1 worked for me, IIRC.
> >
> > This does not make sense.
> >
> > Nothing has changed in drivers/spi between these versions.
> > Are you sure that 4.2-rc1 worked for you?
>
> Tested again: yes,
On Tue, Jul 14, 2015 at 09:14:12AM +0200, Pali Rohár wrote:
> On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > > I think nothing special. I just call:
> > >
> > > export ARCH=arm
> > > export CROSS_COMPILE=arm-linux-gnueabi-
On Wed, Jul 15, 2015 at 09:49:33PM +0200, Pavel Machek wrote:
> Hi!
>
> > > Ok, so:
> > >
> > > 4.2-rc1 worked for me, IIRC.
> >
> > This does not make sense.
> >
> > Nothing has changed in drivers/spi between these versions.
> > Are you sure that 4.2-rc1 worked for you?
>
> Tested again: yes,
Hi!
> > Ok, so:
> >
> > 4.2-rc1 worked for me, IIRC.
>
> This does not make sense.
>
> Nothing has changed in drivers/spi between these versions.
> Are you sure that 4.2-rc1 worked for you?
Tested again: yes, I have 4.2-rc1 booted on the device... based on
Linus' 1c4c7159ed2468f3ac4ce5a7f08d79
On Tue, Jul 14, 2015 at 10:01:26PM +0200, Pavel Machek wrote:
> On Tue 2015-07-14 11:33:42, Michael Welling wrote:
> > On Tue, Jul 14, 2015 at 09:14:12AM +0200, Pali Rohár wrote:
> > > On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > > > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohá
On Tue 2015-07-14 11:33:42, Michael Welling wrote:
> On Tue, Jul 14, 2015 at 09:14:12AM +0200, Pali Rohár wrote:
> > On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > > > I think nothing special. I just call:
> > > >
> > >
On Tue, Jul 14, 2015 at 09:14:12AM +0200, Pali Rohár wrote:
> On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > > I think nothing special. I just call:
> > >
> > > export ARCH=arm
> > > export CROSS_COMPILE=arm-linux-gnueabi-
* Pali Rohár [150714 00:16]:
> On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> > On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > > I think nothing special. I just call:
> > >
> > > export ARCH=arm
> > > export CROSS_COMPILE=arm-linux-gnueabi-
> > > make rx51_defconfig
> >
On Monday 13 July 2015 17:36:07 Michael Welling wrote:
> On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> > I think nothing special. I just call:
> >
> > export ARCH=arm
> > export CROSS_COMPILE=arm-linux-gnueabi-
> > make rx51_defconfig
> > rm -f arch/arm/boot/zImage
> > make -j12 zI
On 14.07.2015 04:32, Sebastian Reichel wrote:
> Hi,
>
> On Mon, Jul 13, 2015 at 06:05:47PM +0200, Pali Rohár wrote:
>> now I'm testing 4.2-rc2 release and rtc is working:
>>
>> [ 27.426055] omap_i2c 48072000.i2c: controller timed out
>> [ 28.723358] twl_rtc 4807.i2c:twl@48:rtc: Power up re
On Tue, Jul 14, 2015 at 12:02:44AM +0200, Pali Rohár wrote:
> I think nothing special. I just call:
>
> export ARCH=arm
> export CROSS_COMPILE=arm-linux-gnueabi-
> make rx51_defconfig
> rm -f arch/arm/boot/zImage
> make -j12 zImage modules omap3-n900.dtb CONFIG_DEBUG_SECTION_MISMATCH=y
> cat arch/
On Monday 13 July 2015 23:52:32 Michael Welling wrote:
> On Mon, Jul 13, 2015 at 10:34:21PM +0200, Pali Rohár wrote:
> > On Monday 13 July 2015 22:28:35 Michael Welling wrote:
> > > On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote:
> > > > Hello, here is my objdump of 4.2-rc2 version:
> >
On Mon, Jul 13, 2015 at 10:34:21PM +0200, Pali Rohár wrote:
> On Monday 13 July 2015 22:28:35 Michael Welling wrote:
> > On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote:
> > > Hello, here is my objdump of 4.2-rc2 version:
> > >
> > > 0064 :
> > > 64: e3003182movw
On Monday 13 July 2015 22:28:35 Michael Welling wrote:
> On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote:
> > Hello, here is my objdump of 4.2-rc2 version:
> >
> > 0064 :
> > 64: e3003182movwr3, #386; 0x182
> > 68: e19030b3ldrh
On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote:
> Hello, here is my objdump of 4.2-rc2 version:
>
> 0064 :
> 64: e3003182movwr3, #386; 0x182
> 68: e19030b3ldrhr3, [r0, r3]
> 6c: e3130004tst r3, #4
>
Hi,
On Mon, Jul 13, 2015 at 06:05:47PM +0200, Pali Rohár wrote:
> now I'm testing 4.2-rc2 release and rtc is working:
>
> [ 27.426055] omap_i2c 48072000.i2c: controller timed out
> [ 28.723358] twl_rtc 4807.i2c:twl@48:rtc: Power up reset detected.
> [ 30.127014] twl_rtc 4807.i2c:twl
On Mon, Jul 13, 2015 at 07:09:06PM +0200, Pali Rohár wrote:
> On Monday 13 July 2015 19:03:44 Michael Welling wrote:
> > On Mon, Jul 13, 2015 at 10:09:21AM +0200, Sebastian Reichel wrote:
> > > [+cc Michael Welling , author of all omap-spi
> > > patches between 4.1 and 4.2-rc1]
> > >
> > > Hi,
> >
On Monday 13 July 2015 19:03:44 Michael Welling wrote:
> On Mon, Jul 13, 2015 at 10:09:21AM +0200, Sebastian Reichel wrote:
> > [+cc Michael Welling , author of all omap-spi
> > patches between 4.1 and 4.2-rc1]
> >
> > Hi,
> >
> > On Sun, Jul 12, 2015 at 11:44:25PM -0700, Tony Lindgren wrote:
> >
On Mon, Jul 13, 2015 at 10:09:21AM +0200, Sebastian Reichel wrote:
> [+cc Michael Welling , author of all omap-spi patches
> between 4.1 and 4.2-rc1]
>
> Hi,
>
> On Sun, Jul 12, 2015 at 11:44:25PM -0700, Tony Lindgren wrote:
> > * Pali Rohár [150711 05:07]:
> > > Hello,
> > >
> > > now I teste
On Monday 13 July 2015 17:51:39 Sebastian Reichel wrote:
> Hi,
>
> On Sat, Jul 11, 2015 at 02:05:05PM +0200, Pali Rohár wrote:
> > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > broken and cause kernel oops...
> >
> > Basically wifi, touchscreen and rtc drivers not worki
Hi,
On Sat, Jul 11, 2015 at 02:05:05PM +0200, Pali Rohár wrote:
> now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> broken and cause kernel oops...
>
> Basically wifi, touchscreen and rtc drivers not working...
I just tried 4.2-rc2 and I can't see any of the problems you hav
* Pali Rohár [150713 04:13]:
>
> Ok, and any idea what is with rtc?
Probably one of these:
$ git log --pretty=oneline v4.1..v4.2-rc2 drivers/mfd/*twl*
drivers/i2c/busses/i2c-omap.c
24867481b8c0a3bc3ab53b634e3cc03680ac3ac6 Merge branch 'i2c/for-4.2' of
git://git.kernel.org/pub/scm/linux/kernel
On Sunday 12 July 2015 23:44:25 Tony Lindgren wrote:
> * Pali Rohár [150711 05:07]:
> > Hello,
> >
> > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > broken and cause kernel oops...
> >
> > Basically wifi, touchscreen and rtc drivers not working...
> >
> > Here are som
[+cc Michael Welling , author of all omap-spi patches
between 4.1 and 4.2-rc1]
Hi,
On Sun, Jul 12, 2015 at 11:44:25PM -0700, Tony Lindgren wrote:
> * Pali Rohár [150711 05:07]:
> > Hello,
> >
> > now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> > broken and cause kernel o
* Pali Rohár [150711 05:07]:
> Hello,
>
> now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
> broken and cause kernel oops...
>
> Basically wifi, touchscreen and rtc drivers not working...
>
> Here are some relevant snippets form dmesg:
>
> [ 13.933959] Unhandled fault: ex
Hello,
now I tested 4.2-rc1 release on Nokia N900 and couple of drivers are
broken and cause kernel oops...
Basically wifi, touchscreen and rtc drivers not working...
Here are some relevant snippets form dmesg:
[ 13.933959] Unhandled fault: external abort on non-linefetch (0x1028) at
0xfa098
53 matches
Mail list logo