Freezes on AT91SAM9G45-Board

2014-09-08 Thread Stefan Biereigel
new kernel. As the files are too long to sensibly paste below, I'll attach them. I hope that is okay. Thank you for any help, please feel free to CC who ever you think could have an idea. Stefan Biereigel -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAE

Re: console / fbdev: fbcon support for bits_per_pixel = 1?

2014-06-15 Thread Stefan Biereigel
byte) when doing LCD updates. I guess, for now that will be the way to go. I'll be there to investigate further if needed. Thank you, Stefan Am 14.06.2014 14:35, schrieb Bruno Prémont: > Hi Stefan, > > On Sat, 14 June 2014 Stefan Biereigel wrote: >> CC: linux-console, lin

console / fbdev: fbcon support for bits_per_pixel = 1?

2014-06-14 Thread Stefan Biereigel
e errors (ignore some missing error handling and mediocre style for now, please). Thank you for any help and input. Best regards, Stefan Biereigel 8<--- testfb.c #include #include #include #include #include #include #include #define DISPLAY_WIDTH 240 #define DISPLAY_HEIGHT 64

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-26 Thread Stefan Biereigel
Am 26.03.2014 23:36, schrieb Kieran Clancy: On Thu, Mar 27, 2014 at 6:26 AM, Stefan Biereigel wrote: I tested both of your patches. The processing of events works well on my N150, the lid is reported open correctly after resume. For the second patch (the whitelisting-approach), I had to

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-26 Thread Stefan Biereigel
Am 26.03.2014 15:38, schrieb Kieran Clancy: > On Wed, Mar 26, 2014 at 9:12 PM, Stefan Biereigel wrote: >> >> I don't know if it is a valid idea, but maybe it would be ok to process >> events after resume in general, and only throw away events on those >> platfor

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-26 Thread Stefan Biereigel
If RC8 still works on my laptop, then I guess >> the best would be >> to make the EC fix specific to series 5, 7, 9 laptops, so your N150 is not >> affected anymore. >> Thank you so much Stefan for your in-depth tests! >> >> Cheers! >> -- >> Juan M

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-25 Thread Stefan Biereigel
reports the correct symbol after the wakeup), so I guess this is working as it should (as it is handled by the _WAK-Routine??). Hope that helps! Stefan Am 25.03.2014 14:23, schrieb Kieran Clancy: > On Tue, Mar 25, 2014 at 8:04 PM, Lan Tianyu wrote: >> 2014-03-24 19:19 GMT+08:00 Stefan

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-25 Thread Stefan Biereigel
f any help. Until then - my DSDT is uploaded here: http://filebin.ca/1GkDaYm5U1lp/dsdt-samsung-n150 Stefan Am 25.03.2014 14:23, schrieb Kieran Clancy: > On Tue, Mar 25, 2014 at 8:04 PM, Lan Tianyu wrote: >> 2014-03-24 19:19 GMT+08:00 Stefan Biereigel : >>> Hi, >>> th

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-25 Thread Stefan Biereigel
http://zenstep.com.ar/files/DSDT_SamsungSeries5-NP530U3c-AB1_WithBios_P14AAJ.dsl > > Cheers! > -- > Juan Manuel Cabo > > > On 03/25/2014 10:23 AM, Kieran Clancy wrote: >> On Tue, Mar 25, 2014 at 8:04 PM, Lan Tianyu wrote: >>> 2014-03-24 19:19 GMT+08:00 Stefan

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-25 Thread Stefan Biereigel
Sorry, I sadly do not have any of these machines. If I get my hands on one, I will post dmidecode. Thanks for your help, Stefan Am 25.03.2014 10:34, schrieb Lan Tianyu: > 2014-03-24 19:19 GMT+08:00 Stefan Biereigel : >> Hi, >> thank you for the suggestion. The patch resolves

Re: [REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-24 Thread Stefan Biereigel
"Samsung NP530U3C", { > + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), > + DMI_MATCH(DMI_PRODUCT_NAME, "530U3C/530U4C/532U3C"),}, NULL}, > {}, > }; > > > > > 2014-03-24 15:50 GMT+08:00 Stefan Biereigel

[REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM.

2014-03-24 Thread Stefan Biereigel
Hi, starting with 3.14-rc6, the lid on my Samsung N150 behaves weird: My system is set up, so that it should suspend to RAM as soon as the lid is closed. Beginning with 3.14-rc6, the lid goes from "open" to "closed" correctly the first time (and the system suspends), but after resuming from standb