From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: i.MX23 patches
Date: Thu, 20 Jan 2011 10:46:51 +0100 [thread overview]
Message-ID: <1295516821-8988-1-git-send-email-s.hauer@pengutronix.de> (raw)
Hi all,
The following is the result of working on the Chumby. Not all patches
are strictly for the chumby, most notable is the renaming of mach-stm
to mach-mxs.
Sascha
The following changes since commit 1a0ddc54ef631a7f7d7ed1831bda09eb10bafbfd:
imx: add reg definitions for imx25 and imx35 boot source. (2011-01-20 09:42:34 +0100)
are available in the git repository at:
nowhere ..BRANCH.NOT.VERIFIED..
Sascha Hauer (10):
USB ehci: Set to host mode on tt capable controllers
i.MX23: Add USB (phy) support
ARM Chumby: Add USB support
ARM Chumby: Add MMU support
i.MX23/28: Fix setting of lcd clock
fb i.MX23/28: add platform data hook to enable backlight
ARM chumby: enable backlight in platform data hook
fb i.MX23/28: rename imx_fb_videomode to imx_fb_platformdata
ARM: rename STM arch to mxs
ARM chumby defconfig: update with new features
arch/arm/Kconfig | 6 +-
arch/arm/Makefile | 2 +-
arch/arm/boards/chumby_falconwing/falconwing.c | 79 ++++++++++++++++-
arch/arm/configs/chumbyone_defconfig | 21 ++++-
arch/arm/configs/imx23evk_defconfig | 2 +-
arch/arm/configs/tx28stk5_defconfig | 2 +-
arch/arm/{mach-stm => mach-mxs}/Kconfig | 4 +-
arch/arm/{mach-stm => mach-mxs}/Makefile | 2 +-
.../arm/{mach-stm => mach-mxs}/clocksource-imx23.c | 0
.../arm/{mach-stm => mach-mxs}/clocksource-imx28.c | 0
arch/arm/{mach-stm => mach-mxs}/imx.c | 0
arch/arm/{mach-stm => mach-mxs}/imx_lcd_clk.c | 3 +-
.../include/mach/clock-imx23.h | 0
.../include/mach/clock-imx28.h | 0
.../{mach-stm => mach-mxs}/include/mach/clock.h | 0
arch/arm/{mach-stm => mach-mxs}/include/mach/fb.h | 4 +-
.../{mach-stm => mach-mxs}/include/mach/generic.h | 0
.../arm/{mach-stm => mach-mxs}/include/mach/gpio.h | 0
.../{mach-stm => mach-mxs}/include/mach/imx-regs.h | 0
.../include/mach/imx23-regs.h | 4 +
.../include/mach/imx28-regs.h | 0
.../include/mach/iomux-imx23.h | 0
.../include/mach/iomux-imx28.h | 0
arch/arm/{mach-stm => mach-mxs}/include/mach/mci.h | 0
arch/arm/mach-mxs/include/mach/usb.h | 6 ++
arch/arm/{mach-stm => mach-mxs}/iomux-imx.c | 0
arch/arm/{mach-stm => mach-mxs}/reset-imx.c | 0
arch/arm/{mach-stm => mach-mxs}/speed-imx23.c | 0
arch/arm/{mach-stm => mach-mxs}/speed-imx28.c | 0
arch/arm/mach-mxs/usb.c | 92 ++++++++++++++++++++
drivers/mci/Kconfig | 2 +-
drivers/net/fec_imx.c | 4 +-
drivers/serial/Kconfig | 2 +-
drivers/usb/host/ehci-hcd.c | 7 ++
drivers/video/Kconfig | 2 +-
drivers/video/stm.c | 18 +++--
36 files changed, 236 insertions(+), 26 deletions(-)
rename arch/arm/{mach-stm => mach-mxs}/Kconfig (95%)
rename arch/arm/{mach-stm => mach-mxs}/Makefile (68%)
rename arch/arm/{mach-stm => mach-mxs}/clocksource-imx23.c (100%)
rename arch/arm/{mach-stm => mach-mxs}/clocksource-imx28.c (100%)
rename arch/arm/{mach-stm => mach-mxs}/imx.c (100%)
rename arch/arm/{mach-stm => mach-mxs}/imx_lcd_clk.c (98%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/clock-imx23.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/clock-imx28.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/clock.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/fb.h (94%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/generic.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/gpio.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/imx-regs.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/imx23-regs.h (90%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/imx28-regs.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/iomux-imx23.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/iomux-imx28.h (100%)
rename arch/arm/{mach-stm => mach-mxs}/include/mach/mci.h (100%)
create mode 100644 arch/arm/mach-mxs/include/mach/usb.h
rename arch/arm/{mach-stm => mach-mxs}/iomux-imx.c (100%)
rename arch/arm/{mach-stm => mach-mxs}/reset-imx.c (100%)
rename arch/arm/{mach-stm => mach-mxs}/speed-imx23.c (100%)
rename arch/arm/{mach-stm => mach-mxs}/speed-imx28.c (100%)
create mode 100644 arch/arm/mach-mxs/usb.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-01-20 9:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-20 9:46 Sascha Hauer [this message]
2011-01-20 9:46 ` [PATCH 01/10] USB ehci: Set to host mode on tt capable controllers Sascha Hauer
2011-01-20 9:46 ` [PATCH 02/10] i.MX23: Add USB (phy) support Sascha Hauer
2011-01-20 9:46 ` [PATCH 03/10] ARM Chumby: Add USB support Sascha Hauer
2011-01-20 9:46 ` [PATCH 04/10] ARM Chumby: Add MMU support Sascha Hauer
2011-01-20 9:46 ` [PATCH 05/10] i.MX23/28: Fix setting of lcd clock Sascha Hauer
2011-01-20 14:01 ` Gregory CLEMENT
2011-01-20 14:57 ` Sascha Hauer
2011-01-20 17:52 ` Gregory CLEMENT
2011-01-21 9:37 ` Sascha Hauer
2011-01-20 9:46 ` [PATCH 06/10] fb i.MX23/28: add platform data hook to enable backlight Sascha Hauer
2011-01-20 9:46 ` [PATCH 07/10] ARM chumby: enable backlight in platform data hook Sascha Hauer
2011-01-20 9:46 ` [PATCH 08/10] fb i.MX23/28: rename imx_fb_videomode to imx_fb_platformdata Sascha Hauer
2011-01-20 9:47 ` [PATCH 09/10] ARM: rename STM arch to mxs Sascha Hauer
2011-01-20 9:47 ` [PATCH 10/10] ARM chumby defconfig: update with new features Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295516821-8988-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox