public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-x86.git branch misc
@ 2014-09-22 15:33 Simon Glass
  2014-09-22 17:13 ` Masahiro YAMADA
  2014-09-23 16:58 ` Tom Rini
  0 siblings, 2 replies; 11+ messages in thread
From: Simon Glass @ 2014-09-22 15:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here are some minor fixes for sandbox, buildman and patman.


The following changes since commit 9170818a4e004af7893fa0113f6e5b4afafded55:

  kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17 21:03:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to 983a2749e2fdc459b2f44e82241a5c314ddbcdf6:

  patman: Add a -m option to avoid copying the maintainers (2014-09-21
12:03:07 -0600)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (1):
      sandbox: Update minor documentation changes

Simon Glass (2):
      buildman: Fix the logic for the bloat command
      patman: Add a -m option to avoid copying the maintainers

 README                       | 2 +-
 board/sandbox/README.sandbox | 6 +++---
 tools/buildman/control.py    | 6 +++---
 tools/patman/README          | 4 ++--
 tools/patman/patman.py       | 6 +++++-
 tools/patman/series.py       | 7 +++++--
 6 files changed, 19 insertions(+), 12 deletions(-)

Regards,
Simon

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-09-22 15:33 [U-Boot] Please pull u-boot-x86.git branch misc Simon Glass
@ 2014-09-22 17:13 ` Masahiro YAMADA
  2014-09-22 17:26   ` Simon Glass
  2014-09-23 16:58 ` Tom Rini
  1 sibling, 1 reply; 11+ messages in thread
From: Masahiro YAMADA @ 2014-09-22 17:13 UTC (permalink / raw)
  To: u-boot

2014-09-23 0:33 GMT+09:00 Simon Glass <sjg@chromium.org>:

> ----------------------------------------------------------------
> Jagannadha Sutradharudu Teki (1):
>       sandbox: Update minor documentation changes


As I commented in
http://patchwork.ozlabs.org/patch/384547/
the second hunk does not make sense at all
and not fixed yet.




-- 
Best Regards
Masahiro Yamada

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-09-22 17:13 ` Masahiro YAMADA
@ 2014-09-22 17:26   ` Simon Glass
  2014-09-23  3:10     ` Masahiro YAMADA
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Glass @ 2014-09-22 17:26 UTC (permalink / raw)
  To: u-boot

Hi Masahiro,

On 22 September 2014 11:13, Masahiro YAMADA <yamada.m@jp.panasonic.com> wrote:
> 2014-09-23 0:33 GMT+09:00 Simon Glass <sjg@chromium.org>:
>
>> ----------------------------------------------------------------
>> Jagannadha Sutradharudu Teki (1):
>>       sandbox: Update minor documentation changes
>
>
> As I commented in
> http://patchwork.ozlabs.org/patch/384547/
> the second hunk does not make sense at all
> and not fixed yet.

I did read your comment but thought it was addressed. Are you wanting
to change this line also?

>  The chosen vendor and board names are also 'sandbox', so there is a single

Let me know what you'd like it to say, and I'll prepare a patch.

Regards,
Simon

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-09-22 17:26   ` Simon Glass
@ 2014-09-23  3:10     ` Masahiro YAMADA
  2014-09-23 14:51       ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Masahiro YAMADA @ 2014-09-23  3:10 UTC (permalink / raw)
  To: u-boot

2014-09-23 2:26 GMT+09:00 Simon Glass <sjg@chromium.org>:
> Hi Masahiro,
>
> On 22 September 2014 11:13, Masahiro YAMADA <yamada.m@jp.panasonic.com> wrote:
>> 2014-09-23 0:33 GMT+09:00 Simon Glass <sjg@chromium.org>:
>>
>>> ----------------------------------------------------------------
>>> Jagannadha Sutradharudu Teki (1):
>>>       sandbox: Update minor documentation changes
>>
>>
>> As I commented in
>> http://patchwork.ozlabs.org/patch/384547/
>> the second hunk does not make sense at all
>> and not fixed yet.
>
> I did read your comment but thought it was addressed. Are you wanting
> to change this line also?
>
>>  The chosen vendor and board names are also 'sandbox', so there is a single
>
> Let me know what you'd like it to say, and I'll prepare a patch.


