summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-tegra.c
AgeCommit message (Expand)AuthorLines
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij-3/+4
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu-13/+0
2014-04-22pinctrl: tegra: print better error messagesStephen Warren-3/+14
2014-04-22pinctrl: tegra: remove fsafe from data tablesStephen Warren-6/+0
2014-04-22pinctrl: tegra: remove redundant data table fieldsStephen Warren-13/+13
2014-03-12pinctrl: tegra: dynamically calculate function list of groupsStephen Warren-0/+38
2014-02-06pinctrl: tegra: return correct error typeLaxman Dewangan-1/+1
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin-31/+38
2013-08-28pinctrl: tegra: Convert to devm_ioremap_resourceAxel Lin-19/+3
2013-08-23pinctrl: tegra: use pinctrl-utils APIs for mappingLaxman Dewangan-112/+18
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart-3/+3
2013-01-18pinctrl: tegra: add support for rcv-sel and drive typePritesh Raithatha-0/+14
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2012-11-28pinctrl: remove use of __devexitBill Pemberton-1/+1
2012-11-15pinctrl: tegra: Staticize non-exported symbolsAxel Lin-10/+12
2012-11-11pinctrl: Staticize pinconf_opsAxel Lin-1/+1
2012-10-17pinctrl: tegra: set low power mode bank width to 2Pritesh Raithatha-1/+1
2012-09-14pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrlStephen Warren-2/+0
2012-07-03pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctlDevendra Naga-2/+2
2012-07-03pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng-1/+0
2012-04-25pinctrl: tegra: error reporting cleanupStephen Warren-26/+55
2012-04-18pinctrl: tegra: debugfs enhancementsStephen Warren-6/+69
2012-04-18pinctrl: tegra: refactor probe handlingStephen Warren-68/+12
2012-04-18ARM: tegra: Switch to new pinctrl driverStephen Warren-3/+3
2012-04-18pinctrl: tegra: Add complete device tree supportStephen Warren-0/+205
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar-34/+6
2012-03-06pinctrl: add a driver for NVIDIA TegraStephen Warren-0/+559