summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-05nvmem: imx: scu: support writePeng Fan1-1/+72
2019-11-05nvmem: imx: scu: support hole region checkPeng Fan1-5/+42
2019-11-05nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request o...Baolin Wang1-12/+1
2019-11-05nvmem: core: fix nvmem_cell_write inline functionSebastian Reichel1-1/+1
2019-11-05char: xillybus: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-11-05rfkill: allocate static minorMarcel Holtmann2-2/+8
2019-11-05mei: me: add comet point V device idAlexander Usyskin2-0/+2
2019-11-05mei: bus: prefix device names on bus with the bus nameAlexander Usyskin1-4/+5
2019-11-04coresight: etm4x: Fix BMVAL misuseRikard Falkeborn1-1/+1
2019-11-04coresight: Serialize enabling/disabling a link device.Yabin Cui4-52/+90
2019-11-04coresight: Add explicit architecture dependencyMark Brown1-0/+1
2019-11-04coresight: etm4x: Add missing single-shot control API to sysfsMike Leach3-1/+149
2019-11-04coresight: etm4x: Add view comparator settings API to sysfs.Mike Leach1-0/+52
2019-11-04coresight: etm4x: Improve usability of sysfs - CID and VMID masks.Mike Leach1-2/+8
2019-11-04coresight: etm4x: Improve usability of sysfs - include/exclude addr.Mike Leach1-5/+9
2019-11-04coresight: etm4x: Fix issues with start-stop logic.Mike Leach2-4/+36
2019-11-04coresight: etm4x: Add missing API to set EL match on address filtersMike Leach1-0/+42
2019-11-04coresight: etm4x: Fix input validation for sysfs.Mike Leach1-8/+13
2019-11-04coresight: etm4x: Fixes for ETM v4.4 architecture updates.Mike Leach3-11/+21
2019-11-04coresight: etm4x: Add support for ThunderX2Tanmay Vilas Kumar Jagdale1-0/+1
2019-11-04dt-bindings: arm: coresight: Add support for coresight-loses-context-with-cpuAndrew Murray1-0/+9
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray4-0/+394
2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn9-15/+22
2019-10-31extcon: sm5502: remove redundant assignment to variable cable_typeColin Ian King1-1/+1
2019-10-27Linux 5.4-rc5v5.4-rc5Linus Torvalds1-2/+2
2019-10-26riscv: cleanup do_trap_breakChristoph Hellwig1-20/+6
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown1-24/+14
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe1-12/+32
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe1-5/+8
2019-10-25ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157Patrice Chotard1-4/+4
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov1-1/+2
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov1-29/+33
2019-10-25io_uring: Fix corrupted user_dataPavel Begunkov1-0/+2
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross1-0/+8
2019-10-25irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak1-2/+2
2019-10-25cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski4-9/+22
2019-10-25CIFS: Fix use after free of file info structuresPavel Shilovsky1-3/+3
2019-10-25CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2-20/+32
2019-10-24i2c: stm32f7: remove warning when compiling with W=1Alain Volmat1-1/+1
2019-10-24i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier1-7/+10
2019-10-24i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier1-0/+2
2019-10-24i2c: mt65xx: fix NULL ptr dereferenceFabien Parent1-1/+1
2019-10-24irqchip/gic-v3-its: Use the exact ITSList for VMOVPZenghui Yu1-3/+18
2019-10-24gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price1-0/+1
2019-10-24mfd: mt6397: Fix probe after changing mt6397-coreFrank Wunderlich1-24/+40
2019-10-24MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton1-8/+15
2019-10-24io_uring: correct timeout req sequence when inserting a new entryzhangyi (F)1-1/+10