summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: intel-mid: use builtin_pci_driverGeliang Tang2016-11-151-6/+1
* gpio: tag line labels used for interruptsLinus Walleij2016-11-151-2/+18
* gpio: clamp values on gpio[d]_direction_output()Linus Walleij2016-11-151-5/+8
* gpio: htc-egpio: read output value from cacheLinus Walleij2016-11-131-4/+8
* gpio: htc-egpio: add .get_direction() supportLinus Walleij2016-11-121-0/+10
* ACPI / gpio: avoid warning for gpio hogging codeArnd Bergmann2016-11-091-4/+4
* gpio: davinci: Use unique labels for each gpio chipAxel Haslam2016-11-091-1/+6
* gpio: htc-egpio: Make it explicitly non-modularPaul Gortmaker2016-11-041-30/+2
* gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Wei Yongjun2016-10-311-1/+3
* ACPI / gpio: make acpi_gpiochip_parse_own_gpio staticWei Yongjun2016-10-311-3/+3
* ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()Wei Yongjun2016-10-311-0/+1
* gpio: gpiolib-devprop: Check chip->parent pointer before dereferencingThor Thayer2016-10-251-0/+5
* gpio: altera-a10sr: Drop unnecessary gpiochip_removeWei Yongjun2016-10-251-10/+0
* Merge branch 'ib-sx150x' of /home/linus/linux-pinctrl into develLinus Walleij2016-10-248-842/+1151
|\
| * pinctrl: Add SX150X GPIO Extender Pinctrl DriverNeil Armstrong2016-10-248-842/+1151
* | gpio: mxs: fix duplicate level interruptsSascha Hauer2016-10-241-9/+29
* | gpio: mxs: use enable/disable regs to (un)mask irqsSascha Hauer2016-10-241-3/+4
* | ACPI / gpio: Add support for naming GPIOsMika Westerberg2016-10-242-0/+15
* | gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg2016-10-244-46/+66
* | ACPI / gpio: Add hogging supportMika Westerberg2016-10-242-0/+106
* | ACPI / gpio: Allow holes in list of GPIOs for a deviceMika Westerberg2016-10-242-11/+36
* | gpio: pca953x: Add MAX7318 compatibleMarek Vasut2016-10-241-0/+2
* | gpio: ts4900: Add hardware dependenciesJean Delvare2016-10-241-0/+1
* | tools/gpio: re-work gpio hammer with gpio operationsBamvor Jian Zhang2016-10-241-50/+17
* | tools/gpio: add gpio basic opereationsBamvor Jian Zhang2016-10-242-0/+272
* | gpio: altera-a10sr: Add A10 System Resource Chip GPIO support.Thor Thayer2016-10-243-0/+149
* | gpio: merrifield: set default handler to be handle_bad_irq()Andy Shevchenko2016-10-241-1/+1
* | gpio: max77620: Remove unused fields from struct max77620_gpioAxel Lin2016-10-241-8/+2
* | gpio: fix struct gpio_chip commentAnthony Best2016-10-241-1/+1
|/
* Linux 4.9-rc2v4.9-rc2Linus Torvalds2016-10-241-1/+1
* Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-244-12/+13
|\
| * ubifs: Abort readdir upon errorRichard Weinberger2016-10-201-5/+3
| * UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2016-10-201-0/+1
| * ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2016-10-201-1/+1
| * ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-10-201-0/+2
| * ubifs: Rename ubifs_rename2Richard Weinberger2016-10-201-6/+6
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-249-50/+56
|\ \
| * | ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-154-31/+26
| * | fscrypto: lock inode while setting encryption policyEric Biggers2016-10-151-0/+4
| * | ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2016-10-151-1/+1
| * | fscrypto: make XTS tweak initialization endian-independentEric Biggers2016-10-131-7/+8
| * | ext4: do not advertise encryption support when disabledEric Biggers2016-10-131-0/+4
| * | jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-131-1/+2
| * | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-131-10/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2016-10-248-75/+105
|\ \ \
| * | | target/tcm_fc: use CPU affinity for responsesHannes Reinecke2016-10-211-1/+1
| * | | target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke2016-10-211-11/+26
| * | | target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke2016-10-211-2/+3
| * | | target/tcm_fc: print command pointer in debug messageHannes Reinecke2016-10-211-1/+1
| * | | target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke2016-10-211-4/+8