summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-single.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-021-7/+3
|\
| * pinctrl: single: Delete an unnecessary return statement in pcs_irq_chain_hand...Markus Elfring2018-01-031-2/+0
| * pinctrl: single: Delete an error message for a failed memory allocation in pc...Markus Elfring2018-01-031-3/+2
| * pinctrl: single: Remove invalid messageTony Lindgren2017-12-201-2/+1
* | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-1/+4
|/
* pinctrl: single: make two arrays static const, reduces object code sizeColin Ian King2017-09-211-2/+2
* pinctrl: single: use of_device_get_match_data() to get soc dataMasahiro Yamada2017-05-291-6/+2
* pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-1/+1
* Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-261-1/+1
|\
| * pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+1
* | pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-131-3/+2
* | pinctrl: single: Use generic pinmux helpers for managing functionsTony Lindgren2017-01-031-116/+18
* | pinctrl: single: Use generic pinctrl helpers for managing groupsTony Lindgren2017-01-031-145/+11
* | pinctrl: single: fix spelling mistakes on "Ivalid"Colin Ian King2016-12-301-1/+1
|/
* pinctrl: single: Fix a couple error codesDan Carpenter2016-11-161-2/+6
* pinctrl: single: search for the bits property when parsing bitsAxel Haslam2016-11-111-1/+1
* pinctrl: single: check for any error when getting rowsAxel Haslam2016-11-111-4/+8
* pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bitsTony Lindgren2016-11-041-24/+24
* pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pinsTony Lindgren2016-11-041-18/+93
* pinctrl: single: Drop pointless macroTony Lindgren2016-10-281-11/+7
* pinctrl: single: Drop custom namesTony Lindgren2016-10-281-30/+6
* pinctrl: single: Fix missing flush of posted write for a wakeirqTony Lindgren2016-06-221-0/+3
* pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffsKeerthy2016-04-151-3/+3
* pinctrl: single: Use a separate lockdep classSudeep Holla2016-03-111-0/+8
* pinctrl: Delete unnecessary checksMarkus Elfring2015-11-171-4/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-041-10/+4
|\
| * pinctrl: kill off set_irq_flags usageRob Herring2015-07-281-5/+0
| * pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-1/+1
| * pinctrl: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-171-3/+3
| * pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQGrygorii Strashko2015-07-161-1/+0
* | pinctrl: single: ensure pcs irq will not be forced threadedGrygorii Strashko2015-07-201-1/+2
|/
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* pinctrl: single: Constify irq_domain_opsKrzysztof Kozlowski2015-05-061-1/+1
* pinctrl: constify of_device_id arrayFabian Frederick2015-03-271-2/+2
* pinctrl: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pinctrl: single: fix freudian slipLinus Walleij2014-09-051-1/+1
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-2/+2
* pinctrl: single: AM437x: Add pinctrl compatibilityKeerthy2014-08-291-0/+7
* pinctrl: single: Add DRA7 pinctrl compatibilityNishanth Menon2014-08-291-0/+7
* pinctrl: pinctrl-single.c: Cleaning up wrong format string usageRickard Strandqvist2014-07-111-1/+1
* pinctrl: pinctrl-single.c: Cleaning up values that are never usedRickard Strandqvist2014-07-111-2/+1
* pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu2014-07-111-56/+0
* pinctrl: single: Clear pin interrupts enabled by bootloaderTony Lindgren2014-04-231-0/+13
* pinctrl: single: add low power mode supportChao Xie2014-02-101-0/+3
* pinctrl: single: fix infinite loop caused by bad maskTomi Valkeinen2014-01-151-0/+8
* pinctrl: single: fix pcs_disable with bits_per_muxTomi Valkeinen2014-01-151-2/+8
* pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changedRoger Quadros2013-11-141-7/+3
* pinctrl: single: Fix build when not built on ARMTony Lindgren2013-10-181-1/+6
* pinctrl: single: Add support for auxdataTony Lindgren2013-10-101-0/+23