commit | f7a9a4d782628b4bd2392d931b95bd49732a2918 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Fri May 08 08:59:51 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon May 18 16:48:55 2009 +0100 |
tree | ff8289780c6f9de55d118486c16a1220eb530d0b | |
parent | d98aac7592114241f378bc8d5b3e424cced7ded2 [diff] |
[ARM] 5510/1: U300 GPIO debug and init fixes This moves the GPIO driver away from using __devinit and __devexit It also removes all printk() in favor of using dev_* print macros on pdev->dev struct instead. Surplus prints are removed, and the platform_device_probe() function is used instead of putting a .probe function in the platform driver struct. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>