aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30pinctrl: sunxi: Fix A33 external interrupts not workingHans de Goede3-17/+22
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+2
2016-03-11drivers: pinctrl: add driver for Allwinner A64 SoCAndre Przywara3-0/+606
2016-03-10Merge tag 'v4.5-rc5' into develLinus Walleij1-0/+1
2016-03-09pinctrl: sunxi: make A80 explicitly non-modularPaul Gortmaker1-7/+2
2016-03-09pinctrl: sunxi: does not need module.hPaul Gortmaker1-1/+1
2016-03-08pinctrl: sunxi: Change mux setting on PI irq pinsHenry Paulissen1-10/+10
2016-03-08pinctrl: sunxi: Remove non existing irq'sHenry Paulissen1-8/+4
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij1-2/+2
2016-02-11pinctrl: sunxi: Use pin number when calling sunxi_pmx_setKrzysztof Adamski1-2/+3
2016-02-11pinctrl: sunxi: Add H3 R_PIO controller supportKrzysztof Adamski3-0/+111
2016-02-11pinctrl: sunxi: H3 requires irq_read_needs_muxKrzysztof Adamski1-0/+1
2016-01-28pinctrl: sunxi: guard sub-directory with CONFIG_PINCTRL_SUNXIMasahiro Yamada2-16/+16
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+8
2016-01-05pinctrl: sunxi: use gpiochip data pointerLinus Walleij1-5/+5
2015-12-26pinctrl: sunxi: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-22pinctrl: sunxi: Add A80 special pin controllerMaxime Ripard3-0/+187
2015-12-11pinctrl: sunxi: Add H3 PIO controller supportJens Kuske3-0/+520
2015-11-19gpio: change member .dev to .parentLinus Walleij1-5/+5
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+2
2015-11-02Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds5-10/+630
2015-10-23pinctrl: sunxi: Add irq pinmuxing to sun6i "r" pincontrollerHans de Goede1-6/+18
2015-10-23pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl blockHans de Goede1-3/+3
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-10-02pinctrl: sunxi: add allwinner A83T PIO controller supportVishnu Patekar3-0/+608
2015-10-02pinctrl: sunxi: Remove unneeded semicolonJavier Martinez Canillas1-1/+1
2015-10-02pinctrl: sun5i: Fix a10s pwm1 pinctrl mappingHans de Goede1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-16pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-6/+4
2015-08-13pinctrl: sun4i: add spdif to pin description.Marcus Cooper1-3/+14
2015-07-27pinctrl: sunxi: Add custom irq_domain_opsMaxime Ripard1-2/+33
2015-07-27pinctrl: sunxi: Add irq_chip nameMaxime Ripard1-0/+2
2015-07-27pinctrl: sunxi: Use common functions to change irq_chip and handlerMaxime Ripard1-9/+9
2015-07-17pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2015-06-25pinctrl/sun4i: Fix race in installing chained IRQ handlerThomas Gleixner1-3/+3
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-06-04pinctrl: sunxi: Add allwinner A33 PIO controller supportVishnu Patekar3-0/+518
2015-06-04pinctrl: Remove .owner fieldFabio Estevam1-1/+0
2015-04-14Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds10-10/+10
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick10-10/+10
2015-03-18pinctrl: sun4i: GPIOs configured as irq must be set to input before readingHans de Goede3-2/+17
2015-01-14pinctrl: sun6i: Add A31s pinctrl supportHans de Goede3-0/+820
2015-01-14pinctrl: sun6i: Add some missing functionsHans de Goede1-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds8-8/+0
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+3
2014-10-30pinctrl: sunxi: Add A80 pinctrl muxing optionsMaxime Ripard3-0/+754
2014-10-30pinctrl: sunxi: Add PN bank base pinMaxime Ripard1-0/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-3/+3