
Dear s-paulraj@ti.com,
In message 1292083690-17647-1-git-send-email-s-paulraj@ti.com you wrote:
Wolfgang,
Please pull u-boot-ti/next
After adding the twl6030 patch i realized that Albert delegated this patch to himself. But i have seen no comments from him. So i did not ammend the pull request. If he has issues with this patch, we can drop it.
Thanks, Sandeep
The following changes since commit 917a62c0d292d9da45100a76151a9fa2d13a9cdc: Sandeep Paulraj (1): Merge branch 'next' of git://git.denx.de/u-boot into next
are available in the git repository at:
git://git.denx.de/u-boot-ti.git next
Balaji T K (1): ARMV7: OMAP4: twl6030 add battery charging support
Dirk Behme (1): OMAP3: SPI driver
board/ti/sdp4430/Makefile | 2 +- board/ti/sdp4430/cmd_bat.c | 58 +++++++ board/ti/sdp4430/sdp.c | 4 + drivers/power/twl6030.c | 124 ++++++++++++++- drivers/spi/Makefile | 1 + drivers/spi/omap3_spi.c | 352 +++++++++++++++++++++++++++++++++++++++ drivers/spi/omap3_spi.h | 117 +++++++++++++ include/configs/omap3_beagle.h | 2 + include/configs/omap4_sdp4430.h | 1 + include/twl6030.h | 45 +++++- 10 files changed, 701 insertions(+), 5 deletions(-) create mode 100644 board/ti/sdp4430/cmd_bat.c create mode 100644 drivers/spi/omap3_spi.c create mode 100644 drivers/spi/omap3_spi.h
Applied, thanks.
Best regards,
Wolfgang Denk