index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
no-block.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-09
pinctrl: bcm2835: Fix some merge fallout
Linus Walleij
1
-1
/
+1
2017-11-08
gpio: Fix undefined lock_dep_class
Linus Walleij
1
-1
/
+1
2017-11-08
gpio: Automatically add lockdep keys
Thierry Reding
2
-30
/
+47
2017-11-08
gpio: Introduce struct gpio_irq_chip.first
Thierry Reding
2
-1
/
+10
2017-11-08
gpio: Disambiguate struct gpio_irq_chip.nested
Thierry Reding
2
-18
/
+14
2017-11-08
gpio: Add Tegra186 support
Thierry Reding
3
-0
/
+633
2017-11-08
gpio: Export gpiochip_irq_{map,unmap}()
Thierry Reding
2
-3
/
+9
2017-11-08
gpio: Implement tighter IRQ chip integration
Thierry Reding
2
-1
/
+114
2017-11-08
gpio: Move lock_key into struct gpio_irq_chip
Thierry Reding
2
-4
/
+9
2017-11-08
gpio: Move irq_valid_mask into struct gpio_irq_chip
Thierry Reding
8
-26
/
+35
2017-11-08
gpio: Move irq_nested into struct gpio_irq_chip
Thierry Reding
2
-6
/
+11
2017-11-08
gpio: Move irq_chained_parent to struct gpio_irq_chip
Thierry Reding
2
-9
/
+27
2017-11-08
gpio: Move irq_default_type to struct gpio_irq_chip
Thierry Reding
2
-6
/
+11
2017-11-08
gpio: Move irq_handler to struct gpio_irq_chip
Thierry Reding
2
-5
/
+10
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
56
-71
/
+78
2017-11-08
gpio: Move irqchip into struct gpio_irq_chip
Thierry Reding
2
-9
/
+19
2017-11-08
gpio: Introduce struct gpio_irq_chip
Thierry Reding
1
-0
/
+38
2017-11-08
pinctrl: gemini: Fix GMAC groups
Linus Walleij
1
-25
/
+54
2017-11-08
pinctrl: qcom: spmi-gpio: Add pmi8994 gpio support
Rajendra Nayak
2
-0
/
+3
2017-11-08
pinctrl: ti-iodelay: remove redundant unused variable dev
Colin Ian King
1
-4
/
+0
2017-11-08
pinctrl: max77620: Use common error handling code in max77620_pinconf_set()
Markus Elfring
1
-10
/
+11
2017-11-08
pinctrl: gemini: Implement clock skew/delay config
Linus Walleij
2
-6
/
+182
2017-11-08
pinctrl: gemini: Use generic DT parser
Linus Walleij
2
-62
/
+5
2017-11-08
pinctrl: Add skew-delay pin config and bindings
Linus Walleij
3
-0
/
+11
2017-11-03
pinctrl: armada-37xx: remove unused variable
Arnd Bergmann
1
-2
/
+0
2017-10-31
gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"
Ard Biesheuvel
1
-5
/
+0
2017-10-31
gpio: mb86s7x: share with other SoCs as module
Ard Biesheuvel
2
-3
/
+7
2017-10-31
pinctrl: armada-37xx: Add edge both type gpio irq support
Ken Ma
1
-0
/
+64
2017-10-31
gpio: brcmstb: implement suspend/resume/shutdown
Doug Berger
1
-50
/
+151
2017-10-31
gpio: brcmstb: consolidate interrupt domains
Doug Berger
2
-44
/
+146
2017-10-31
gpio: brcmstb: correct the configuration of level interrupts
Doug Berger
1
-2
/
+2
2017-10-31
gpio: brcmstb: switch to handle_level_irq flow
Doug Berger
1
-6
/
+12
2017-10-31
gpio: brcmstb: release the bgpio lock during irq handlers
Doug Berger
1
-5
/
+16
2017-10-31
gpio: brcmstb: allow all instances to be wakeup sources
Doug Berger
1
-7
/
+7
2017-10-31
pinctrl: uniphier: remove eMMC hardware reset pin-mux
Masahiro Yamada
3
-6
/
+6
2017-10-31
pinctrl: rockchip: Add iomux-route switching support for rk3288
Heiko Stuebner
1
-0
/
+20
2017-10-31
pinctrl: intel: Add Intel Cedar Fork PCH pin controller support
Mika Westerberg
3
-0
/
+384
2017-10-31
pinctrl: intel: Make offset to interrupt status register configurable
Mika Westerberg
2
-8
/
+15
2017-10-31
gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()
Markus Elfring
1
-16
/
+13
2017-10-31
gpio-rcar: use devm_ioremap_resource()
Sergei Shtylyov
1
-8
/
+6
2017-10-31
pinctrl: sunxi: Enforce the strict mode by default
Maxime Ripard
1
-0
/
+1
2017-10-31
pinctrl: sunxi: Disable strict mode for old pinctrl drivers
Maxime Ripard
11
-2
/
+13
2017-10-31
pinctrl: sunxi: Introduce the strict flag
Maxime Ripard
2
-1
/
+12
2017-10-30
gpio-mmio: Use the new .get_multiple() callback
Linus Walleij
1
-3
/
+84
2017-10-25
gpio: mmio: Make pin2mask() a private business
Linus Walleij
2
-30
/
+23
2017-10-25
gpio: mpc8xxx: Do not reverse bits using bgpio
Linus Walleij
1
-6
/
+17
2017-10-25
gpio: brcmstb: Do not use gc->pin2mask()
Linus Walleij
1
-3
/
+3
2017-10-25
gpio: grgpio: Do not use gc->pin2mask()
Linus Walleij
1
-3
/
+3
2017-10-25
gpio: loongson1: fix bgpio usage
Linus Walleij
1
-4
/
+3
2017-10-25
gpio: dwapb: fix bgpio usage
Linus Walleij
1
-2
/
+2
[next]