| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: sch: use uapi/linux/pci_ids.h directly | Michael S. Tsirkin | 2015-04-08 | 1 | -1/+1 |
* | gpio: x-gene: fix devm_ioremap_resource() check | Vladimir Zapolskiy | 2015-04-08 | 1 | -1/+1 |
* | gpio: loongson: Add Loongson-3A/3B GPIO driver support | Huacai Chen | 2015-04-08 | 4 | -20/+32 |
* | MIPS: Move Loongson GPIO driver to drivers/gpio | Huacai Chen | 2015-04-07 | 5 | -1/+8 |
* | MIPS: Cleanup Loongson-2F's gpio driver | Huacai Chen | 2015-04-07 | 2 | -64/+31 |
* | gpio: gpio-tb10x: remove incorrect __exit markup | Dmitry Torokhov | 2015-03-27 | 1 | -1/+1 |
* | gpio: omap: get rid of GPIO_INDEX() macro | Grygorii Strashko | 2015-03-27 | 1 | -9/+0 |
* | gpio: omap: get rid of omap_irq_to_gpio() | Grygorii Strashko | 2015-03-27 | 1 | -12/+5 |
* | gpio: omap: get rid of GPIO_BIT() macro | Grygorii Strashko | 2015-03-27 | 1 | -1/+0 |
* | gpio: omap: convert gpio irq functions to use GPIO offset | Grygorii Strashko | 2015-03-27 | 1 | -33/+34 |
* | gpio: omap: drop 'gpio' param from omap_gpio_init_irq() | Grygorii Strashko | 2015-03-27 | 1 | -7/+5 |
* | gpio: omap: convert debounce functions switch to use gpio offset | Grygorii Strashko | 2015-03-27 | 1 | -7/+7 |
* | gpio: omap: simplify omap_set_gpio_dataout_x() | Grygorii Strashko | 2015-03-27 | 1 | -5/+5 |
* | gpio: omap: convert omap_gpio_is_input() to use gpio offset | Grygorii Strashko | 2015-03-27 | 1 | -6/+4 |
* | altera_gpio_probe() can be static | kbuild test robot | 2015-03-27 | 1 | -1/+1 |
* | gpio: rcar: Prevent module clock disable when wake-up is enabled | Geert Uytterhoeven | 2015-03-26 | 1 | -2/+31 |
* | gpio: rcar: Add more register documentation | Geert Uytterhoeven | 2015-03-26 | 1 | -12/+12 |
* | gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe() | Geert Uytterhoeven | 2015-03-26 | 1 | -3/+3 |
* | gpio/crystalcove: Add additional GPIO for Panel control | Shobhit Kumar | 2015-03-26 | 1 | -1/+6 |
* | gpio: dwapb: enable for Quark | Andy Shevchenko | 2015-03-19 | 1 | -2/+1 |
* | gpio / ACPI: Use local variable instead of ACPI_HANDLE() | Rafael J. Wysocki | 2015-03-19 | 1 | -1/+1 |
* | gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index() | Rafael J. Wysocki | 2015-03-19 | 1 | -7/+9 |
* | gpio: move pincontrol calls to <linux/gpio/driver.h> | Linus Walleij | 2015-03-19 | 2 | -48/+48 |
* | gpio: f7188x: add GPIO support for F71869A | Andreas Bofjall | 2015-03-17 | 2 | -5/+25 |
* | gpio: f7188x: add GPIO support for F71869 | Andreas Bofjall | 2015-03-17 | 2 | -5/+24 |
* | gpio: f7188x: correct spelling of "Fintek" | Andreas Bofjall | 2015-03-17 | 1 | -1/+1 |
* | gpio: fix constconst in devres | Linus Walleij | 2015-03-17 | 1 | -1/+1 |
* | gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq | Grygorii Strashko | 2015-03-09 | 1 | -1/+0 |
* | extend documentation for gpiod_set_array() functions | Rojhalat Ibrahim | 2015-03-09 | 1 | -0/+20 |
* | gpio: mrvl: documentation: trivial: fix typo | Josh Wu | 2015-03-09 | 1 | -1/+1 |
* | gpio: pxa: simplify BANK_OFF macro offset calculation | Rob Herring | 2015-03-09 | 1 | -2/+1 |
* | gpio: dwapb: re-enable GPIO_DWAPB for arm64 | Kefeng Wang | 2015-03-09 | 1 | -1/+1 |
* | drivers/gpio: Altera soft IP GPIO driver device tree binding | Tien Hock Loh | 2015-03-07 | 1 | -0/+43 |
* | drivers/gpio: Altera soft IP GPIO driver | Tien Hock Loh | 2015-03-07 | 4 | -0/+391 |
* | gpio: vf610: Replaces comma between expression statements by semicolon | Axel Lin | 2015-03-06 | 1 | -8/+8 |
* | gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions | Rojhalat Ibrahim | 2015-03-05 | 3 | -2/+131 |
* | gpiolib: add gpiod_get_array and gpiod_put_array functions | Rojhalat Ibrahim | 2015-03-05 | 5 | -3/+312 |
* | gpiolib: define gpio suffixes globally | Rojhalat Ibrahim | 2015-03-05 | 2 | -8/+9 |
* | gpio: add parameter to allow the use named gpios | Olliver Schinagl | 2015-03-04 | 4 | -3/+20 |
* | gpio: pcf857x: Propagate wake-up setting to parent irq controller | Geert Uytterhoeven | 2015-03-04 | 1 | -3/+34 |
* | gpio: pcf857x: Switch to use gpiolib irqchip helpers | Geert Uytterhoeven | 2015-03-04 | 2 | -94/+28 |
* | gpio: Document GPIO hogging mechanism | Benoit Parrot | 2015-03-04 | 1 | -0/+30 |
* | gpio: add GPIO hogging mechanism | Benoit Parrot | 2015-03-04 | 3 | -19/+219 |
* | gpio: max732x: convert to GPIOLIB_IRQCHIP | Linus Walleij | 2015-03-02 | 2 | -93/+43 |
* | gpio: mb86s70: Return error if requesting an already assigned gpio | Axel Lin | 2015-03-02 | 1 | -0/+5 |
* | Linux 4.0-rc1v4.0-rc1 | Linus Torvalds | 2015-02-22 | 1 | -4/+4 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2015-02-22 | 5 | -56/+108 |
|\ |
|
| * | ext4: fix indirect punch hole corruption | Omar Sandoval | 2015-02-14 | 1 | -34/+71 |
| * | ext4: ignore journal checksum on remount; don't fail | Eric Sandeen | 2015-02-12 | 1 | -3/+2 |
| * | ext4: remove duplicate remount check for JOURNAL_CHECKSUM change | Eric Sandeen | 2015-02-12 | 1 | -11/+0 |