summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-05gpio: generic: modernize remappingHeiner Kallweit1-11/+3
2015-10-05gpio: generic: improve error handling in bgpio_mapHeiner Kallweit1-3/+5
2015-10-03gpio: pca953x: Add TI TCA9539 supportThierry Reding2-0/+2
2015-10-03gpio: max730x: eliminate double freeJulia Lawall1-1/+0
2015-10-02gpio: omap: convert to use generic irq handlerGrygorii Strashko1-28/+27
2015-10-02gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko1-10/+15
2015-10-02gpio: add DT bindings for existing consumer flagsLinus Walleij2-2/+27
2015-10-02gpio: add GPIO support for IT87xx, replacing gpio-it8761eDiego Elio Pettenò4-235/+422
2015-10-02gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme1-3/+1
2015-10-02gpio: arizona: add support for WM8998 and WM1814Richard Fitzgerald1-0/+2
2015-10-02gpio: Fix error checking in the function device_pca957x_initNicholas Krause1-2/+6
2015-10-02gpio: ath79: Convert to the state container design patternAlban Bedel1-59/+60
2015-10-02gpio: msm: Remove unused driverStephen Boyd4-488/+0
2015-10-02gpio: zynq: use container_of() to get state containerLinus Walleij1-10/+22
2015-10-02gpio: vf610: use container_of() to get state containerLinus Walleij1-10/+19
2015-10-02gpio: sx150x: use container_of() to get state containerLinus Walleij1-17/+14
2015-10-02gpio: altera: use container_of() to get state containerLinus Walleij1-5/+10
2015-10-02gpio: etraxfs: use container_of() to get state containerLinus Walleij1-6/+17
2015-10-02gpio: pl061: detail IRQ trigger handlingLinus Walleij1-8/+47
2015-09-24gpio: keep the GPIO line names internalLinus Walleij2-43/+35
2015-09-24gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann1-3/+8
2015-09-24gpio-sysfs: Use gpio descriptor name instead of gpiochip names arrayMarkus Pargmann1-7/+1
2015-09-24gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann1-0/+37
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann3-0/+42
2015-09-24gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann1-10/+10
2015-09-21Linux 4.3-rc2v4.3-rc2Linus Torvalds1-1/+1
2015-09-20Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-10/+17
2015-09-20Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-34/+52
2015-09-20Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-46/+73
2015-09-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-12/+25
2015-09-20Merge tag 'led-fixes-for-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-2/+9
2015-09-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds10-58/+107
2015-09-20Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-6/+16
2015-09-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds8-57/+129
2015-09-20fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason1-1/+16
2015-09-19mm: fix type cast in __pfn_to_phys()Tyler Baker1-1/+1
2015-09-19Merge branch 'acpi-bus'Rafael J. Wysocki4-16/+11
2015-09-19Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki8-30/+62
2015-09-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds9-8/+31
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds30-165/+199
2015-09-18IB/hfi: Properly set permissions for user device filesIra Weiny4-12/+59
2015-09-18IB/hfi1: mask vs shift confusionDan Carpenter1-2/+2
2015-09-18IB/hfi1: clean up some definesDan Carpenter1-18/+18
2015-09-18IB/hfi1: info leak in get_ctxt_info()Dan Carpenter1-0/+1
2015-09-18IB/hfi1: fix a locking bugDan Carpenter1-2/+2
2015-09-18IB/hfi1: checking for NULL instead of IS_ERRDan Carpenter1-3/+5
2015-09-18IB/hfi1: fix sdma_descq_cnt parameter parsingMike Marciniszyn1-1/+1
2015-09-18IB/hfi1: fix copy_to/from_user() error handlingDan Carpenter1-16/+15
2015-09-18IB/hfi1: fix pstateinfo from returning improperly byteswapped valueIra Weiny2-4/+4
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds217-573/+482