OpenCloudOS-Kernel/include/linux/pinctrl
Viresh Kumar d1e90e9e74 pinctrl: replace list_*() with get_*_count()
Most of the SoC drivers implement list_groups() and list_functions()
routines for pinctrl and pinmux. These routines continue returning
zero until the selector argument is greater than total count of
available groups or functions.

This patch replaces these list_*() routines with get_*_count()
routines, which returns the number of available selection for SoC
driver. pinctrl layer will use this value to check the range it can
choose.

This patch fixes all user drivers for this change. There are other
routines in user drivers, which have checks to check validity of
selector passed to them. It is also no more required and hence
removed.

Documentation updated as well.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
[Folded in fix and fixed a minor merge artifact manually]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-04-18 13:53:10 +02:00
..
consumer.h pinctrl: split pincontrol states into its own header 2012-03-06 23:08:19 +01:00
machine.h pinctrl: include <linux/bug.h> to prevent compile errors 2012-04-18 13:53:09 +02:00
pinconf-generic.h pinctrl: introduce generic pin config 2012-03-12 22:49:02 +01:00
pinconf.h pinctrl: introduce generic pin config 2012-03-12 22:49:02 +01:00
pinctrl-state.h pinctrl: split pincontrol states into its own header 2012-03-06 23:08:19 +01:00
pinctrl.h pinctrl: replace list_*() with get_*_count() 2012-04-18 13:53:10 +02:00
pinmux.h pinctrl: replace list_*() with get_*_count() 2012-04-18 13:53:10 +02:00