From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-dm.git
Date: Fri, 20 Jun 2014 20:05:37 -0400 [thread overview]
Message-ID: <20140621000537.GL20480@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ2WnVj3A+iBbSvss7WFRAy-bgrApfhA3bZTA1JVkU+Xgg@mail.gmail.com>
On Fri, Jun 20, 2014 at 02:25:35PM -0600, Simon Glass wrote:
> Hi Tom,
>
> The following changes since commit 9e546ee9c90fc0a888423fa3269020fe736df7a3:
>
> cosmetic: autoboot: update old style GNU struct init (2014-06-19
> 11:19:07 -0400)
>
> are available in the git repository at:
>
> ssh://gu-dm at git.denx.de/u-boot-dm.git
Note you can do 'git request-pull upstream/master name-in-git-remote'
and it does the right thing:
git request-pull u-boot-arm/master u-boot-ti
for example is what I do (and have a different name for my writable
remote).
> for you to fetch changes up to 22ec136325fdfc805b1e48e5ac8e17f23b4e9fc6:
>
> dm: Expand and improve the device lifecycle docs (2014-06-20 11:56:53 -0600)
>
> ----------------------------------------------------------------
> Simon Glass (15):
> Add an I/O tracing feature
> arm: Support iotrace feature
> sandbox: Support iotrace feature
> Makefile: Support include files for .dts files
> dm: Rename struct device_id to udevice_id
> dm: Update README to encourage conversion to driver model
> dm: Use case-insensitive comparison for GPIO banks
> dm: Add missing header files in lists and root
> dm: Cast away the const-ness of the global_data pointer
> dm: Allow driver model tests only for sandbox
> dm: Fix printf() strings in the 'dm' command
> tegra: dts: Bring in GPIO bindings from linux
> tegra: Enable driver model
> dm: Tidy up four minor code nits
> dm: Expand and improve the device lifecycle docs
>
> README | 28 +++++++++++
> arch/arm/dts/include/dt-bindings | 1 +
> arch/arm/dts/tegra114.dtsi | 21 +++++----
> arch/arm/dts/tegra124.dtsi | 19 ++++----
> arch/arm/dts/tegra20.dtsi | 15 +++++-
> arch/arm/dts/tegra30.dtsi | 21 +++++----
> arch/arm/include/asm/io.h | 3 ++
> arch/microblaze/dts/include/dt-bindings | 1 +
> arch/sandbox/dts/include/dt-bindings | 1 +
> arch/sandbox/include/asm/io.h | 10 ++++
> arch/x86/dts/include/dt-bindings | 1 +
> common/Makefile | 2 +
> common/cmd_iotrace.c | 73
> +++++++++++++++++++++++++++++
> common/iotrace.c | 169
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> doc/driver-model/README.txt | 222
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
> drivers/core/lists.c | 3 +-
> drivers/core/root.c | 7 +--
> drivers/core/uclass.c | 2 +-
> drivers/demo/demo-shape.c | 2 +-
> drivers/demo/demo-simple.c | 2 +-
> drivers/gpio/gpio-uclass.c | 2 +-
> drivers/gpio/sandbox.c | 2 +-
> include/configs/sandbox.h | 3 ++
> include/configs/tegra-common.h | 3 ++
> include/dm/device-internal.h | 4 ++
> include/dm/device.h | 8 ++--
> include/dm/lists.h | 20 ++++++++
> include/dm/root.h | 2 +-
> include/dm/uclass.h | 10 ++--
> include/dt-bindings/gpio/gpio.h | 15 ++++++
> include/dt-bindings/gpio/tegra-gpio.h | 51 ++++++++++++++++++++
> include/dt-bindings/interrupt-controller/arm-gic.h | 22 +++++++++
> include/dt-bindings/interrupt-controller/irq.h | 19 ++++++++
> include/iotrace.h | 104
> +++++++++++++++++++++++++++++++++++++++++
> scripts/Makefile.lib | 1 +
> test/dm/Makefile | 2 +
> test/dm/cmd_dm.c | 19 +++++---
> test/dm/test-fdt.c | 2 +-
> 38 files changed, 831 insertions(+), 61 deletions(-)
> create mode 120000 arch/arm/dts/include/dt-bindings
> create mode 120000 arch/microblaze/dts/include/dt-bindings
> create mode 120000 arch/sandbox/dts/include/dt-bindings
> create mode 120000 arch/x86/dts/include/dt-bindings
> create mode 100644 common/cmd_iotrace.c
> create mode 100644 common/iotrace.c
> create mode 100644 include/dt-bindings/gpio/gpio.h
> create mode 100644 include/dt-bindings/gpio/tegra-gpio.h
> create mode 100644 include/dt-bindings/interrupt-controller/arm-gic.h
> create mode 100644 include/dt-bindings/interrupt-controller/irq.h
> create mode 100644 include/iotrace.h
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/20140620/7dbef3ed/attachment.pgp>
next prev parent reply other threads:[~2014-06-21 0:05 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 20:25 [U-Boot] Please pull u-boot-dm.git Simon Glass
2014-06-21 0:05 ` Tom Rini [this message]
2014-06-21 21:04 ` Simon Glass
-- strict thread matches above, loose matches on Subject: below --
2014-06-21 21:04 Simon Glass
2014-07-25 15:02 Simon Glass
2014-07-25 18:27 ` Tom Rini
2014-07-26 14:45 ` Simon Glass
2014-08-04 11:28 Simon Glass
2014-08-06 14:37 ` Tom Rini
2014-09-02 0:15 Simon Glass
2014-09-02 12:22 ` Tom Rini
2014-09-10 19:04 Simon Glass
2014-09-12 20:09 ` Simon Glass
2014-09-14 15:43 ` Tom Rini
2014-09-23 18:47 Simon Glass
2014-09-23 19:58 ` Tom Rini
2014-10-22 17:48 Simon Glass
2014-10-23 0:09 ` Tom Rini
2014-10-24 3:56 Simon Glass
2014-10-27 0:35 ` Tom Rini
2014-10-28 1:30 Simon Glass
2014-10-28 22:54 ` Tom Rini
2015-05-15 14:07 Simon Glass
2015-05-16 11:36 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140621000537.GL20480@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox