| Submitter | Tom Rini |
|---|---|
| Date | July 9, 2012, 6:46 p.m. |
| Message ID | <20120709184611.GB23173@oliver-linux> |
| Download | mbox |
| Permalink | /patch/169920/ |
| State | Accepted |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-ti nextComments
Hi Tom, On Mon, 9 Jul 2012 11:46:11 -0700, Tom Rini <trini@ti.com> wrote: > Hello, > > The following changes since commit d702b0811df53a1fc2d8049e35431e4591d093c6: > > ARM: cache: Move the cp15 CR register read before flushing the cache. (2012-07-07 14:07:44 +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-ti next > > for you to fetch changes up to 9af1a780c81639ca4b6f7035530dc8c7151bf201: > > omap: am335x_evm: enable i2c1 channel (2012-07-09 11:12:19 -0700) > > ---------------------------------------------------------------- > Igor Grinberg (1): > arm: omap3: cm-t35: minor comment and printf change > > Ilya Yanok (1): > omap24xx_i2c: add 2-byte address support > > Javier Martinez Canillas (2): > igep00x0: default to OMAP-specific serial driver > igep00x0: default mmcrootfstype to EXT4 > > Lad, Prabhakar (7): > da850/omap-l138: Add MMC support for DA850/OMAP-L138 > arm, davinci: perform check for initializing global data and serial init > da850/omap-l138: Define SPI specific configs for SPL only when SPI is used > da850/omap-l138: Add support to read u-boot image from MMC/SD > da850/omap-l138: Fix NAND flash timings > da850/omap-l138: Add support for NAND SPL > da850/omap-l138: add support for direct NOR boot mode > > Peter Meerwald (4): > beagle: add eeprom expansion board info for bct brettl4 > beagle: make get_expansion_id(), get_board_revision(), beagle_display_init() static > beagle: fix termination of buddy env setting > beagle: removed unused pr_debug #define > > Rajashekhara, Sudhakar (2): > da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM > da850/omap-l138: Make MMC and NOR support mutually exclusive > > Stefano Babic (4): > mcx: increased buffer for command line > OMAP3: mcx: set pinmux for uart4 > OMAP3: mcx: updated default environment > OMAP3: mcx: read hot-water-button after reset > > Steve Sakoman (3): > omap: am335x_evm: remove unused definitions > omap: am33xx: enable gpio support > omap: am335x_evm: enable i2c1 channel > > Sughosh Ganu (1): > hawkboard/omapl-138: Add support for generating ais image for hawkboard > > .gitignore | 3 + > Makefile | 5 +- > arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c | 11 ++ > arch/arm/cpu/arm926ejs/davinci/spl.c | 20 ++-- > arch/arm/cpu/armv7/am33xx/board.c | 10 ++ > arch/arm/cpu/armv7/am33xx/clock.c | 20 ++++ > arch/arm/cpu/armv7/omap-common/Makefile | 2 +- > arch/arm/include/asm/arch-am33xx/cpu.h | 20 ++++ > arch/arm/include/asm/arch-am33xx/gpio.h | 29 +++++ > arch/arm/include/asm/arch-davinci/hardware.h | 1 + > arch/arm/include/asm/arch-davinci/pinmux_defs.h | 3 + > board/cm_t35/cm_t35.c | 4 +- > board/davinci/da8xxevm/da850evm.c | 54 ++++++++-- > board/davinci/da8xxevm/hawkboard-ais-nand.cfg | 4 + > board/htkw/mcx/mcx.c | 23 ++++ > board/htkw/mcx/mcx.h | 11 +- > board/ti/am335x/evm.c | 6 +- > board/ti/am335x/mux.c | 13 +++ > board/ti/beagle/beagle.c | 16 +-- > boards.cfg | 1 + > drivers/i2c/omap24xx_i2c.c | 58 +++++----- > drivers/mmc/Makefile | 4 + > drivers/mmc/spl_mmc_load.c | 62 +++++++++++ > include/configs/am335x_evm.h | 2 +- > include/configs/da850evm.h | 93 ++++++++++++++-- > include/configs/hawkboard.h | 1 + > include/configs/igep00x0.h | 4 +- > include/configs/mcx.h | 132 ++++++++++++++++------- > include/configs/omap3_beagle.h | 2 +- > include/mmc.h | 2 + > 30 files changed, 502 insertions(+), 114 deletions(-) > create mode 100644 arch/arm/include/asm/arch-am33xx/gpio.h > create mode 100644 board/davinci/da8xxevm/hawkboard-ais-nand.cfg > create mode 100644 drivers/mmc/spl_mmc_load.c > > This includes the single patch I asked for in u-boot-ti/master as well > as a number of other small clean-ups, bugfixes or enhancements that have > been around for a bit, but did not meet the merge window and I don't > want to forget them. If you want me to carry them in my own /next > branch until -rc1 comes out, that's fine and this can just serve as > notice to interested parties that yes, really, patches have been picked > up. Applied to u-boot-arm/next, to be moved to master after the 12.07 release. Amicalement,
Hello, The following changes since commit d702b0811df53a1fc2d8049e35431e4591d093c6: ARM: cache: Move the cp15 CR register read before flushing the cache. (2012-07-07 14:07:44 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti next for you to fetch changes up to 9af1a780c81639ca4b6f7035530dc8c7151bf201: omap: am335x_evm: enable i2c1 channel (2012-07-09 11:12:19 -0700) ---------------------------------------------------------------- Igor Grinberg (1): arm: omap3: cm-t35: minor comment and printf change Ilya Yanok (1): omap24xx_i2c: add 2-byte address support Javier Martinez Canillas (2): igep00x0: default to OMAP-specific serial driver igep00x0: default mmcrootfstype to EXT4 Lad, Prabhakar (7): da850/omap-l138: Add MMC support for DA850/OMAP-L138 arm, davinci: perform check for initializing global data and serial init da850/omap-l138: Define SPI specific configs for SPL only when SPI is used da850/omap-l138: Add support to read u-boot image from MMC/SD da850/omap-l138: Fix NAND flash timings da850/omap-l138: Add support for NAND SPL da850/omap-l138: add support for direct NOR boot mode Peter Meerwald (4): beagle: add eeprom expansion board info for bct brettl4 beagle: make get_expansion_id(), get_board_revision(), beagle_display_init() static beagle: fix termination of buddy env setting beagle: removed unused pr_debug #define Rajashekhara, Sudhakar (2): da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM da850/omap-l138: Make MMC and NOR support mutually exclusive Stefano Babic (4): mcx: increased buffer for command line OMAP3: mcx: set pinmux for uart4 OMAP3: mcx: updated default environment OMAP3: mcx: read hot-water-button after reset Steve Sakoman (3): omap: am335x_evm: remove unused definitions omap: am33xx: enable gpio support omap: am335x_evm: enable i2c1 channel Sughosh Ganu (1): hawkboard/omapl-138: Add support for generating ais image for hawkboard .gitignore | 3 + Makefile | 5 +- arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c | 11 ++ arch/arm/cpu/arm926ejs/davinci/spl.c | 20 ++-- arch/arm/cpu/armv7/am33xx/board.c | 10 ++ arch/arm/cpu/armv7/am33xx/clock.c | 20 ++++ arch/arm/cpu/armv7/omap-common/Makefile | 2 +- arch/arm/include/asm/arch-am33xx/cpu.h | 20 ++++ arch/arm/include/asm/arch-am33xx/gpio.h | 29 +++++ arch/arm/include/asm/arch-davinci/hardware.h | 1 + arch/arm/include/asm/arch-davinci/pinmux_defs.h | 3 + board/cm_t35/cm_t35.c | 4 +- board/davinci/da8xxevm/da850evm.c | 54 ++++++++-- board/davinci/da8xxevm/hawkboard-ais-nand.cfg | 4 + board/htkw/mcx/mcx.c | 23 ++++ board/htkw/mcx/mcx.h | 11 +- board/ti/am335x/evm.c | 6 +- board/ti/am335x/mux.c | 13 +++ board/ti/beagle/beagle.c | 16 +-- boards.cfg | 1 + drivers/i2c/omap24xx_i2c.c | 58 +++++----- drivers/mmc/Makefile | 4 + drivers/mmc/spl_mmc_load.c | 62 +++++++++++ include/configs/am335x_evm.h | 2 +- include/configs/da850evm.h | 93 ++++++++++++++-- include/configs/hawkboard.h | 1 + include/configs/igep00x0.h | 4 +- include/configs/mcx.h | 132 ++++++++++++++++------- include/configs/omap3_beagle.h | 2 +- include/mmc.h | 2 + 30 files changed, 502 insertions(+), 114 deletions(-) create mode 100644 arch/arm/include/asm/arch-am33xx/gpio.h create mode 100644 board/davinci/da8xxevm/hawkboard-ais-nand.cfg create mode 100644 drivers/mmc/spl_mmc_load.c This includes the single patch I asked for in u-boot-ti/master as well as a number of other small clean-ups, bugfixes or enhancements that have been around for a bit, but did not meet the merge window and I don't want to forget them. If you want me to carry them in my own /next branch until -rc1 comes out, that's fine and this can just serve as notice to interested parties that yes, really, patches have been picked up.