Prior to commit 2dabac1337facbd (sandbox: set sandbox's vendor to null),
the following statement was correct:
  The chosen vendor and board names are also 'sandbox', so there is a single
  board in board/sandbox/sandbox.


Since commit 2dabac1337facbd:
  The board name is 'sandbox' but the vendor name is unset, so there is a single
  board in board/sandbox.



(Note, the board directory is specified by board/${VENDOR}/${BOARD},
or board/${BOARD} if VENDOR is null. )




-- 
Best Regards
Masahiro Yamada

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-09-23  3:10     ` Masahiro YAMADA
@ 2014-09-23 14:51       ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2014-09-23 14:51 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 23, 2014 at 12:10:41PM +0900, Masahiro YAMADA wrote:
> 2014-09-23 2:26 GMT+09:00 Simon Glass <sjg@chromium.org>:
> > Hi Masahiro,
> >
> > On 22 September 2014 11:13, Masahiro YAMADA <yamada.m@jp.panasonic.com> wrote:
> >> 2014-09-23 0:33 GMT+09:00 Simon Glass <sjg@chromium.org>:
> >>
> >>> ----------------------------------------------------------------
> >>> Jagannadha Sutradharudu Teki (1):
> >>>       sandbox: Update minor documentation changes
> >>
> >>
> >> As I commented in
> >> http://patchwork.ozlabs.org/patch/384547/
> >> the second hunk does not make sense at all
> >> and not fixed yet.
> >
> > I did read your comment but thought it was addressed. Are you wanting
> > to change this line also?
> >
> >>  The chosen vendor and board names are also 'sandbox', so there is a single
> >
> > Let me know what you'd like it to say, and I'll prepare a patch.
> 
> 
> Prior to commit 2dabac1337facbd (sandbox: set sandbox's vendor to null),
> the following statement was correct:
>   The chosen vendor and board names are also 'sandbox', so there is a single
>   board in board/sandbox/sandbox.
> 
> 
> Since commit 2dabac1337facbd:
>   The board name is 'sandbox' but the vendor name is unset, so there is a single
>   board in board/sandbox.
> 
> 
> 
> (Note, the board directory is specified by board/${VENDOR}/${BOARD},
> or board/${BOARD} if VENDOR is null. )

Since we're talking docs and you guys are sorting it out now, I'll grab
the current PR and then deal with another minor update after.

-- 
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/20140923/dc2f56a2/attachment.pgp>

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-09-22 15:33 [U-Boot] Please pull u-boot-x86.git branch misc Simon Glass
  2014-09-22 17:13 ` Masahiro YAMADA
@ 2014-09-23 16:58 ` Tom Rini
  1 sibling, 0 replies; 11+ messages in thread
From: Tom Rini @ 2014-09-23 16:58 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 22, 2014 at 09:33:37AM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here are some minor fixes for sandbox, buildman and patman.
> 
> 
> The following changes since commit 9170818a4e004af7893fa0113f6e5b4afafded55:
> 
>   kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17 21:03:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git misc
> 
> for you to fetch changes up to 983a2749e2fdc459b2f44e82241a5c314ddbcdf6:
> 
>   patman: Add a -m option to avoid copying the maintainers (2014-09-21
> 12:03:07 -0600)
> 
> ----------------------------------------------------------------
> Jagannadha Sutradharudu Teki (1):
>       sandbox: Update minor documentation changes
> 
> Simon Glass (2):
>       buildman: Fix the logic for the bloat command
>       patman: Add a -m option to avoid copying the maintainers
> 
>  README                       | 2 +-
>  board/sandbox/README.sandbox | 6 +++---
>  tools/buildman/control.py    | 6 +++---
>  tools/patman/README          | 4 ++--
>  tools/patman/patman.py       | 6 +++++-
>  tools/patman/series.py       | 7 +++++--
>  6 files changed, 19 insertions(+), 12 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/20140923/27044050/attachment.pgp>

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

* [U-Boot] Please pull u-boot-x86.git branch misc
@ 2014-12-29 22:07 Simon Glass
  2014-12-30  2:26 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Glass @ 2014-12-29 22:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here are a few misc fixes and updates. Note that the branch is 'misc'
(there is also a 'master' branch pull out there).


The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

  ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)

are available in the git repository at:

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

for you to fetch changes up to 90f20e002e16c53f7857740a5e6baaa7183f584c:

  cros-ec-keyboard: Synchronize DT binding from linux (2014-12-29
15:02:02 -0700)

----------------------------------------------------------------
Masahiro Yamada (2):
      dm: README: recommend u-boot.dtb to try driver-model on sandbox
      i2c_eeprom: include <linux/err.h> to fix build error

Sjoerd Simons (1):
      cros-ec-keyboard: Synchronize DT binding from linux

 arch/arm/dts/exynos5250-snow.dts                | 59
+++--------------------------------------------------------
 arch/arm/dts/exynos5420-peach-pit.dts           | 59
+++--------------------------------------------------------
 arch/arm/dts/exynos5800-peach-pi.dts            |  4 +++-
 doc/device-tree-bindings/input/cros-ec-keyb.txt | 53
+++++++++++++++++++++++------------------------------
 doc/driver-model/README.txt                     |  4 ++--
 drivers/input/cros_ec_keyb.c                    | 16 ++++++----------
 drivers/misc/i2c_eeprom.c                       |  1 +
 7 files changed, 41 insertions(+), 155 deletions(-)

Regards,
Simon

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-12-29 22:07 Simon Glass
@ 2014-12-30  2:26 ` Tom Rini
  2015-01-06  0:46   ` Simon Glass
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Rini @ 2014-12-30  2:26 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 29, 2014 at 03:07:41PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Here are a few misc fixes and updates. Note that the branch is 'misc'
> (there is also a 'master' branch pull out there).
> 
> 
> The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
> 
>   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 90f20e002e16c53f7857740a5e6baaa7183f584c:
> 
>   cros-ec-keyboard: Synchronize DT binding from linux (2014-12-29
> 15:02:02 -0700)
> 

Applied to u-boot/master, thanks!

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

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2014-12-30  2:26 ` Tom Rini
@ 2015-01-06  0:46   ` Simon Glass
  0 siblings, 0 replies; 11+ messages in thread
From: Simon Glass @ 2015-01-06  0:46 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 29 December 2014 at 19:26, Tom Rini <trini@ti.com> wrote:
> On Mon, Dec 29, 2014 at 03:07:41PM -0700, Simon Glass wrote:
>
>> Hi Tom,
>>
>> Here are a few misc fixes and updates. Note that the branch is 'misc'
>> (there is also a 'master' branch pull out there).
>>
>>
>> The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
>>
>>   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-x86.git
>>
>> for you to fetch changes up to 90f20e002e16c53f7857740a5e6baaa7183f584c:
>>
>>   cros-ec-keyboard: Synchronize DT binding from linux (2014-12-29
>> 15:02:02 -0700)
>>
>
> Applied to u-boot/master, thanks!

Sorry for the delay - I was just looking and could not see this pull
request applied.

I will rebase and send a new pull request.

Regards,
Simon

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

* [U-Boot] Please pull u-boot-x86.git branch misc
@ 2015-01-06  0:48 Simon Glass
  2015-01-07 15:15 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Glass @ 2015-01-06  0:48 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This didn't go through last time, it is on branch 'misc'.


The following changes since commit d622ac39274a949b6445f1bfd92dc1644014388b:

  powerpc: mpc824x: remove MPC824X cpu support (2015-01-05 12:08:55 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9332274989009b213a405134202088e1bd81fe51:

  cros-ec-keyboard: Synchronize DT binding from linux (2015-01-05
17:45:16 -0700)

----------------------------------------------------------------
Masahiro Yamada (2):
      dm: README: recommend u-boot.dtb to try driver-model on sandbox
      i2c_eeprom: include <linux/err.h> to fix build error

Sjoerd Simons (1):
      cros-ec-keyboard: Synchronize DT binding from linux

 arch/arm/dts/exynos5250-snow.dts                | 59
+++--------------------------------------------------------
 arch/arm/dts/exynos5420-peach-pit.dts           | 59
+++--------------------------------------------------------
 arch/arm/dts/exynos5800-peach-pi.dts            |  4 +++-
 doc/device-tree-bindings/input/cros-ec-keyb.txt | 53
+++++++++++++++++++++++------------------------------
 doc/driver-model/README.txt                     |  4 ++--
 drivers/input/cros_ec_keyb.c                    | 16 ++++++----------
 drivers/misc/i2c_eeprom.c                       |  1 +
 7 files changed, 41 insertions(+), 155 deletions(-)


Regards,
Simon

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

* [U-Boot] Please pull u-boot-x86.git branch misc
  2015-01-06  0:48 Simon Glass
@ 2015-01-07 15:15 ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2015-01-07 15:15 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 05, 2015 at 05:48:01PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> This didn't go through last time, it is on branch 'misc'.
> 
> 
> The following changes since commit d622ac39274a949b6445f1bfd92dc1644014388b:
> 
>   powerpc: mpc824x: remove MPC824X cpu support (2015-01-05 12:08:55 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 9332274989009b213a405134202088e1bd81fe51:
> 
>   cros-ec-keyboard: Synchronize DT binding from linux (2015-01-05
> 17:45:16 -0700)
> 

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2015-01-07 15:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 15:33 [U-Boot] Please pull u-boot-x86.git branch misc Simon Glass
2014-09-22 17:13 ` Masahiro YAMADA
2014-09-22 17:26   ` Simon Glass
2014-09-23  3:10     ` Masahiro YAMADA
2014-09-23 14:51       ` Tom Rini
2014-09-23 16:58 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-12-29 22:07 Simon Glass
2014-12-30  2:26 ` Tom Rini
2015-01-06  0:46   ` Simon Glass
2015-01-06  0:48 Simon Glass
2015-01-07 15:15 ` Tom Rini

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