aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinmux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-22pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren1-28/+28
2012-02-22pinctrl: use list_add_tail instead of list_addStephen Warren1-1/+1
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij1-621/+90
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij1-175/+176
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij1-19/+8
2012-01-26pinctrl: add checks for empty function namesTony Lindgren1-1/+16
2012-01-26pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren1-3/+6
2012-01-26pinctrl: fix some pinmux typosTony Lindgren1-7/+2
2012-01-24pinctrl: unbreak error messagesUwe Kleine-König1-27/+19
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park1-4/+5
2012-01-03pinctrl: some typo fixesDong Aisheng1-1/+1
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren1-23/+23
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: add a pin_base for sparse gpio-rangesChanho Park1-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 Walleij1-33/+2
2011-12-08pinctrl: remove two unused global variablesUwe Kleine-König1-4/+0
2011-10-20pinctrl: Don't copy function name when requesting a pinStephen Warren1-13/+23
2011-10-20pinctrl: get_group_pins() const fixesStephen Warren1-2/+2
2011-10-13drivers: create a pin control subsystemLinus Walleij1-0/+1180