Abraham Arce [off-list ref] writes:
Keyboard controller for OMAP4 includes
- built-in scanning algorithm
- debouncing feature
- handling mechanism up to 9 x 9 keys
- wake-up event generation
[...]
v4
Felipe.Balbi.01 | rows, cols, base and irq definitions
Felipe.Balbi.02 | device_* calls
Felipe.Balbi.03 | input device registration before irq enabling
Felipe.Balbi.04 | kzalloc allocation never to be freed
Tony.Lindgren.01 | test in omap2 and omap3
Tony.Lindgren.02 | add cpu_is_omap44xx()
Kevin.Hillman.01 | drop device_* calls
Kevin.Hillman.01 | use runtime PM API
I don't see the runtime PM API used anywere in this series.
Kevin