index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-29
pinctrl/nomadik: move the platform data header
Linus Walleij
2
-2
/
+2
2012-10-29
ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.h
Patrice Chotard
1
-2
/
+0
2012-10-29
pinctrl/nomadik: allow to support several ranges per GPIO bank
Patrice Chotard
1
-2
/
+2
2012-10-28
pinctrl/at91: remove unused variable in at91_dt_node_to_map()
Wei Yongjun
1
-3
/
+0
2012-10-28
pinctrl/at91: using for_each_set_bit to simplify the code
Wei Yongjun
1
-3
/
+1
2012-10-28
pinctrl/at91: remove duplicated include from pinctrl-at91.c
Wei Yongjun
1
-1
/
+0
2012-10-28
pinctrl/: at91: fix warnings
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+2
2012-10-24
gpio/at91: auto request and configure the pio as input when the interrupt is ...
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+25
2012-10-24
pinctrl: at91: fix typo on PULL_UP
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-10-23
pinctrl/nomadik: pass DT node to the irqdomain
Linus Walleij
1
-1
/
+1
2012-10-23
pinctrl/nomadik: use zero as default irq_start
Linus Walleij
1
-1
/
+1
2012-10-23
pinctrl: fix missing unlock on error in pinctrl_groups_show()
Wei Yongjun
1
-1
/
+3
2012-10-23
pinctrl/nomadik: use irq_create_mapping()
Linus Walleij
1
-1
/
+1
2012-10-18
pinctrl: remove mutex lock in groups show
Haojian Zhuang
1
-4
/
+0
2012-10-17
pinctrl: tegra: correct bank for pingroup and drv pingroup
Pritesh Raithatha
1
-12
/
+12
2012-10-17
pinctrl: tegra: set low power mode bank width to 2
Pritesh Raithatha
1
-1
/
+1
2012-10-15
pinctrl: samsung: Add GPIO to IRQ translation
Tomasz Figa
1
-0
/
+19
2012-10-15
pinctrl: exynos: Set pin function to EINT in irq_set_type of wake-up EINT
Tomasz Figa
1
-0
/
+11
2012-10-15
pinctrl: samsung: Use per-bank IRQ domain for wake-up interrupts
Tomasz Figa
3
-69
/
+129
2012-10-15
pinctrl: samsung: Use one GPIO chip per pin bank
Tomasz Figa
2
-49
/
+79
2012-10-15
pinctrl: exynos: Use one IRQ domain per pin bank
Tomasz Figa
4
-105
/
+35
2012-10-15
pinctrl: samsung: Include bank-specific eint offset in bank struct
Tomasz Figa
3
-29
/
+30
2012-10-15
pinctrl: samsung: Hold pointer to driver data in bank struct
Tomasz Figa
2
-8
/
+12
2012-10-15
pinctrl: samsung: Match pin banks with their device nodes
Tomasz Figa
2
-0
/
+15
2012-10-15
pinctrl: samsung: Distinguish between pin group and bank nodes
Tomasz Figa
1
-1
/
+1
2012-10-15
pinctrl: samsung: Remove static pin enumerations
Tomasz Figa
1
-119
/
+0
2012-10-15
pinctrl: samsung: Assing pin numbers dynamically
Tomasz Figa
3
-54
/
+62
2012-10-15
pinctrl: samsung: Do not pass gpio_chip to pin_to_reg_bank
Tomasz Figa
1
-9
/
+16
2012-10-15
pinctrl: samsung: Detect and handle unsupported configuration types
Tomasz Figa
1
-0
/
+3
2012-10-15
pinctrl/nomadik: always use the simple irqdomain
Linus Walleij
1
-10
/
+3
2012-10-15
pinctrl/nomadik: provide stubs for legacy Nomadik
Linus Walleij
1
-0
/
+13
2012-10-15
pinctrl: remove duplicated include from pinctrl-xway.c
Wei Yongjun
1
-2
/
+0
2012-10-15
pinctrl: sirf: remove sirfsoc_gpio_set_pull function
Arnd Bergmann
1
-35
/
+0
2012-10-15
pinctrl: fix return value in bcm2835_pinctrl_probe()
Wei Yongjun
1
-1
/
+1
2012-10-15
pinctrl: remove duplicated include from pinctrl-bcm2835.c
Wei Yongjun
1
-1
/
+0
2012-10-15
pinctrl: bcm2835: Use existing pointer to struct device
Tobias Klauser
1
-1
/
+1
2012-10-15
pinctrl: samsung: use __devinit section for init code
Arnd Bergmann
1
-5
/
+5
2012-10-13
ARM: at91: add pinctrl support
Jean-Christophe PLAGNIOL-VILLARD
3
-0
/
+1500
2012-10-10
pinctrl/nomadik: use simple or linear IRQ domain
Linus Walleij
1
-3
/
+13
2012-10-10
pinctrl/nomadik: support other alternate-C functions
Jean-Nicolas Graux
4
-47
/
+765
2012-10-09
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
6
-0
/
+1804
2012-10-07
Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
8
-0
/
+2954
2012-10-03
Merge tag 'pinctrl-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
16
-473
/
+4602
2012-10-02
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
6
-0
/
+1935
2012-10-02
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2
-2
/
+44
2012-10-02
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+57
2012-10-01
pinctrl: add bcm2835 driver
Simon Arlott
3
-0
/
+1081
2012-09-28
pinctrl/nomadik: use irq_find_mapping()
Linus Walleij
1
-3
/
+1
2012-09-28
pinctrl: sirf: add lost chained_irq_enter and exit in sirfsoc_gpio_handle_irq
Barry Song
1
-0
/
+6
2012-09-28
pinctrl: sirf: initialize the irq_chip pointer of pinctrl_gpio_range
Barry Song
1
-1
/
+3
[prev]
[next]