Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a4ab1086072365235864151bca57230afa8bcc93
/
drivers
/
pinctrl
/
pinctrl-single.c
a4ab108
pinctrl: single: Fix group and function selector use
by Tony Lindgren
· 6 years ago
7d71b5f
pinctrl: pinctrl-single: Avoid divisions in context save/restore
by Geert Uytterhoeven
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
88a1dbd
pinctrl: pinctrl-single: Add functions to save and restore pinctrl context
by Keerthy
· 7 years ago
45dcb54
pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0
by David Lechner
· 7 years ago
ef991796
Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 7 years ago
7598160
pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_handler()
by Markus Elfring
· 7 years ago
a14aa27
pinctrl: single: Delete an error message for a failed memory allocation in pcs_probe()
by Markus Elfring
· 7 years ago
39c3fd5
kernel/irq: Extend lockdep class for request mutex
by Andrew Lunn
· 7 years ago
c258492
pinctrl: single: Remove invalid message
by Tony Lindgren
· 7 years ago
b582658
pinctrl: single: make two arrays static const, reduces object code size
by Colin Ian King
· 7 years ago
1a8764f
pinctrl: single: use of_device_get_match_data() to get soc data
by Masahiro Yamada
· 8 years ago
6118714
pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()
by Tony Lindgren
· 8 years ago
27a2873
Merge branch 'ib-pinctrl-genprops' into devel
by Linus Walleij
· 8 years ago
58957d2
pinctrl: Widen the generic pinconf argument from 16 to 24 bits
by Mika Westerberg
· 8 years ago
950b0d9
pinctrl: core: Fix regression caused by delayed work for hogs
by Tony Lindgren
· 8 years ago
571aec4
pinctrl: single: Use generic pinmux helpers for managing functions
by Tony Lindgren
· 8 years ago
caeb774
pinctrl: single: Use generic pinctrl helpers for managing groups
by Tony Lindgren
· 8 years ago
059a6e6
pinctrl: single: fix spelling mistakes on "Ivalid"
by Colin Ian King
· 8 years ago
712778d
pinctrl: single: Fix a couple error codes
by Dan Carpenter
· 8 years ago
dd68a52
pinctrl: single: search for the bits property when parsing bits
by Axel Haslam
· 8 years ago
de7416b
pinctrl: single: check for any error when getting rows
by Axel Haslam
· 8 years ago
22d5127
pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bits
by Tony Lindgren
· 8 years ago
4622215
pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins
by Tony Lindgren
· 8 years ago
cd23604
pinctrl: single: Drop pointless macro
by Tony Lindgren
· 8 years ago
223decc
pinctrl: single: Drop custom names
by Tony Lindgren
· 8 years ago
0ac3c0a4
pinctrl: single: Fix missing flush of posted write for a wakeirq
by Tony Lindgren
· 9 years ago
56b367c
pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
by Keerthy
· 9 years ago
3c177a1
pinctrl: single: Use a separate lockdep class
by Sudeep Holla
· 9 years ago
f10a258
pinctrl: Delete unnecessary checks
by Markus Elfring
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
88a9988
Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
9458120
pinctrl: kill off set_irq_flags usage
by Rob Herring
· 9 years ago
c10372e
pinctrl: single: ensure pcs irq will not be forced threaded
by Grygorii Strashko
· 9 years ago
5663bb2
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 10 years ago
20d5d14
pinctrl: Consolidate chained IRQ handler install/remove
by Thomas Gleixner
· 10 years ago
6417049
pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ
by Grygorii Strashko
· 9 years ago
323de9e
pinctrl: make pinctrl_register() return proper error code
by Masahiro Yamada
· 10 years ago
e5b6095
pinctrl: single: Constify irq_domain_ops
by Krzysztof Kozlowski
· 10 years ago
baa9946e
pinctrl: constify of_device_id array
by Fabian Frederick
· 10 years ago
5c759d7
pinctrl: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
9e3a979
pinctrl: single: fix freudian slip
by Linus Walleij
· 10 years ago
03e9f0c
pinctrl: clean up after enable refactoring
by Linus Walleij
· 10 years ago
aa2293d
pinctrl: single: AM437x: Add pinctrl compatibility
by Keerthy
· 10 years ago
31320be
pinctrl: single: Add DRA7 pinctrl compatibility
by Nishanth Menon
· 10 years ago
bf4cef6
pinctrl: pinctrl-single.c: Cleaning up wrong format string usage
by Rickard Strandqvist
· 11 years ago
849bfe0
pinctrl: pinctrl-single.c: Cleaning up values that are never used
by Rickard Strandqvist
· 11 years ago
2243a87
pinctrl: avoid duplicated calling enable_pinmux_setting for a pin
by Fan Wu
· 11 years ago
5896862
pinctrl: single: Clear pin interrupts enabled by bootloader
by Tony Lindgren
· 11 years ago
4bd7547
pinctrl: single: add low power mode support
by Chao Xie
· 11 years ago
ad5d25f
pinctrl: single: fix infinite loop caused by bad mask
by Tomi Valkeinen
· 11 years ago
dd4c2b3c
pinctrl: single: fix pcs_disable with bits_per_mux
by Tomi Valkeinen
· 11 years ago
c9b3a7d
pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed
by Roger Quadros
· 11 years ago
1b9c0fb
pinctrl: single: Fix build when not built on ARM
by Tony Lindgren
· 11 years ago
dc7743a
pinctrl: single: Add support for auxdata
by Tony Lindgren
· 11 years ago
3e6cee1
pinctrl: single: Add support for wake-up interrupts
by Tony Lindgren
· 11 years ago
02e483f
pinctrl: single: Prepare for supporting SoC specific features
by Tony Lindgren
· 11 years ago
6ad30ce
Merge tag 'v3.11-rc7' into devel
by Linus Walleij
· 11 years ago
03b054e
pinctrl: Pass all configs to driver on pin_config_set()
by Sherman Yin
· 11 years ago
8cb440a
pinctrl: pinctrl-single: fix compile warning when no CONFIG_PM
by Jean-Francois Moine
· 11 years ago
0f9bc4b
pinctrl: single: adopt pinctrl sleep mode management
by Hebbar Gururaja
· 12 years ago
6f924b0
pinctrl: pinctrl-single: pin names for pinctrl-single.bits
by Manjunathappa, Prakash
· 12 years ago
4e7e801
pinctrl: pinctrl-single: enhance to configure multiple pins of different modules
by Manjunathappa, Prakash
· 12 years ago
18442e6
pinctrl: single: fix error return code in pcs_parse_one_pinctrl_entry()
by Wei Yongjun
· 12 years ago
7cba5b3
pinctrl: single: correct argument for pinconf
by Haojian Zhuang
· 12 years ago
a7bbdd7
pinctrl: single: Fix build error
by Axel Lin
· 12 years ago
9dddb4d
pinctrl: single: support generic pinconf
by Haojian Zhuang
· 12 years ago
477ac77
pinctrl: single: set function mask as optional
by Haojian Zhuang
· 12 years ago
a1a277e
pinctrl: single: create new gpio function range
by Haojian Zhuang
· 12 years ago
022ab14
pinctrl: Declare operation structures as const
by Laurent Pinchart
· 12 years ago
8b77b37
Revert "pinctrl: single: support gpio request and free"
by Haojian Zhuang
· 12 years ago
150632b
Drivers: pinctrl: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
cff2f74
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
f90f54b
pinctrl: remove use of __devexit
by Bill Pemberton
· 12 years ago
99688ed
pinctrl: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
2a36f08
pinctrl: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
00e79d1
pinctrl: pinctrl-single: Fix error check condition
by Sachin Kamat
· 12 years ago
2e8b2ea
pinctrl: single: support gpio request and free
by Haojian Zhuang
· 12 years ago
e7ed671
pinctrl: single: dump pinmux register value
by Haojian Zhuang
· 12 years ago
7d66ce7
pinctrl: pinctrl-single: add debugfs pin h/w state info
by Matt Porter
· 12 years ago
9e605cb
pinctrl: pinctrl-single: Add pinctrl-single,bits type of mux
by Peter Ujfalusi
· 12 years ago
00ba7a5
pinctrl: pinctrl-single: Make sure we do not change bits outside of mask
by Peter Ujfalusi
· 12 years ago
8b8b091b
pinctrl: Add one-register-per-pin type device tree based pinctrl driver
by Tony Lindgren
· 12 years ago