index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Lines
2014-07-11
pinctrl: pinctrl-at91.c: Cleaning up values that are never used
Rickard Strandqvist
-2
/
+2
2014-07-11
pinctrl: pinctrl-st.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
-1
/
+1
2014-07-11
pinctrl: pinctrl-imx1-core.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
-1
/
+1
2014-07-11
pinctrl: pinctrl-imx.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
-1
/
+1
2014-07-11
pinctrl: pinctrl-at91.c: Cleaning up if unsigned is less than zero
Rickard Strandqvist
-1
/
+1
2014-07-11
pinctrl: st: add IRQCHIP_SKIP_SET_WAKE flag
David PARIS
-0
/
+1
2014-07-11
pinctrl: bcm281xx: Staticize bcm281xx_pinctrl_probe
Sachin Kamat
-1
/
+1
2014-07-11
pinctrl: qcom: Add BUS_HOLD pin bias
Andy Gross
-0
/
+8
2014-07-11
pinctrl: sunxi: Add A23 R_PIO controller support
Chen-Yu Tsai
-0
/
+148
2014-07-11
pinctrl: sunxi: Add A23 PIO controller support
Chen-Yu Tsai
-0
/
+598
2014-07-11
pinctrl: sunxi: Remove PINCTRL_SUNXI
Maxime Ripard
-9
/
+6
2014-07-11
pinctrl: sunxi: Remove gpio_out function from sun5i-a13 PG0/1/2 pins
Chen-Yu Tsai
-3
/
+0
2014-07-11
pinctrl: rockchip: add support for rk3288 pin-controller
Heiko Stübner
-0
/
+73
2014-07-11
pinctrl: rockchip: support unrouted iomuxes per bank
Heiko Stübner
-0
/
+11
2014-07-11
pinctrl: rockchip: enable iomuxes from pmu space
Heiko Stübner
-12
/
+30
2014-07-11
pinctrl: rockchip: add support for 4bit wide iomux settings
Heiko Stübner
-8
/
+26
2014-07-11
pinctrl: rockchip: precalculate iomux offsets
Heiko Stübner
-11
/
+45
2014-07-11
pinctrl: rockchip: generalize bank-quirks
Heiko Stübner
-19
/
+39
2014-07-11
pinctrl: avoid duplicated calling enable_pinmux_setting for a pin
Fan Wu
-418
/
+5
2014-07-11
pinctrl: i.MX27: Remove nonexistent pad definitions
Alexander Shiyan
-46
/
+0
2014-07-11
pinctrl: i.MX27: Remove unused structure definition
Alexander Shiyan
-6
/
+0
2014-07-11
pinctrl: Add i.MX1 pincontrol driver
Alexander Shiyan
-0
/
+287
2014-07-11
pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irq
Chen-Yu Tsai
-2
/
+5
2014-07-11
pinctrl: sunxi: Define enable / disable irq callbacks
Hans de Goede
-0
/
+10
2014-07-11
pinctrl: sunxi: Properly handle level triggered gpio interrupts
Hans de Goede
-8
/
+31
2014-07-11
pinctrl: sunxi: Move setting of mux to irq type
Hans de Goede
-8
/
+16
2014-07-11
pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chip
Chen-Yu Tsai
-0
/
+1
2014-07-11
pinctrl: sh-pfc: r8a7791: Add HSCIF pin support
Nobuhiro Iwamatsu
-0
/
+250
2014-07-11
pinctrl: hide CONFIG_PINMUX and CONFIG_PINCONF
Uwe Kleine-König
-2
/
+2
2014-07-05
pinctrl: berlin: fix an error code in berlin_pinctrl_probe()
Dan Carpenter
-1
/
+1
2014-06-19
pinctrl: spear: switch plgpio to irqchip helpers
Linus Walleij
-51
/
+31
2014-06-19
pinctrl: sunxi: Implement multiple interrupt banks support
Maxime Ripard
-23
/
+76
2014-06-19
pinctrl: sunxi: Declare the interrupt function for the A31
Maxime Ripard
-72
/
+144
2014-06-19
pinctrl: sunxi: Declare the number of interrupt banks in the descriptor
Maxime Ripard
-0
/
+7
2014-06-19
pinctrl: sunxi: Add macro definition for pinctrl with more than one interrupt
Maxime Ripard
-0
/
+9
2014-06-19
pinctrl: sunxi: Remove irq_mask_ack and use irq_ack instead
Maxime Ripard
-14
/
+2
2014-06-19
pinctrl: sunxi: Fix potential null pointer dereference
Sachin Kamat
-0
/
+4
2014-06-03
Merge tag 'pinctrl-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6179
/
+10510
2014-05-30
pinctrl: sirf: fix a bad conflict resolution
Linus Walleij
-1
/
+1
2014-05-29
pinctrl: msm: Add more MSM8X74 pin definitions
Andy Gross
-139
/
+538
2014-05-29
pinctrl: qcom: ipq8064: Fix naming convention
Kumar Gala
-1
/
+1
2014-05-28
pinctrl: msm: Add missing sdc1 and sdc3 groups
Bjorn Andersson
-0
/
+47
2014-05-28
pinctrl: sirf: switch to using allocated state container
Linus Walleij
-93
/
+121
2014-05-28
pinctrl: Enable "power-source" to be extracted from DT files
Ivan T. Ivanov
-0
/
+1
2014-05-27
pinctrl: sunxi: create irq/pin mapping during init
Chen-Yu Tsai
-2
/
+3
2014-05-27
pinctrl: pinconf-generic: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
-2
/
+1
2014-05-27
pinctrl: berlin: Use devm_ioremap_resource()
Jingoo Han
-9
/
+9
2014-05-27
pinctrl: sirf: fix typo for GPIO bank number
Barry Song
-2
/
+2
2014-05-27
pinctrl: sunxi: depend on RESET_CONTROLLER
Maxime Ripard
-0
/
+1
2014-05-27
pinctrl: sunxi: fix pin numbers passed to register offset helpers
Chen-Yu Tsai
-12
/
+14
[prev]
[next]