index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sunxi
/
pinctrl-sunxi.c
Age
Commit message (
Expand
)
Author
2016-03-30
pinctrl: sunxi: Fix A33 external interrupts not working
Hans de Goede
2016-03-17
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-03-09
pinctrl: sunxi: does not need module.h
Paul Gortmaker
2016-02-11
gpio/pinctrl: sunxi: stop poking around in private vars
Linus Walleij
2016-02-11
pinctrl: sunxi: Use pin number when calling sunxi_pmx_set
Krzysztof Adamski
2016-01-05
pinctrl: sunxi: use gpiochip data pointer
Linus Walleij
2015-12-26
pinctrl: sunxi: Be sure to clamp return value
Linus Walleij
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
2015-11-02
Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-10-23
pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl block
Hans de Goede
2015-10-16
pinctrl: replace trivial implementations of gpio_chip request/free
Jonas Gorski
2015-10-02
pinctrl: sunxi: Remove unneeded semicolon
Javier Martinez Canillas
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
pinctrl: sunxi: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
2015-07-27
pinctrl: sunxi: Add custom irq_domain_ops
Maxime Ripard
2015-07-27
pinctrl: sunxi: Add irq_chip name
Maxime Ripard
2015-07-27
pinctrl: sunxi: Use common functions to change irq_chip and handler
Maxime Ripard
2015-07-17
pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removal
Thomas Gleixner
2015-07-17
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-25
pinctrl/sun4i: Fix race in installing chained IRQ handler
Thomas Gleixner
2015-06-10
pinctrl: make pinctrl_register() return proper error code
Masahiro Yamada
2015-03-18
pinctrl: sun4i: GPIOs configured as irq must be set to input before reading
Hans de Goede
2014-10-28
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
2014-09-04
pinctrl: clean up after enable refactoring
Linus Walleij
2014-08-07
Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-07-28
pinctrl: sunxi: number gpio ranges starting from 0
Chen-Yu Tsai
2014-07-28
pinctrl: sunxi: use gpiolib API to mark a GPIO used as an IRQ
Chen-Yu Tsai
2014-07-22
pinctrl: remove all usage of gpio_remove ret val in driver/pinctl
abdoulaye berthe
2014-07-11
pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irq
Chen-Yu Tsai
2014-07-11
pinctrl: sunxi: Define enable / disable irq callbacks
Hans de Goede
2014-07-11
pinctrl: sunxi: Properly handle level triggered gpio interrupts
Hans de Goede
2014-07-11
pinctrl: sunxi: Move setting of mux to irq type
Hans de Goede
2014-07-11
pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chip
Chen-Yu Tsai
2014-06-19
pinctrl: sunxi: Implement multiple interrupt banks support
Maxime Ripard
2014-06-19
pinctrl: sunxi: Remove irq_mask_ack and use irq_ack instead
Maxime Ripard
2014-06-19
pinctrl: sunxi: Fix potential null pointer dereference
Sachin Kamat
2014-05-27
pinctrl: sunxi: create irq/pin mapping during init
Chen-Yu Tsai
2014-05-27
pinctrl: sunxi: fix pin numbers passed to register offset helpers
Chen-Yu Tsai
2014-05-23
pinctrl: sunxi: Fix multiple registration issue
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move the reset handling functions out of the core
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its own
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its own
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its own
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its own
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its own
Maxime Ripard
2014-05-04
pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own
Maxime Ripard
2014-05-04
pinctrl: sunxi: Libraryse the driver
Maxime Ripard
2014-05-03
pinctrl: sunxi: Switch to devm_ioremap_resource
Maxime Ripard
2014-05-03
pinctrl: sunxi: Move the Allwinner pinctrl driver to its own directory
Maxime Ripard