aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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