aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-20pinctrl: sunxi: drop owner assignment from platform_driversWolfram Sang8-8/+0
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-4/+4
2014-08-07Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds12-142/+1075
2014-07-28pinctrl: sunxi: number gpio ranges starting from 0Chen-Yu Tsai1-5/+8
2014-07-28pinctrl: sunxi: use gpiolib API to mark a GPIO used as an IRQChen-Yu Tsai1-0/+17
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe1-2/+1
2014-07-11pinctrl: sunxi: Add A23 R_PIO controller supportChen-Yu Tsai3-0/+148
2014-07-11pinctrl: sunxi: Add A23 PIO controller supportChen-Yu Tsai3-0/+598
2014-07-11pinctrl: sunxi: Remove PINCTRL_SUNXIMaxime Ripard1-9/+6
2014-07-11pinctrl: sunxi: Remove gpio_out function from sun5i-a13 PG0/1/2 pinsChen-Yu Tsai1-3/+0
2014-07-11pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irqChen-Yu Tsai1-2/+5
2014-07-11pinctrl: sunxi: Define enable / disable irq callbacksHans de Goede1-0/+10
2014-07-11pinctrl: sunxi: Properly handle level triggered gpio interruptsHans de Goede1-8/+31
2014-07-11pinctrl: sunxi: Move setting of mux to irq typeHans de Goede1-8/+16
2014-07-11pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chipChen-Yu Tsai1-0/+1
2014-06-19pinctrl: sunxi: Implement multiple interrupt banks supportMaxime Ripard2-23/+76
2014-06-19pinctrl: sunxi: Declare the interrupt function for the A31Maxime Ripard1-72/+144
2014-06-19pinctrl: sunxi: Declare the number of interrupt banks in the descriptorMaxime Ripard7-0/+7
2014-06-19pinctrl: sunxi: Add macro definition for pinctrl with more than one interruptMaxime Ripard1-0/+9
2014-06-19pinctrl: sunxi: Remove irq_mask_ack and use irq_ack insteadMaxime Ripard1-14/+2
2014-06-19pinctrl: sunxi: Fix potential null pointer dereferenceSachin Kamat1-0/+4
2014-05-27pinctrl: sunxi: create irq/pin mapping during initChen-Yu Tsai1-2/+3
2014-05-27pinctrl: sunxi: depend on RESET_CONTROLLERMaxime Ripard1-0/+1
2014-05-27pinctrl: sunxi: fix pin numbers passed to register offset helpersChen-Yu Tsai1-12/+14
2014-05-23pinctrl: sunxi: Fix multiple registration issueMaxime Ripard1-12/+17
2014-05-23pinctrl: sunxi: Fix recursive dependencyMaxime Ripard2-13/+16
2014-05-23pinctrl: sunxi: Enable the pinctrl Kconfig options by defaultMaxime Ripard1-6/+6
2014-05-04pinctrl: sunxi: Move the reset handling functions out of the coreMaxime Ripard2-16/+23
2014-05-04pinctrl: sunxi: Introduce per-driver Kconfig optionsMaxime Ripard2-6/+30
2014-05-04pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its ownMaxime Ripard3-37/+33
2014-05-04pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its ownMaxime Ripard4-75/+123
2014-05-04pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its ownMaxime Ripard4-821/+866
2014-05-04pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its ownMaxime Ripard4-367/+412
2014-05-04pinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its ownMaxime Ripard4-646/+691
2014-05-04pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its ownMaxime Ripard4-995/+1043