aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-22pinctrl-tegra: add missing of_node_putJulia Lawall1-0/+1
2015-08-13pinctrl: tegra: Only set the gpio range if neededTomeu Vizoso1-1/+18
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-03-09pinctrl: tegra: support nvidia,io-hv DT propertyStephen Warren1-0/+1
2015-03-09pinctrl: tegra: some bits move between registersStephen Warren1-6/+21
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-3/+4
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-13/+0
2014-04-22pinctrl: tegra: print better error messagesStephen Warren1-3/+14
2014-04-22pinctrl: tegra: remove fsafe from data tablesStephen Warren1-6/+0
2014-04-22pinctrl: tegra: remove redundant data table fieldsStephen Warren1-13/+13
2014-03-12pinctrl: tegra: dynamically calculate function list of groupsStephen Warren1-0/+38
2014-02-06pinctrl: tegra: return correct error typeLaxman Dewangan1-1/+1
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-31/+38
2013-08-28pinctrl: tegra: Convert to devm_ioremap_resourceAxel Lin1-19/+3
2013-08-23pinctrl: tegra: use pinctrl-utils APIs for mappingLaxman Dewangan1-112/+18
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-3/+3
2013-01-18pinctrl: tegra: add support for rcv-sel and drive typePritesh Raithatha1-0/+14
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-11-28pinctrl: remove use of __devexitBill Pemberton1-1/+1
2012-11-15pinctrl: tegra: Staticize non-exported symbolsAxel Lin1-10/+12
2012-11-11pinctrl: Staticize pinconf_opsAxel Lin1-1/+1
2012-10-17pinctrl: tegra: set low power mode bank width to 2Pritesh Raithatha1-1/+1
2012-09-14pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrlStephen Warren1-2/+0
2012-07-03pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctlDevendra Naga1-2/+2
2012-07-03pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng1-1/+0
2012-04-25pinctrl: tegra: error reporting cleanupStephen Warren1-26/+55
2012-04-18pinctrl: tegra: debugfs enhancementsStephen Warren1-6/+69
2012-04-18pinctrl: tegra: refactor probe handlingStephen Warren1-68/+12
2012-04-18ARM: tegra: Switch to new pinctrl driverStephen Warren1-3/+3
2012-04-18pinctrl: tegra: Add complete device tree supportStephen Warren1-0/+205
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar1-34/+6
2012-03-06pinctrl: add a driver for NVIDIA TegraStephen Warren1-0/+559