summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-11-11gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław1-3/+3
2015-08-07gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-1/+20
2015-08-07gpio: unregister gpiochip device before removing itJohan Hovold1-3/+2
2015-05-10gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
2015-03-06gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-1/+1
2015-03-06gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-02-20gpio: sysfs: fix gpio attribute-creation raceJohan Hovold1-22/+41
2015-02-20gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-14/+12
2015-02-20Fix circular locking dependency (3.3-rc2)Ming Lei1-3/+5
2015-02-20gpiolib: Refactor gpio_exportRyan Mallon1-39/+46
2015-02-20gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-02-20gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-3/+5
2014-04-30gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-02-15gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd1-2/+2
2014-01-03powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang1-2/+6
2012-11-16gpio-timberdale: fix a potential wrapping issueDan Carpenter1-2/+2
2012-10-10gpio-lpc32xx: Fix value handling of gpio_direction_output()Roland Stigge1-0/+5
2012-07-25gpiolib: wm8994: Pay attention to the value set when enabling as outputMark Brown1-1/+4
2012-05-31gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner1-1/+2
2012-05-21gpio: Add missing spin_lock_init in gpio-ml-ioh driverAxel Lin1-0/+1
2012-04-23gpio: Add missing spin_lock_init in gpio-pch driverAxel Lin1-0/+1
2012-04-23pch_gpio: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-5/+7
2012-04-02gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori1-5/+6
2012-04-02gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori1-5/+10
2012-04-02gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma1-1/+4
2011-12-15gpio: Fix DA9052 GPIO build errors.Ashish Jangam1-13/+8
2011-12-13gpio: mpc8xxx: don't allow input-only pins to be output for MPC5121Wolfram Sang1-5/+13
2011-12-13gpio-ml-ioh: Add the irq_disable/irq_enable hooks for ml-ioh irq chipFeng Tang1-0/+30
2011-12-13gpio-ml-ioh: fix a bug in the interrupt handlerFeng Tang1-1/+1
2011-12-13gpio: pl061: drop extra check for NULL platform_dataRob Herring1-4/+0
2011-12-06gpio: fix a build failure on KS8695 GPIOLinus Walleij1-1/+1
2011-11-21gpio: pca953x: Staticise pca953x_get_altdata()Mark Brown1-2/+2
2011-11-15Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-32/+38
2011-11-08Merge branch 'for_3.2/gpio-cleanup' of git://gitorious.org/khilman/linux-omap...Grant Likely1-25/+34
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-0/+11
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-0/+407
2011-11-06Merge branch 'next/devel2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-12/+36
2011-11-06Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds7-1252/+2689
2011-11-03powerpc/8xxx: Fix interrupt handling in MPC8xxx GPIO driverFelix Radensky1-0/+2
2011-11-03powerpc/85xx: Add 'fsl,pq3-gpio' compatiable for GPIO driverKumar Gala1-0/+1
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds1-2/+1
2011-11-02Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-48/+95
2011-11-02Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2-0/+14
2011-11-02Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-1/+1
2011-11-01drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker11-0/+11
2011-11-01Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann13-496/+2586
2011-11-01Merge branch 'next/fixes' into next/cleanupArnd Bergmann13-496/+2586
2011-11-01Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann13-496/+2586
2011-10-30Merge branch 'pxa/devel' into next/devel2Arnd Bergmann2-1/+2
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-39/+658