All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Stein <alexanders83@web.de>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>
Subject: Re: Re: [PATCH v2 00/63] Allow compile testing of most gpio drivers
Date: Mon, 11 Apr 2016 20:01:22 +0200	[thread overview]
Message-ID: <5292489.ilMSvEcqfC@kongar> (raw)
In-Reply-To: <CACRpkdbA1vShcBkbi0ap=8V3i0RV91tMKppOPd4sLNLtqLU9QQ@mail.gmail.com>

On Monday 11 April 2016, 09:01:45 wrote Linus Walleij:
> On Fri, Apr 8, 2016 at 2:24 PM, Linus Walleij <linus.walleij@linaro.org> 
wrote:
> > Let's see what happens.
> 
> As it turns out, it makes things explode to the left and right on
> the build servers.
> 
> I guess we need to trickle in a few patches at a time, while
> fixing the compile errors they raise.
> 
> Unfortunately the build servers have this tendency to shoot
> the messenger, but on the other hand, if we churn through them,
> drivers get fixed. Mostly Kconfig stuff it seems?

Good to see this actually raises some errors.
Especially the blackfin errors related error appear to be Kconfig related.
x86_64 errors are storing/restoring 32 bit integers in pointers.
arm, sparc and i386 can be fixed by adding COMPILED_TEST to amba and 
mfd/intel_msic. Dunno what would be a good approach.

Best regards,
Alexander


      reply	other threads:[~2016-04-11 18:01 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-05 17:35 [PATCH v2 00/63] Allow compile testing of most gpio drivers Alexander Stein
2016-04-05 17:35 ` [PATCH v2 01/63] gpio: gpiolib-of: Allow compile testing Alexander Stein
2016-04-05 17:35 ` [PATCH v2 02/63] gpio: tegra: Allow compile test Alexander Stein
2016-04-05 17:35 ` [PATCH v2 03/63] gpio: davinci: Allow compile testing Alexander Stein
2016-04-05 17:35 ` [PATCH v2 04/63] gpio: em: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 05/63] gpio: ge: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 06/63] gpio: iop: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 07/63] gpio: mvebu: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 08/63] gpio: mxc: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 09/63] gpio: mxs: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 10/63] gpio: omap: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 11/63] gpio: pl061: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 12/63] gpio: pxa: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 13/63] gpio: spear-spics: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 14/63] gpio: sta2x11: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 15/63] gpio: syscon: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 16/63] gpio: tb10x: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 17/63] gpio: vf610: Explicitly include pinctrl consumer header Alexander Stein
2016-04-05 17:35 ` [PATCH v2 18/63] gpio: vf610: Allow compile testing Alexander Stein
2016-04-05 17:35 ` [PATCH v2 19/63] gpio: xgene: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 20/63] gpio: zynq: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 21/63] gpio: mc9s08dz60: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 22/63] gpio: adp5520: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 23/63] gpio: arizona: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 24/63] gpio: crystalcove: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 25/63] gpio: da9052: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 26/63] gpio: da9055: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 27/63] gpio: dln2: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 28/63] gpio: jantz-ttl: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 29/63] gpio: kempld: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 30/63] gpio: lp3943: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 31/63] gpio: msic: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 32/63] gpio: palmas: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 33/63] gpio: rc5t583: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 34/63] gpio: timberdale: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 35/63] gpio: tps65218: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 36/63] gpio: tps6586x: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 37/63] gpio: tps65910: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 38/63] gpio: tps65912: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 39/63] gpio: twl4030: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 40/63] gpio: twl6040: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 41/63] gpio: ucb1400: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 42/63] gpio: wm831x: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 43/63] gpio: wm8350: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 44/63] gpio: wm8994: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 45/63] gpio: viperboard: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 46/63] gpio: stmpe: Move dependencies to a single line Alexander Stein
2016-04-05 17:39 ` [PATCH v2 47/63] gpio: stmpe: Allow compile testing Alexander Stein
2016-04-05 17:39 ` [PATCH v2 48/63] gpio: tc3589x: Move dependencies to a single line Alexander Stein
2016-04-05 17:39 ` [PATCH v2 49/63] gpio: tc3589x: Allow compile testing Alexander Stein
2016-04-05 17:39 ` [PATCH v2 50/63] gpio: ich: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 51/63] gpio: lynxpoint: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 52/63] gpio: vx855: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 53/63] gpio: sch: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 54/63] gpio: bt8xx: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 55/63] gpio: intel-mid: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 56/63] gpio: sodaville: Use of_property_read_u32 instead of of_read_number Alexander Stein
2016-04-05 17:39 ` [PATCH v2 57/63] gpio: sodaville: Allow compile testing Alexander Stein
2016-04-05 17:39 ` [PATCH v2 58/63] gpio: 74x164: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 59/63] gpio: etraxfs: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 60/63] gpio: grgpio: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 61/63] gpio: mvebu: " Alexander Stein
2016-04-05 18:40 ` [PATCH v2 62/63] gpio: tps65086: " Alexander Stein
2016-04-05 18:40 ` [PATCH v2 63/63] gpio: xgene-sb: " Alexander Stein
2016-04-08 12:24 ` [PATCH v2 00/63] Allow compile testing of most gpio drivers Linus Walleij
2016-04-11  7:01   ` Linus Walleij
2016-04-11 18:01     ` Alexander Stein [this message]

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=5292489.ilMSvEcqfC@kongar \
    --to=alexanders83@web.de \
    --cc=gnurou@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    /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.