Re: [U-Boot] [PATCH 0/6] stdio: Clean up

2012-09-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201209011857.18390.ma...@denx.de> you wrote: > > I'd like to use it to track what's gonna end up in our patchdrop for the > > university, hope it's not a problem. > > Please feel free to add a line to the commit message body, but please > k

Re: [U-Boot] [PATCH 0/6] stdio: Clean up

2012-09-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <201209011857.18390.ma...@denx.de> you wrote: > > I'd like to use it to track what's gonna end up in our patchdrop for the > university, hope it's not a problem. Please feel free to add a line to the commit message body, but please keep the Subject: clean. > > You

Re: [U-Boot] [PATCH 0/6] stdio: Clean up

2012-09-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek, > > In message <201209011619.06260.ma...@denx.de> you wrote: > > > > NOTE: I'm still working on the "compile tested on 2 different > > > > architectures" > > ... > > > But all in all, I think exporting structures for others to access them as > > they wish isn't

Re: [U-Boot] [PATCH 0/6] stdio: Clean up

2012-09-01 Thread Wolfgang Denk
Dear Marek, In message <201209011619.06260.ma...@denx.de> you wrote: > > > > NOTE: I'm still working on the "compile tested on 2 different > > > architectures" ... > But all in all, I think exporting structures for others to access them as > they > wish isn't the best of ideas. Therefore I enc

Re: [U-Boot] [PATCH 0/6] stdio: Clean up

2012-09-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1346453055-30888-1-git-send-email-ma...@denx.de> you wrote: > > Clean up a few things in STDIO. Mostly, don't export structures directly, > > but introduce some kind of accessors if needed and remove dead code. > > > > NOTE: I'm still worki

Re: [U-Boot] [PATCH 0/6] stdio: Clean up

2012-09-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <1346453055-30888-1-git-send-email-ma...@denx.de> you wrote: > Clean up a few things in STDIO. Mostly, don't export structures directly, > but introduce some kind of accessors if needed and remove dead code. > > NOTE: I'm still working on the "compile tested on 2 diff

[U-Boot] [PATCH 0/6] stdio: Clean up

2012-08-31 Thread Marek Vasut
Clean up a few things in STDIO. Mostly, don't export structures directly, but introduce some kind of accessors if needed and remove dead code. NOTE: I'm still working on the "compile tested on 2 different architectures" part. I'll keep you posted about that. I'd be glad for a review though.