Re: linux-next: manual merge of the gpio tree with Linus' tree

2014-05-28 Thread Michael Stickel
e missing increment in the of path it became negative. -- ------------ Michael StickelTel. +49 4321 559 56-29 mycable GmbH Fax+49 4321 559 56-10 Gartenstrasse 10

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-14 Thread Michael Stickel
Hi Grant, Am 14.05.2014 12:08, schrieb Grant Likely: > More generally I am concerned about whether or not overlays > will introduce corner cases that can never be handled correctly, > particularly in how multiple overlays will get handled. I want to see > very clear rules on what happens when mult

Re: [PATCH v3 6/7] OF: spi: Add overlay bus handler

2014-03-20 Thread Michael Stickel
Am 18.03.2014 22:56, schrieb Pantelis Antoniou: > Add the bus handler registration needed for performing overlays > containing spi devices. > > Signed-off-by: Pantelis Antoniou > --- > drivers/spi/spi.c | 345 > ++ > 1 file changed, 242 insert

Re: Bitrotting serial drivers

2005-03-22 Thread Michael Stickel
If we leave the driver for the au1x00 as it is it should not have the register_serial / unregister_serial functions and it should be renamed to something else, e.g. ttySAxxx like it is done for the internal serial port of the strongarm (sa1100). I have thought about the serial driver and came a