summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/berlin
AgeCommit message (Expand)AuthorLines
9 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+2
2025-06-24pinctrl: berlin: fix memory leak in berlin_pinctrl_build_state()Yuan Chen-2/+6
2025-06-18pinctrl: Constify static 'pinctrl_desc'Krzysztof Kozlowski-1/+1
2024-06-17pinctrl: berlin: Make use of struct pinfunctionAndy Shevchenko-18/+9
2023-10-30pinctrl: Use device_get_match_data()Rob Herring-23/+19
2023-09-11pinctrl: berlin: Drop superfluous ampersandsGeert Uytterhoeven-4/+4
2023-07-16pinctrl: berlin: as370: Use devm_platform_get_and_ioremap_resource()Yangtao Li-2/+1
2022-09-05pinctrl: berlin: fix spelling typo in commentJiangshan Yi-1/+1
2022-05-22pinctrl: berlin: bg4ct: Use devm_platform_*ioremap_resource() APIszhaoxiao-2/+1
2022-03-15pinctrl: berlin: fix error return code of berlin_pinctrl_build_state()Meng Tang-0/+2
2019-10-16pinctrl: berlin: as370: fix a typo s/spififib/spdifibJisheng Zhang-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-01-28pinctrl: berlin: as370: use generic "pwm" as pwm function nameJisheng Zhang-29/+29
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring-4/+2
2018-08-03pinctrl: berlin: fix 'pctrl->functions' allocation in berlin_pinctrl_build_stateYueHaibing-6/+8
2018-07-29pinctrl: berlin: add the as370 SoC pinctrl driverJisheng Zhang-0/+374
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-4/+6
2018-05-23pinctrl: berlin: switch to SPDX license identifierJisheng Zhang-32/+6
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada-2/+2
2017-02-21Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-28/+8
2017-02-13pinctrl: berlin: make bool drivers explicitly non-modularPaul Gortmaker-28/+8
2017-01-30pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRESJisheng Zhang-1/+1
2016-04-21pinctrl: berlin: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan-1/+2
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea-1/+1
2015-12-01pinctrl: berlin: guard sub-directory with CONFIG_PINCTRL_BERLINMasahiro Yamada-1/+1
2015-10-16pinctrl: berlin: fix BG2CD field widthsThomas Hebb-30/+32
2015-10-16pinctrl: berlin: fix my family name spellingAntoine Ténart-8/+8
2015-10-16pinctrl: berlin: add explicit dependency on OFAntoine Tenart-0/+3
2015-10-16pinctrl: berlin: select the pinctrl driver according to the SoC usedAntoine Tenart-3/+3
2015-10-16pinctrl: berlin: add the berlin4ct pinctrl driverJisheng Zhang-0/+509
2015-10-16pinctrl: berlin: Make berlin pinctrl driver visible if COMPILE_TEST=yJisheng Zhang-1/+1
2015-10-16pinctrl: berlin: introduce berlin_pinctrl_probe_regmap()Jisheng Zhang-9/+21
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-75/+12
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada-2/+2
2015-06-10pinctrl: berlin: comment the spi functionsAntoine Tenart-21/+21
2015-06-10pinctrl: berlin: fix spi1 SS0n function nameAntoine Tenart-1/+1
2015-05-18pinctrl: berlin: drop SoC stub provided regmapAntoine Tenart-93/+1
2015-05-18pinctrl: berlin: prepare to use regmap provided by sysconAntoine Tenart-1/+30
2014-10-20pinctrl: berlin: drop owner assignment from platform_driversWolfram Sang-3/+0
2014-09-23pinctrl: berlin: fix the dt_free_map functionAntoine Tenart-20/+1
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij-4/+4
2014-07-05pinctrl: berlin: fix an error code in berlin_pinctrl_probe()Dan Carpenter-1/+1
2014-05-27pinctrl: berlin: Use devm_ioremap_resource()Jingoo Han-9/+9
2014-05-23pinctrl: berlin: add the BG2CD pinctrl driverAntoine Tenart-0/+222
2014-05-23pinctrl: berlin: add the BG2 pinctrl driverAntoine Tenart-0/+279
2014-05-23pinctrl: berlin: add the BG2Q pinctrl driverAntoine Tenart-0/+441
2014-05-23pinctrl: berlin: add the core pinctrl driver for Marvell Berlin SoCsAntoine Tenart-0/+418