Commit Graph

109 Commits (d8fe35727a3c7e0f2c4ff0a579aab1d7ce252df8)

Author SHA1 Message Date
Dong Aisheng d8fe35727a pinctrl: pinctrl-imx: add imx6q pinctrl driver 13 years ago
Dong Aisheng ae75ff8145 pinctrl: pinctrl-imx: add imx pinctrl core driver 13 years ago
Dong Aisheng 4650b7cbea pinctrl: support gpio request deferred probing 13 years ago
Dong Aisheng 5b3aa5f7c6 pinctrl: add pinctrl_provide_dummies interface for platforms to use 13 years ago
John Crispin ad6e1107ba pinctrl: enhance reporting of errors when loading from DT 13 years ago
Stephen Warren fde04f419a pinctrl: propagate map validation errors 13 years ago
John Crispin 15f70e1b9a pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting 13 years ago
Dong Aisheng dcb5dbc305 pinctrl: show pin name for pingroups in sysfs 13 years ago
Dong Aisheng d0bd8df56e pinctrl: show pin name when request pins 13 years ago
Stephen Warren 6d4ca1fb46 pinctrl: implement devm_pinctrl_get()/put() 13 years ago
Dong Aisheng 2aeefe0233 pinctrl: a minor fix of pin config debug information 13 years ago
Viresh Kumar 96593afe6d pinctrl: pinconf: fix compilation error if PINCONF is not selected 13 years ago
Stephen Warren 6cb4158757 pinctrl: allow pctldevs to decode pin config in debugfs 13 years ago
Stephen Warren c736d73c9e pinctrl: ifdef CONFIG_DEBUG_FS cleanup 13 years ago
Linus Walleij 630e2d0494 pinctrl: mark non-EXPERIMENTAL 13 years ago
Stephen Warren 60f7f5003d pinctrl: tegra: Add complete device tree support 13 years ago
Linus Walleij c05127c4e2 pinctrl: implement pinctrl deferred probing 13 years ago
Dong Aisheng ad8bb720c2 pinctrl: add some error checking for user interfaces 13 years ago
Dong Aisheng a1d31f71e6 pinctrl: fix pinmux_check_ops error checking 13 years ago
Viresh Kumar d1e90e9e74 pinctrl: replace list_*() with get_*_count() 13 years ago
Uwe Kleine-König 122dbe7e58 pinctrl: mark const init data with __initconst instead of __initdata 13 years ago
Stephen Warren eafeb7a44a pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL 13 years ago
Stephen Warren 57291ce295 pinctrl: core device tree mapping table parsing support 13 years ago
Stephen Warren d26bc49fa4 pinctrl: implement pinctrl_check_ops 13 years ago
Linus Walleij dc0b1aa3e2 pinctrl: support pinconfig on the U300 13 years ago
Linus Walleij a050b3eee6 pinctrl/coh901: use generic pinconf enums and parameters 13 years ago
Linus Walleij 394349f778 pinctrl: introduce generic pin config 13 years ago
Linus Walleij 70b36378d4 pinctrl: fix error path in pinconf_map_to_setting() 13 years ago
Stephen Warren 652162d469 pinctrl: allow concurrent gpio and mux function ownership of pins 13 years ago
Linus Walleij 872acc322c pinctrl: include machine header to core.h 13 years ago
Stephen Warren 971dac7123 pinctrl: add a driver for NVIDIA Tegra 13 years ago
Stephen Warren ba110d90c0 pinctrl: Show selected function and group in pinmux-pins debugfs 13 years ago
Stephen Warren 1e2082b520 pinctrl: enhance mapping table to support pin config operations 13 years ago
Stephen Warren 6e5e959dde pinctrl: API changes to support multiple states per device 13 years ago
Stephen Warren 0e3db173e2 pinctrl: add usecount to pins for muxing 13 years ago
Stephen Warren 7ecdb16fe6 pinctrl: refactor struct pinctrl handling in core.c vs pinmux.c 13 years ago
Stephen Warren 57b676f9c1 pinctrl: fix and simplify locking 13 years ago
Linus Walleij 962bcbc57a pinctrl: fix the pin descriptor kerneldoc 13 years ago
Stephen Warren 110e4ec5a1 pinctrl: assume map table entries can't have a NULL name field 13 years ago
Stephen Warren 46919ae63d pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state 13 years ago
Stephen Warren d4e3198736 pinctrl: enhance pinctrl_get() to handle multiple functions 13 years ago
Stephen Warren 3eedb43723 pinctrl: move pinctrl-maps debugfs file to top-level 13 years ago
Linus Walleij 1cf94c45ca pinctrl: make the pinmux-pins more helpful 13 years ago
Stephen Warren 2304b4737f pinctrl: remove pin and hogs locks from struct pinctrl_dev 13 years ago
Stephen Warren 02f5b98951 pinctrl: allocate sizeof(*p) instead of sizeof(struct foo) 13 years ago
Stephen Warren 95dcd4aea5 pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanups 13 years ago
Stephen Warren 1681f5ae4c pinctrl: disallow map table entries with NULL dev_name field 13 years ago
Stephen Warren f7b9006f45 pinctrl: fix pinconf_groups_show() to emit newline 13 years ago
Stephen Warren 3cc70ed32c pinctrl: record a pin owner, not mux function, when requesting pins 13 years ago
Stephen Warren b1eed4ece7 pinctrl: error if mapping table's control dev can't be found 13 years ago