Re: [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-10-04 Thread Wolfgang Denk
Dear Marek Vasut, In message 1348955586-7109-1-git-send-email-ma...@denx.de you wrote: This patchset is a STAGE 1 of preparation of the stdio and serial subsys for the driver model. Formal complaint: There is no change log. Actually none of the patches has any marker that it is a resubmit of

Re: [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-10-04 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 1348955586-7109-1-git-send-email-ma...@denx.de you wrote: This patchset is a STAGE 1 of preparation of the stdio and serial subsys for the driver model. Formal complaint: There is no change log. Actually none of the patches has any

Re: [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-10-02 Thread Tom Rini
On Sat, Sep 29, 2012 at 11:51:53PM +0200, Marek Vasut wrote: This patchset is a STAGE 1 of preparation of the stdio and serial subsys for the driver model. The idea of this patchset is: 1) Clean up the struct serial_device Do a coding style cleanup. 2) Replace .init and .uninit with

[U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-09-29 Thread Marek Vasut
This patchset is a STAGE 1 of preparation of the stdio and serial subsys for the driver model. The idea of this patchset is: 1) Clean up the struct serial_device Do a coding style cleanup. 2) Replace .init and .uninit with .start and .stop This is to bring struct serial_device much closer