mbox

[U-Boot] Please pull u-boot-ti/next

Message ID 1292083690-17647-1-git-send-email-s-paulraj@ti.com
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-ti.git next

Message

Sandeep Paulraj Dec. 11, 2010, 4:08 p.m. UTC
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

Comments

Albert ARIBAUD Dec. 11, 2010, 4:24 p.m. UTC | #1
Le 11/12/2010 17:08, s-paulraj@ti.com a écrit :
> 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

Hi Sandeep,

I'd delegated this patch to me based on the idea that it was not a 
bugfix and could wait for after 2010.12 was out, so I'd moved it aside.

But since you already applied it to u-boot-ti, that's ok with me. For 
the sake of it, I'll re-delegate it to you and you can then mark it 
waiting for upstream. :)

Amicalement,
Wolfgang Denk Dec. 13, 2010, 10:54 p.m. UTC | #2
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