Re: [PATCH 1/3] powerpc: Emulation support for load/store instructions on LE

2016-11-05 Thread Anton Blanchard
Hi, > kprobe, uprobe, hw-breakpoint and xmon are the only user of > emulate_step. > > Kprobe / uprobe single-steps instruction if they can't emulate it, so > there is no problem with them. As I mention, hw-breakpoint is broken. > However I'm not sure about xmon, I need to check that. I was mostl

Re: [PATCH 00/22] mtd: nand: return error code of nand_scan(_ident, _tail) on error

2016-11-05 Thread Marek Vasut
On 11/04/2016 11:42 AM, Masahiro Yamada wrote: > > nand_scan(), nand_scan_ident(), nand_scan_tail() return > an appropriate negative value on error. > > Most of drivers return the value from them on error, > but some of them return the fixed error code -ENXIO > (and a few return -ENODEV). > > Th

Re: Problem with the commit "console: don't prefer first registered if DT specifies stdout-path"

2016-11-05 Thread Aaro Koskinen
On Sat, Nov 05, 2016 at 04:11:11PM +0100, Christian Zigotzky wrote: > After your commit "console: don't prefer first registered if DT specifies > stdout-path" [1] we couldn't see any kernel boot messages anymore. I > restored the old code and after that I was able to see the messages again. > > Sy

Problem with the commit "console: don't prefer first registered if DT specifies stdout-path"

2016-11-05 Thread Christian Zigotzky
Hello Paul, After your commit "console: don't prefer first registered if DT specifies stdout-path" [1] we couldn't see any kernel boot messages anymore. I restored the old code and after that I was able to see the messages again. System: Nemo board with P.A. Semi PA6T PowerPC CPU I understa