|
2015-10-07
, 22:15
|
Posts: 119 |
Thanked: 217 times |
Joined on Feb 2015
@ Poland
|
#23
|
|
2015-10-07
, 23:14
|
Posts: 119 |
Thanked: 217 times |
Joined on Feb 2015
@ Poland
|
#24
|
n9: fix for CMT not working
CMT would fail with WAKLINES TEST FAILED error. The underlying cause
was usage of function irq_to_gpio that returned wrong GPIO number
for a given IRQ number (it returned 87 instead of 151 for cawake IRQ).
Subsequently ssi_wakein function would always inspected wrong GPIO pin
and always retuned "high" causing ssi_wake_tasklet to misbehave.
To avoid this ssi_resources array now contains GPIO number (not only
IRQ) and omap_ssi stores that GPIO number in omap_ssi_port struct as
wake_gpio alongside IRQ number (stored in wake_irq). This removes the
need for irq_to_gpio function.
Signed-off-by: Filip Matijević <filip.matijevic.pz@gmail.com>
|
2015-10-08
, 05:04
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#25
|
https://github.com/filippz/kernel-ad...1c54b344ffc9fd
Does this fix new-kernel-only bug, or also kernel-plus/defautl kernels are also affected by this bug?
The Following 13 Users Say Thank You to filip.pz For This Useful Post: | ||
|
2017-02-05
, 09:26
|
|
Posts: 82 |
Thanked: 129 times |
Joined on Jan 2017
@ India
|
#26
|
|
2017-04-27
, 10:20
|
Posts: 701 |
Thanked: 1,981 times |
Joined on Jun 2015
@ Lisbon - Portugal
|
#27
|
|
2017-06-07
, 17:48
|
Posts: 1 |
Thanked: 3 times |
Joined on Jun 2017
|
#28
|
|
2017-06-07
, 18:45
|
Posts: 807 |
Thanked: 1,589 times |
Joined on Aug 2014
|
#29
|
|
2018-11-07
, 22:14
|
Posts: 20 |
Thanked: 34 times |
Joined on Oct 2018
@ Sweden
|
#30
|
The Following User Says Thank You to Gamerouge For This Useful Post: | ||
Does anyone know if this can help at least to make a backup?
http://manpages.ubuntu.com/manpages/.../0xFFFF.1.html
There's a "dump" option....
Regards.