dd850f12 | 17-Nov-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Transform clps711x-framebuffer to platform driver and use it
clps711x-framebuffer driver needs to be updated and this is a first step to make driver better. With this patch we are con
ARM: clps711x: Transform clps711x-framebuffer to platform driver and use it
clps711x-framebuffer driver needs to be updated and this is a first step to make driver better. With this patch we are convert clps711x-framebuffer to platform device and load this driver from board code.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
show more ...
|
b3a076dd | 17-Nov-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: p720t: Using "leds-gpio" driver for LED control
Instead of manually create LED class device, we will use "leds-gpio" driver for LED control.
Signed-off-by: Alexander Shiyan <shc_work
ARM: clps711x: p720t: Using "leds-gpio" driver for LED control
Instead of manually create LED class device, we will use "leds-gpio" driver for LED control.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
show more ...
|
74fde6de | 10-Oct-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: rework IRQ sybsustem initialization
Reworked IRQ subsystem to be able to use some interrupts with "End of interrupt" handler.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signe
ARM: clps711x: rework IRQ sybsustem initialization
Reworked IRQ subsystem to be able to use some interrupts with "End of interrupt" handler.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|
1c3a918f | 21-Aug-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Remove board support for CEIVA
The current kernel does not fit in the CEIVA ROM. Also, some functional has already been removed due migrate from 2.6 to 3.0, and it seems that no one u
ARM: clps711x: Remove board support for CEIVA
The current kernel does not fit in the CEIVA ROM. Also, some functional has already been removed due migrate from 2.6 to 3.0, and it seems that no one uses this platform. So, remove support for this board and modules specific only to this board.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
show more ...
|
afc49177 | 21-Aug-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Fix register definitions
This patch contain some fixes: - Fixes the address of register PORTE. - Corrects name for DAIDR0 register. - Removes unused definition for SYNCIO_CFGLEN. - Fi
ARM: clps711x: Fix register definitions
This patch contain some fixes: - Fixes the address of register PORTE. - Corrects name for DAIDR0 register. - Removes unused definition for SYNCIO_CFGLEN. - Fixes definition SYNCIO_FRMLEN.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
show more ...
|
7255f87a | 21-Aug-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Fix lowlevel debug-macro
CTS signal can not be used for the port and tied to any logic state. In this case we have an infinite loop waiting for the signal. For fix this problem, check
ARM: clps711x: Fix lowlevel debug-macro
CTS signal can not be used for the port and tied to any logic state. In this case we have an infinite loop waiting for the signal. For fix this problem, checking CTS removed, waiting for the signal "busy" was postponed after the byte write to the port.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
show more ...
|
0da47184 | 16-Jul-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Remove the setting of the time
This patch fixes "bug: interrupts were enabled early" due to do_settimeofday() which used in common code for clps711x-platform.
Signed-off-by: Alexande
ARM: clps711x: Remove the setting of the time
This patch fixes "bug: interrupts were enabled early" due to do_settimeofday() which used in common code for clps711x-platform.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|
3785d2d0 | 16-Jul-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Removed superfluous transform virt_to_bus and related functions
This override does not allow support for multiple machines in a single core.
Signed-off-by: Alexander Shiyan <shc_work
ARM: clps711x: Removed superfluous transform virt_to_bus and related functions
This override does not allow support for multiple machines in a single core.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|
0573a2bb | 15-May-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM: clps711x: Cleanup IRQ handling
This patch contains two changes: - Removed unused definitions from mach/irqs.h - Do not mask interrupts in ack procedure, because we have separate intX_mask pro
ARM: clps711x: Cleanup IRQ handling
This patch contains two changes: - Removed unused definitions from mach/irqs.h - Do not mask interrupts in ack procedure, because we have separate intX_mask procedure for do it and actually these 2 functions are called sequentially
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|
9b747fea | 14-May-2012 |
Alexander Shiyan <shc_work@mail.ru> |
ARM clps711x: Removed unused header mach/time.h
All functions from this header already provided by common.c
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arn
ARM clps711x: Removed unused header mach/time.h
All functions from this header already provided by common.c
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
|