summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren8-79/+165
2017-01-11pinctrl: sunxi: add driver for V3s SoCIcenowy Zheng3-0/+326
2017-01-11pinctrl/amd: white space cleanups in amd_gpio_dbg_show()Dan Carpenter1-6/+6
2017-01-11pinctrl: imx7d-pinctrl: Fix a typoFabio Estevam1-1/+1
2017-01-11pinctrl: Drop error prints on kzalloc() failureBjorn Andersson1-20/+6
2017-01-11pinctrl: da850-pupd: Add to module device tableDavid Lechner1-0/+1
2017-01-11pinctrl: baytrail: Convert to use devm_*()Andy Shevchenko1-12/+5
2017-01-11pinctrl: intel: Convert to use devm_gpiochip_add_data()Mika Westerberg4-23/+4
2017-01-09pinctrl: Introduce TI IOdelay configuration driverNishanth Menon6-0/+1004
2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren2-4/+2
2017-01-09pinctrl: sunxi: Remove old sun5i pinctrl driversMaxime Ripard5-1638/+0
2017-01-09pinctrl: sunxi: Add common sun5i pinctrl driverMaxime Ripard4-0/+764
2017-01-09pinctrl: sunxi: Add pinctrl variantsMaxime Ripard2-22/+81
2017-01-05pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter1-2/+6
2017-01-03pinctrl: amd: fix compilation warningLinus Walleij1-0/+3
2017-01-03pinctrl: imx: use generic pinmux helpers for managing functionsGary Bisson3-94/+18
2017-01-03pinctrl: imx: use generic pinctrl helpers for managing groupsGary Bisson3-141/+69
2017-01-03pinctrl: qcom: msm8660: rename some SDC1->SDC4Linus Walleij1-3/+3
2017-01-03pinctrl: single: Use generic pinmux helpers for managing functionsTony Lindgren2-117/+19
2017-01-03pinctrl: single: Use generic pinctrl helpers for managing groupsTony Lindgren2-146/+12
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren5-0/+243
2017-01-03pinctrl: stricten up generic group codeLinus Walleij3-18/+22
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren3-0/+228
2017-01-03pinctrl: add some comments to the hog/late init codeLinus Walleij1-0/+12
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren4-39/+93
2016-12-30pinctrl: imx: use radix trees for groups and functionsGary Bisson2-28/+141
2016-12-30pinctrl: imx: remove const qualifier of imx_pinctrl_soc_infoGary Bisson1-17/+17
2016-12-30pinctrl: single: fix spelling mistakes on "Ivalid"Colin Ian King1-1/+1
2016-12-30pinctrl: simplify check for pin request conflictsVladimir Zapolskiy1-28/+15
2016-12-30pinctrl: update my email addressJohn Crispin6-6/+6
2016-12-30pinctrl: sirf: atlas7: Improve code layoutChristophe JAILLET1-3/+3
2016-12-30pinctrl: sirf: atlas7: Add missing 'of_node_put()'Christophe JAILLET1-3/+4
2016-12-30pinctrl: stm32: activate strict mux modeGabriel Fernandez1-0/+1
2016-12-30pinctrl: fix DT bindings for marvell,kirkwood-pinctrlAndreas Klinger1-10/+10
2016-12-28pinctrl: amd: Add support for additional GPIOShah, Nehal-bakulchandra2-13/+20
2016-12-28pinctrl: aspeed: Fix kerneldoc return descriptionsAndrew Jeffery1-6/+6
2016-12-28pinctrl: aspeed-g5: Add mux configuration for all pinsAndrew Jeffery3-8/+1488
2016-12-28pinctrl: aspeed-g4: Add mux configuration for all pinsAndrew Jeffery2-20/+1096
2016-12-28pinctrl: aspeed: Read and write bits in LPC and GFX controllersAndrew Jeffery5-97/+242
2016-12-28pinctrl: aspeed: dt: Fix compatibles for the System Control UnitAndrew Jeffery1-3/+8
2016-12-26Linux 4.10-rc1Linus Torvalds1-2/+2
2016-12-26powerpc: Fix build warning on 32-bit PPCLarry Finger1-1/+1
2016-12-26avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds227-665/+604
2016-12-26Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds72-689/+308
2016-12-26Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds3-371/+673
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin4-18/+25
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner4-20/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner56-95/+84