public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ian Campbell <ijc@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi
Date: Thu, 09 Oct 2014 08:59:18 +0100	[thread overview]
Message-ID: <1412841558.11505.8.camel@hellion.org.uk> (raw)
In-Reply-To: <CAPnjgZ0_RJRnAgF9DyzB01yz2EGY0wt3C9Bm=K3++qiNhd+YSA@mail.gmail.com>

On Wed, 2014-10-08 at 13:27 -0600, Simon Glass wrote:

> Any more comments on this series please? I have a few nits so could
> respin.

I'm afraid I'm unlikely to get to look at this before the w/e. It looks
like the majority of the series isn't actually about sunxi though?

Without having looked at the specifics I can say I'm broadly in favour
of moving towards Device Model / Device Tree.

Ian.

  reply	other threads:[~2014-10-09  7:59 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-04 17:29 [U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 01/23] dm: sunxi: dts: Add sun7i device tree files Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 02/23] dm: sunxi: Add a new config for an FDT-based pcDuino3 Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 03/23] dm: core: Add support for simple-bus Simon Glass
2014-10-23  3:06   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 04/23] dm: sunxi: Add pinmux functions which take a bank parameter Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 05/23] dm: sunxi: Make sure that GPIOs are requested Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 06/23] dm: sunxi: Modify the GPIO driver to support driver model Simon Glass
2014-10-05  2:07   ` Chen-Yu Tsai
2014-10-04 17:29 ` [U-Boot] [PATCH 07/23] dm: sunxi: Add support for serial using " Simon Glass
2014-10-05 14:50   ` Chen-Yu Tsai
2014-10-04 17:29 ` [U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass Simon Glass
2014-10-24  3:52   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 09/23] dm: gpio: Add gpio_get_function() and friends Simon Glass
2014-10-24  3:52   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass Simon Glass
2014-10-24  3:52   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method Simon Glass
2014-10-24  3:52   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method Simon Glass
2014-10-24  3:52   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 13/23] dm: gpio: sandbox: Drop request()/free() in the driver Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 16/23] test: dm: Support memory leak checking as a core feature Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 18/23] dm: gpio: tegra: Drop request()/free() in the driver Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 19/23] dm: gpio: omap3: " Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 20/23] dm: gpio: rpi_b: " Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 21/23] dm: gpio: exynos: " Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 22/23] dm: gpio: imx: " Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-04 17:29 ` [U-Boot] [PATCH 23/23] dm: gpio: Remove unused get_state() uclass method Simon Glass
2014-10-24  3:53   ` Simon Glass
2014-10-08 19:27 ` [U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi Simon Glass
2014-10-09  7:59   ` Ian Campbell [this message]
2014-10-09  8:13     ` Hans de Goede
2014-10-10  3:44       ` Simon Glass
2014-10-23 19:20         ` Simon Glass

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=1412841558.11505.8.camel@hellion.org.uk \
    --to=ijc@hellion.org.uk \
    --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