linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/63] Allow compile testing of most gpio drivers
@ 2016-02-26 13:17 Alexander Stein
  2016-02-26 13:17 ` [PATCH 01/63] of: Empty of_read_number when !OF Alexander Stein
                   ` (45 more replies)
  0 siblings, 46 replies; 67+ messages in thread
From: Alexander Stein @ 2016-02-26 13:17 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot; +Cc: Alexander Stein, linux-gpio

This patch set allows compile testing of most gpio drivers. I compiled all
from this list for x86_64 and arm. The drivers missing are using arch specific
includes or code only available on that platform, e.g. msr on x86, which is
unavailable on others.
I didn't include the OF people for the first one in purpose as I want some
feedback first.

Alexander Stein (63):
  of: Empty of_read_number when !OF
  gpio: gpiolib-of: Allow compile testing
  gpio: tegra: Allow compile test
  gpio: davinci: Allow compile testing
  gpio: em: Allow compile testing
  gpio: ge: Allow compile testing
  gpio: iop: Allow compile testing
  gpio: moxart: Allow compile testing
  gpio: mvebu: Allow compile testing
  gpio: mxc: Allow compile testing
  gpio: mxs: Allow compile testing
  gpio: omap: Allow compile testing
  gpio: pl061: Allow compile testing
  gpio: pxa: Allow compile testing
  gpio: spear-spics: Allow compile testing
  gpio: sta2x11: Allow compile testing
  gpio: syscon: Allow compile testing
  gpio: tb10x: Allow compile testing
  gpio vf610: Explicitly include pinctrl consumer header
  gpio: vf610: Allow compile testing
  gpio: xgene: Allow compile testing
  gpio: xlp: Allow compile testing
  gpio: zynq: Allow compile testing
  gpio: mc9s08dz60: Allow compile testing
  gpio: adp5520: Allow compile testing
  gpio: arizona: Allow compile testing
  gpio: crystalcove: Allow compile testing
  gpio: da9052: Allow compile testing
  gpio: da9055: Allow compile testing
  gpio: dln2: Allow compile testing
  gpio: jantz-ttl: Allow compile testing
  gpio: kempld: Allow compile testing
  gpio: lp3943: Allow compile testing
  gpio: msic: Allow compile testing
  gpio: palmas: Allow compile testing
  gpio: rc5t583: Allow compile testing
  gpio: timberdale: Allow compile testing
  gpio: tps65218: Allow compile testing
  gpio: tps6586x: Allow compile testing
  gpio: tps65910: Allow compile testing
  gpio: tps65912: Allow compile testing
  gpio: twl4030: Allow compile testing
  gpio: twl6040: Allow compile testing
  gpio: ucb1400: Allow compile testing
  gpio: wm831x: Allow compile testing
  gpio: wm8350: Allow compile testing
  gpio: wm8994: Allow compile testing
  gpio: viperboard: Allow compile testing
  gpio: stmpe: Move dependencies to a single line
  gpio: stmpe: Allow compile testing
  gpio: tc3589x: Move dependencies to a single line
  gpio: tc3589x: Allow compile testing
  gpio: ich: Allow compile testing
  gpio: lynxpoint: Allow compile testing
  gpio: vx855: Allow compile testing
  gpio: sch: Allow compile testing
  gpio: bt8xx: Allow compile testing
  gpio: intel-mid: Allow compile testing
  gpio: sodaville: Allow compile testing
  gpio: 74x164: Allow compile testing
  gpio: etraxfs: Allow compile testing
  gpio: grgpio: Allow compile testing
  gpio: mvebu: Allow compile testing

 drivers/gpio/Kconfig      | 126 ++++++++++++++++++++++++----------------------
 drivers/gpio/Makefile     |   2 +-
 drivers/gpio/gpio-vf610.c |   1 +
 include/linux/of.h        |   5 ++
 4 files changed, 72 insertions(+), 62 deletions(-)

-- 
2.7.2


^ permalink raw reply	[flat|nested] 67+ messages in thread

end of thread, other threads:[~2016-03-07  5:06 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).