index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: check ops->pin_config_set in pinconf_set_config()
Masahiro Yamada
2017-08-14
1
-1
/
+1
*
pinctrl: move const qualifier before struct
Masahiro Yamada
2017-08-14
1
-6
/
+6
*
pinctrl: Add spaces for better code readability
Markus Elfring
2017-05-22
1
-4
/
+4
*
pinctrl: Combine substrings for a message in pin_config_group_get()
Markus Elfring
2017-05-22
1
-3
/
+2
*
pinctrl: Adjust five checks for null pointers
Markus Elfring
2017-05-22
1
-5
/
+5
*
pinctrl: Replace two seq_printf() calls by seq_puts() in pinconf_show_map()
Markus Elfring
2017-05-22
1
-2
/
+2
*
pinctrl: Use seq_putc() in three functions
Markus Elfring
2017-05-22
1
-5
/
+3
*
pinctrl: Fix spelling typos
Andy Shevchenko
2017-03-14
1
-2
/
+2
*
pinctrl: Allow configuration of pins from gpiolib based drivers
Mika Westerberg
2017-01-26
1
-0
/
+12
*
pinctrl: pinconf: separate config parameters with commas for debugfs
Masahiro Yamada
2016-05-31
1
-2
/
+2
*
pinctrl: do not care about blank pin name
Masahiro Yamada
2016-05-31
1
-4
/
+2
*
pinctrl: pinconf: remove needless loop
Laurent Meunier
2015-10-31
1
-8
/
+5
*
pinctrl: join dev_dbg strings into a single line
Masahiro Yamada
2015-08-03
1
-2
/
+2
*
pinctrl: pinconf: pinconf_show_config() can be static
kbuild test robot
2015-07-17
1
-1
/
+1
*
pinctrl: pinconf: Fix display of configs
Jon Hunter
2015-07-17
1
-37
/
+27
*
pinctrl: pinconf: Allow groups to be configured via debugfs
Jon Hunter
2015-07-17
1
-6
/
+14
*
pinctrl: pinconf-generic: Allow driver to specify DT params
Soren Brinkmann
2015-01-11
1
-2
/
+2
*
pinctrl: pinconf: remove warning: unused variable 'ops'
Alexandre Belloni
2013-12-13
1
-2
/
+0
*
pinctrl: pinconf: remove checks on ops->pin_config_get
Alexandre Belloni
2013-12-12
1
-16
/
+4
*
pinctrl: remove an unnecessary cast
Dan Carpenter
2013-09-23
1
-1
/
+1
*
pinctrl: fix pinconf_dbg_config_write return type
Vincent Stehlé
2013-09-23
1
-1
/
+1
*
pinctrl: Pass all configs to driver on pin_config_set()
Sherman Yin
2013-08-28
1
-23
/
+19
*
pinctrl: pinconf: fix comparison of different types
Jingoo Han
2013-08-07
1
-1
/
+1
*
pinctrl: shut up a couple of pinctrl warnings
Russell King - ARM Linux
2013-08-07
1
-18
/
+11
*
pinctrl: rip out the direct pinconf API
Linus Walleij
2013-06-25
1
-174
/
+0
*
pinctrl: pinconf: take the right mutex
Linus Walleij
2013-05-27
1
-2
/
+2
*
pinctrl: move subsystem mutex to pinctrl_dev struct
Patrice Chotard
2013-04-26
1
-22
/
+24
*
pinctrl/pinconfig: fix misplaced goto
Laurent Meunier
2013-04-26
1
-1
/
+1
*
pinctrl/pinconfig: add debug interface
Laurent Meunier
2013-04-19
1
-0
/
+232
*
pinctrl/pinconf: partial revert of pin config debugfs
Linus Walleij
2013-04-03
1
-207
/
+0
*
pinctrl: Declare operation structures as const
Laurent Pinchart
2013-03-07
1
-1
/
+1
*
pinctrl/pinconfig: add debug interface
Laurent Meunier
2013-02-10
1
-0
/
+207
*
pinctrl: remove mutex lock in groups show
Haojian Zhuang
2012-10-18
1
-4
/
+0
*
pinctrl: a minor error checking improvement for pinconf
Dong Aisheng
2012-05-15
1
-2
/
+2
*
pinctrl: enhance reporting of errors when loading from DT
John Crispin
2012-04-26
1
-2
/
+8
*
pinctrl: a minor fix of pin config debug information
Dong Aisheng
2012-04-18
1
-2
/
+2
*
pinctrl: allow pctldevs to decode pin config in debugfs
Stephen Warren
2012-04-18
1
-4
/
+27
*
pinctrl: add some error checking for user interfaces
Dong Aisheng
2012-04-18
1
-0
/
+4
*
pinctrl: replace list_*() with get_*_count()
Viresh Kumar
2012-04-18
1
-1
/
+2
*
pinctrl: introduce generic pin config
Linus Walleij
2012-03-12
1
-1
/
+5
*
pinctrl: fix error path in pinconf_map_to_setting()
Linus Walleij
2012-03-12
1
-10
/
+17
*
pinctrl: enhance mapping table to support pin config operations
Stephen Warren
2012-03-05
1
-0
/
+165
*
pinctrl: fix and simplify locking
Stephen Warren
2012-03-05
1
-28
/
+79
*
pinctrl: fix pinconf_groups_show() to emit newline
Stephen Warren
2012-02-22
1
-0
/
+2
*
pinctrl: Re-order pinconf.[ch] to match each-other
Stephen Warren
2012-02-22
1
-16
/
+15
*
pinctrl: delete raw device pointers in pinmux maps
Linus Walleij
2012-02-01
1
-4
/
+4
*
pinctrl: add checks for empty function names
Tony Lindgren
2012-01-26
1
-1
/
+3
*
pinctrl: fix pinconf_pins_show iteration
Stephen Warren
2012-01-20
1
-1
/
+1
*
pinctrl: correct a offset while enumerating pins
Chanho Park
2012-01-03
1
-4
/
+5
*
pinctrl: pass name instead of device to pin_config_*
Stephen Warren
2012-01-03
1
-9
/
+32
[next]