| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ib-pinctrl-genprops' into devel | Linus Walleij | 2017-01-26 | 2 | -26/+32 |
|\ |
|
| * | pinctrl / gpio: Introduce .set_config() callback for GPIO chips | Mika Westerberg | 2017-01-26 | 1 | -18/+15 |
| * | pinctrl: Allow configuration of pins from gpiolib based drivers | Mika Westerberg | 2017-01-26 | 1 | -0/+6 |
| * | pinctrl: Widen the generic pinconf argument from 16 to 24 bits | Mika Westerberg | 2017-01-26 | 1 | -8/+11 |
* | | pinctrl: core: Fix regression caused by delayed work for hogs | Tony Lindgren | 2017-01-13 | 1 | -0/+15 |
|/ |
|
* | pinctrl: pinconf: Add generic helper function for freeing mappings | Jon Hunter | 2016-06-23 | 1 | -0/+2 |
* | pinctrl: Add devm_ apis for pinctrl_{register, unregister} | Laxman Dewangan | 2016-04-21 | 1 | -0/+6 |
* | drivers/pinctrl: Add the concept of an "init" state | Douglas Anderson | 2015-10-27 | 2 | -0/+18 |
* | pinctrl: pinconf-generic: sort pin configuration params alphabetically | Masahiro Yamada | 2015-10-02 | 1 | -32/+32 |
* | pinctrl: use "const struct ..." rather than "struct ... const" | Masahiro Yamada | 2015-06-01 | 1 | -1/+1 |
* | pinctrl: remove useless const qualifier | Masahiro Yamada | 2015-06-01 | 1 | -1/+1 |
* | pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERR | Fabian Frederick | 2015-05-06 | 1 | -1/+1 |
* | pinctrl: move strict option to pinmux_ops | Linus Walleij | 2015-05-06 | 2 | -3/+4 |
* | pinctrl: allow exlusive GPIO/mux pin allocation | Sonic Zhang | 2015-05-06 | 1 | -0/+3 |
* | Revert "pinctrl: consumer: use correct retval for placeholder functions" | Linus Walleij | 2015-03-05 | 1 | -3/+3 |
* | pinctrl: consumer: use correct retval for placeholder functions | Wolfram Sang | 2015-01-14 | 1 | -3/+3 |
* | pinctrl: pinconf-generic: loose DT dependence | Linus Walleij | 2015-01-14 | 2 | -8/+11 |
* | pinctrl: pinconf-generic: Allow driver to specify DT params | Soren Brinkmann | 2015-01-11 | 2 | -0/+27 |
* | pinctrl: pinconf-generic: Infer map type from DT property | Soren Brinkmann | 2015-01-11 | 1 | -0/+11 |
* | pinctrl: generic: Fix PIN_CONFIG_DRIVE_OPEN_SOURCE source/drain doc mismatch | Geert Uytterhoeven | 2014-09-04 | 1 | -1/+1 |
* | pinctrl: clean up after enable refactoring | Linus Walleij | 2014-09-04 | 1 | -4/+3 |
* | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 2014-07-11 | 1 | -2/+0 |
* | pinctrl: Add void * to pinctrl_pin_desc | Sherman Yin | 2014-01-16 | 1 | -0/+2 |
* | pinctrl: Adds slew-rate, input-enable/disable | Sherman Yin | 2013-12-16 | 1 | -0/+4 |
* | pinctrl: provide documentation pointer | Linus Walleij | 2013-12-03 | 1 | -2/+4 |
* | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib | Christian Ruppert | 2013-10-16 | 1 | -0/+3 |
* | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 2013-08-28 | 1 | -2/+4 |
* | pinctrl: utils : add support to pass config type in generic util APIs | Laxman Dewangan | 2013-08-23 | 1 | -2/+20 |
* | pinctrl: add includes and ifdefs for non-DT builds | Linus Walleij | 2013-08-15 | 1 | -0/+9 |
* | pinctrl: pinconf-generic: add generic APIs for mapping pinctrl node | Laxman Dewangan | 2013-08-14 | 1 | -0/+6 |
* | pinctrl: set unit for debounce time pinconfig to usec | Heiko Stübner | 2013-06-25 | 1 | -1/+1 |
* | pinctrl: more clarifications for generic pull configs | Heiko Stübner | 2013-06-25 | 1 | -1/+4 |
* | pinctrl: rip out the direct pinconf API | Linus Walleij | 2013-06-25 | 1 | -43/+0 |
* | pinctrl: fix pinconf_ops::pin_config_dbg_parse_modify kerneldoc | James Hogan | 2013-06-18 | 1 | -1/+1 |
* | pinctrl: establish pull-up/pull-down terminology | Linus Walleij | 2013-06-17 | 1 | -6/+7 |
* | Fix comment on pinctrl_gpio_range.pin_base | Christian Ruppert | 2013-06-17 | 1 | -1/+1 |
* | pinctrl: move the pm state stubs | Linus Walleij | 2013-06-17 | 1 | -15/+15 |
* | pinctrl: add pin list based GPIO ranges | Christian Ruppert | 2013-06-17 | 1 | -1/+3 |
* | drivers: pinctrl sleep and idle states in the core | Linus Walleij | 2013-06-16 | 2 | -0/+38 |
* | pinctrl: add pinconf-generic define for a pin-default pull | Heiko Stübner | 2013-06-16 | 1 | -0/+5 |
* | pinconf-generic: add BIAS_BUS_HOLD pinconf | James Hogan | 2013-06-16 | 1 | -0/+6 |
* | pinctrl: generic: Fix typos and clarify comments | Laurent Pinchart | 2013-05-14 | 1 | -6/+6 |
* | pinctrl/pinconfig: add debug interface | Laurent Meunier | 2013-04-19 | 1 | -0/+6 |
* | pinctrl: Declare operation structures as const | Laurent Pinchart | 2013-03-07 | 1 | -3/+3 |
* | pinctrl: generic: rename input schmitt disable | Haojian Zhuang | 2013-02-15 | 1 | -2/+4 |
* | drivers/pinctrl: grab default handles from device core | Linus Walleij | 2013-01-23 | 1 | -0/+45 |
* | pinctrl: generic: add slew rate config parameter | Haojian Zhuang | 2013-01-21 | 1 | -0/+4 |
* | pinctrl: core: get devname from pinctrl_dev | Haojian Zhuang | 2013-01-21 | 1 | -0/+1 |
* | pinctrl: pinconf-generic: add drive strength parameter | Maxime Ripard | 2013-01-18 | 1 | -0/+3 |
* | pinctrl: add pinconf-generic defines for output | Linus Walleij | 2013-01-11 | 1 | -0/+3 |