aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-03pinctrl: remove unnecessary max pin numberChanho Park3-3/+0
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park3-14/+18
2012-01-03pinctrl: some typo fixesDong Aisheng1-1/+1
2012-01-03pinctrl: rename U300 and SIRF pin controllersLinus Walleij4-6/+6
2012-01-03pinctrl: pass name instead of device to pin_config_*Stephen Warren1-9/+32
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij2-2/+13
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren4-61/+41
2012-01-03pinctrl: add a pin config interfaceLinus Walleij6-2/+390
2012-01-03pinctrl/coh901: driver to request its pinsLinus Walleij2-1/+22
2012-01-03pinctrl: u300-pinmux: register proper GPIO rangesLinus Walleij1-11/+29
2012-01-03pinctrl: move the U300 GPIO driver to pinctrlLinus Walleij3-0/+927
2012-01-03pinctrl: make it possible to add multiple mapsLinus Walleij1-31/+29
2012-01-03pinctrl: make a copy of pinmux mapLinus Walleij1-10/+34
2012-01-03pinctrl: GPIO direction support for muxingLinus Walleij1-0/+61
2012-01-03pinctrl: print pin range in GPIO range debugsLinus Walleij1-2/+5
2012-01-03pinctrl: add a pin_base for sparse gpio-rangesChanho Park3-3/+8
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko2-2/+2
2012-01-03pinctrl: documentation updateLinus Walleij1-1/+5
2012-01-03pinctrl: add explicit gpio_disable_free pinmux_opStephen Warren1-14/+25
2012-01-03pinctrl: remove double pin validity check.Marek Belisko1-10/+5
2012-01-03pinctrl: move group lookup to coreLinus Walleij3-33/+35
2012-01-03pinctrl: iterate over u300_pmx_mask's in u300_pmx_endisableRajendra Nayak1-2/+5
2011-12-08pinctrl: remove two unused global variablesUwe Kleine-König1-4/+0
2011-12-08pinctrl: make the "Debug PINCTRL calls" entry actually do somethingUwe Kleine-König1-1/+1
2011-12-02pinctrl/sirf: fix pin number typo for SPI1Barry Song1-1/+1
2011-11-10pinctrl: hide subsystem from the populaceLinus Walleij1-15/+7
2011-10-31pinctrl: EXPORT_SYMBOL needs export.hStephen Rothwell1-0/+1
2011-10-25pinctrl/sirf: fix sirfsoc_get_group_pins prototypeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-10-20pinctrl: Don't copy function name when requesting a pinStephen Warren2-15/+24
2011-10-20pinctrl: Don't copy pin names when registering themStephen Warren2-4/+3
2011-10-20pinctrl: Remove unsafe __refdataStephen Warren2-2/+2
2011-10-20pinctrl: get_group_pins() const fixesStephen Warren4-9/+9
2011-10-13pinctrl: add a driver for the CSR SiRFprimaII pinmuxRongjun Ying3-0/+1223
2011-10-13pinctrl: add a driver for the U300 pinmuxLinus Walleij3-0/+1143
2011-10-13drivers: create a pin control subsystemLinus Walleij6-0/+1933