summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sirf/pinctrl-sirf.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-1/+1
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
|/
* pinctrl: sirf: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall2017-08-221-2/+2
* pinctrl: Convert to using %pOF instead of full_nameRob Herring2017-08-141-3/+3
* pinctrl: sirf: make core support explicitly non-modularPaul Gortmaker2016-08-271-7/+5Star
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-18/+13Star
|\
| * pinctrl: sirf: use gpiochip data pointerLinus Walleij2016-01-051-17/+12Star
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | pinctrl: sirf: add missing of_node_putJulia Lawall2015-12-221-2/+6
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* pinctrl/sirf: Prepare xxx_gpio-handle_irq for irq argument removalThomas Gleixner2015-07-171-1/+2
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-1/+1
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* pinctrl: sirf: move sgpio lock into state containerLinus Walleij2015-04-091-12/+12
* pinctrl: sirf: fix typo in kernel warning on a bad interruptColin Ian King2015-03-091-1/+1
* pinctrl: sirf: drop marco supportBarry Song2015-01-141-38/+13Star
* pinctrl: sirf: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-2/+1Star
|\
| * pinctrl: remove remaining users of gpiochip_remove() retvalLinus Walleij2014-09-231-2/+1Star
* | pinctrl: sirf: Remove gpiochip on failure casesPramod Gurav2014-09-041-1/+1
* | pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-3/+4
* | pinctrl: sirf: fix lots of "line over 80 characters"Bin Shi2014-08-291-22/+35
* | pinctrl: sirf: fix "quoted string split across lines"Bin Shi2014-08-291-3/+3
|/
* pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu2014-07-111-10/+0Star
* pinctrl: sirf: fix a bad conflict resolutionLinus Walleij2014-05-301-1/+1
* pinctrl: sirf: switch to using allocated state containerLinus Walleij2014-05-281-93/+121
* pinctrl: sirf: fix typo for GPIO bank numberBarry Song2014-05-271-2/+2
* pinctrl: sirf: switch driver to use gpiolib irqchip helpersLinus Walleij2014-04-231-63/+26Star
* pinctrl: sirf: wrap all gpio banks into one gpio_chipBarry Song2014-04-231-126/+91Star
* pinctrl: sirf: rename inlined accessorLinus Walleij2014-04-231-7/+7
* Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-04-041-7/+7
|\
| * gpio: switch drivers to use new callbackLinus Walleij2014-03-181-7/+7
* | Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-011-1/+2
|\ \ | |/ |/|
| * pinctrl: sirf: update copyright years to 2014Barry Song2014-02-251-1/+2
* | pinctrl: sirf: fix kernel panic in gpio_lock_as_irqBarry Song2014-03-051-2/+2
|/
* pinctrl: sirf: lock IRQs when starting themLinus Walleij2014-01-151-0/+23
* pinctrl: sirf: put gpio interrupt pin into input status automaticallyBarry Song2014-01-151-1/+1
* pinctrl: sirf: use only one irq_domain for the whole device nodeBarry Song2014-01-151-11/+15
* pinctrl: sirf: add USB1/UART1 pinmux usb/uart shareRong Wang2013-10-081-4/+4
* pinctrl: sirf: add missing __iomem annotationJingoo Han2013-08-071-1/+1
* pinctrl: sirf: add freeze and restore entries for hibernation supportBarry Song2013-07-231-0/+2
* pinctrl: sirf: fix the checkpatch issue about indentationRongjun Ying2013-07-231-3/+3
* pinctrl: sirf: save the status in suspend and restore after resumingBarry Song2013-06-161-0/+56
* pinctrl:sirf:re-arch and add support for new SiRFatlas6 SoCBarry Song2013-06-161-0/+873