aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-16drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-04-09Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann1-1/+60
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij1-1/+60
2013-03-27pinctrl: at91: Fix checkpatch errorsSachin Kamat1-8/+9
2013-03-27pinctrl: at91: Remove duplicate constSachin Kamat1-2/+2
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-2/+1
2013-03-14ARM: at91: add gpio suspend/resume support when using pinctrlLudovic Desroches1-1/+60
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-3/+3
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-03Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-19/+18
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman1-19/+18
2012-12-26drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfreeJulia Lawall1-1/+1
2012-11-21Merge branch 'at91' into develLinus Walleij1-1/+125
2012-11-19pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux option supportJean-Christophe PLAGNIOL-VILLARD1-0/+111
2012-11-19pinctrl: at91: provide gpio namesJean-Christophe PLAGNIOL-VILLARD1-1/+14
2012-11-11pinctrl: Staticize pinconf_opsAxel Lin1-1/+1
2012-11-05pinctrl: at91: Staticize non-exported symbolsAxel Lin1-10/+12
2012-10-28pinctrl/at91: remove unused variable in at91_dt_node_to_map()Wei Yongjun1-3/+0
2012-10-28pinctrl/at91: using for_each_set_bit to simplify the codeWei Yongjun1-3/+1
2012-10-28pinctrl/at91: remove duplicated include from pinctrl-at91.cWei Yongjun1-1/+0
2012-10-28pinctrl/: at91: fix warningsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2012-10-24gpio/at91: auto request and configure the pio as input when the interrupt is used via DTJean-Christophe PLAGNIOL-VILLARD1-1/+25
2012-10-24pinctrl: at91: fix typo on PULL_UPJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-13ARM: at91: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD1-0/+1490