summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mvebu.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-26Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-10/+2
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding1-8/+8
2013-01-17gpio: mvebu: Don't free chip label memoryThierry Reding1-6/+0
2012-12-20gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT1-17/+0
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-12-12Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+5
2012-11-28gpio: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-18mvebu-gpio: Disable blinking when enabling a GPIO for outputJamie Lentin1-0/+23
2012-11-09gpio: mvebu: Set free callback for gpio_chipAxel Lin1-2/+3
2012-10-31Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2012-10-31GPIO: mvebu-gpio: Don't initialize the mask_cacheAndrew Lunn1-1/+1
2012-10-26gpio/mvebu: convert to use irq_domain_add_simple()Linus Walleij1-2/+2
2012-10-24gpio: mvebu: correctly set the value in direction_output()Thomas Petazzoni1-0/+2
2012-10-17gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_typeAxel Lin1-0/+3
2012-09-22gpio: introduce gpio-mvebu driver for Marvell SoCsThomas Petazzoni1-0/+679