aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim3-27/+32
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin6-10/+10
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov1-0/+7
2015-05-13i2c / ACPI: Assign IRQ for devices that have GpioInt automaticallyMika Westerberg1-2/+7
2015-05-13i2c / ACPI: Use 0 to indicate that device does not have interrupt assignedMika Westerberg1-2/+1
2015-05-13gpio: dln2: fix build breakageJohan Hovold1-1/+0
2015-05-12gpio: xlp: Add missing .owner and .label settings for gpio_chipAxel Lin1-0/+2
2015-05-12gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold2-27/+24
2015-05-12gpio: sysfs: remove FLAG_SYSFS_DIRJohan Hovold2-9/+7
2015-05-12gpio: sysfs: rename active-low helperJohan Hovold1-2/+2
2015-05-12gpio: sysfs: fix race between gpiod export and unexportJohan Hovold1-25/+26
2015-05-12gpio: sysfs: use per-gpio lockingJohan Hovold1-18/+34
2015-05-12gpio: sysfs: clean up gpiod_export_link lockingJohan Hovold1-20/+8
2015-05-12gpio: sysfs: clean up edge_storeJohan Hovold1-5/+7
2015-05-12gpio: sysfs: split irq allocation and deallocationJohan Hovold1-37/+37
2015-05-12gpio: sysfs: only call irq helper if neededJohan Hovold1-5/+14
2015-05-12gpio: sysfs: clean up interrupt-interface implementationJohan Hovold2-39/+18
2015-05-12gpio: sysfs: remove redundant gpio-descriptor parametersJohan Hovold1-13/+11
2015-05-12gpio: sysfs: add gpiod class-device dataJohan Hovold1-16/+46
2015-05-12gpio: sysfs: remove redundant export testsJohan Hovold1-51/+23
2015-05-12gpio: sysfs: release irq after class-device deregistrationJohan Hovold1-1/+5
2015-05-12gpio: sysfs: use DEVICE_ATTR macrosJohan Hovold1-25/+18
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold1-46/+2
2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold3-13/+15
2015-05-12gpio: sysfs: clean up chip class-device handlingJohan Hovold1-26/+13
2015-05-12gpio: sysfs: reduce gpiochip-export locking scopeJohan Hovold1-3/+4
2015-05-12gpio: sysfs: preparatory clean upsJohan Hovold1-4/+4
2015-05-12gpio: sysfs: fix redundant lock-as-irq handlingJohan Hovold1-7/+15
2015-05-12gpio: clean up gpiochip_removeJohan Hovold1-5/+9
2015-05-12Merge tag 'v4.1-rc3' into develLinus Walleij196-1198/+2334
2015-05-12gpio: xilinx: Fix kernel-doc warningsMichal Simek1-1/+3
2015-05-12gpio: x-gene: Remove a useless memsetChristophe Jaillet1-1/+0
2015-05-12gpio: Constify platform_device_idKrzysztof Kozlowski3-3/+3
2015-05-12drivers/gpio: include <module.h> for modular crystalcove codePaul Gortmaker1-0/+1
2015-05-11gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg1-0/+29
2015-05-11gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy1-1/+2
2015-05-11gpio: moxart: get value of output gpio from generic driverVladimir Zapolskiy1-14/+3
2015-05-11gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy1-3/+19
2015-05-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-106/+230
2015-05-11Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-intel into drm-fixesDave Airlie3-9/+29
2015-05-11drm: Zero out invalid vblank timestamp in drm_update_vblank_count.Mario Kleiner1-5/+4
2015-05-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-17/+44
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-70/+1
2015-05-08Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-6/+6
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+5
2015-05-08Merge tag 'gpio-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds4-46/+36
2015-05-08Merge tag 'mmc-4.1-rc2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds6-4/+22
2015-05-08drm/tegra: Don't use vblank_disable_immediate on incapable driver.Mario Kleiner1-1/+0
2015-05-08Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo/linux into drm-fixesDave Airlie2-4/+7
2015-05-08Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie11-87/+190