Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2006-12-05 | 1 | -3/+3 |
| | | | | | | | | | | Fix up arch-specific work items where possible to use the new work_struct and delayed_work structs. Three places that enqueue bits of their stack and then return have been marked with #error as this is not permitted. Signed-Off-By: David Howells <dhowells@redhat.com> | ||||
* | [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata | Komal Shah | 2006-09-29 | 1 | -3/+5 |
| | | | | | | | | | | | This patch adds keymapsize, delay and debounce flag in the keypad platform data for various TI OMAP1/2 based boards like F-sample, H2, H3, Innovator, Nokia770, OSK, Perseus and H4. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||||
* | [ARM] 3433/1: ARM: OMAP: 8/8 Update board files | Tony Lindgren | 2006-04-02 | 1 | -0/+268 |
Patch from Tony Lindgren This patch syncs OMAP board support with linux-omap tree. The highlights of the patch are: - Add support for Nokia 770 by Juha Yrjola - Add support for Samsung Apollon by Kyungmin Park - Add support for Amstrad E3 videophone by Jonathan McDowell - Remove board-netstar.c board support as requested by Ladislav Michl - Do platform_device registration in board files by Komal Shah et al. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |