summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: selftests: gpio-mockup-chardev GPIOHANDLE_REQUEST_OUTPUT fixRafael David Tinoco2018-07-091-3/+3
* gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik2018-07-091-3/+10
* gpiolib: Respect error code of ->get_direction()Andy Shevchenko2018-07-091-0/+6
* gpio: mxc: Add clocks optional binding for imx gpioAnson Huang2018-07-091-0/+3
* gpio: mt7621: Edit to preferred syntaxLinus Walleij2018-07-091-44/+41
* gpio: mt7621: Add a driver for MT7621Sergio Paracuellos2018-07-093-0/+344
* gpio: mt7621: Add DT bindingsSergio Paracuellos2018-07-091-0/+35
* gpiolib: Join string literals backAndy Shevchenko2018-07-091-7/+5
* Merge branch 'ib-aspeed' into develLinus Walleij2018-07-022-58/+383
|\
| * gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt2018-07-022-20/+246
| * gpio: aspeed: Add command source registersBenjamin Herrenschmidt2018-07-021-0/+54
| * gpio: aspeed: Add "Read Data" register to read the write latchBenjamin Herrenschmidt2018-07-021-2/+27
| * gpio: aspeed: Rework register type accessorsBenjamin Herrenschmidt2018-07-021-49/+69
* | gpio: pca953x: suppress interrupts warning when not applicableBaruch Siach2018-07-021-1/+1
* | gpio: syscon: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: stp-xway: Include the right headerLinus Walleij2018-07-021-2/+1
* | gpio: stmpe: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: sta2x11: Inline regs macroLinus Walleij2018-07-021-12/+7
* | gpio: sta2x11: Use BIT() macroLinus Walleij2018-07-021-12/+8
* | gpio: sta2x11: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: spear-spics: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: sch311x: Replace unsigned char with u8Linus Walleij2018-07-021-7/+7
* | gpio: sch311x: Implement open drain supportLinus Walleij2018-07-021-0/+29
* | gpio: sch311x: Use RMW to change directionLinus Walleij2018-07-021-10/+12
* | gpio: sch311x: Implement .get_direction()Linus Walleij2018-07-021-0/+13
* | gpio: sch311x: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: sch: Implement .get_direction()Linus Walleij2018-07-021-0/+8
* | gpio: sch: Include the right headerLinus Walleij2018-07-021-2/+1
* | gpio: sa1100: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: rdc321x: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: rcar: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: rc5t583: Include the right headerLinus Walleij2018-07-021-1/+1
* | gpio: stp-xway: Implement get callbackMathias Kresin2018-07-021-0/+15
* | gpio: tegra186: Add support for Tegra194Mikko Perttunen2018-07-021-0/+74
* | dt-bindings: tegra186-gpio: Add information for Tegra194Mikko Perttunen2018-07-021-0/+4
* | w1: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2018-06-261-1/+1
* | gpio: Add API to explicitly name a consumerLinus Walleij2018-06-182-0/+20
* | gpio: max732x: add error handling for i2c_new_dummyZhouyang Jia2018-06-181-0/+12
* | gpio: davinci: Do not assume continuous IRQ numberingKeerthy2018-06-182-22/+44
* | gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy2018-06-181-18/+11
* | gpio-rcar: document R8A77980 bindingsSergei Shtylyov2018-06-181-0/+1
* | gpio: Fix wrong rounding in gpio-menz127Nadav Amit2018-06-181-2/+2
|/
* Linux 4.18-rc1v4.18-rc1Linus Torvalds2018-06-171-2/+2
* Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-1616-275/+174
|\
| * bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
| * block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-153-38/+1
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-1511-224/+154
| |\
| | * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19
| | * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
| | * nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-155-50/+45