Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
fd35b2023b617ceadfce679ff091c6f652f7c878
fd35b20
pinctrl: Add some depends on HAS_IOMEM
by Linus Walleij
· 7 years ago
91d2c74
pinctrl: samsung/s3c24xx: add CONFIG_OF dependency
by Arnd Bergmann
· 7 years ago
bee67c7
Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel
by Linus Walleij
· 7 years ago
9e9355b
pinctrl: bcm2835: Fix some merge fallout
by Linus Walleij
· 7 years ago
ec47873
gpio: Fix undefined lock_dep_class
by Linus Walleij
· 7 years ago
959bc7b
gpio: Automatically add lockdep keys
by Thierry Reding
· 7 years ago
8302cf5
gpio: Introduce struct gpio_irq_chip.first
by Thierry Reding
· 7 years ago
60ed54c
gpio: Disambiguate struct gpio_irq_chip.nested
by Thierry Reding
· 7 years ago
5b2b135
gpio: Add Tegra186 support
by Thierry Reding
· 7 years ago
1b95b4e
gpio: Export gpiochip_irq_{map,unmap}()
by Thierry Reding
· 7 years ago
e0d8972
gpio: Implement tighter IRQ chip integration
by Thierry Reding
· 7 years ago
ca9df05
gpio: Move lock_key into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
dc7b038
gpio: Move irq_valid_mask into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
dc6bafe
gpio: Move irq_nested into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
39e5f09
gpio: Move irq_chained_parent to struct gpio_irq_chip
by Thierry Reding
· 7 years ago
3634eeb
gpio: Move irq_default_type to struct gpio_irq_chip
by Thierry Reding
· 7 years ago
c7a0aa5
gpio: Move irq_handler to struct gpio_irq_chip
by Thierry Reding
· 7 years ago
f0fbe7b
gpio: Move irqdomain into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
da80ff8
gpio: Move irqchip into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
c44eafd
gpio: Introduce struct gpio_irq_chip
by Thierry Reding
· 7 years ago
756a024
pinctrl: gemini: Fix GMAC groups
by Linus Walleij
· 7 years ago
8d6cfb1
pinctrl: qcom: spmi-gpio: Add pmi8994 gpio support
by Rajendra Nayak
· 7 years ago
13dc48a
pinctrl: ti-iodelay: remove redundant unused variable dev
by Colin Ian King
· 7 years ago
752caf9
pinctrl: max77620: Use common error handling code in max77620_pinconf_set()
by Markus Elfring
· 7 years ago
60ad481
pinctrl: gemini: Implement clock skew/delay config
by Linus Walleij
· 7 years ago
1c5b7f3
pinctrl: gemini: Use generic DT parser
by Linus Walleij
· 7 years ago
e0e1e39
pinctrl: Add skew-delay pin config and bindings
by Linus Walleij
· 7 years ago
b53b830
pinctrl: armada-37xx: remove unused variable
by Arnd Bergmann
· 7 years ago
eb32889
gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"
by Ard Biesheuvel
· 7 years ago
e1289db
gpio: mb86s7x: share with other SoCs as module
by Ard Biesheuvel
· 7 years ago
30ac0d3
pinctrl: armada-37xx: Add edge both type gpio irq support
by Ken Ma
· 7 years ago
4714221
gpio: brcmstb: implement suspend/resume/shutdown
by Doug Berger
· 7 years ago
0ba31dc
gpio: brcmstb: consolidate interrupt domains
by Doug Berger
· 7 years ago
633007a
gpio: brcmstb: correct the configuration of level interrupts
by Doug Berger
· 7 years ago
2c218b9
gpio: brcmstb: switch to handle_level_irq flow
by Doug Berger
· 7 years ago
142c168
gpio: brcmstb: release the bgpio lock during irq handlers
by Doug Berger
· 7 years ago
0752df6
gpio: brcmstb: allow all instances to be wakeup sources
by Doug Berger
· 7 years ago
0cc449f
pinctrl: uniphier: remove eMMC hardware reset pin-mux
by Masahiro Yamada
· 7 years ago
4e96fd3
pinctrl: rockchip: Add iomux-route switching support for rk3288
by Heiko Stuebner
· 7 years ago
0f80dbc
pinctrl: intel: Add Intel Cedar Fork PCH pin controller support
by Mika Westerberg
· 7 years ago
cf769bd
pinctrl: intel: Make offset to interrupt status register configurable
by Mika Westerberg
· 7 years ago
5ac9d2d
gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()
by Markus Elfring
· 7 years ago
5a24d4b
gpio-rcar: use devm_ioremap_resource()
by Sergei Shtylyov
· 7 years ago
1396007
pinctrl: sunxi: Enforce the strict mode by default
by Maxime Ripard
· 7 years ago
cd70387
pinctrl: sunxi: Disable strict mode for old pinctrl drivers
by Maxime Ripard
· 7 years ago
aae842a
pinctrl: sunxi: Introduce the strict flag
by Maxime Ripard
· 7 years ago
80057cb4
gpio-mmio: Use the new .get_multiple() callback
by Linus Walleij
· 7 years ago
24efd94
gpio: mmio: Make pin2mask() a private business
by Linus Walleij
· 7 years ago
b3222f7
gpio: mpc8xxx: Do not reverse bits using bgpio
by Linus Walleij
· 7 years ago
d744236
gpio: brcmstb: Do not use gc->pin2mask()
by Linus Walleij
· 7 years ago
5c7b0c4
gpio: grgpio: Do not use gc->pin2mask()
by Linus Walleij
· 7 years ago
fe29416
gpio: loongson1: fix bgpio usage
by Linus Walleij
· 7 years ago
d97a1b5
gpio: dwapb: fix bgpio usage
by Linus Walleij
· 7 years ago
dbe776c
gpio: uniphier: add UniPhier GPIO controller driver
by Masahiro Yamada
· 7 years ago
1c59d04
dt-bindings: gpio: uniphier: add UniPhier GPIO binding
by Masahiro Yamada
· 7 years ago
051e167
Merge tag 'sh-pfc-for-v4.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
by Linus Walleij
· 7 years ago
8843797
pinctrl: sh-pfc: Save/restore registers for PSCI system suspend
by Geert Uytterhoeven
· 7 years ago
3870a6f
pinctrl: sh-pfc: r8a7796: Use generic IOCTRL register description
by Geert Uytterhoeven
· 7 years ago
e2aad84
pinctrl: sh-pfc: r8a7795: Use generic IOCTRL register description
by Geert Uytterhoeven
· 7 years ago
5d9d1d1a
pinctrl: sh-pfc: r8a7795-es1: Use generic IOCTRL register description
by Geert Uytterhoeven
· 7 years ago
9e9bd06
pinctrl: sh-pfc: Add generic IOCTRL register description
by Geert Uytterhoeven
· 7 years ago
1860bb1
pinctrl: sh-pfc: Remove obsolete sh_pfc_pin_to_bias_info()
by Geert Uytterhoeven
· 7 years ago
3f8833a
pinctrl: sh-pfc: r8a7778: Use generic bias register description
by Geert Uytterhoeven
· 7 years ago
58668a6
pinctrl: sh-pfc: r8a7796: Use generic bias register description
by Geert Uytterhoeven
· 7 years ago
6f4b74f
pinctrl: sh-pfc: r8a7795: Use generic bias register description
by Geert Uytterhoeven
· 7 years ago
e1a16b5
pinctrl: sh-pfc: r8a7795-es1: Use generic bias register description
by Geert Uytterhoeven
· 7 years ago
acdb124
pinctrl: sh-pfc: Add sh_pfc_pin_to_bias_reg() helper
by Geert Uytterhoeven
· 7 years ago
beaa34d
pinctrl: sh-pfc: Add generic bias register description
by Geert Uytterhoeven
· 7 years ago
e16a2c7
pinctrl: sh-pfc: Drop width parameter of sh_pfc_{read,write}_reg()
by Geert Uytterhoeven
· 7 years ago
35406b1
pinctrl: sh-pfc: Remove matching on plain sh-pfc platform device
by Geert Uytterhoeven
· 7 years ago
2cbfca6
gpio: Fix loose spelling
by Andrew Jeffery
· 7 years ago
b2f68ed
gpio: Add driver for Maxim MAX3191x industrial serializer
by Lukas Wunner
· 7 years ago
c019c18
dt-bindings: gpio: max3191x: Document new driver
by Lukas Wunner
· 7 years ago
1f63fab
dt-bindings: Document common property for daisy-chained devices
by Lukas Wunner
· 7 years ago
5048f0a
gpiolib: clear irq handler and data in one go
by Martin Kaiser
· 7 years ago
3ee9e60
pinctrl: armada-37xx: Stop using struct gpio_chip.irq_base
by Thierry Reding
· 7 years ago
0747c3e
Documentation: fix ref to gpio.txt
by Tom Saeger
· 7 years ago
e80df7b
gpio: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
609aaf6
gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for input
by Bartosz Golaszewski
· 7 years ago
418ee8e
gpiolib: only check line handle flags once
by Bartosz Golaszewski
· 7 years ago
eec1d56
gpio: Introduce ->get_multiple callback
by Lukas Wunner
· 7 years ago
5307e2a
bitops: Introduce assign_bit()
by Lukas Wunner
· 7 years ago
07901a9
gpio: gpio-dwapb: add optional reset
by Alan Tull
· 7 years ago
f76a2d9
gpio-rcar: document R8A77970 bindings
by Sergei Shtylyov
· 7 years ago
f628ba9
gpiolib: drop irq_base field from gpio_chip struct
by Grygorii Strashko
· 7 years ago
ff0f2ce
gpio: mcp23s08: add support for mcp23018
by Phil Reid
· 7 years ago
350bdb8
blackfin: Fix local <asm/gpio.h> includes
by Linus Walleij
· 7 years ago
1c36353
pinctrl: adi2: Fix Kconfig build problem
by Linus Walleij
· 7 years ago
4006e95
gpio: Cut old SX150X Kconfig option
by Linus Walleij
· 7 years ago
ce385aa
pinctrl: meson: rework pinmux ops
by Jerome Brunet
· 7 years ago
277d14e
pinctrl: meson: separate soc drivers
by Jerome Brunet
· 7 years ago
fbe8749
pinctrl: dt-bindings: Fix A37xx uart2 group name
by Miquel Raynal
· 7 years ago
df73da6
pinctrl: sh-pfc: r8a7745: Implement voltage switching for SDHI
by Biju Das
· 7 years ago
d8ee17f4
pinctrl: sh-pfc: r8a77995: Remove USB0_IDIN and USB0_IDPU pins
by Geert Uytterhoeven
· 7 years ago
89aab2d
pinctrl: gemini: Add missing functions
by Linus Walleij
· 7 years ago
e2a021d
pinctrl: Do not depend in GPIOLIB, select it
by Linus Walleij
· 7 years ago
7b9e64a
pinctrl: sh-pfc: r8a77995: Add Audio SSI pin support
by Kuninori Morimoto
· 7 years ago
6e7b1ee
pinctrl: sh-pfc: r8a77995: Add Audio clock pin support
by Kuninori Morimoto
· 7 years ago
94888a4
pinctrl: sh-pfc: r8a7796: Fix trivial typo in comment
by Wolfram Sang
· 7 years ago
bf3278f
pinctrl: sh-pfc: r8a7795-es1: Fix trivial typo in comment
by Wolfram Sang
· 7 years ago
Next »