linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/63] Allow compile testing of most gpio drivers
@ 2016-04-05 17:35 Alexander Stein
  2016-04-05 17:35 ` [PATCH v2 01/63] gpio: gpiolib-of: Allow compile testing Alexander Stein
                   ` (63 more replies)
  0 siblings, 64 replies; 67+ messages in thread
From: Alexander Stein @ 2016-04-05 17:35 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot; +Cc: Alexander Stein, linux-gpio

Changes in v2:
* Removed patch for OF
  Instead there is an addiditional patch to gpio-sodaville exchanging
  of_property_read_u32 with of_read_number. This was suggested by Rob Herring
  (http://www.spinics.net/lists/devicetree/msg120979.html). As I'm not
  experienced in writing device-tree code for drivers, maybe I can get some
  feedback.
* Add compile test for gpio-tps65086 and gpio-xgene-sb

Now all changes are restricted to GPIO subsystem are available on
https://github.com/AlexanderStein/linux/tree/gpio-compile-test

Alexander Stein (63):
  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: 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: 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: Use of_property_read_u32 instead of of_read_number
  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
  gpio: tps65086: Allow compile testing
  gpio: xgene-sb: Allow compile testing

 drivers/gpio/Kconfig          | 126 ++++++++++++++++++++++--------------------
 drivers/gpio/Makefile         |   2 +-
 drivers/gpio/gpio-sodaville.c |   7 +--
 drivers/gpio/gpio-vf610.c     |   1 +
 4 files changed, 68 insertions(+), 68 deletions(-)

-- 
2.8.0


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

end of thread, other threads:[~2016-04-11 18:01 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).