| Submitter | Tom Rini |
|---|---|
| Date | Sept. 5, 2012, 12:41 a.m. |
| Message ID | <20120905004123.GA10135@bill-the-cat> |
| Download | mbox |
| Permalink | /patch/181710/ |
| State | Accepted |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-ti.git masterComments
Hi Tom, On Tue, 4 Sep 2012 17:41:23 -0700, Tom Rini <trini@ti.com> wrote: > Hello, > > The following changes since commit > e62b008fe341030f4a80a09b66952bba65027b70: > > integrator: break out common config (2012-09-04 08:51:13 -0700) > > are available in the git repository at: > > git://git.denx.de/u-boot-ti.git master > > for you to fetch changes up to > 14dace70580df099deb9cdce8f9cfb16a31e9d1b: > > am33xx: Remove redundant timer config (2012-09-04 17:05:39 -0700) > > ---------------------------------------------------------------- > Arnout Vandecappelle (Essensium/Mind) (1): > OMAP3: add definition of CTRL_WKUP_CTRL register > > Stefano Babic (9): > OMAP3: tam3517: add function to read MAC from EEPROM > OMAP3: twister : get MAC address from EEPROM > OMAP3: mt_ventoux: Correct board pinmux > OMAP3: mt_ventoux: activate GPIO4 > OMAP3: mt_ventoux: read MAC address from EEPROM > OMAP3: mt_ventoux: disable the buzzer at start-up > video: drop duplicate set of DISPC_CONFIG register > OMAP3: video: add macros to set display parameters > OMAP3: mt_ventoux: added video support > > Tom Rini (1): > am33xx: Remove redundant timer config > > arch/arm/cpu/armv7/am33xx/board.c | 20 ------ > arch/arm/include/asm/arch-omap3/dss.h | 11 +++- > arch/arm/include/asm/arch-omap3/mux.h | 5 ++ > board/technexion/twister/twister.c | 10 +++ > board/teejet/mt_ventoux/mt_ventoux.c | 113 > +++++++++++++++++++++++++++++++++ > board/teejet/mt_ventoux/mt_ventoux.h | 80 ++++++++++------------- > drivers/video/omap3_dss.c | 3 +- > include/configs/mt_ventoux.h | 17 +++++ > include/configs/tam3517-common.h | 66 +++++++++++++++++++ 9 > files changed, 256 insertions(+), 69 deletions(-) > > A MAKEALL -a arm looks fine here. > Applied to u-boot-arm/master, thanks! Amicalement,
Hello, The following changes since commit e62b008fe341030f4a80a09b66952bba65027b70: integrator: break out common config (2012-09-04 08:51:13 -0700) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 14dace70580df099deb9cdce8f9cfb16a31e9d1b: am33xx: Remove redundant timer config (2012-09-04 17:05:39 -0700) ---------------------------------------------------------------- Arnout Vandecappelle (Essensium/Mind) (1): OMAP3: add definition of CTRL_WKUP_CTRL register Stefano Babic (9): OMAP3: tam3517: add function to read MAC from EEPROM OMAP3: twister : get MAC address from EEPROM OMAP3: mt_ventoux: Correct board pinmux OMAP3: mt_ventoux: activate GPIO4 OMAP3: mt_ventoux: read MAC address from EEPROM OMAP3: mt_ventoux: disable the buzzer at start-up video: drop duplicate set of DISPC_CONFIG register OMAP3: video: add macros to set display parameters OMAP3: mt_ventoux: added video support Tom Rini (1): am33xx: Remove redundant timer config arch/arm/cpu/armv7/am33xx/board.c | 20 ------ arch/arm/include/asm/arch-omap3/dss.h | 11 +++- arch/arm/include/asm/arch-omap3/mux.h | 5 ++ board/technexion/twister/twister.c | 10 +++ board/teejet/mt_ventoux/mt_ventoux.c | 113 +++++++++++++++++++++++++++++++++ board/teejet/mt_ventoux/mt_ventoux.h | 80 ++++++++++------------- drivers/video/omap3_dss.c | 3 +- include/configs/mt_ventoux.h | 17 +++++ include/configs/tam3517-common.h | 66 +++++++++++++++++++ 9 files changed, 256 insertions(+), 69 deletions(-) A MAKEALL -a arm looks fine here.