All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/6] dm: Introduce driver model for sunxi
Date: Fri, 31 Oct 2014 17:23:19 +0100	[thread overview]
Message-ID: <5453B777.4070600@redhat.com> (raw)
In-Reply-To: <545396A2.1050307@redhat.com>

Hi,

On 10/31/2014 03:03 PM, Hans de Goede wrote:
> Hi,
> 
> On 10/31/2014 03:25 AM, Simon Glass wrote:
>> This series adds driver model support for serial and GPIO for sunxi. Since
>> I only have a sun7i board to test with, I have added a new config for the
>> pcDuino3, which uses device tree and driver model. This should make it
>> fairly easy to enable for the other boards at some point.
>>
>> This series is available at u-boot-dm/sunix-working.
>>
>> Changes in v3:
>> - Move enabling of 'dm' command to sunxi-common.h
>> - Put enabling of DM GPIO into sunxi-common.h
>> - Rebase to master
>> - Move DM enable options to sunxi-common
>>
>> Changes in v2:
>> - Remove references to exynos and tegra
>> - Use the word 'bank' instead of 'port'
>> - Split non-sunxi patches into a separate dependent series
>>
>> Simon Glass (6):
>>   dm: sunxi: dts: Add sun7i device tree files
>>   dm: sunxi: Add a new config for an FDT-based pcDuino3
>>   dm: sunxi: Add pinmux functions which take a bank parameter
>>   dm: sunxi: Make sure that GPIOs are requested
>>   dm: sunxi: Modify the GPIO driver to support driver model
>>   dm: sunxi: Add support for serial using driver model
> 
> Thanks, merged and pushed to u-boot-sunxi/next, I'm going to run some tests
> now, and when those are done I'll also push this to u-boot-sunxi/master and
> send a pull-req.

Hmm, so the testing did not go as smoothly as I hoped, there were some
build issues with the FDT-based pcDuino3 target due to some Kconfig changes
(variable renames) by Ian in u-boot-sunxi/next, those where easily fixed,
and I've squashed those into the original fixes.

But then I hit problems booting from mmc or usb due to missing gpio_request calls.

I've created 2 fixes for these, and now everything works fine :) I've done
a forced push to u-boot-sunxi/next with the fixed patch-set, but I cannot
yet send a pull-req as my 2 extra patches need an Acked-by. I'll send them out
right after this mail, and as soon as they have an Ack, I'll send the pull-req.

Regards,

Hans



> 
> Regards,
> 
> Hans
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

  reply	other threads:[~2014-10-31 16:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-31  2:25 [U-Boot] [PATCH v3 0/6] dm: Introduce driver model for sunxi Simon Glass
2014-10-31  2:25 ` [U-Boot] [PATCH v3 1/6] dm: sunxi: dts: Add sun7i device tree files Simon Glass
2014-10-31  2:25 ` [U-Boot] [PATCH v3 2/6] dm: sunxi: Add a new config for an FDT-based pcDuino3 Simon Glass
2014-10-31  2:25 ` [U-Boot] [PATCH v3 3/6] dm: sunxi: Add pinmux functions which take a bank parameter Simon Glass
2014-10-31  2:25 ` [U-Boot] [PATCH v3 4/6] dm: sunxi: Make sure that GPIOs are requested Simon Glass
2014-10-31  2:25 ` [U-Boot] [PATCH v3 5/6] dm: sunxi: Modify the GPIO driver to support driver model Simon Glass
2014-10-31  2:25 ` [U-Boot] [PATCH v3 6/6] dm: sunxi: Add support for serial using " Simon Glass
2014-10-31 14:03 ` [U-Boot] [PATCH v3 0/6] dm: Introduce driver model for sunxi Hans de Goede
2014-10-31 16:23   ` Hans de Goede [this message]
2014-11-01 15:11     ` 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=5453B777.4070600@redhat.com \
    --to=hdegoede@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.