aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-12gpio: omap: remove dataout variation in context handlingRussell King1-10/+2
2019-06-12gpio: omap: simplify omap_set_gpio_irqenable()Russell King1-46/+15
2019-06-12gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King1-18/+4
2019-06-12gpio: omap: simplify read-modify-writeRussell King1-53/+30
2019-06-12gpio: omap: simplify bank->level_maskRussell King1-4/+3
2019-06-12gpio: omap: simplify set_multiple()Russell King1-38/+7
2019-06-12gpio: omap: simplify get_multiple()Russell King1-25/+11
2019-06-12gpio: omap: simplify get() methodRussell King1-19/+6
2019-06-12gpio: omap: simplify omap_gpio_get_direction()Russell King1-10/+3
2019-06-12gpio: omap: move omap_gpio_request() and omap_gpio_free()Russell King1-32/+32
2019-06-12gpio: omap: remove irq_ack methodRussell King1-14/+3
2019-06-12gpio: omap: clean up edge interrupt handlingRussell King1-11/+9
2019-06-12gpio: omap: remove remainder of list managementRussell King1-2/+0
2019-06-12gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King1-0/+2
2019-06-12gpio: omap: ensure irq is enabled before wakeupRussell King1-7/+8
2019-06-12gpio: of: parse stmmac PHY reset line specific active-low propertyMartin Blumenstingl1-0/+6
2019-06-10gpio: altera: Allocate irq_chip dynamicallyPhil Reid1-12/+11
2019-06-10gpio: xilinx: convert from OF GPIO to standard devm APIsRobert Hancock2-55/+36
2019-06-10fmc: Decouple from Linux GPIO subsystemLinus Walleij2-9/+10
2019-06-08dt-bindings: gpio: davinci: Add k3 am654 compatibleKeerthy1-0/+18
2019-06-08gpio: davinci: Add new compatible for K3 AM654 SoCsKeerthy1-0/+1
2019-06-08gpio: Davinci: Add K3 dependenciesKeerthy1-1/+1
2019-06-08gpio: davinci: Fix the compiler warning with ARM64 config enabledKeerthy1-3/+3
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij8-38/+34
2019-06-07docs: gpio: driver.rst: fix a bad tagMauro Carvalho Chehab1-1/+1
2019-06-02gpio: pca953x: Add support for the TI TCA9539Peter Robinson1-0/+1
2019-05-31gpio: of: Handle the Freescale SPI CSLinus Walleij1-0/+37
2019-05-28dt-bindings: gpio: Convert Arm PL061 to json-schemaRob Herring2-10/+69
2019-05-28Documentation: gpio: remove duplicated linesLuca Ceresoli1-2/+0
2019-05-28gpio: ixp4xx: Use irq_domain_translate_twocell()Linus Walleij1-7/+7
2019-05-28gpio: Fix minor grammar errors in documentationLinus Walleij1-7/+7
2019-05-28gpio: Update Kconfig text for GPIO_SYSFSLinus Walleij1-9/+5
2019-05-28gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe()Andrey Smirnov1-6/+8
2019-05-26Linux 5.2-rc2Linus Torvalds1-2/+2
2019-05-26random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o1-3/+13
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi1-1/+1
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long1-2/+40
2019-05-24KVM: x86: fix return value for reserved EFERPaolo Bonzini1-1/+1
2019-05-24tools/kvm_stat: fix fields filter for child eventsStefan Raspl2-4/+14
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2-0/+4
2019-05-24kvm: selftests: aarch64: compile with warnings onAndrew Jones1-4/+5
2019-05-24kvm: selftests: aarch64: fix default vm modeAndrew Jones1-1/+1
2019-05-24kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones1-1/+1
2019-05-24KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger1-14/+21
2019-05-24KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini1-5/+8
2019-05-24KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini4-13/+15
2019-05-24x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov1-1/+1
2019-05-24KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2-8/+27
2019-05-24kvm: Check irqchip mode before assign irqfdPeter Xu3-0/+17