index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: move pinctrl-maps debugfs file to top-level
Stephen Warren
2012-02-29
1
-35
/
+35
*
pinctrl: make the pinmux-pins more helpful
Linus Walleij
2012-02-29
1
-3
/
+8
*
pinctrl: remove pin and hogs locks from struct pinctrl_dev
Stephen Warren
2012-02-24
2
-28
/
+8
*
pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)
Stephen Warren
2012-02-24
2
-4
/
+4
*
pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanups
Stephen Warren
2012-02-24
1
-12
/
+21
*
pinctrl: disallow map table entries with NULL dev_name field
Stephen Warren
2012-02-24
1
-51
/
+22
*
pinctrl: fix pinconf_groups_show() to emit newline
Stephen Warren
2012-02-22
1
-0
/
+2
*
pinctrl: record a pin owner, not mux function, when requesting pins
Stephen Warren
2012-02-22
2
-41
/
+32
*
pinctrl: error if mapping table's control dev can't be found
Stephen Warren
2012-02-22
1
-7
/
+6
*
pinctrl: downgrade pinctrl_get warning when no maps are found
Stephen Warren
2012-02-22
1
-8
/
+10
*
pinctrl: assume map table entries can't have a NULL ctrl_dev_name field
Stephen Warren
2012-02-22
1
-2
/
+1
*
pinctrl: spawn U300 pinctrl from the COH901 GPIO
Linus Walleij
2012-02-22
2
-9
/
+21
*
pinctrl: core.c/h cleanups
Stephen Warren
2012-02-22
2
-8
/
+7
*
pinctrl: Re-order pinconf.[ch] to match each-other
Stephen Warren
2012-02-22
2
-20
/
+16
*
pinctrl: Re-order pinmux.[ch] to match each-other
Stephen Warren
2012-02-22
2
-36
/
+36
*
pinctrl: Store mapping table as a list of chunks
Stephen Warren
2012-02-22
1
-45
/
+75
*
pinctrl: use list_add_tail instead of list_add
Stephen Warren
2012-02-22
2
-5
/
+5
*
pinctrl: pinctrl_register_mappings() shouldn't be __init
Stephen Warren
2012-02-22
1
-10
/
+5
*
pinctrl: make "hog" mapping table entries work
Stephen Warren
2012-02-22
1
-13
/
+1
*
pinctrl: changes hog mechanism to be self-referential
Linus Walleij
2012-02-10
1
-4
/
+2
*
pinctrl: factor pin control handles over to the core
Linus Walleij
2012-02-10
4
-631
/
+775
*
pinctrl: move generic functions to the pinctrl_ namespace
Linus Walleij
2012-02-10
5
-187
/
+188
*
pinctrl: break out a pinctrl consumer header
Linus Walleij
2012-02-10
1
-1
/
+1
*
pinctrl: enable pinmux for mmp series
Haojian Zhuang
2012-02-01
7
-0
/
+2914
*
pinctrl: delete raw device pointers in pinmux maps
Linus Walleij
2012-02-01
4
-40
/
+20
*
pinctrl: restore pin naming
Linus Walleij
2012-02-01
1
-1
/
+1
*
pinctrl: add checks for empty function names
Tony Lindgren
2012-01-26
5
-24
/
+41
*
pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not set
Tony Lindgren
2012-01-26
1
-3
/
+6
*
pinctrl: fix some pinmux typos
Tony Lindgren
2012-01-26
1
-7
/
+2
*
pinctrl: free debugfs entries when unloading a pinmux driver
Tony Lindgren
2012-01-24
2
-1
/
+16
*
pinctrl: unbreak error messages
Uwe Kleine-König
2012-01-24
1
-27
/
+19
*
pinctrl: fix pinconf_pins_show iteration
Stephen Warren
2012-01-20
1
-1
/
+1
*
pinctrl: remove unnecessary max pin number
Chanho Park
2012-01-03
3
-3
/
+0
*
pinctrl: correct a offset while enumerating pins
Chanho Park
2012-01-03
3
-14
/
+18
*
pinctrl: some typo fixes
Dong Aisheng
2012-01-03
1
-1
/
+1
*
pinctrl: rename U300 and SIRF pin controllers
Linus Walleij
2012-01-03
4
-6
/
+6
*
pinctrl: pass name instead of device to pin_config_*
Stephen Warren
2012-01-03
1
-9
/
+32
*
pinctrl: conjure names for unnamed pins
Linus Walleij
2012-01-03
2
-2
/
+13
*
pinctrl: don't create a device for each pin controller
Stephen Warren
2012-01-03
4
-61
/
+41
*
pinctrl: add a pin config interface
Linus Walleij
2012-01-03
6
-2
/
+390
*
pinctrl/coh901: driver to request its pins
Linus Walleij
2012-01-03
2
-1
/
+22
*
pinctrl: u300-pinmux: register proper GPIO ranges
Linus Walleij
2012-01-03
1
-11
/
+29
*
pinctrl: move the U300 GPIO driver to pinctrl
Linus Walleij
2012-01-03
3
-0
/
+927
*
pinctrl: make it possible to add multiple maps
Linus Walleij
2012-01-03
1
-31
/
+29
*
pinctrl: make a copy of pinmux map
Linus Walleij
2012-01-03
1
-10
/
+34
*
pinctrl: GPIO direction support for muxing
Linus Walleij
2012-01-03
1
-0
/
+61
*
pinctrl: print pin range in GPIO range debugs
Linus Walleij
2012-01-03
1
-2
/
+5
*
pinctrl: add a pin_base for sparse gpio-ranges
Chanho Park
2012-01-03
3
-3
/
+8
*
pinctrl: unify pin type from signed to unsigned
Marek Belisko
2012-01-03
2
-2
/
+2
*
pinctrl: documentation update
Linus Walleij
2012-01-03
1
-1
/
+5
[next]