summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinmux.c
Commit message (Expand)AuthorAgeFilesLines
...
* pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren2012-02-221-28/+28
* pinctrl: use list_add_tail instead of list_addStephen Warren2012-02-221-1/+1
* pinctrl: factor pin control handles over to the coreLinus Walleij2012-02-101-621/+90Star
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-101-175/+176
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-011-19/+8Star
* pinctrl: add checks for empty function namesTony Lindgren2012-01-261-1/+16
* pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren2012-01-261-3/+6
* pinctrl: fix some pinmux typosTony Lindgren2012-01-261-7/+2Star
* pinctrl: unbreak error messagesUwe Kleine-König2012-01-241-27/+19Star
* pinctrl: correct a offset while enumerating pinsChanho Park2012-01-031-4/+5
* pinctrl: some typo fixesDong Aisheng2012-01-031-1/+1
* pinctrl: don't create a device for each pin controllerStephen Warren2012-01-031-23/+23
* pinctrl: make it possible to add multiple mapsLinus Walleij2012-01-031-31/+29Star
* pinctrl: make a copy of pinmux mapLinus Walleij2012-01-031-10/+34
* pinctrl: GPIO direction support for muxingLinus Walleij2012-01-031-0/+61
* pinctrl: add a pin_base for sparse gpio-rangesChanho Park2012-01-031-2/+2
* pinctrl: documentation updateLinus Walleij2012-01-031-1/+5
* pinctrl: add explicit gpio_disable_free pinmux_opStephen Warren2012-01-031-14/+25
* pinctrl: remove double pin validity check.Marek Belisko2012-01-031-10/+5Star
* pinctrl: move group lookup to coreLinus Walleij2012-01-031-33/+2Star
* pinctrl: remove two unused global variablesUwe Kleine-König2011-12-081-4/+0Star
* pinctrl: Don't copy function name when requesting a pinStephen Warren2011-10-201-13/+23
* pinctrl: get_group_pins() const fixesStephen Warren2011-10-201-2/+2
* drivers: create a pin control subsystemLinus Walleij2011-10-131-0/+1180