Re: [U-Boot] Please pull u-boot-x86.git branch misc

2015-01-07 Thread Tom Rini
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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Please pull u-boot-x86.git branch misc

2015-01-05 Thread Simon Glass
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2015-01-05 Thread Simon Glass
Hi Tom,

On 29 December 2014 at 19:26, Tom Rini tr...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Please pull u-boot-x86.git branch misc

2014-12-29 Thread Simon Glass
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2014-12-29 Thread Tom Rini
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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2014-09-23 Thread Tom Rini
On Tue, Sep 23, 2014 at 12:10:41PM +0900, Masahiro YAMADA wrote:
 2014-09-23 2:26 GMT+09:00 Simon Glass s...@chromium.org:
  Hi Masahiro,
 
  On 22 September 2014 11:13, Masahiro YAMADA yamad...@jp.panasonic.com 
  wrote:
  2014-09-23 0:33 GMT+09:00 Simon Glass s...@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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2014-09-23 Thread Tom Rini
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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2014-09-22 Thread Masahiro YAMADA
2014-09-23 0:33 GMT+09:00 Simon Glass s...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2014-09-22 Thread Simon Glass
Hi Masahiro,

On 22 September 2014 11:13, Masahiro YAMADA yamad...@jp.panasonic.com wrote:
 2014-09-23 0:33 GMT+09:00 Simon Glass s...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git branch misc

2014-09-22 Thread Masahiro YAMADA
2014-09-23 2:26 GMT+09:00 Simon Glass s...@chromium.org:
 Hi Masahiro,

 On 22 September 2014 11:13, Masahiro YAMADA yamad...@jp.panasonic.com wrote:
 2014-09-23 0:33 GMT+09:00 Simon Glass s...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Please pull u-boot-x86.git branch misc

2014-09-22 Thread Simon Glass
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot