mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
1. use ioremap() for registers access, this improves the portability of the driver (e.g. same IP on different processor with different I/O memory range), and make it possible to remove those registers definition in pxa-regs.h as PXA is undergoing a clean-up of that header file 2. use device specific IRQ instead of hardcoded IRQ_KEYPAD, same reason as above 3. clean up the error handling path in _probe() 4. remove DRIVER_NAME and use pdev->name when necessary, we don't actually need a constant string literals Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> |
History
|
|
|---|---|---|
| .. | ||
| aaed2000_kbd.c | ||
| amikbd.c | ||
| atakbd.c | ||
| atkbd.c | ||
| bf54x-keys.c | ||
| corgikbd.c | ||
| gpio_keys.c | ||
| hil_kbd.c | ||
| hilkbd.c | ||
| hpps2atkbd.h | ||
| jornada680_kbd.c | ||
| jornada720_kbd.c | ||
| Kconfig | ||
| lkkbd.c | ||
| locomokbd.c | ||
| Makefile | ||
| maple_keyb.c | ||
| newtonkbd.c | ||
| omap-keypad.c | ||
| pxa27x_keypad.c | ||
| spitzkbd.c | ||
| stowaway.c | ||
| sunkbd.c | ||
| tosakbd.c | ||
| xtkbd.c | ||