History log of /openbmc/linux/arch/arm/mach-imx/Kconfig (Results 201 – 225 of 530)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5658bff6 18-Mar-2011 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: let MACH_IMX27_VISSTRIM_M10 select IMX_HAVE_PLATFORM_IMX_SSI

mach-imx27_visstrim_m10.c uses imx27_add_imx_ssi() so it needs to select
IMX_HAVE_PLATFORM_IMX_SSI to fix:

arch/arm/mach-imx/

ARM: imx: let MACH_IMX27_VISSTRIM_M10 select IMX_HAVE_PLATFORM_IMX_SSI

mach-imx27_visstrim_m10.c uses imx27_add_imx_ssi() so it needs to select
IMX_HAVE_PLATFORM_IMX_SSI to fix:

arch/arm/mach-imx/built-in.o: In function `visstrim_m10_board_init':
mach-imx27_visstrim_m10.c:(.init.text+0x308): undefined reference to `imx_add_imx_ssi'
mach-imx27_visstrim_m10.c:(.init.text+0x394): undefined reference to `imx27_imx_ssi_data'

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

show more ...


# ff864521 01-Mar-2011 Fabio Estevam <fabio.estevam@freescale.com>

ARM: mx25_3ds: Add I2C support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


# 5885f036 01-Mar-2011 Fabio Estevam <fabio.estevam@freescale.com>

ARM: mx27_3ds: Add I2C support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


# a5e2051b 01-Mar-2011 Javier Martin <javier.martin@vista-silicon.com>

ARM: Add SSI and aic3204 code to Visstrim_M10 boards.

Visstrim_M10 boards have an TI tlv320aic3204 codec
attached to SSI1.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-

ARM: Add SSI and aic3204 code to Visstrim_M10 boards.

Visstrim_M10 boards have an TI tlv320aic3204 codec
attached to SSI1.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

show more ...


Revision tags: v2.6.38-rc6, v2.6.38-rc5, v2.6.38-rc4, v2.6.38-rc3
# 9c2c3584 24-Jan-2011 Fabio Estevam <fabio.estevam@freescale.com>

ARM: imx: Add initial support for IMX27IPCAM board

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


Revision tags: v2.6.38-rc2, v2.6.38-rc1
# 92cb33f1 10-Jan-2011 Fabio Estevam <festevam@gmail.com>

ARM: imx/mx27_3ds: Add debug board support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


Revision tags: v2.6.37
# c67a3e09 03-Jan-2011 Fabio Estevam <fabio.estevam@freescale.com>

ARM: imx/mx27_3ds: Add PMIC support

MX27_3DS board has a MC13783 PMIC connected to the CSPI2 port.

Add support for the PMIC.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-b

ARM: imx/mx27_3ds: Add PMIC support

MX27_3DS board has a MC13783 PMIC connected to the CSPI2 port.

Add support for the PMIC.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

show more ...


Revision tags: v2.6.37-rc8
# 460d30a3 22-Dec-2010 Fabio Estevam <fabio.estevam@freescale.com>

ARM: imx/mx25_3ds: Add USB support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


# 96cf4239 22-Dec-2010 Fabio Estevam <fabio.estevam@freescale.com>

ARM: imx/mx27_3ds: Add USB OTG support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


Revision tags: v2.6.37-rc7, v2.6.37-rc6
# 8be9252f 07-Dec-2010 Fabio Estevam <fabio.estevam@freescale.com>

ARM: imx/mx27_3ds: Add watchdog support

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>


Revision tags: v2.6.37-rc5, v2.6.37-rc4, v2.6.37-rc3, v2.6.37-rc2
# c7259df3 05-Nov-2010 Sascha Hauer <s.hauer@pengutronix.de>

ARM i.MX irq: Compile avic irq code only on SoCs that need it

This patch adds a Kconfig option for the avic irq controller
and lets the SoCs that need it select this option.
Also, as we have two irq

ARM i.MX irq: Compile avic irq code only on SoCs that need it

This patch adds a Kconfig option for the avic irq controller
and lets the SoCs that need it select this option.
Also, as we have two irq controllers for i.MX, irq.c is not
appropriate anymore, so rename it to avic.c

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

show more ...


# 124bf94a 19-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: fix name for functions adding sdhci-esdhc-imx devices

and restore alphabetic ordering.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# 36a8cac9 11-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: let the machines select SOC_IMX{21,27}

This prepares multi-SoC kernel support.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# fd2fa2e3 11-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: let IMX_HAVE_PLATFORM_IMX_FB select HAVE_FB_IMX

This way FB_IMX can just depend on HAVE_FB_IMX and machines
just need to select IMX_HAVE_PLATFORM_IMX_FB without bothering
about HAVE_FB_IMX

ARM: imx: let IMX_HAVE_PLATFORM_IMX_FB select HAVE_FB_IMX

This way FB_IMX can just depend on HAVE_FB_IMX and machines
just need to select IMX_HAVE_PLATFORM_IMX_FB without bothering
about HAVE_FB_IMX.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

show more ...


# e48ab1c1 11-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: move mx25 support to mach-imx

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# 3f880141 10-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically allocate imx-keypad devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# bd455ed3 09-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically allocate fsl-usb2-udc devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# 2eb42d5c 05-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically allocate mxc-ehci devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# 9d3d945a 05-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically register mxc-mmc devices

... plus a trivial simplification of mx21ads_sdhc_init()

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# ad851bff 04-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically register imx-fb devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


# e0a1961d 04-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically allocate imx2-wdt devices

Currently there is no platform data used in the driver. In case this
changes and for consistency NULL is passed unused to the soc specific
functions.

ARM: imx: dynamically allocate imx2-wdt devices

Currently there is no platform data used in the driver. In case this
changes and for consistency NULL is passed unused to the soc specific
functions.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

show more ...


Revision tags: v2.6.37-rc1
# ae71a562 29-Oct-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically allocate mxc_w1 devices

Currently there is no platform data used in the driver. In case this
changes NULL is passed unused to the soc specific functions.

Signed-off-by: Uwe K

ARM: imx: dynamically allocate mxc_w1 devices

Currently there is no platform data used in the driver. In case this
changes NULL is passed unused to the soc specific functions.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

show more ...


Revision tags: v2.6.36, v2.6.36-rc8
# 4e6898a7 08-Oct-2010 Eric Bénard <eric@eukrea.com>

cpuimx27: fix compile when ULPI is selected

without this patch we get :
arch/arm/mach-imx/built-in.o: In function `eukrea_cpuimx27_init':
eukrea_mbimx27-baseboard.c:(.init.text+0x44c): undefined ref

cpuimx27: fix compile when ULPI is selected

without this patch we get :
arch/arm/mach-imx/built-in.o: In function `eukrea_cpuimx27_init':
eukrea_mbimx27-baseboard.c:(.init.text+0x44c): undefined reference to `mxc_ulpi_access_ops'

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

show more ...


# 22377ec5 08-Oct-2010 Eric Bénard <eric@eukrea.com>

cpuimx27: fix compile when ULPI is selected

without this patch we get :
arch/arm/mach-imx/built-in.o: In function `eukrea_cpuimx27_init':
eukrea_mbimx27-baseboard.c:(.init.text+0x44c): undefined ref

cpuimx27: fix compile when ULPI is selected

without this patch we get :
arch/arm/mach-imx/built-in.o: In function `eukrea_cpuimx27_init':
eukrea_mbimx27-baseboard.c:(.init.text+0x44c): undefined reference to `mxc_ulpi_access_ops'

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

show more ...


Revision tags: v2.6.36-rc7, v2.6.36-rc6, v2.6.36-rc5, v2.6.36-rc4, v2.6.36-rc3
# 4697bb92 25-Aug-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

ARM: imx: dynamically allocate imx-ssi devices

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>


12345678910>>...22