Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
19872d20c890073c5207d9e02bb8f14d451a11eb
/
include
/
linux
/
pinctrl
03b054e
pinctrl: Pass all configs to driver on pin_config_set()
by Sherman Yin
· 11 years ago
3287c24
pinctrl: utils : add support to pass config type in generic util APIs
by Laxman Dewangan
· 11 years ago
0d74d4a
pinctrl: add includes and ifdefs for non-DT builds
by Linus Walleij
· 11 years ago
e81c8f1
pinctrl: pinconf-generic: add generic APIs for mapping pinctrl node
by Laxman Dewangan
· 11 years ago
256aeb6
pinctrl: set unit for debounce time pinconfig to usec
by Heiko Stübner
· 11 years ago
70637a6
pinctrl: more clarifications for generic pull configs
by Heiko Stübner
· 11 years ago
ad42fc6
pinctrl: rip out the direct pinconf API
by Linus Walleij
· 11 years ago
1c851fb
pinctrl: fix pinconf_ops::pin_config_dbg_parse_modify kerneldoc
by James Hogan
· 11 years ago
5ca3353
pinctrl: establish pull-up/pull-down terminology
by Linus Walleij
· 11 years ago
56a5991
Fix comment on pinctrl_gpio_range.pin_base
by Christian Ruppert
· 11 years ago
ff73cee
pinctrl: move the pm state stubs
by Linus Walleij
· 11 years ago
c8587ee
pinctrl: add pin list based GPIO ranges
by Christian Ruppert
· 11 years ago
14005ee
drivers: pinctrl sleep and idle states in the core
by Linus Walleij
· 11 years ago
7970cb7
pinctrl: add pinconf-generic define for a pin-default pull
by Heiko Stübner
· 11 years ago
a2df426
pinconf-generic: add BIAS_BUS_HOLD pinconf
by James Hogan
· 11 years ago
63ad9cb
pinctrl: generic: Fix typos and clarify comments
by Laurent Pinchart
· 12 years ago
f07512e
pinctrl/pinconfig: add debug interface
by Laurent Meunier
· 12 years ago
022ab14
pinctrl: Declare operation structures as const
by Laurent Pinchart
· 12 years ago
ea27c39
pinctrl: generic: rename input schmitt disable
by Haojian Zhuang
· 12 years ago
ab78029
drivers/pinctrl: grab default handles from device core
by Linus Walleij
· 12 years ago
684697c
pinctrl: generic: add slew rate config parameter
by Haojian Zhuang
· 12 years ago
d6e99ab
pinctrl: core: get devname from pinctrl_dev
by Haojian Zhuang
· 12 years ago
f868ef9
pinctrl: pinconf-generic: add drive strength parameter
by Maxime Ripard
· 12 years ago
483f33f
pinctrl: add pinconf-generic defines for output
by Linus Walleij
· 12 years ago
2ccb0bc
pinctrl: generic: add input schmitt disable parameter
by Haojian Zhuang
· 12 years ago
9afbefb
pinctrl: add function to retrieve range from pin
by Linus Walleij
· 12 years ago
192c369
gpiolib: rename find_pinctrl_*
by Linus Walleij
· 12 years ago
1e63d7b
gpiolib: separation of pin concerns
by Linus Walleij
· 12 years ago
f23f151
gpiolib: provide provision to register pin ranges
by Shiraz Hashim
· 12 years ago
7e10ee6
Revert "pinctrl: remove pinctrl_remove_gpio_range"
by Viresh Kumar
· 12 years ago
9b2e077c
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers
by Linus Torvalds
· 12 years ago
a1ce392
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
by David Howells
· 12 years ago
b0e181d
pinctrl: clarify idle vs sleep states
by Linus Walleij
· 12 years ago
e60bc2d
pinctrl: use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
by Uwe Kleine-König
· 12 years ago
ac5aa7f
pinctrl: header: trivial: declare struct device
by Richard Genoud
· 12 years ago
3e5e00b
pinctrl: add pinctrl_add_gpio_ranges function
by Dong Aisheng
· 12 years ago
5d589b0
pinctrl: remove pinctrl_remove_gpio_range
by Dong Aisheng
· 12 years ago
7af07ad
Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/pinctrl
by Olof Johansson
· 13 years ago
65697e6
pinctrl: add sleep state definition
by Linus Walleij
· 13 years ago
c7eea50
pinctrl: (cosmetic) fix two entries in DocBook comments
by Guennadi Liakhovetski
· 13 years ago
5b3aa5f
pinctrl: add pinctrl_provide_dummies interface for platforms to use
by Dong Aisheng
· 13 years ago
02ae6da
pinctrl: add kerneldoc for pinctrl_ops device tree functions
by Stephen Warren
· 13 years ago
dd51270
pinctrl: fix dangling comment
by Linus Walleij
· 13 years ago
6d4ca1f
pinctrl: implement devm_pinctrl_get()/put()
by Stephen Warren
· 13 years ago
6cb4158
pinctrl: allow pctldevs to decode pin config in debugfs
by Stephen Warren
· 13 years ago
d1e90e9
pinctrl: replace list_*() with get_*_count()
by Viresh Kumar
· 13 years ago
57291ce
pinctrl: core device tree mapping table parsing support
by Stephen Warren
· 13 years ago
22f099d
pinctrl: include <linux/bug.h> to prevent compile errors
by Stephen Warren
· 13 years ago
6974f1f
pinctrl: fix compile error if not select PINMUX support
by Dong Aisheng
· 13 years ago
394349f
pinctrl: introduce generic pin config
by Linus Walleij
· 13 years ago
0acfb07
pinctrl: forward-declare struct device
by Stephen Warren
· 13 years ago
9a01be1
pinctrl: split pincontrol states into its own header
by Linus Walleij
· 13 years ago
1e2082b
pinctrl: enhance mapping table to support pin config operations
by Stephen Warren
· 13 years ago
6e5e959
pinctrl: API changes to support multiple states per device
by Stephen Warren
· 13 years ago
57b676f
pinctrl: fix and simplify locking
by Stephen Warren
· 13 years ago
46919ae
pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state
by Stephen Warren
· 13 years ago
806d314
pinctrl: re-order struct pinctrl_map
by Stephen Warren
· 13 years ago
1681f5a
pinctrl: disallow map table entries with NULL dev_name field
by Stephen Warren
· 13 years ago
77a5988
pinctrl: changes hog mechanism to be self-referential
by Linus Walleij
· 13 years ago
befe5bd
pinctrl: factor pin control handles over to the core
by Linus Walleij
· 13 years ago
e93bcee
pinctrl: move generic functions to the pinctrl_ namespace
by Linus Walleij
· 13 years ago
28a8d14
pinctrl: break out a pinctrl consumer header
by Linus Walleij
· 13 years ago
9dfac4f
pinctrl: delete raw device pointers in pinmux maps
by Linus Walleij
· 13 years ago
0d2006b
pinctrl: remove unnecessary max pin number
by Chanho Park
· 13 years ago
43699de
pinctrl: pass name instead of device to pin_config_*
by Stephen Warren
· 13 years ago
63fd598
pinctrl: add "struct seq_file;" to pinconf.h
by Stephen Warren
· 13 years ago
2375019
pinctrl: add a group-specific hog macro
by Linus Walleij
· 13 years ago
51cd24e
pinctrl: don't create a device for each pin controller
by Stephen Warren
· 13 years ago
1ddb6ff
pinctrl: implement PINMUX_MAP_SYS_HOG
by Stephen Warren
· 13 years ago
ae6b4d8
pinctrl: add a pin config interface
by Linus Walleij
· 13 years ago
97607d1
pinctrl: make a copy of pinmux map
by Linus Walleij
· 13 years ago
542e704
pinctrl: GPIO direction support for muxing
by Linus Walleij
· 13 years ago
3c739ad
pinctrl: add a pin_base for sparse gpio-ranges
by Chanho Park
· 13 years ago
3712a3c
pinctrl: add explicit gpio_disable_free pinmux_op
by Stephen Warren
· 13 years ago
e0e2075
pinctrl: fix "warning: 'struct pinctrl_dev' declared inside parameter list"
by Barry Song
· 13 years ago
a5818a8
pinctrl: get_group_pins() const fixes
by Stephen Warren
· 13 years ago
2744e8a
drivers: create a pin control subsystem
by Linus Walleij
· 14 years ago