Re: [PATCH] pasemi: Electra CF driver

2007-05-15 Thread Arnd Bergmann
On Tuesday 15 May 2007, Olof Johansson wrote: > Driver for the CompactFlash slot on the PA Semi Electra eval board. It's > a simple device sitting on localbus, with interrupts and detect/voltage > control over GPIO. The driver looks really good, there is nothing for me to complain about. > The dr

[PATCH] pasemi: Electra CF driver

2007-05-14 Thread Olof Johansson
Driver for the CompactFlash slot on the PA Semi Electra eval board. It's a simple device sitting on localbus, with interrupts and detect/voltage control over GPIO. The driver is implemented as an of_platform driver, and adds localbus as a bus being probed by the of_platform framework. Signed-off