U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-x86.git branch tom
@ 2014-05-16 19:02 Simon Glass
  2014-05-16 20:44 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2014-05-16 19:02 UTC (permalink / raw)
  To: u-boot

Hi Tom,

I collected these three fixes for pulling.

Regards,
Simon


The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8:

  mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address
globals (2014-05-14 12:59:12 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to 6be6b6bcbac62e356d05bdde488fc9f0eef7084a:

  patman: Suppress duplicate signoffs only for real patches
(2014-05-16 11:42:29 -0700)

----------------------------------------------------------------
Masahiro Yamada (2):
      Revert "sandbox: move source files from board/ to arch/sandbox/"
      sandbox: set sandbox's vendor to null

Simon Glass (1):
      patman: Suppress duplicate signoffs only for real patches

 arch/sandbox/lib/Makefile                     | 2 +-
 board/sandbox/Makefile                        | 7 +++++++
 {doc => board/sandbox}/README.sandbox         | 0
 {arch/sandbox/lib => board/sandbox}/sandbox.c | 0
 boards.cfg                                    | 2 +-
 tools/patman/patchstream.py                   | 3 ++-
 6 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 board/sandbox/Makefile
 rename {doc => board/sandbox}/README.sandbox (100%)
 rename {arch/sandbox/lib => board/sandbox}/sandbox.c (100%)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-x86.git branch tom
  2014-05-16 19:02 [U-Boot] Please pull u-boot-x86.git branch tom Simon Glass
@ 2014-05-16 20:44 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-05-16 20:44 UTC (permalink / raw)
  To: u-boot

On Fri, May 16, 2014 at 01:02:48PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> I collected these three fixes for pulling.
> 
> Regards,
> Simon
> 
> 
> The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8:
> 
>   mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address
> globals (2014-05-14 12:59:12 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 6be6b6bcbac62e356d05bdde488fc9f0eef7084a:
> 
>   patman: Suppress duplicate signoffs only for real patches
> (2014-05-16 11:42:29 -0700)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (2):
>       Revert "sandbox: move source files from board/ to arch/sandbox/"
>       sandbox: set sandbox's vendor to null
> 
> Simon Glass (1):
>       patman: Suppress duplicate signoffs only for real patches
> 
>  arch/sandbox/lib/Makefile                     | 2 +-
>  board/sandbox/Makefile                        | 7 +++++++
>  {doc => board/sandbox}/README.sandbox         | 0
>  {arch/sandbox/lib => board/sandbox}/sandbox.c | 0
>  boards.cfg                                    | 2 +-
>  tools/patman/patchstream.py                   | 3 ++-
>  6 files changed, 11 insertions(+), 3 deletions(-)
>  create mode 100644 board/sandbox/Makefile
>  rename {doc => board/sandbox}/README.sandbox (100%)
>  rename {arch/sandbox/lib => board/sandbox}/sandbox.c (100%)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140516/f680e110/attachment.pgp>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-x86.git branch tom
@ 2014-07-07 23:26 Simon Glass
  2014-07-08  1:39 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2014-07-07 23:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

I've pick up a few bugfixes for this release in case there is time to
pull these.


The following changes since commit 6ee3d00d1d9d9977e975bd72c3668ee4f210a99d:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2014-07-07
10:10:52 -0400)

are available in the git repository at:

  x86-public/tom

for you to fetch changes up to 8708267f09fa99be8c12e103f2cbdc14a43623cc:

  buildman: fix toolchain priority_list (2014-07-07 17:22:54 -0600)

----------------------------------------------------------------
Masahiro Yamada (3):
      cosmetic: doc: update README.generic-board
      buildman: fix to display warning message for missing [toolchain] section
      buildman: fix toolchain priority_list

Simon Glass (1):
      patman: Only apply patches when we know the original HEAD

 doc/README.generic-board    | 3 ++-
 tools/buildman/toolchain.py | 4 ++--
 tools/patman/gitutil.py     | 4 ++++
 3 files changed, 8 insertions(+), 3 deletions(-)

Regards,
Simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-x86.git branch tom
  2014-07-07 23:26 Simon Glass
@ 2014-07-08  1:39 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-07-08  1:39 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 07, 2014 at 05:26:15PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> I've pick up a few bugfixes for this release in case there is time to
> pull these.
> 
> 
> The following changes since commit 6ee3d00d1d9d9977e975bd72c3668ee4f210a99d:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2014-07-07
> 10:10:52 -0400)
> 
> are available in the git repository at:
> 
>   x86-public/tom
> 
> for you to fetch changes up to 8708267f09fa99be8c12e103f2cbdc14a43623cc:
> 
>   buildman: fix toolchain priority_list (2014-07-07 17:22:54 -0600)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (3):
>       cosmetic: doc: update README.generic-board
>       buildman: fix to display warning message for missing [toolchain] section
>       buildman: fix toolchain priority_list
> 
> Simon Glass (1):
>       patman: Only apply patches when we know the original HEAD
> 
>  doc/README.generic-board    | 3 ++-
>  tools/buildman/toolchain.py | 4 ++--
>  tools/patman/gitutil.py     | 4 ++++
>  3 files changed, 8 insertions(+), 3 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140707/96c38b1e/attachment.pgp>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-08  1:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 19:02 [U-Boot] Please pull u-boot-x86.git branch tom Simon Glass
2014-05-16 20:44 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-07-07 23:26 Simon Glass
2014-07-08  1:39 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox