History log of /arch/arm/mach-pxa/am300epd.c
Revision Date Author Comments
6384fdadb48a875bcc1c0f58933275f15f409b76 10-Oct-2011 Haojian Zhuang <haojian.zhuang@marvell.com> ARM: pxa: rename IRQ_GPIO to PXA_GPIO_TO_IRQ

Avoid potential naming confliction since multiple architecture will be built
in a single kernel.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
5898eb79fb45d4fd4ce22139c168de937bfaab38 07-Mar-2011 Axel Lin <axel.lin@gmail.com> ARM: pxa/am300epd: fix leak in am300_init_gpio_regs error path

If gpio_request fails when i > 0, gpios[0] is not freed in current
implementation.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
c1c341a060da1bd66a1982198b1a99765b07b8a2 11-Mar-2010 Jaya Kumar <jayakumar.lkml@gmail.com> broadsheetfb: add multiple panel type support

Update broadsheetfb to add support for multiple panel types. The 3.7" and
6" are known to work but the 9.7" is untested due to lack of hardware.

Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4ce255c1420dd7c4b97ad4dabd13fa5d862ad700 01-Jan-2009 Jaya Kumar <jayakumar.lkml@gmail.com> [ARM] 5354/1: mach-pxa: add AM300 platform driver v3

This patch adds support for the AM300 platform driver which uses the
E-Ink broadsheetfb display driver.

Cc: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>