summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: gpio: legacy: Don't use POLLERR for poll(2)Uwe Kleine-König2019-02-201-5/+4
* gpio: pca953x: Add wake-up supportGeert Uytterhoeven2019-02-201-0/+9
* Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-02-202-27/+174
|\
| * gpio: mockup: rework debugfs interfaceBartosz Golaszewski2019-02-191-14/+103
| * gpio: mockup: change the signature of unlocked get/set helpersBartosz Golaszewski2019-02-191-11/+8
| * gpio: mockup: change the type of 'offset' to unsigned intBartosz Golaszewski2019-02-191-1/+1
| * gpio: mockup: don't create the debugfs link named after the labelBartosz Golaszewski2019-02-191-5/+1
| * gpio: mockup: implement get_multiple()Bartosz Golaszewski2019-02-191-0/+17
| * gpio: mockup: add lockingBartosz Golaszewski2019-02-191-7/+43
| * irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski2019-02-191-0/+12
* | gpio: tegra: Fix offset of pinctrl callsLinus Walleij2019-02-191-4/+21
* | gpio: of: Apply regulator-gpio quirk only to enable-gpiosMarek Vasut2019-02-171-0/+1
* | Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2019-02-173-64/+29
|\ \
| * | gpio: wcove: Convert to use SPDX identifierAndy Shevchenko2019-02-081-9/+1
| * | gpio: msic: Convert to use SPDX identifierAndy Shevchenko2019-02-081-14/+1
| * | gpio: crystalcove: Convert to use SPDX identifierAndy Shevchenko2019-02-081-10/+2
| * | gpio: wcove: Fix indentationAndy Shevchenko2019-02-081-7/+6
| * | gpio: wcove: Sort headers alphabeticallyAndy Shevchenko2019-02-081-2/+2
| * | gpio: msic: Sort headers alphabeticallyAndy Shevchenko2019-02-081-5/+5
| * | gpio: crystalcove: Sort headers alphabeticallyAndy Shevchenko2019-02-081-4/+4
| * | gpio: msic: Remove duplicate check in IRQ handlerAndy Shevchenko2019-02-081-6/+3
| * | gpio: wcove: Allow return negative error code from to_reg()Andy Shevchenko2019-02-081-1/+1
| * | gpio: crystalcove: Use for_each_set_bit() in IRQ handlerAndy Shevchenko2019-02-081-6/+4
* | | Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-171628-8644/+17387
|\ \ \ | | |/ | |/|
| * | gpio: altera-a10sr: Trivial coding style fixAxel Lin2019-02-141-8/+9
| * | gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding2019-02-141-35/+35
| * | Documentation: gpio: driver: fix wire name for I2CWolfram Sang2019-02-141-1/+1
| * | gpio: madera: Add missing constCharles Keepax2019-02-141-1/+1
| * | gpio: pca953x: add support for pcal6416 typeThomas Petazzoni2019-02-141-0/+1
| * | dt-bindings: gpio: pca953x: document the nxp,pcal6416Thomas Petazzoni2019-02-141-0/+1
| * | Linux 5.0-rc6v5.0-rc6Linus Torvalds2019-02-101-1/+1
| * | Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-02-104-76/+53
| |\ \
| | * | dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-02-041-18/+14
| | * | Merge branch 'fix/brcm' into fixesVinod Koul2019-02-041-45/+25
| | |\ \
| | | * | dmaengine: bcm2835: Fix abort of transactionsLukas Wunner2019-02-041-32/+9
| | | * | dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner2019-02-041-15/+18
| | | |/
| | * | dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-041-4/+4
| | * | dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu2019-02-021-9/+10
| | |/
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-104-26/+29
| |\ \
| | * | x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
| | * | x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra2019-02-081-25/+25
| | * | x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
| | * | x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-031-0/+1
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-103-24/+85
| |\ \ \
| | * \ \ Merge tag 'irqchip-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-02-073-24/+85
| | |\ \ \
| | | * | | irqchip/gic-v3-its: Fix ITT_entry_size accessorZenghui Yu2019-01-311-1/+1
| | | * | | irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disableLubomir Rintel2019-01-291-1/+5
| | | * | | irqchip/gic-v3-its: Gracefully fail on LPI exhaustionMarc Zyngier2019-01-291-0/+3
| | | * | | irqchip/gic-v3-its: Plug allocation race for devices sharing a DevIDMarc Zyngier2019-01-291-5/+27
| | | * | | irqchip/gic-v4: Fix occasional VLPI dropHeyi Guo2019-01-281-17/+49