summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-07-27gpio: etraxfs: add support for ARTPEC-3Rabin Vincent
2015-07-27gpio: generic: support input-only chipsRabin Vincent
2015-07-27gpio: etraxfs: fix set register flagRabin Vincent
2015-07-27gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht
2015-07-27gpio: omap: use raw locks for lockingSebastian Andrzej Siewior
2015-07-27gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada
2015-07-27gpio: mpc8xxx: add support for MPC5125Uwe Kleine-König
2015-07-27gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König
2015-07-27gpio: mpc8xxx: constify of_device_idUwe Kleine-König
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2015-07-17gpio/davinci: add interrupt support for GPIOs 16-31Vitaly Andrianov
2015-07-17Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij
2015-07-17gpio: etraxfs: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski
2015-07-16gpiolib: remove unneeded assignationLaurent Navet
2015-07-16gpio: 74xx: Fix build warning about void to integer castNicholas Krause
2015-07-16gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko
2015-07-16gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko
2015-07-16gpio: pcf857x: get rid of slock spinlockGrygorii Strashko
2015-07-16gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven
2015-07-16gpio: em: Remove obsolete platform data supportGeert Uytterhoeven
2015-07-16gpio: zx: Add ZTE zx296702 GPIO supportJun Nie
2015-07-15gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada
2015-07-15gpio: mvebu: kill bogus dependency on GPIO_GENERICMasahiro Yamada
2015-07-15gpio: altera: use of_mm_gpiochip_remove() to fix memory leakMasahiro Yamada
2015-07-15gpio: altera: fix return value of altera_gpio_remove()Masahiro Yamada
2015-07-15gpio: altera: kill bogus dependency on GPIO_GENERICMasahiro Yamada
2015-07-15gpio: zynq: add missing module_exit functionMasahiro Yamada
2015-07-15gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso
2015-07-15gpio: generic: add get_direction supportPhilipp Zabel
2015-07-14gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner
2015-07-14gpio/davinci: Avoid redundant lookup of irq_dataThomas Gleixner
2015-07-14gpio/msm-v2: Avoid redundant lookup of irq_dataThomas Gleixner
2015-07-14gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removalThomas Gleixner
2015-07-14gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner
2015-07-14gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalThomas Gleixner
2015-07-14gpio/davinci: Prepare gpio_irq_handler for irq argument removalThomas Gleixner
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-14gpio/davinci: Use accessor function irq_data_get_irq_handler_data()Jiang Liu
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner
2015-07-14gpio/pch: Use irq_set_handler_locked()Thomas Gleixner
2015-07-14gpio/omap: Use irq_set_handler_locked()Thomas Gleixner
2015-07-14gpio/msm-v2: Use irq_set_handler_locked()Thomas Gleixner
2015-07-14gpio/ep93xx: Use irq_set_handler_locked()Thomas Gleixner
2015-07-14gpio/zynq: Use irq_set_chip_handler_name_locked()Thomas Gleixner
2015-07-14gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-14gpio/tz1090: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-14gpio/timberdale: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-14gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-14gpio/mpc8xxx: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-12Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds