18 Dec, 2008
7 commits
-
This patch removes the inclusion of mach/hardware.h from mach/irqs.h and
switches to more meaningful names for the irq related macros.Signed-off-by: Sascha Hauer
-
This patch adds a missing call to local_irq_restore() and fixes some
compiler warnings about unused variables for MX1.Signed-off-by: Sascha Hauer
-
Signed-off-by: Sascha Hauer
-
The MX1 only has one possible CPU type, ARM920T. Select it in
Kconfig.Signed-off-by: Sascha Hauer
-
…mx/linux-2.6 into devel
-
…d/linux-omap-2.6 into devel
16 Dec, 2008
33 commits
-
With TFTs we can do 5/6/5 instead of 4/4/4. Add a bitfield for this
and use it with TFTs.Acked-by: Krzysztof Helt
Signed-off-by: Sascha Hauer -
rename imxfb_mach_info to a name more common to kernel hackers
Signed-off-by: Sascha Hauer
-
Signed-off-by: Sascha Hauer
-
Move contents of imxfb.h to imxfb.c since it is used only
in this fileSigned-off-by: Sascha Hauer
-
The upper/lower and left/right margins are mixed up in the driver.
Fix itAcked-by: Krzysztof Helt
Signed-off-by: Sascha Hauer -
This patch prepares the current i.MX1 framebuffer driver for usage in the
whole i.MX family. It switches to readl/writel for register accesses.
Also it moves the register definitions to the driver where they belong.Acked-by: Krzysztof Helt
Signed-off-by: Juergen Beisert
Signed-off-by: Sascha Hauer -
Remove the gpio mux setup function from i.MX framebuffer driver.
This function is platform specific and thus should be done by
the board setup. As there are currently no in-kernel users
of this driver we do not break anything.Acked-by: Krzysztof Helt
Signed-off-by: Sascha Hauer -
Signed-off-by: Sascha Hauer
-
Signed-off-by: Claudio Scordino
Signed-off-by: Sascha Hauer -
Drivers which are going to use it will have to select it and use
mxc_set_irq_fiq() to set FIQ mode for this interrupt.Signed-off-by: Paulius Zaleckas
Signed-off-by: Sascha Hauer -
Adds support for MX1 architecture to UART driver.
Signed-off-by: Paulius Zaleckas
Signed-off-by: Sascha Hauer -
Adds MTD XIP support for ARCH_MX1.
Signed-off-by: Darius Augulis
Signed-off-by: Sascha Hauer -
Adds common devices to ARCH_MX1.
Signed-off-by: Darius Augulis
Signed-off-by: Sascha Hauer -
Adds MX1 architecture to platform MXC. It will supersede mach-imx
and let it die.Signed-off-by: Paulius Zaleckas
Signed-off-by: Darius Augulis
Signed-off-by: Sascha Hauer -
Fix GIUS register setup in the mxc_gpio_mode().
Signed-off-by: Darius Augulis
Signed-off-by: Sascha Hauer -
Signed-off-by: Valentin Longchamp
Signed-off-by: Sascha Hauer -
Initial support for mx31moboard platfor with 3 serial ports
and NOR FlashSigned-off-by: Valentin Longchamp
Signed-off-by: Sascha Hauer -
pins definition for UART5 when used in alternate mode 2
Signed-off-by: Valentin Longchamp
Signed-off-by: Sascha Hauer -
UART2 pins when used in functionnal mode
Signed-off-by: Valentin Longchamp
Signed-off-by: Sascha Hauer -
Use readl/writel instead of direct pointer deref.
Signed-off-by: Marc Kleine-Budde
Signed-off-by: Sascha Hauer -
This removes clkrt and cmdat from struct imxmci_host, they are
unused.Signed-off-by: Marc Kleine-Budde
Signed-off-by: Sascha Hauer -
This cleans up the warnings issued by the checkpatch script
and remove the file history from the headerSigned-off-by: Marc Kleine-Budde
Signed-off-by: Sascha Hauer -
Signed-off-by: Sascha Hauer
-
Signed-off-by: Sascha Hauer
-
Signed-off-by: Sascha Hauer
-
This patch adds the platform device and resources for NAND
on mx27 boards.Signed-off-by: Sascha Hauer
-
Signed-off-by: Fabio Estevam
Signed-off-by: sascha Hauer -
Add basic support to the MX31PDK development board, also known
as MX31 3DS or MX31 3-stack board (http://www.freescale.com/imx31pdk).Signed-off-by: Fabio Estevam
Signed-off-by: sascha Hauer -
Signed-off-by: Sascha Hauer
-
smc911x now also supports LAN921{5,7,8} network controllers.
Signed-off-by: Guennadi Liakhovetski
Signed-off-by: Sascha Hauer -
The pcm038 module (phyCORE-i.MX27) comes with a 512 KiB static RAM which
can be battery buffered. Add mtd_ram support and configure the chip select
line, to which the sram is attached.Signed-off-by: Luotao Fu
Signed-off-by: Sascha Hauer -
mxc_iomux_set_pad() is buggy on i.MX31 - it calculates the register and
the offset therein wrongly. Fix it.Signed-off-by: Guennadi Liakhovetski
Signed-off-by: Sascha Hauer -
Signed-off-by: Sascha Hauer