index
:
blackbird-op-linux
master
Blackbird™ 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: samsung: Handle GPIO request and free using pinctrl helpers
Tomasz Figa
2014-07-11
1
-1
/
+14
*
pinctrl: samsung: Decouple direction setting from pinctrl
Tomasz Figa
2014-07-11
1
-55
/
+44
*
sh-pfc: r8a7791: add CAN pin groups
Sergei Shtylyov
2014-07-11
1
-0
/
+167
*
pinctrl: baytrail: Warn if direct IRQ GPIO set to output
Eric Ernst
2014-07-11
1
-0
/
+11
*
pinctrl: pinctrl-st.c: Cleaning up values that are never used
Rickard Strandqvist
2014-07-11
1
-4
/
+2
*
pinctrl: pinctrl-single.c: Cleaning up wrong format string usage
Rickard Strandqvist
2014-07-11
1
-1
/
+1
*
pinctrl: pinctrl-adi2.c: Cleaning up wrong format string usage
Rickard Strandqvist
2014-07-11
1
-1
/
+1
*
pinctrl: pinctrl-single.c: Cleaning up values that are never used
Rickard Strandqvist
2014-07-11
1
-2
/
+1
*
pinctrl: pinctrl-at91.c: Cleaning up values that are never used
Rickard Strandqvist
2014-07-11
1
-2
/
+2
*
pinctrl: pinctrl-st.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
2014-07-11
1
-1
/
+1
*
pinctrl: pinctrl-imx1-core.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
2014-07-11
1
-1
/
+1
*
pinctrl: pinctrl-imx.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
2014-07-11
1
-1
/
+1
*
pinctrl: pinctrl-at91.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
2014-07-11
1
-1
/
+1
*
pinctrl: st: add IRQCHIP_SKIP_SET_WAKE flag
David PARIS
2014-07-11
1
-0
/
+1
*
pinctrl: bcm281xx: Staticize bcm281xx_pinctrl_probe
Sachin Kamat
2014-07-11
1
-1
/
+1
*
pinctrl: qcom: Add BUS_HOLD pin bias
Andy Gross
2014-07-11
1
-0
/
+8
*
pinctrl: sunxi: Add A23 R_PIO controller support
Chen-Yu Tsai
2014-07-11
3
-0
/
+148
*
pinctrl: sunxi: Add A23 PIO controller support
Chen-Yu Tsai
2014-07-11
3
-0
/
+598
*
pinctrl: sunxi: Remove PINCTRL_SUNXI
Maxime Ripard
2014-07-11
1
-9
/
+6
*
pinctrl: sunxi: Remove gpio_out function from sun5i-a13 PG0/1/2 pins
Chen-Yu Tsai
2014-07-11
1
-3
/
+0
*
pinctrl: rockchip: add support for rk3288 pin-controller
Heiko Stübner
2014-07-11
1
-0
/
+73
*
pinctrl: rockchip: support unrouted iomuxes per bank
Heiko Stübner
2014-07-11
1
-0
/
+11
*
pinctrl: rockchip: enable iomuxes from pmu space
Heiko Stübner
2014-07-11
1
-12
/
+30
*
pinctrl: rockchip: add support for 4bit wide iomux settings
Heiko Stübner
2014-07-11
1
-8
/
+26
*
pinctrl: rockchip: precalculate iomux offsets
Heiko Stübner
2014-07-11
1
-11
/
+45
*
pinctrl: rockchip: generalize bank-quirks
Heiko Stübner
2014-07-11
1
-19
/
+39
*
pinctrl: avoid duplicated calling enable_pinmux_setting for a pin
Fan Wu
2014-07-11
22
-418
/
+5
*
pinctrl: i.MX27: Remove nonexistent pad definitions
Alexander Shiyan
2014-07-11
1
-46
/
+0
*
pinctrl: i.MX27: Remove unused structure definition
Alexander Shiyan
2014-07-11
1
-6
/
+0
*
pinctrl: Add i.MX1 pincontrol driver
Alexander Shiyan
2014-07-11
3
-0
/
+287
*
pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irq
Chen-Yu Tsai
2014-07-11
1
-2
/
+5
*
pinctrl: sunxi: Define enable / disable irq callbacks
Hans de Goede
2014-07-11
1
-0
/
+10
*
pinctrl: sunxi: Properly handle level triggered gpio interrupts
Hans de Goede
2014-07-11
1
-8
/
+31
*
pinctrl: sunxi: Move setting of mux to irq type
Hans de Goede
2014-07-11
1
-8
/
+16
*
pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chip
Chen-Yu Tsai
2014-07-11
1
-0
/
+1
*
pinctrl: sh-pfc: r8a7791: Add HSCIF pin support
Nobuhiro Iwamatsu
2014-07-11
1
-0
/
+250
*
pinctrl: hide CONFIG_PINMUX and CONFIG_PINCONF
Uwe Kleine-König
2014-07-11
1
-2
/
+2
*
pinctrl: spear: switch plgpio to irqchip helpers
Linus Walleij
2014-06-19
2
-51
/
+31
*
pinctrl: sunxi: Implement multiple interrupt banks support
Maxime Ripard
2014-06-19
2
-23
/
+76
*
pinctrl: sunxi: Declare the interrupt function for the A31
Maxime Ripard
2014-06-19
1
-72
/
+144
*
pinctrl: sunxi: Declare the number of interrupt banks in the descriptor
Maxime Ripard
2014-06-19
7
-0
/
+7
*
pinctrl: sunxi: Add macro definition for pinctrl with more than one interrupt
Maxime Ripard
2014-06-19
1
-0
/
+9
*
pinctrl: sunxi: Remove irq_mask_ack and use irq_ack instead
Maxime Ripard
2014-06-19
1
-14
/
+2
*
Merge tag 'pinctrl-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-06-03
56
-6179
/
+10510
|
\
|
*
pinctrl: sirf: fix a bad conflict resolution
Linus Walleij
2014-05-30
1
-1
/
+1
|
*
pinctrl: msm: Add more MSM8X74 pin definitions
Andy Gross
2014-05-29
1
-139
/
+538
|
*
pinctrl: qcom: ipq8064: Fix naming convention
Kumar Gala
2014-05-29
1
-1
/
+1
|
*
pinctrl: msm: Add missing sdc1 and sdc3 groups
Bjorn Andersson
2014-05-28
1
-0
/
+47
|
*
pinctrl: sirf: switch to using allocated state container
Linus Walleij
2014-05-28
1
-93
/
+121
|
*
pinctrl: Enable "power-source" to be extracted from DT files
Ivan T. Ivanov
2014-05-28
1
-0
/
+1
[next]