summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: samsung: Replace syscore ops with standard platform device pm_opsMarek Szyprowski2017-01-261-58/+14
* pinctrl: samsung: Move retention control from mach-s5pv210 to the pinctrl driverMarek Szyprowski2017-01-261-0/+56
* pinctrl: samsung: Move retention control from mach-exynos to the pinctrl driverMarek Szyprowski2017-01-261-0/+145
* Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/linu...Linus Walleij2017-01-261-8/+14
|\
| * soc: samsung: pmu: Remove messages for failed memory allocationMarek Szyprowski2017-01-201-3/+1
| * soc: samsung: pmu: Use of_device_get_match_data helperMarek Szyprowski2017-01-201-5/+2
| * soc: samsung: pmu: Provide global function to get PMU regmapMarek Szyprowski2017-01-201-0/+11
* | Merge tag 'v4.10-rc2' into develLinus Walleij2017-01-2610-32/+102
|\|
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-283-3/+43
| |\
| | * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-163-3/+43
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-287-29/+59
| |\ \
| | * | net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong2016-12-271-1/+3
| | * | r8169: add support for RTL8168 series add-on card.Chun-Hao Lin2016-12-271-0/+1
| | * | net: korina: Fix NAPI versus resources freeingFlorian Fainelli2016-12-261-4/+4
| | * | net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan2016-12-231-1/+2
| | * | ipvlan: fix multicast processingMahesh Bandewar2016-12-232-11/+20
| | * | ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2016-12-232-14/+31
* | | | pinctrl: baytrail: Fix debugfs offset outputAlexander Stein2017-01-261-1/+1
* | | | pinctrl: samsung: Add infrastructure for pin-bank retention controlMarek Szyprowski2017-01-262-0/+54
* | | | pinctrl: samsung: Remove dead codeMarek Szyprowski2017-01-261-4/+3
* | | | pinctrl: samsung: Use generic of_device_get_match_data helperMarek Szyprowski2017-01-261-5/+3
* | | | pinctrl: samsung: Add missing initconst annotationMarek Szyprowski2017-01-261-11/+11
* | | | pinctrl: mediatek: Use real dependenciesJean Delvare2017-01-261-5/+10
* | | | pinctrl: meson: meson-gxl: add the pwm_ao_b pinMartin Blumenstingl2017-01-261-0/+8
* | | | pinctrl: broxton: Rename apl-pinctrl driverAndy Shevchenko2017-01-261-1/+1
* | | | Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-2643-198/+347
|\ \ \ \
| * | | | pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-2623-167/+269
| * | | | pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg2017-01-263-0/+50
| * | | | pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-2617-31/+28
| |/ / /
* | | | pinctrl: mvebu: remove unused variableArnd Bergmann2017-01-261-1/+0
* | | | gpio: aspeed: Add banks Y, Z, AA, AB and ACAndrew Jeffery2017-01-261-14/+160
* | | | pinctrl: aspeed: g4: Fix mux configuration for GPIOs AA[4-7], AB[0-7]Andrew Jeffery2017-01-261-16/+16
* | | | gpio: aspeed: Make bank names stringsJoel Stanley2017-01-261-7/+7
* | | | pinctrl: qcom: Use raw spinlock variantsJulia Cartwright2017-01-261-24/+24
* | | | pinctrl: samsung: Fix samsung_pinctrl_create_functions return valueMarek Szyprowski2017-01-261-1/+1
* | | | pinctrl: samsung: Remove messages for failed memory allocationMarek Szyprowski2017-01-263-33/+11
* | | | pinctrl/amd: Drop pinctrl_unregister for devm_ registered deviceWei Yongjun2017-01-191-1/+0
* | | | pinctrl: meson: Add HDMI HPD/DDC pins functionsNeil Armstrong2017-01-182-0/+38
* | | | pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore)Krzysztof Kozlowski2017-01-183-78/+0
* | | | pinctrl: ti-iodelay: remove redundant pin < 0 check on unsigned intColin Ian King2017-01-181-6/+0
* | | | pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King2017-01-182-1/+75
* | | | pinctrl: mvebu: switch drivers to generic simple mmioRussell King2017-01-188-186/+45
* | | | pinctrl: mvebu: provide generic simple mmio-based implementationRussell King2017-01-182-0/+63
* | | | pinctrl: mvebu: provide per-control private dataRussell King2017-01-1810-39/+88
* | | | pinctrl: mvebu: constify mvebu_mpp_ctrl structuresRussell King2017-01-1810-16/+16
* | | | pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()Markus Elfring2017-01-171-8/+8
* | | | pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()Markus Elfring2017-01-171-4/+5
* | | | pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group...Markus Elfring2017-01-171-1/+0
* | | | pinctrl: mvebu: Delete an error message for a failed memory allocation in thr...Markus Elfring2017-01-171-11/+3
* | | | pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()Markus Elfring2017-01-171-1/+1