index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: sirf: fix spinlock deadlock in sirfsoc_gpio_set_input
Barry Song
2012-09-28
1
-5
/
+0
*
pinctrl: sirf: add missing pins to pinctrl list
Barry Song
2012-09-28
1
-0
/
+6
*
pinctrl: sirf: fix a typo in sirfsoc_gpio_probe
Barry Song
2012-09-28
1
-0
/
+2
*
pinctrl: pinctrl-single: add debugfs pin h/w state info
Matt Porter
2012-09-28
1
-1
/
+9
*
pinctrl: Fix potential memory leak in pinctrl_register_one_pin()
Sachin Kamat
2012-09-27
1
-1
/
+3
*
pinctrl: imx: remove duplicated const
Richard Zhao
2012-09-18
1
-1
/
+1
*
pinctrl: use kasprintf() in pinmux_request_gpio()
Thomas Petazzoni
2012-09-14
1
-4
/
+1
*
pinctrl: pinctrl-single: Add pinctrl-single,bits type of mux
Peter Ujfalusi
2012-09-13
1
-10
/
+36
*
pinctrl/nomadik : add MC1_a_2 pin MC1 function group list
Patrice Chotard
2012-09-10
1
-1
/
+4
*
pinctrl: pinctrl-single: Make sure we do not change bits outside of mask
Peter Ujfalusi
2012-09-10
1
-1
/
+1
*
pinctrl/nomadik: MASK_ON_SUSPEND
Etienne Carriere
2012-09-03
1
-0
/
+1
*
pinctrl: imx5: start numbering pad from 0
Shawn Guo
2012-09-03
2
-446
/
+446
*
pinctrl: pinctrl-imx: add imx35 pinctrl driver
Uwe Kleine-König
2012-09-03
3
-0
/
+1604
*
pinctrl/nomadik: add STn8815 ASIC support
Linus Walleij
2012-09-03
5
-0
/
+377
*
pinctrl/nomadik: add ASIC DB8450 pinctrl driver
Patrice Chotard
2012-09-03
5
-0
/
+1021
*
pinctrl/nomadik: add kp_b_2 keyboard function group list
Patrice Chotard
2012-08-17
1
-1
/
+4
*
pinctrl: imx51: fix .conf_reg of MX51_PAD_SD2_CMD__CSPI_MOSI
Shawn Guo
2012-08-17
1
-1
/
+1
*
trivial: pinctrl core: remove extraneous code lines
Richard Genoud
2012-08-17
1
-10
/
+3
*
pinctrl/nomadik: fix null in irqdomain errorpath
Linus Walleij
2012-08-17
1
-1
/
+1
*
drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd data
Julia Lawall
2012-08-07
1
-1
/
+0
*
pinctrl-sirf: remove devm_kfree at error path
Devendra Naga
2012-08-07
1
-1
/
+0
*
pinctrl/nomadik: fix hsi function group list
Patrice Chotard
2012-08-07
1
-1
/
+1
*
pinctrl/pinctrl-u300: remove unneeded devm_kfree call
Devendra Naga
2012-08-05
1
-6
/
+2
*
pinctrl: mxs: register driver at postcore_initcall time
Shawn Guo
2012-08-05
2
-2
/
+2
*
Merge tag 'pinctrl-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-07-24
11
-79
/
+1064
|
\
|
*
pinctrl: Add one-register-per-pin type device tree based pinctrl driver
Tony Lindgren
2012-07-14
3
-0
/
+996
|
*
pinctrl/nomadik: add spi2_oc1_2 pin group
Patrice Chotard
2012-07-05
1
-1
/
+4
|
*
pinctrl/nomadik: kerneldoc fix
Linus Walleij
2012-07-04
1
-1
/
+1
|
*
pinctrl/nomadik: use devm_* allocators for gpio probe
Linus Walleij
2012-07-04
1
-26
/
+9
|
*
pinctrl/nomadik: add pin group to mco function
Patrice Chotard
2012-07-03
1
-1
/
+3
|
*
pinctrl/nomadik: add hsit_a_2 pin group
Patrice Chotard
2012-07-03
1
-1
/
+4
|
*
pinctrl/nomadik: add pin group smcs1 and smps0
Patrice Chotard
2012-07-03
1
-3
/
+9
|
*
pinctrl/nomadik: fix hsir_a_1_pins pin list
Patrice Chotard
2012-07-03
1
-3
/
+4
|
*
pinctrl: pinctrl-imx: fix map setting problem if NO_PAD_CTL is set
Hui Wang
2012-07-03
1
-6
/
+7
|
*
pinctrl/coh901: use clk_prepare_[en|dis]able()
Linus Walleij
2012-07-03
1
-3
/
+3
|
*
pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctl
Devendra Naga
2012-07-03
1
-2
/
+2
|
*
pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctl
Devendra Naga
2012-07-03
1
-2
/
+2
|
*
pinctrl/u300: drop unused variable
Linus Walleij
2012-07-03
1
-1
/
+0
|
*
pinctrl: select the proper symbol
Linus Walleij
2012-07-03
1
-1
/
+1
|
*
pinctrl: add pinctrl_add_gpio_ranges function
Dong Aisheng
2012-07-03
1
-0
/
+11
|
*
pinctrl: remove pinctrl_remove_gpio_range
Dong Aisheng
2012-07-03
3
-17
/
+5
|
*
pinctrl/pinctrl-core: cleanup pinctrl_register
Devendra Naga
2012-07-03
1
-11
/
+6
|
*
pinctrl/u300: delete pointless debug print
Linus Walleij
2012-07-03
1
-2
/
+0
|
*
pinctrl/pinctrl-u300: remove devm_kfree at driver unload
Devendra Naga
2012-07-03
1
-1
/
+0
*
|
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-07-23
1
-1
/
+488
|
\
\
|
*
|
PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaII
Barry Song
2012-07-02
1
-1
/
+488
|
|
/
*
|
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-07-23
1
-1
/
+1
|
\
\
|
*
|
pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific pref...
Lee Jones
2012-07-13
1
-1
/
+1
|
|
/
*
|
pinctrl: pinctrl-imx6q: add missed mux function for USBOTG_ID
Dong Aisheng
2012-07-14
1
-0
/
+2
*
|
pinctrl: pinctrl-imx: only print debug message when DEBUG is defined
Dong Aisheng
2012-07-14
1
-0
/
+2
|
/
[next]