Age | Commit message (Expand) | Author | Files | Lines |
2015-11-02 | Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -12/+2 |
2015-11-02 | Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 5 | -10/+630 |
2015-10-23 | pinctrl: sunxi: Add irq pinmuxing to sun6i "r" pincontroller | Hans de Goede | 1 | -6/+18 |
2015-10-23 | pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl block | Hans de Goede | 1 | -3/+3 |
2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 1 | -12/+2 |
2015-10-02 | pinctrl: sunxi: add allwinner A83T PIO controller support | Vishnu Patekar | 3 | -0/+608 |
2015-10-02 | pinctrl: sunxi: Remove unneeded semicolon | Javier Martinez Canillas | 1 | -1/+1 |
2015-10-02 | pinctrl: sun5i: Fix a10s pwm1 pinctrl mapping | Hans de Goede | 1 | -1/+1 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
2015-09-16 | pinctrl: sunxi: Use irq_set_chip_handler_name_locked() | Thomas Gleixner | 1 | -6/+4 |
2015-08-13 | pinctrl: sun4i: add spdif to pin description. | Marcus Cooper | 1 | -3/+14 |
2015-07-27 | pinctrl: sunxi: Add custom irq_domain_ops | Maxime Ripard | 1 | -2/+33 |
2015-07-27 | pinctrl: sunxi: Add irq_chip name | Maxime Ripard | 1 | -0/+2 |
2015-07-27 | pinctrl: sunxi: Use common functions to change irq_chip and handler | Maxime Ripard | 1 | -9/+9 |
2015-07-17 | pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -2/+2 |
2015-07-02 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2015-06-25 | pinctrl/sun4i: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -3/+3 |
2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 1 | -2/+2 |
2015-06-04 | pinctrl: sunxi: Add allwinner A33 PIO controller support | Vishnu Patekar | 3 | -0/+518 |
2015-06-04 | pinctrl: Remove .owner field | Fabio Estevam | 1 | -1/+0 |
2015-04-15 | Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 10 | -10/+10 |
2015-03-27 | pinctrl: constify of_device_id array | Fabian Frederick | 10 | -10/+10 |
2015-03-18 | pinctrl: sun4i: GPIOs configured as irq must be set to input before reading | Hans de Goede | 3 | -2/+17 |
2015-01-14 | pinctrl: sun6i: Add A31s pinctrl support | Hans de Goede | 3 | -0/+820 |
2015-01-14 | pinctrl: sun6i: Add some missing functions | Hans de Goede | 1 | -0/+5 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -8/+0 |
2014-12-15 | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -3/+3 |
2014-10-30 | pinctrl: sunxi: Add A80 pinctrl muxing options | Maxime Ripard | 3 | -0/+754 |
2014-10-30 | pinctrl: sunxi: Add PN bank base pin | Maxime Ripard | 1 | -0/+1 |
2014-10-28 | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot | 1 | -3/+3 |
2014-10-20 | pinctrl: sunxi: drop owner assignment from platform_drivers | Wolfram Sang | 8 | -8/+0 |
2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 1 | -4/+4 |
2014-08-08 | Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 12 | -142/+1075 |
2014-07-28 | pinctrl: sunxi: number gpio ranges starting from 0 | Chen-Yu Tsai | 1 | -5/+8 |
2014-07-28 | pinctrl: sunxi: use gpiolib API to mark a GPIO used as an IRQ | Chen-Yu Tsai | 1 | -0/+17 |
2014-07-22 | pinctrl: remove all usage of gpio_remove ret val in driver/pinctl | abdoulaye berthe | 1 | -2/+1 |
2014-07-11 | pinctrl: sunxi: Add A23 R_PIO controller support | Chen-Yu Tsai | 3 | -0/+148 |
2014-07-11 | pinctrl: sunxi: Add A23 PIO controller support | Chen-Yu Tsai | 3 | -0/+598 |
2014-07-11 | pinctrl: sunxi: Remove PINCTRL_SUNXI | Maxime Ripard | 1 | -9/+6 |
2014-07-11 | pinctrl: sunxi: Remove gpio_out function from sun5i-a13 PG0/1/2 pins | Chen-Yu Tsai | 1 | -3/+0 |
2014-07-11 | pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irq | Chen-Yu Tsai | 1 | -2/+5 |
2014-07-11 | pinctrl: sunxi: Define enable / disable irq callbacks | Hans de Goede | 1 | -0/+10 |
2014-07-11 | pinctrl: sunxi: Properly handle level triggered gpio interrupts | Hans de Goede | 1 | -8/+31 |
2014-07-11 | pinctrl: sunxi: Move setting of mux to irq type | Hans de Goede | 1 | -8/+16 |
2014-07-11 | pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chip | Chen-Yu Tsai | 1 | -0/+1 |
2014-06-19 | pinctrl: sunxi: Implement multiple interrupt banks support | Maxime Ripard | 2 | -23/+76 |
2014-06-19 | pinctrl: sunxi: Declare the interrupt function for the A31 | Maxime Ripard | 1 | -72/+144 |
2014-06-19 | pinctrl: sunxi: Declare the number of interrupt banks in the descriptor | Maxime Ripard | 7 | -0/+7 |
2014-06-19 | pinctrl: sunxi: Add macro definition for pinctrl with more than one interrupt | Maxime Ripard | 1 | -0/+9 |