summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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: st: st_pctl_dt_parse_groups simplify expressionHeinrich Schuchardt2016-11-081-1/+1
| * | | | pinctrl: st: st_pinconf_dbg_show wrong format stringHeinrich Schuchardt2016-11-081-1/+1
| * | | | Merge tag 'sh-pfc-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2016-11-081-10/+378
| |\ \ \ \ | | |/ / /
| | * | | pinctrl: sh-pfc: r8a7796: Fix GPSR definitions for SDHI2/3Geert Uytterhoeven2016-11-071-10/+10
| | * | | pinctrl: sh-pfc: r8a7796: Add DRIF supportRamesh Shanmugasundaram2016-10-171-0/+291
| | * | | pinctrl: sh-pfc: r8a7796: Add I2C pin supportUlrich Hecht2016-10-171-0/+77
| | | |/ | | |/|
| * | | pinctrl: sx150x: fix up headersLinus Walleij2016-11-081-2/+1
| * | | pinctrl-sx150x: Remove magic numbers from sx150x_resetAndrey Smirnov2016-11-081-2/+4
| * | | pinctrl-sx150x: Remove magic numbers from sx150x_irq_set_typeAndrey Smirnov2016-11-081-4/+20
| * | | pinctrl-sx150x: Use handle_bad_irq instead of handle_edge_irqAndrey Smirnov2016-11-081-1/+12
| * | | pinctrl-sx150x: Simplify interrupt handlerAndrey Smirnov2016-11-081-12/+6
| * | | pinctrl-sx150x: Improve oscio GPIO functionsAndrey Smirnov2016-11-081-7/+11
| * | | pinctrl-sx150x: Remove excessive lockingAndrey Smirnov2016-11-081-54/+16
| * | | pinctrl-sx150x: Replace sx150x_*_cfg by means of regmap APIAndrey Smirnov2016-11-081-243/+284
| * | | pinctrl-sx150x: Convert driver to use regmap APIAndrey Smirnov2016-11-082-46/+57
| * | | pinctrl-sx150x: Improve sx150x_init_misc for SX1504/5/6Andrey Smirnov2016-11-081-0/+7
| * | | pinctrl-sx150x: Move some code out of sx150x_init_hwAndrey Smirnov2016-11-081-12/+26
| * | | pinctrl-sx150x: Fix incorrect constant in sx150x_init_hwAndrey Smirnov2016-11-081-1/+1
| * | | pinctrl-sx150x: Replace magic number in sx150x_init_hwAndrey Smirnov2016-11-081-1/+4
| * | | pinctrl-sx150x: Add SX1503 specific dataAndrey Smirnov2016-11-081-0/+25
| * | | pinctrl-sx150x: Improve OF device matching codeAndrey Smirnov2016-11-081-8/+13
| * | | pinctrl: qcom: Add msm8994 pinctrl driverMichael Scott2016-11-043-0/+1389
| * | | pinctrl: sunxi: make bool drivers explicitly non-modularPaul Gortmaker2016-11-0413-95/+26
| * | | pinctrl: meson: Add GXL pinctrl definitionsNeil Armstrong2016-11-044-1/+601
| * | | 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: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsTony Lindgren2016-11-042-0/+167
| * | | pinctrl: bcm2835: reduce GPPUD set-up timeStefan Wahren2016-11-041-4/+6
| * | | pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs outputMika Westerberg2016-11-041-1/+1
| * | | pinctrl: zynq: Add a 8 bit wide nand optionJason Gunthorpe2016-11-041-1/+5
| * | | pinctrl: at91: add support for OUTPUT configBoris BREZILLON2016-10-311-0/+21
| * | | pinctrl: sunxi: Deal with configless pinsMaxime Ripard2016-10-291-14/+37
| * | | pinctrl: intel: merrifield: Add pin config group handlersAndy Shevchenko2016-10-291-0/+41
| * | | pinctrl: generic: Parse pinmux init nodes if node status is okayLaxman Dewangan2016-10-291-1/+1
| * | | pinctrl: max77620: add OF dependencyArnd Bergmann2016-10-291-1/+1
| * | | pinctrl: single: Drop pointless macroTony Lindgren2016-10-281-11/+7
| * | | pinctrl: single: Drop custom namesTony Lindgren2016-10-281-30/+6
| * | | Merge branch 'ib-sx150x' into develLinus Walleij2016-10-243-0/+1077
| |\ \ \
| * | | | pinctrl: sunxi: Support generic bindingMaxime Ripard2016-10-241-2/+46
| * | | | pinctrl: oxnas: Add support for OX820Neil Armstrong2016-10-241-0/+433
| * | | | pinctrl: oxnas: Move OX810SE specific function and structure as separateNeil Armstrong2016-10-241-75/+101
| * | | | pinctrl: sunxi: Handle bias disableMaxime Ripard2016-10-241-0/+8
| * | | | pinctrl: sunxi: Use macros from bindings header file for DT parsingMaxime Ripard2016-10-241-2/+4
| * | | | pinctrl: sunxi: Rework the pin config building codeMaxime Ripard2016-10-241-48/+130
| | |_|/ | |/| |
* | | | Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-133-0/+1077
|\ \ \ \ | | |/ / | |/| |
| * | | pinctrl: Add SX150X GPIO Extender Pinctrl DriverNeil Armstrong2016-10-243-0/+1077
| |/ /
* | | pinctrl-aspeed-g5: Never set SCU90[6]Andrew Jeffery2016-11-071-1/+1
* | | pinctrl: cherryview: Prevent possible interrupt storm on resumeMika Westerberg2016-11-041-3/+4
OpenPOWER on IntegriCloud