summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2012-02-01pinctrl: restore pin namingLinus Walleij-1/+1
2012-01-26pinctrl: add checks for empty function namesTony Lindgren-24/+41
2012-01-26pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren-3/+6
2012-01-26pinctrl: fix some pinmux typosTony Lindgren-7/+2
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren-1/+16
2012-01-24pinctrl: unbreak error messagesUwe Kleine-König-27/+19
2012-01-20pinctrl: fix pinconf_pins_show iterationStephen Warren-1/+1
2012-01-03pinctrl: remove unnecessary max pin numberChanho Park-3/+0
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park-14/+18
2012-01-03pinctrl: some typo fixesDong Aisheng-1/+1
2012-01-03pinctrl: rename U300 and SIRF pin controllersLinus Walleij-6/+6
2012-01-03pinctrl: pass name instead of device to pin_config_*Stephen Warren-9/+32
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij-2/+13
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren-61/+41
2012-01-03pinctrl: add a pin config interfaceLinus Walleij-2/+390
2012-01-03pinctrl/coh901: driver to request its pinsLinus Walleij-1/+22
2012-01-03pinctrl: u300-pinmux: register proper GPIO rangesLinus Walleij-11/+29
2012-01-03pinctrl: move the U300 GPIO driver to pinctrlLinus Walleij-0/+927
2012-01-03pinctrl: make it possible to add multiple mapsLinus Walleij-31/+29
2012-01-03pinctrl: make a copy of pinmux mapLinus Walleij-10/+34
2012-01-03pinctrl: GPIO direction support for muxingLinus Walleij-0/+61
2012-01-03pinctrl: print pin range in GPIO range debugsLinus Walleij-2/+5
2012-01-03pinctrl: add a pin_base for sparse gpio-rangesChanho Park-3/+8
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko-2/+2
2012-01-03pinctrl: documentation updateLinus Walleij-1/+5
2012-01-03pinctrl: add explicit gpio_disable_free pinmux_opStephen Warren-14/+25
2012-01-03pinctrl: remove double pin validity check.Marek Belisko-10/+5
2012-01-03pinctrl: move group lookup to coreLinus Walleij-33/+35
2012-01-03pinctrl: iterate over u300_pmx_mask's in u300_pmx_endisableRajendra Nayak-2/+5
2011-12-08pinctrl: remove two unused global variablesUwe Kleine-König-4/+0
2011-12-08pinctrl: make the "Debug PINCTRL calls" entry actually do somethingUwe Kleine-König-1/+1
2011-12-02pinctrl/sirf: fix pin number typo for SPI1Barry Song-1/+1
2011-11-10pinctrl: hide subsystem from the populaceLinus Walleij-15/+7
2011-10-31pinctrl: EXPORT_SYMBOL needs export.hStephen Rothwell-0/+1
2011-10-25pinctrl/sirf: fix sirfsoc_get_group_pins prototypeJean-Christophe PLAGNIOL-VILLARD-1/+1
2011-10-20pinctrl: Don't copy function name when requesting a pinStephen Warren-15/+24
2011-10-20pinctrl: Don't copy pin names when registering themStephen Warren-4/+3
2011-10-20pinctrl: Remove unsafe __refdataStephen Warren-2/+2
2011-10-20pinctrl: get_group_pins() const fixesStephen Warren-9/+9
2011-10-13pinctrl: add a driver for the CSR SiRFprimaII pinmuxRongjun Ying-0/+1223
2011-10-13pinctrl: add a driver for the U300 pinmuxLinus Walleij-0/+1143
2011-10-13drivers: create a pin control subsystemLinus Walleij-0/+1933