summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger2017-10-311-7/+7
* gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()Markus Elfring2017-10-311-16/+13
* gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov2017-10-311-8/+6
* gpio-mmio: Use the new .get_multiple() callbackLinus Walleij2017-10-301-3/+84
* gpio: mmio: Make pin2mask() a private businessLinus Walleij2017-10-252-30/+23
* gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij2017-10-251-6/+17
* gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij2017-10-251-3/+3
* gpio: grgpio: Do not use gc->pin2mask()Linus Walleij2017-10-251-3/+3
* gpio: loongson1: fix bgpio usageLinus Walleij2017-10-251-4/+3
* gpio: dwapb: fix bgpio usageLinus Walleij2017-10-251-2/+2
* gpio: uniphier: add UniPhier GPIO controller driverMasahiro Yamada2017-10-234-0/+517
* dt-bindings: gpio: uniphier: add UniPhier GPIO bindingMasahiro Yamada2017-10-233-0/+71
* gpio: Fix loose spellingAndrew Jeffery2017-10-206-9/+9
* gpio: Add driver for Maxim MAX3191x industrial serializerLukas Wunner2017-10-193-0/+503
* dt-bindings: gpio: max3191x: Document new driverLukas Wunner2017-10-191-0/+59
* dt-bindings: Document common property for daisy-chained devicesLukas Wunner2017-10-191-0/+26
* gpiolib: clear irq handler and data in one goMartin Kaiser2017-10-191-2/+2
* pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding2017-10-191-2/+2
* Documentation: fix ref to gpio.txtTom Saeger2017-10-191-1/+1
* gpio: mark expected switch fall-throughsGustavo A. R. Silva2017-10-193-2/+6
* gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski2017-10-191-0/+6
* gpiolib: only check line handle flags onceBartosz Golaszewski2017-10-191-7/+7
* gpio: Introduce ->get_multiple callbackLukas Wunner2017-10-195-22/+250
* bitops: Introduce assign_bit()Lukas Wunner2017-10-192-15/+31
* gpio: gpio-dwapb: add optional resetAlan Tull2017-10-192-0/+10
* gpio-rcar: document R8A77970 bindingsSergei Shtylyov2017-10-191-0/+1
* gpiolib: drop irq_base field from gpio_chip structGrygorii Strashko2017-10-191-2/+0
* gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-081-6/+2
* tools: gpio: Print error string on IOCTL failuresJacopo Mondi2017-10-071-7/+10
* MAINTAINERS: Add entry for Synopsys DesignWare APB GPIO driverHoan Tran2017-10-061-0/+7
* gpio: Alter semantics of *raw* operations to actually be rawLinus Walleij2017-10-041-43/+47
* gpio: Get rid of _prefix and __prefixesLinus Walleij2017-10-041-26/+26
* gpio: thunderx: remove unused .map() hook from irq_domain_opsMasahiro Yamada2017-09-221-13/+0
* gpio: tb10x: Handle return value of devm_kasprintfArvind Yadav2017-09-211-0/+3
* gpio: brcmstb: Handle return value of devm_kasprintfArvind Yadav2017-09-211-0/+4
* gpio: dwapb: Add wakeup source supportHoan Tran2017-09-191-1/+22
* gpio: Clarify consumer stubs use-casesLinus Walleij2017-09-191-3/+19
* gpio: xgene-sb: Tidy up fwnode usageRobin Murphy2017-09-191-11/+2
* Linux 4.14-rc1v4.14-rc1Linus Torvalds2017-09-161-2/+2
* Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-09-164-16/+16
|\
| * UBI: Fix two typos in commentsUwe Kleine-König2017-09-131-2/+2
| * ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2017-09-131-1/+1
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-3/+3
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-4/+4
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-6/+6
* | Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-1614-27/+41
|\ \
| * | um: return negative in tuntap_open_tramp()Dan Carpenter2017-09-131-1/+1
| * | um: remove a stray tabDan Carpenter2017-09-131-1/+1
| * | um: Use relative modversions with LD_SCRIPT_DYNThomas Meyer2017-09-131-0/+1
| * | um: link vmlinux with -no-pieThomas Meyer2017-09-131-1/+1