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
/
include
/
linux
/
pinctrl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
pinctrl: generic: add input schmitt disable parameter
Haojian Zhuang
2012-11-21
1
-2
/
+3
*
pinctrl: add function to retrieve range from pin
Linus Walleij
2012-11-21
1
-0
/
+3
*
gpiolib: rename find_pinctrl_*
Linus Walleij
2012-11-21
1
-1
/
+1
*
gpiolib: separation of pin concerns
Linus Walleij
2012-11-11
1
-5
/
+2
*
gpiolib: provide provision to register pin ranges
Shiraz Hashim
2012-11-11
1
-0
/
+17
*
Revert "pinctrl: remove pinctrl_remove_gpio_range"
Viresh Kumar
2012-11-11
1
-0
/
+2
*
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
2012-10-03
4
-4
/
+4
|
\
|
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...
David Howells
2012-10-02
4
-4
/
+4
*
|
pinctrl: clarify idle vs sleep states
Linus Walleij
2012-10-01
1
-5
/
+10
*
|
pinctrl: use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
Uwe Kleine-König
2012-09-03
1
-1
/
+1
|
/
*
pinctrl: header: trivial: declare struct device
Richard Genoud
2012-08-17
1
-0
/
+1
*
pinctrl: add pinctrl_add_gpio_ranges function
Dong Aisheng
2012-07-03
1
-0
/
+3
*
pinctrl: remove pinctrl_remove_gpio_range
Dong Aisheng
2012-07-03
1
-2
/
+0
*
Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
2012-05-12
1
-0
/
+13
|
\
[next]