summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)Author
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-02-07pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko
2022-12-30pinctrl: intel: Get rid of unused members in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: moorefield: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: merrifield: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: lynxpoint: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: cherryview: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: baytrail: Convert to use new memeber in struct intel_functionAndy Shevchenko
2022-12-30pinctrl: intel: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko
2022-12-28pinctrl: intel: Define maximum pad number in the groupAndy Shevchenko
2022-12-28pinctrl: intel: Use same order of bit fields for PADCFG2Andy Shevchenko
2022-12-28pinctrl: intel: Add ~4k bias supportAndy Shevchenko
2022-12-28pinctrl: intel: Add definitions to all possible biasesAndy Shevchenko
2022-12-28pinctrl: intel: Deduplicate some code in intel_config_set_pull()Andy Shevchenko
2022-12-27pinctrl: intel: Add default case to intel_config_set_pull()Andy Shevchenko
2022-12-27pinctrl: intel: Convert to generic_handle_domain_irq()Andy Shevchenko
2022-12-27pinctrl: intel: Always use gpp_num_padown_regs in the main driverAndy Shevchenko
2022-12-27pinctrl: sunrisepoint: Replace SPT_COMMUNITY() by INTEL_COMMUNITY_*()Andy Shevchenko
2022-12-27pinctrl: tigerlake: Replace TGL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: meteorlake: Replace MTL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: lewisburg: Replace LBG_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko
2022-12-27pinctrl: lakefield: Replace LKF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: jasperlake: Replace JSL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: icelake: Replace ICL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: geminilake: Replace GLK_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko
2022-12-27pinctrl: emmitsburg: Replace EBG_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: elkhartlake: Replace EHL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: denverton: Replace DNV_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: cedarfork: Replace CDF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: cannonlake: Replace CNL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: broxton: Replace BXT_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko
2022-12-27pinctrl: alderlake: Replace ADL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko
2022-12-27pinctrl: intel: Introduce INTEL_COMMUNITY_*() to unify community macrosAndy Shevchenko
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2022-11-28pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko
2022-11-28Merge tag 'intel-pinctrl-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2022-11-22pinctrl: intel: Enumerate PWM device when community has a capabilityAndy Shevchenko
2022-11-08pinctrl: intel: Add Intel Moorefield pin controller supportAndy Shevchenko
2022-11-03pinctrl: merrifield: Use temporary variable for struct deviceAndy Shevchenko
2022-11-03pinctrl: intel: Use temporary variable for struct deviceAndy Shevchenko
2022-10-26pinctrl: intel: Use str_enable_disable() helperAndy Shevchenko
2022-10-26pinctrl: tigerlake: Deduplicate COMMUNITY macro codeAndy Shevchenko
2022-10-26pinctrl: sunrisepoint: Deduplicate COMMUNITY macro codeAndy Shevchenko
2022-10-26pinctrl: icelake: Deduplicate COMMUNITY macro codeAndy Shevchenko
2022-10-26pinctrl: cannonlake: Deduplicate COMMUNITY macro codeAndy Shevchenko
2022-10-26pinctrl: alderlake: Deduplicate COMMUNITY macro codeAndy Shevchenko
2022-10-24pinctrl: intel: Add missing header(s)Andy Shevchenko
2022-10-24pinctrl: merrifield: Add missing header(s)Andy Shevchenko
2022-10-24pinctrl: lynxpoint: Add missing header(s)Andy Shevchenko
2022-10-24pinctrl: cherryview: Add missing header(s)Andy Shevchenko