index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-single.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-22
pinctrl: single: Fix missing flush of posted write for a wakeirq
Tony Lindgren
1
-0
/
+3
2016-04-15
pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
Keerthy
1
-3
/
+3
2016-03-11
pinctrl: single: Use a separate lockdep class
Sudeep Holla
1
-0
/
+8
2015-11-17
pinctrl: Delete unnecessary checks
Markus Elfring
1
-4
/
+1
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-09-04
Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-10
/
+4
2015-07-28
pinctrl: kill off set_irq_flags usage
Rob Herring
1
-5
/
+0
2015-07-20
pinctrl: single: ensure pcs irq will not be forced threaded
Grygorii Strashko
1
-1
/
+2
2015-07-17
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-1
/
+1
2015-07-17
pinctrl: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-3
/
+3
2015-07-16
pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ
Grygorii Strashko
1
-1
/
+0
2015-06-10
pinctrl: make pinctrl_register() return proper error code
Masahiro Yamada
1
-2
/
+2
2015-05-06
pinctrl: single: Constify irq_domain_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-03-27
pinctrl: constify of_device_id array
Fabian Frederick
1
-2
/
+2
2014-10-20
pinctrl: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-05
pinctrl: single: fix freudian slip
Linus Walleij
1
-1
/
+1
2014-09-04
pinctrl: clean up after enable refactoring
Linus Walleij
1
-2
/
+2
2014-08-29
pinctrl: single: AM437x: Add pinctrl compatibility
Keerthy
1
-0
/
+7
2014-08-29
pinctrl: single: Add DRA7 pinctrl compatibility
Nishanth Menon
1
-0
/
+7
2014-07-11
pinctrl: pinctrl-single.c: Cleaning up wrong format string usage
Rickard Strandqvist
1
-1
/
+1
2014-07-11
pinctrl: pinctrl-single.c: Cleaning up values that are never used
Rickard Strandqvist
1
-2
/
+1
2014-07-11
pinctrl: avoid duplicated calling enable_pinmux_setting for a pin
Fan Wu
1
-56
/
+0
2014-04-23
pinctrl: single: Clear pin interrupts enabled by bootloader
Tony Lindgren
1
-0
/
+13
2014-02-10
pinctrl: single: add low power mode support
Chao Xie
1
-0
/
+3
2014-01-15
pinctrl: single: fix infinite loop caused by bad mask
Tomi Valkeinen
1
-0
/
+8
2014-01-15
pinctrl: single: fix pcs_disable with bits_per_mux
Tomi Valkeinen
1
-2
/
+8
2013-11-14
pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed
Roger Quadros
1
-7
/
+3
2013-10-18
pinctrl: single: Fix build when not built on ARM
Tony Lindgren
1
-1
/
+6
2013-10-10
pinctrl: single: Add support for auxdata
Tony Lindgren
1
-0
/
+23
2013-10-10
pinctrl: single: Add support for wake-up interrupts
Tony Lindgren
1
-0
/
+322
2013-10-09
pinctrl: single: Prepare for supporting SoC specific features
Tony Lindgren
1
-9
/
+29
2013-08-29
Merge tag 'v3.11-rc7' into devel
Linus Walleij
1
-0
/
+2
2013-08-28
pinctrl: Pass all configs to driver on pin_config_set()
Sherman Yin
1
-11
/
+22
2013-07-22
pinctrl: pinctrl-single: fix compile warning when no CONFIG_PM
Jean-Francois Moine
1
-0
/
+2
2013-06-17
pinctrl: single: adopt pinctrl sleep mode management
Hebbar Gururaja
1
-0
/
+27
2013-06-16
pinctrl: pinctrl-single: pin names for pinctrl-single.bits
Manjunathappa, Prakash
1
-5
/
+10
2013-06-16
pinctrl: pinctrl-single: enhance to configure multiple pins of different modules
Manjunathappa, Prakash
1
-33
/
+165
2013-05-14
pinctrl: single: fix error return code in pcs_parse_one_pinctrl_entry()
Wei Yongjun
1
-1
/
+2
2013-03-13
pinctrl: single: correct argument for pinconf
Haojian Zhuang
1
-8
/
+8
2013-03-07
pinctrl: single: Fix build error
Axel Lin
1
-3
/
+3
2013-03-07
pinctrl: single: support generic pinconf
Haojian Zhuang
1
-7
/
+401
2013-03-07
pinctrl: single: set function mask as optional
Haojian Zhuang
1
-4
/
+22
2013-03-07
pinctrl: single: create new gpio function range
Haojian Zhuang
1
-2
/
+71
2013-03-07
pinctrl: Declare operation structures as const
Laurent Pinchart
1
-3
/
+3
2013-01-22
Revert "pinctrl: single: support gpio request and free"
Haojian Zhuang
1
-77
/
+2
2013-01-03
Drivers: pinctrl: remove __dev* attributes.
Greg Kroah-Hartman
1
-5
/
+4
2012-12-11
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2012-11-28
pinctrl: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
pinctrl: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-28
pinctrl: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
[next]