Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
28b468a008888928ce59bc2528713b913be60baa
/
drivers
/
pinctrl
/
sunxi
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
b9a5ec33
pinctrl: sunxi: Use irq_set_chip_handler_name_locked()
by Thomas Gleixner
· 9 years ago
8152d8c
pinctrl: sun4i: add spdif to pin description.
by Marcus Cooper
· 9 years ago
d8323c6
pinctrl: sunxi: Add custom irq_domain_ops
by Maxime Ripard
· 9 years ago
fb5b778
pinctrl: sunxi: Add irq_chip name
by Maxime Ripard
· 9 years ago
a0d6de9
pinctrl: sunxi: Use common functions to change irq_chip and handler
by Maxime Ripard
· 9 years ago
eeef97b
pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removal
by Thomas Gleixner
· 9 years ago
5663bb2
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
d5fb821
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ef80e87
pinctrl/sun4i: Fix race in installing chained IRQ handler
by Thomas Gleixner
· 9 years ago
323de9e
pinctrl: make pinctrl_register() return proper error code
by Masahiro Yamada
· 9 years ago
7164873
pinctrl: sunxi: Add allwinner A33 PIO controller support
by Vishnu Patekar
· 9 years ago
3944e7b
pinctrl: Remove .owner field
by Fabio Estevam
· 9 years ago
07e492e
Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
baa9946e
pinctrl: constify of_device_id array
by Fabian Frederick
· 10 years ago
ef6d24c
pinctrl: sun4i: GPIOs configured as irq must be set to input before reading
by Hans de Goede
· 10 years ago
47cf4b3
pinctrl: sun6i: Add A31s pinctrl support
by Hans de Goede
· 10 years ago
c5abe62
pinctrl: sun6i: Add some missing functions
by Hans de Goede
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
980f3c3
Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
d5e9fb3
pinctrl: sunxi: Add A80 pinctrl muxing options
by Maxime Ripard
· 10 years ago
4f6bd5c
pinctrl: sunxi: Add PN bank base pin
by Maxime Ripard
· 10 years ago
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
75bb55b
pinctrl: sunxi: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
03e9f0c
pinctrl: clean up after enable refactoring
by Linus Walleij
· 10 years ago
e0b8b78
Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
343f132
pinctrl: sunxi: number gpio ranges starting from 0
by Chen-Yu Tsai
· 10 years ago
f83549d
pinctrl: sunxi: use gpiolib API to mark a GPIO used as an IRQ
by Chen-Yu Tsai
· 10 years ago
b4e7c55
pinctrl: remove all usage of gpio_remove ret val in driver/pinctl
by abdoulaye berthe
· 10 years ago
d22bf40
pinctrl: sunxi: Add A23 R_PIO controller support
by Chen-Yu Tsai
· 10 years ago
4c821d1
pinctrl: sunxi: Add A23 PIO controller support
by Chen-Yu Tsai
· 10 years ago
d9ff081
pinctrl: sunxi: Remove PINCTRL_SUNXI
by Maxime Ripard
· 10 years ago
c01607c
pinctrl: sunxi: Remove gpio_out function from sun5i-a13 PG0/1/2 pins
by Chen-Yu Tsai
· 10 years ago
0d3bafa
pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irq
by Chen-Yu Tsai
· 10 years ago
d61e23e
pinctrl: sunxi: Define enable / disable irq callbacks
by Hans de Goede
· 10 years ago
f4c51c1
pinctrl: sunxi: Properly handle level triggered gpio interrupts
by Hans de Goede
· 10 years ago
fea6d8e
pinctrl: sunxi: Move setting of mux to irq type
by Hans de Goede
· 10 years ago
578c0a8
pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chip
by Chen-Yu Tsai
· 10 years ago
aebdc8a
pinctrl: sunxi: Implement multiple interrupt banks support
by Maxime Ripard
· 10 years ago
c11a33c
pinctrl: sunxi: Declare the interrupt function for the A31
by Maxime Ripard
· 10 years ago
8966ada
pinctrl: sunxi: Declare the number of interrupt banks in the descriptor
by Maxime Ripard
· 10 years ago
6e1c302
pinctrl: sunxi: Add macro definition for pinctrl with more than one interrupt
by Maxime Ripard
· 10 years ago
645ec71
pinctrl: sunxi: Remove irq_mask_ack and use irq_ack instead
by Maxime Ripard
· 10 years ago
bd07894
pinctrl: sunxi: Fix potential null pointer dereference
by Sachin Kamat
· 10 years ago
d54e9a2
pinctrl: sunxi: create irq/pin mapping during init
by Chen-Yu Tsai
· 10 years ago
de5af04
pinctrl: sunxi: depend on RESET_CONTROLLER
by Maxime Ripard
· 10 years ago
b4575c6
pinctrl: sunxi: fix pin numbers passed to register offset helpers
by Chen-Yu Tsai
· 10 years ago
ba6764d
pinctrl: sunxi: Fix multiple registration issue
by Maxime Ripard
· 10 years ago
118c565
pinctrl: sunxi: Fix recursive dependency
by Maxime Ripard
· 10 years ago
b22116b
pinctrl: sunxi: Enable the pinctrl Kconfig options by default
by Maxime Ripard
· 10 years ago
dc96910
pinctrl: sunxi: Move the reset handling functions out of the core
by Maxime Ripard
· 11 years ago
340ba6c
pinctrl: sunxi: Introduce per-driver Kconfig options
by Maxime Ripard
· 11 years ago
2519859
pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its own
by Maxime Ripard
· 11 years ago
16c675f
pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its own
by Maxime Ripard
· 11 years ago
1c99617
pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its own
by Maxime Ripard
· 11 years ago
342cefb
pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its own
by Maxime Ripard
· 11 years ago
0a127c1
pinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its own
by Maxime Ripard
· 11 years ago
f2821b1
pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own
by Maxime Ripard
· 11 years ago
2284ba6
pinctrl: sunxi: Libraryse the driver
by Maxime Ripard
· 11 years ago
4409caf
pinctrl: sunxi: Switch to devm_ioremap_resource
by Maxime Ripard
· 11 years ago
d10acc6
pinctrl: sunxi: Replace hardcoded pin defines by a macro
by Maxime Ripard
· 11 years ago
5f91077
pinctrl: sunxi: Move the Allwinner pinctrl driver to its own directory
by Maxime Ripard
· 11 years ago